@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*,
body {
    font-family: "Kanit", sans-serif;
}

@media (orientation: landscape) {
    body {
        width: 100vw;
        height: 100vh;
    }
    .notLandscap {
        display: none;
    }
    .main {
        width: 100vw;
        height: 100vh;
    }
}
@media (orientation: portrait) {
    body {
        background-color: #000000;
    }
    .main {
        display: none;
    }
    .notLandscap {
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .notLandscap p {
        color: #ffffff;
        margin-bottom: 0;
    }
}
.btn,
.btn:hover,
.btn:active,
.btn:focus {
    box-shadow: none;
}
.main {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    position: relative;
}
.main .stage {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}
.mainVideo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #ffffff;
    position: relative;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    overflow: hidden;
}
.mainVideo video {
    /* -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100; */
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.boxIframe {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1032;
}
.boxIframe .containIframe {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.boxIframe .containIframe .closeIFrame {
    position: absolute;
    padding: 0 0;
    margin: 0 0;
    box-shadow: none;
    right: 1rem;
    top: 1rem;
}
.boxIframe .containIframe .closeIFrame img {
    width: 40px;
    height: auto;
}
.boxIframe .containIframe .iframe {
    width: 75vw;
    height: calc((75vw / 16) * 9);
    margin-top: 10px;
    border: none;
}
img.imgbg {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -49;
}
.mainVideo .overlayVideo {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.overlayImage {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}
.overlayImage.df-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.overlayImage.df-center .cardCheckPointHintSpeaker {
    width: 60%;
    max-width: 800px;
    height: 70%;
    max-height: 450px;
    background-image: url("../images/bg_signin.jpg");
    background-size: cover;
    border-radius: 3rem;
    z-index: 25;
    padding: 2rem;
}
.overlayImage.df-center .cardCheckPointHintSpeaker.otherCheck {
    background-image: url("../images/bgCheckCard.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
}
.overlayImage.df-center
    .cardCheckPointHintSpeaker
    .bodyCardCheckPointHintSpeaker {
    width: 100%;
    height: 100%;
    background-color: #d4d4d4;
    border-radius: 2rem;
    border: 3px solid #1d4a8d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.overlayImage.df-center
    .cardCheckPointHintSpeaker.otherCheck
    .bodyCardCheckPointHintSpeaker {
    background-color: transparent;
    border: none;
}
.imgheart {
    width: 15%;
}
.txtlife {
    font-size: 24px;
    font-family: "DB Adman X";
    font-weight: bold;
    margin-bottom: 0;
}
.btnCloseCheckPointSpeaker {
    font-size: 14px;
    background-color: #1d4a8d;
    color: #ffffff;
    margin-bottom: 0;
    min-width: 150px;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.overlayVideo .btn.btn-skip {
    background-color: #00000084;
    color: #ffffff;
    margin-right: 1rem;
    margin-bottom: 1rem;
}
.videoOpening-dimensions {
    width: 100vw !important;
    height: 100vh !important;
}
.bg_signin {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 90vh;
}
.bg_signin .cardSignin {
    width: 90%;
    max-width: 900px;
    height: 100%;
    max-height: 82vh;
    background-color: #ffffff;
    background-image: url("../images/reglogin/bg.jpg");
    background-size: cover;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    flex-wrap: wrap;
}
.bg_signin .cardSignin .leftCard {
    width: 50%;
    height: 100%;
    background-color: #1d4a8d;
    position: relative;
    background-image: url("../images/circle_top_right.png"),
        url("../images/circle_bottom_left.png");
    background-repeat: no-repeat;
    background-position: top right, bottom left;
    background-size: 27% auto, 40% auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.bg_signin .cardSignin .leftCard .txtTitleCardLeftReg {
    font-family: "Kanit";
    font-weight: bold;
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 0;
}
.bg_signin .cardSignin .leftCard .txtSubCardLeftReg {
    font-family: "Kanit";
    color: #ffffff;
    font-size: 16px;
}
.bg_signin .cardSignin .leftCard .logoSignin {
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
    width: 15%;
}
.bg_signin .cardSignin {
    width: 50%;
}
.bg_signin .cardSignin .headerCard {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.bg_signin .cardSignin .headerCard .btn.btn-signin,
.bg_signin .cardSignin .headerCard .btn.btn-register {
    margin: 0 0;
    box-shadow: none;
    font-family: "Kanit";
    font-weight: bold;
    color: #ffffff;
    background-color: #d1d2d3;
    border-radius: 0;
    font-size: 14px;
}
.bg_signin .cardSignin .headerCard .btn.btn-signin.active,
.bg_signin .cardSignin .headerCard .btn.btn-register.active {
    background-color: #ffffff;
    color: #1d4a8d;
}
.bodyFromReg {
    padding-top: 3rem;
    padding-bottom: 2rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    overflow: auto;
    max-height: 100%;
}
.bodyFromReg2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    overflow: auto;
    max-height: 100%;
}
.input_login {
    border-radius: 1.5rem;
    padding-left: 2rem;
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: auto 50%;
    font-size: 16px;
    font-family: "DB Adman X";
}
.input_email {
    background-image: url("../images/icon_user.png");
}
.input_reg {
    border-radius: 1.5rem;
    font-size: 15px;
    font-family: "DB Adman X";
    margin-bottom: 0.3rem;
}
.btn.btn-submit-signin {
    width: 100%;
    border-radius: 1.5rem;
    color: #ffffff;
    text-transform: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.25rem;
    font-size: 16px;
    font-family: "DB Adman X";
    background-color: #1d4a8d;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
}
.btn.btn-submit-register {
    width: 100%;
    border-radius: 1.5rem;
    color: #ffffff;
    text-transform: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.5rem;
    font-size: 16px;
    font-family: "DB Adman X";
    background-color: #1d4a8d;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}
.btnArrowLeft,
.btnArrowRight,
.btnArrowLeft:hover,
.btnArrowRight:hover {
    padding: 0 0;
    margin: 0 0;
    width: 40px;
    height: 40px;
    box-shadow: none;
}
.btnArrowLeft {
    position: absolute;
    left: 10px;
    top: calc(50% - 20px);
}
.btnArrowRight {
    position: absolute;
    right: 10px;
    top: calc(50% - 20px);
}
/*Nav*/
.navbar-hipra {
    background-color: #ffffff;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-hipra .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-hipra .logo-nav {
    width: auto;
    height: 40px;
}
.box-rightAvatar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}
.box-rightAvatar .txtPoint span {
    color: #1d4a8d;
    font-size: 18px;
}
.box-rightAvatar .txtPoint {
    margin-bottom: 0;
    font-size: 14px;
}
.box-rightAvatar .boxAvatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    margin-left: 5px;
    position: relative;
}
.box-rightAvatar .boxAvatar img {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}
.navbar-expand-lg .navbar-nav {
    display: flex;
    flex-direction: row;
}
.navbar.navbar-light .navbar-nav .nav-item > .nav-link {
    background-color: transparent;
    position: relative;
}
.navbar.navbar-light .navbar-nav .nav-item > .nav-link::after {
    position: absolute;
    width: 1px;
    height: 60%;
    top: 20%;
    right: 0;
    bottom: 20%;
    content: "";
    background-color: #505153;
}
.navbar.navbar-light .navbar-nav .nav-item:last-child > .nav-link::after {
    width: 0;
}
.navbar.navbar-light .navbar-nav .nav-item > .nav-link {
    font-size: 12px;
    font-weight: 400;
    color: #505153;
}
.navbar.navbar-light .navbar-nav .nav-item.disabled > .nav-link {
    color: #a7a9ac;
}
.navbar.navbar-light .navbar-nav .nav-item:hover > .nav-link {
    color: #ee4817;
}
.navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
/*POI*/
.contain_poi {
    width: 30px;
    height: 30px;
    position: absolute;
}
.poi {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.poi .ping {
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    animation: ping 1.6s ease-out infinite;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
@keyframes ping {
    0% {
        width: 60%;
        height: 60%;
        border: 0px solid rgba(29, 74, 141, 1);
    }
    40% {
        width: 160%;
        height: 160%;
        border: 10px solid rgba(29, 74, 141, 1);
    }

    80% {
        width: 160%;
        height: 160%;
        border: 20px solid rgba(29, 74, 141, 1);
    }

    99% {
        opacity: 50%;
    }

    100% {
        border: 0px solid rgba(29, 74, 141, 1);
        width: 0%;
        height: 0%;
    }
}
.pointCenter {
    width: 36px;
    height: 36px;
    /* background-color: #041b72; */
    border-radius: 50%;
    z-index: 50;
    border: 3px solid #041b72;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.poiMiddle {
    width: 22px;
    height: 22px;
    background-color: #041b72;
    border-radius: 50%;
}
.circle {
    border-radius: 50%;
    background-color: rgba(29, 74, 141, 1);
    width: 30px;
    height: 30px;
    position: absolute;
    opacity: 0;
    animation: scaleIn 2s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
}
@keyframes scaleIn {
    from {
        transform: scale(0.5, 0.5);
        opacity: 1;
    }
    to {
        transform: scale(2.5, 2.5);
        opacity: 0;
    }
}
.poiData {
    position: absolute;
    bottom: 100%;
    padding: 0.2rem 0.5rem;
    background-color: rgba(29, 74, 141, 0.7);
    border-radius: 10px;
    margin-bottom: 15px;
    display: none;
}
.poiData p {
    font-family: "Kanit";
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 0;
    white-space: nowrap;
}
.contain_poi:hover .poiData {
    display: block;
}
.gameicon {
    width: 90px;
    height: auto;
    position: absolute;
}
.gameicon img {
    max-width: 100%;
}
.iconPlayVideo {
    position: absolute;
}
.iconPlayVideo img {
    width: 90px;
    height: auto;
}
/*POI*/
.btnExBooth {
    position: absolute;
}
.btnExBooth img {
    width: 60px;
    height: 60px;
}

/*Position POI*/

#poi_information {
    top: calc(69% - 10px);
    left: calc(55.5% - 10px);
}
#poi_auditorium {
    top: calc(59% - 10px);
    left: calc(30.5% - 10px);
}
#poi_exhibition {
    top: calc(59% - 10px);
    left: calc(69.5% - 10px);
}
#poi_playTVC {
    top: 44%;
    left: 48.5%;
}
#poi_parodontax {
    top: 48%;
    left: 14%;
}
#poi_polident {
    top: 48.8%;
    left: 26.5%;
}
#poi_caltrate {
    top: 50.5%;
    left: 44%;
}
#poi_centrum {
    top: 50%;
    left: 60%;
}
#poi_voltaren {
    top: 48%;
    left: 80%;
}
#poi_parodontax1 {
    top: 44%;
    left: 20%;
}
#poi_parodontax2 {
    top: 24.5%;
    left: 62%;
}
#poi_playParodontax {
    top: 56%;
    left: 38%;
}
#poi_polident1 {
    top: 33.5%;
    left: 22%;
}
#poi_polident2 {
    top: 46.5%;
    left: 82%;
}
#poi_playPolident1 {
    top: 43.5%;
    left: 40.5%;
}
#poi_playPolident2 {
    top: 42.5%;
    left: 66.5%;
}
#poi_playCaltrate1 {
    top: 54.5%;
    left: 18.5%;
}
#poi_playCaltrate2 {
    top: 54.7%;
    left: 78.5%;
}
#poi_playCentrum1 {
    top: 54.5%;
    left: 24.5%;
}
#poi_playCentrum2 {
    top: 54.5%;
    left: 72.5%;
}
#poi_centrum1 {
    top: 50.5%;
    left: 58%;
}
#poi_caltrate1 {
    top: 50.5%;
    left: 58%;
}
#poi_voltaren1 {
    top: 49.5%;
    left: 25.5%;
}
#poi_playVoltaren1 {
    top: 61.7%;
    left: 51.1%;
}
#poi_playVoltaren2 {
    top: 61.7%;
    left: 75.5%;
}
#poi_checkpoint1 {
    top: 68.5%;
    left: 67.5%;
}
#poi_auditoriumwaitlive {
    top: 50.5%;
    left: 48.5%;
}
#poi_auditoriumlive {
    top: 49.5%;
    left: 45.5%;
}
#poi_auditoriumlive img {
    width: 190px;
    height: auto;
}
#gameHintspeaker {
    top: calc(37% - 10px);
    left: calc(60.5% - 10px);
}
.list_checkpoint {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
#gameHipraQuiz {
    top: calc(37% - 10px);
    left: calc(60.5% - 10px);
}
#gameMatching {
    top: calc(30% - 10px);
    left: calc(65.5% - 10px);
}
/*Modal*/
.close {
    color: #ff0000;
}
.boxFormDataAvatar {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.boxFormDataAvatar .boxSelectAvatar {
    width: 70%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.boxFormDataAvatar .boxSelectAvatar .headerSelectAvatar {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.boxFormDataAvatar .boxSelectAvatar .headerSelectAvatar .btn.btnSelect {
    width: 50%;
    margin: 0 0;
    box-shadow: none;
    background-color: #a7a9ac;
    border-radius: 0;
    color: #ffffff;
    font-size: 12px;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}
.boxFormDataAvatar .boxSelectAvatar .headerSelectAvatar .btn.btnSelect.active {
    background-color: #ffffff;
    color: #a7a9ac;
    border-width: 1px;
    border-bottom: 0;
    border-color: #a7a9ac;
    border-style: solid;
}
.boxFormDataAvatar .boxSelectAvatar .bodySelect {
    width: 100%;
    padding-top: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border: 1px solid #a7a9ac;
    border-top: 0;
    height: 50vh;
    overflow: auto;
}
.boxFormDataAvatar .boxPreview {
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.boxFormDataAvatar .boxPreview .boxPreviewAvatar {
    width: 100px;
    height: 100px;
    background-color: #ececec;
    position: relative;
    border-radius: 50%;
}
.boxFormDataAvatar .boxPreview .boxPreviewAvatar img {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.modal.modalcheckheart .modal-content {
    background-color: transparent;
}
.boxAboutModal {
    height: 70vh;
    overflow-y: auto;
    position: relative;
}
.closeModalAbout {
    position: absolute;
    top: 20px;
    right: 22px;
    font-size: 2.5rem;
    z-index: 50;
}
.modal-body > div:target {
    order: 0;
}
.modal-body > div:not(:target) {
    order: 1;
}
.overlayStart {
    width: 100vw;
    height: 100vh;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.75);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.overlayStart .imgOverlayStart {
    width: 120px;
    height: auto;
    margin-bottom: 0.75rem;
}
.overlayStart .btnOverlayStart {
    background-color: #f94653;
    border-radius: 15px;
    color: #ffffff;
    font-size: 16px;
    font-family: "Kanit";
    font-weight: bold;
    min-width: 250px;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
    white-space: nowrap;
}
.boxLine {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.boxLine .imgLine {
    max-width: 50px;
}
/*Live Page*/
.containerLivePage {
    width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    background-image: url("../images/live/bgLive.jpg");
    background-size: cover;
}
.containerLivePage .containerLeftLivePage {
    width: 75%;
    min-height: 100vh;
    background-color: transparent;
    padding-top: 3rem;
    padding-left: 4.5rem;
    padding-bottom: 3rem;
    padding-right: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.containerLivePage .containerRightLivePage {
    width: 25%;
    min-height: 100vh;

    padding-top: 3rem;
    padding-left: 0rem;
    padding-bottom: 3rem;
    padding-right: 4.5rem;
}
.containerLivePage .containerLeftLivePage .sideMenuLive {
    width: 60px;
    height: calc(100vh - 6rem);
    background-color: #ffffff;
}
.containerLivePage .containerLeftLivePage .sideMenuLive .logoHipraLive {
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;
}
.sideMenuLive ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
}
.sideMenuLive ul li {
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.cs-pointer {
    cursor: pointer;
}
.sideMenuLive ul li a {
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}
.sideMenuLive ul li .boxAgenda {
    z-index: 5;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    min-width: 450px;
    max-width: 500px;
    display: none;
}
.sideMenuLive ul li:hover .boxAgenda {
    display: block;
}
.boxAgenda .liAgenda {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #ffffff;
    background-color: rgba(134, 134, 134, 0.253);
}
.boxAgenda .liAgenda.active {
    background-color: rgba(255, 94, 0, 0.712);
}

.boxAgenda .liAgenda:last-child {
    border-bottom: none;
}
.boxAgenda .liAgenda div {
    padding: 1rem;
}
.boxAgenda .liAgenda.active div p {
    color: #ffffff;
}
.boxAgenda .liAgenda div p {
    margin-bottom: 0;
    color: #878787;
}
.boxAgenda .liAgenda p.time {
    font-weight: bold;
    font-size: 24px;
}
.boxAgenda .liAgenda p.date {
    font-size: 14px;
}
.boxAgenda .liAgenda p.title {
    font-size: 30px;
    font-weight: bold;
}
.boxAgenda .liAgenda p.speaker {
    font-size: 18px;
    font-weight: bold;
}
.containerLivePage .containerLeftLivePage .containerPanelLive {
    width: calc((100vw * 0.75) - 4.5rem - 60px);
    height: calc(100vh - 6rem);
}
.containerLivePage .containerLeftLivePage .containerPanelLive .topPanelLive {
    height: 60px;
    background-color: #f0f1f1;
    width: 100%;
    border-right: 1px solid #dcdfe8;
}
.containerLivePage
    .containerLeftLivePage
    .containerPanelLive
    .containerEmbedLive {
    width: calc((100vw * 0.75) - 4.5rem - 60px);
    height: calc(((100vw * 0.75) - 4.5rem - 60px) * 0.5625);
}
.containerLivePage
    .containerLeftLivePage
    .containerPanelLive
    .containerDetailLive {
    background-color: #f0f1f1;
    width: calc((100vw * 0.75) - 4.5rem - 60px);
    min-height: calc(
        100vh - 6rem - 60px - calc(((100vw * 0.75) - 4.5rem - 60px) * 0.5625)
    );
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
}
.containerLivePage
    .containerLeftLivePage
    .containerPanelLive
    .containerDetailLive
    .txtTopicLive {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    color: #878787;
}
.btnBackFromLive,
.btnRes {
    background-color: #878787;
    color: #ffffff;
    border-radius: 30px;
    font-weight: bold;
}
.imgTV {
    border: 1px solid #000000;
    border-radius: 1rem;
}
.btnBackFromLive:hover,
.btnBackFromLive:active,
.btnRes:hover,
.btnRes:active {
    background-color: #ffffff;
    color: #878787;
    border: 1px solid #878787;
}
.btnBackFromLive.btnNew,
.btnRes {
    background-color: #878787;
    color: #ffffff;
    border-radius: 30px;
    font-weight: 400;
    font-size: 18px;
}
.btnBackFromLive.btnNew {
    background-color: #004a98;
    font-size: 22px;
}
.containerRightLivePage .containerRightBox {
    width: 100%;
    min-height: calc(100vh - 6rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #f0f1f1;
}
.containerRightLivePage .containerRightBox .containerRightBoxTop {
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1.5rem;
}
.containerRightLivePage .containerRightBox .containerRightBoxTop p {
    margin-bottom: 0;
    font-size: 18px;
    color: #878787;
    font-weight: bold;
}
.containerRightLivePage .containerRightBox .boxQandA {
    width: 100%;
    border-left: 1px solid #dcdfe8;
}
.containerRightLivePage .containerRightBox .boxQandA .dQA {
    width: 100%;
    background-color: #ffffff;
    height: 78px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1.5rem;
    border-bottom: 1px solid #dcdfe8;
}
.containerRightLivePage .containerRightBox .boxQandA .dQA p {
    margin-bottom: 0;
    font-size: 18px;
    color: #878787;
    font-weight: bold;
}
.containerRightLivePage .containerRightBox .boxQandA .dInputQA {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.containerRightLivePage .containerRightBox .boxQandA .dInputQA input {
    border-radius: 0;
    border: none;
    height: 65px;
}
.containerRightLivePage .containerRightBox .boxQandA .dInputQA .btn {
    margin: 0 0;
    padding: 0 0;
    height: 60px;
    width: 50px;
    background-color: #ffffff;
}
.containerRightLivePage .containerRightBox .containerRightBoxSpeaker {
    padding: 1.5rem;
}
.containerRightBoxSpeaker .listBoxSpeaker {
    width: 100%;
    background-color: #ffffff;
    padding: 1rem 0.75rem;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.5rem;
}
.containerRightBoxSpeaker .listBoxSpeaker img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid #878787;
    margin-right: 15px;
}
.containerRightBoxSpeaker .listBoxSpeaker p {
    margin-bottom: 0;
    color: #878787;
}
.containerRightBoxSpeaker .listBoxSpeaker p.name {
    font-size: 14px;
    font-weight: 500;
}
.containerRightBoxSpeaker .listBoxSpeaker p.sub {
    font-size: 13px;
    font-weight: bold;
}
.containerRightBoxSpeaker .listBoxSpeaker p.detail {
    font-size: 11px;
}
.backgroundReward {
    background-image: url("../images/bg_signin.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.txtTitleReward1 {
    width: 50%;
}
.modal-dialog.modalReward .modal-body {
    padding: 0 0;
}
.backgroundReward .boxCardReward {
    width: 90%;
    padding: 2rem;
    padding-bottom: 1rem;
    background-color: #ffffff;
    margin: 0 auto;
    margin-top: 2rem;
    border-radius: 3rem;
}
.boxCardLucydraw {
    width: 90%;
    padding: 2rem;
    padding-bottom: 2rem;
    background-color: #ffffff;
    margin: 0 auto;
    margin-top: 2rem;
    border-radius: 3rem;
}
.modal-dialog.modalReward {
    width: 87%;
}
.btn-reward {
    margin-top: 1rem;
    margin-bottom: 0;
    padding: 0 0;
    width: 180px;
}
.backgroundReward2 {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: #d4d4d4;
    border: 3px solid #1d4a8d;
}
.txtGetPoint {
    font-size: 18px;
    color: #f16421;
    margin-bottom: 0.5rem;
    font-weight: bold;
}
.txtGetPoint input {
    height: 40px;
}
.inputPoint,
.inputPoint:focus {
    border: none;
    border-radius: 8px;
    padding: 5px 10px;
    outline: none;
}
.mainCountdown {
    background-image: url("../images/bgCountdown.jpg");
    background-size: cover;
    background-position: center center;
}
.mainLuckydraw {
    background-image: url("../images/bg_signin.jpg");
    background-size: cover;
    background-position: center center;
}
.min-h80v {
    min-height: 80vh;
}
.bgModalExDetail {
    background-image: url("../images/bg_signin.jpg");
    background-size: cover;
    background-position: center center;
    padding: 0 0;
    padding-left: 2.5rem;
}
.overlayLuckyDraw {
    padding: 4rem;
}
.inputLuckydraw {
    width: 360px;
    height: 40px;
    border-radius: 25px;
    background-color: #ffffff;
    outline: none;
    border: 1px solid #7d7e81;
    padding-left: 1rem;
    padding-right: 1rem;
}
.btnLuckydraw {
    background-color: #1d4a8d;
    padding: 0 0;
    margin: 0 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 0;
    margin-left: 1rem;
}
.modalExData.modal.show {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.boxExDetail {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}
.boxExDetail .sideMenu {
    width: 250px;
    background-color: #ffffff;
    height: 100%;
    height: 80vh;
    overflow-y: auto;
}
.boxExDetail .sideMenu .headerTitleExdetail {
    text-transform: uppercase;
    font-weight: bold;
    padding: 0.6rem 1rem;
    text-align: left;
    color: #ffffff;
    margin-bottom: 0.2rem;
}
.boxExDetail.salmonella .sideMenu .headerTitleExdetail {
    background-color: #f16628;
}
.boxExDetail.avisansecure .sideMenu .headerTitleExdetail {
    background-color: #2f5d79;
}
.boxExDetail.research .sideMenu .headerTitleExdetail {
    background-color: #4d922c;
}
.boxExDetail .sideMenu .btnSideExdetail {
    text-transform: none;
    text-align: left;
    padding: 0.6rem 1rem;
    font-size: 16px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0.2rem;
    color: #ffffff;
    width: 100%;
    border-radius: 0;
}
.boxExDetail.salmonella .sideMenu .btnSideExdetail {
    background-color: #f8a26a;
}
.boxExDetail.avisansecure .sideMenu .btnSideExdetail {
    background-color: #487688;
}

.boxExDetail.research .sideMenu .btnSideExdetail {
    background-color: #6cc249;
}
.boxExDetail .sideMenu .btnSideExdetailSub {
    text-transform: none;
    text-align: left;
    padding: 0.6rem 1rem;
    font-size: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0.2rem;
    color: #ffffff;
    width: 100%;
}
.boxExDetail.salmonella .sideMenu .btnSideExdetailSub {
    background-color: #f7b793;
}
.sideDetail {
    width: 100%;
    height: 80vh;
    overflow-y: auto;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 2rem;
}
.cardLoginMD {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-image: url("../images/reglogin/bg.jpg");
    background-size: cover;
    padding-bottom: 3rem;
    position: relative;
}
.cardLoginMD.PH {
    background-image: url("../images/reglogin/bg2.jpg");
}
.cardLoginMD .cardContainForm {
    width: 80%;
    background-color: #ffffff;
    margin-top: 2rem;
    border-radius: 1.5rem;
    overflow: hidden;
}
.cardLoginMD .cardContainForm .cardContainFormHead {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.cardLoginMD .cardContainForm .cardContainFormHead .btn {
    margin: 0 0;
    width: 50%;
    font-size: 16px;
    font-weight: 500;
    color: #58595b;
}
.cardLoginMD .form-control {
    background-color: #e6e7e8;
    border-color: #e5e6e7;
    font-size: 14px;
    height: 40px;
    border-radius: 1.5rem;
}
.cardLoginMD .cardContainForm .cardContainFormHead .btn.btnLinkToReg {
    background-color: #58595b;
    color: #ffffff;
}
.cardLoginMD .cardContainForm .cardContainBody {
    padding-top: 3rem;
    padding-bottom: 1rem;
}
.cardContainBody .txtNoteLogin {
    font-size: 14px;
    color: #58595b;
    text-align: center;
    font-weight: 500;
}
.cardContainBody .txtNoteBrowser {
    font-size: 12px;
    color: #58595b;
    text-align: center;
    font-weight: 500;
}
.cardContainBody .btnLoginMD {
    background-color: #57585b;
    color: #ffffff;
    font-size: 18px;
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    border-radius: 1.5rem;
}
.txtOnlyMD {
    position: fixed;
    bottom: 15px;
    left: 15px;
    font-size: 18px;
    color: #57585b;
    margin-bottom: 0;
}
.logoGSKNav {
    height: 40px;
    width: auto;
}
.logoHaleonNav {
    height: 22px;
    width: auto;
}
.tvcImg {
    position: absolute;
    top: 38%;
    left: 41.3%;
    width: 17.2vw;
}
.btnVideo {
    width: 60px;
    height: 60px;
    position: absolute;
}

.btnVideo img {
    width: 100%;
    max-width: 100%;
}
#poi_playVoltaren1.btnVideo {
    width: 44px;
    height: 44px;
}
#poi_playVoltaren2.btnVideo {
    width: 44px;
    height: 44px;
}
.text-noteReward {
    font-size: 20px;
    font-weight: 500;
}
#modal_checkpoint1 .modal-dialog .modal-content {
    border: 10px solid #2b3990;
    border-radius: 15px;
}
#modal_contact .modal-dialog .modal-content {
    border-radius: 20px;
}
#modal_contact .form-control {
    background-color: #e6e7e8;
}
.navLive {
    height: 20px;
}
#modal_contact .btnSendMessage {
    background-color: #57585b;
    border: 1px solid #57585b;
    color: #ffffff;
    font-size: 16px;
    border-radius: 15px;
    min-width: 100px;
    padding: 0.5rem 1rem;
}
#modal_contact .btnCloseContact {
    background-color: #ffffff;
    border: 1px solid #57585b;
    color: #57585b;
    font-size: 16px;
    border-radius: 15px;
    min-width: 100px;
    padding: 0.5rem 1rem;
}
.titleCheckpoint {
    font-size: 20px;
    font-weight: 500;
    color: #808285;
}
.titleCheckpoint.thank {
    font-size: 26px;
    font-weight: 700;
}
.btnlinkbooth {
    min-width: 250px;
    max-width: 250px;
    margin-bottom: 0.8rem;
    background-color: #e76a26;
    border-radius: 2rem;
    font-size: 18px;
    color: #ffffff;
    text-transform: none;
}
.modal-dialog.modal-dialog-vimeo {
    position: relative;
}
.closeVideo {
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: none;
    width: 40px;
    height: 40px;
    padding: 0 0;
}
.closeVideo img {
    max-width: 100%;
}
.bodyQuestionnaire {
    background-image: url("../images/live/bgLive.jpg");
    background-size: cover;
    background-attachment: fixed;
}
.cardQuestionnaire {
    overflow: hidden;
    border: 1px solid #808285;
    border-radius: 15px;
    margin-bottom: 1.5rem;
}
.cardQuestionnaire .cardQ_head {
    width: 100%;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
    background-color: #d1d2d3;
    color: #414042;
}
.cardQuestionnaire .cardQ_head p {
    margin-bottom: 0;
    font-weight: 400;
    color: #414042;
}
.cardQuestionnaire .cardQ_body {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #e6e7e8;
}
.cardQuestionnaire .cardQ_body .custom-control-label::before {
    display: none;
}
.cardQuestionnaire .cardQ_body .custom-control-label::after {
    display: none;
}
.cardQuestionnaire .cardQ_body .custom-control-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #414042;
}
.cardQuestionnaire .cardQ_body .custom-control {
    width: 20%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.btnSLVideo {
    font-size: 20px;
    text-transform: none;
    background-color: #ee7a49;
    color: #ffffff;
    border-radius: 15px;
}
.dMenuSession {
}
.dMenuSession .boxSession {
    display: none;
    width: 415px;
    text-align: center;
    position: absolute;
    bottom: 100%;
    right: 0px;
    height: 80vh;
    overflow: auto;
}
.imgCardSelectVideo {
    border-radius: 10px;
    border: 1px solid #8787877e;
}
.dMenuSession:hover .boxSession {
    display: block;
}
.cardQuestionnaire .cardQ_body .custom-control-label img {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}
.cardQuestionnaire .cardQ_body .custom-control-label p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}
.cardQuestionnaire
    .cardQ_body
    .custom-control-input:checked
    ~ .custom-control-label
    p {
    color: #ff0000;
    font-weight: 600;
}
.cardQuestionnaire .cardQ_body textarea.form-control {
    background-color: #e6e7e8;
}
.btnSubmitQustion {
    font-size: 16px;
    background-color: #1c75bb;
    color: #ffffff;
    border-radius: 12px;
}
#modalcheckpanda .modal-content,
#modalsuccesspanda .modal-content {
    background-image: url("../images/data-18-12-2022/bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 40vh;
    border-radius: 1.5rem;
    padding: 2rem 1.5rem;
}
.titleRedeemFoodpanda {
    font-size: 1.25rem;
    line-height: 2em;
    font-weight: 500;
    color: #202020;
}
.titleRedeemSup {
    font-size: 1.35rem;
    font-weight: 500;
    color: #202020;
}
.btn.btnGetPanda {
    background-color: #878787;
    color: #ffffff;
    margin-top: 1rem;
    font-size: 1rem;
    border-radius: 1rem;
}
.imgFoodpandaText {
    width: auto;
    height: 65px;
}
@media (min-width: 620px) {
    .modal-dialog {
        max-width: 600px;
    }
    .modal-dialog.modal-lg {
        max-width: 800px;
    }
    .modal-dialog.aboutmodal {
        max-width: 450px;
    }
    .modal-dialog.modalReward {
        max-width: 1000px;
    }
    .modal-dialog.modal-fluid {
        max-width: 90%;
    }
}
@media (max-width: 675px) {
    .boxIframe .containIframe .iframe {
        width: 65vw;
        height: calc((65vw / 16) * 9);
        margin-top: 10px;
        border: none;
    }
}

@media (min-width: 1024px) and (min-height: 600px) {
    .bg_signin {
        width: 75%;
        height: 58vh;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .bodyFromReg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .bodyFromReg2 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        overflow: auto;
        max-height: 100%;
    }
    .navbar-hipra .logo-nav {
        height: 60px;
    }
    .box-rightAvatar {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }
    .box-rightAvatar .txtPoint span {
        font-size: 20px;
    }
    .box-rightAvatar .txtPoint {
        margin-bottom: 0;
        font-size: 16px;
    }
    .box-rightAvatar .boxAvatar {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #ffffff;
        margin-left: 5px;
        position: relative;
    }
    .box-rightAvatar .boxAvatar img {
        position: absolute;
        width: 50px;
        height: 50px;
        top: 0;
        left: 0;
    }
    .gameicon {
        width: 120px;
        height: auto;
        position: absolute;
    }
    .imgheart {
        width: 22%;
    }
    .txtlife {
        font-size: 28px;
        font-family: "DB Adman X";
        font-weight: bold;
        margin-bottom: 0;
    }
    .btnCloseCheckPointSpeaker {
        font-size: 16px;
        background-color: #1d4a8d;
        color: #ffffff;
        margin-bottom: 0;
        min-width: 150px;
    }
}
@media (max-width: 767px) {
    .cardQuestionnaire .cardQ_body .custom-control-label p {
        font-size: 11px;
    }
    .cardQuestionnaire .cardQ_body {
        align-items: flex-start;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .cardQuestionnaire .cardQ_body .custom-control-label p {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .navLive {
        height: 15px;
    }
    #poi_auditoriumlive img {
        width: 100px;
        height: auto;
    }
    .cardLoginMD .cardContainForm {
        width: 90%;
        margin-top: 0;
    }
    .cardLoginMD img.img-fluid {
        max-width: 80%;
    }
    .cardLoginMD .cardContainForm .cardContainFormHead .btn {
        padding-top: 0.35rem;
        padding-bottom: 0.35rem;
        font-size: 14px;
    }
    .cardLoginMD .cardContainForm .cardContainBody {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .cardContainBody .txtNoteLogin {
        font-size: 12px;
        margin-bottom: 0.2rem;
    }
    .cardContainBody .txtNoteBrowser {
        font-size: 10px;
        margin-bottom: 0.2rem;
    }
    .cardLoginMD {
        width: 92%;
        padding-bottom: 1rem;
    }
    .cardLoginMD .form-control {
        font-size: 12px;
        height: 34px;
    }
    .cardContainBody .btnLoginMD {
        font-size: 14px;
    }
    .txtOnlyMD {
        font-size: 12px;
    }
    .navbar-brand {
        margin-right: 3px;
    }
    .navbar-hipra .logo-nav {
        height: 34px;
    }
    .navbar.navbar-light .navbar-nav .nav-item > .nav-link {
        font-size: 11px;
    }
    .box-rightAvatar .txtPoint {
        font-size: 11px;
    }
    .contain_poi {
        width: 20px;
        height: 20px;
        position: absolute;
    }
    .poi {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .poiMiddle {
        width: 12px;
        height: 12px;
    }
    .pointCenter {
        width: 20px;
        height: 20px;
        border: 1.5px solid #041b72;
    }
    .circle {
        width: 20px;
        height: 20px;
    }
    .tvcImg {
        top: 38.2%;
    }
    .btnExBooth img {
        width: 40px;
        height: 40px;
    }
    .btnVideo {
        width: 26px;
        height: 26px;
    }
    #poi_playVoltaren1 {
        top: 60.2%;
    }
    #poi_playVoltaren2 {
        top: 60.2%;
    }
    #poi_playVoltaren1.btnVideo,
    #poi_playVoltaren2.btnVideo {
        width: 23px;
        height: 23px;
    }
}
@media (min-width: 992px) {
    .navbar.navbar-light .navbar-nav .nav-item > .nav-link {
        font-size: 16px;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .boxIframe .containIframe {
        align-items: center;
    }
    .boxIframe .containIframe .closeIFrame {
        position: absolute;
        padding: 0 0;
        margin: 0 0;
        box-shadow: none;
        right: 2rem;
        top: 12vh;
    }
    .boxIframe .containIframe .closeIFrame img {
        width: 40px;
        height: auto;
    }
    .modal-dialog.aboutmodal {
        max-width: 800px;
    }
    .boxLine .imgLine {
        max-width: 70px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .navbar.navbar-light .navbar-nav .nav-item > .nav-link,
    .box-rightAvatar .txtPoint {
        font-size: 12px;
    }
    /*Position POI*/
    #poi_information {
        top: calc(68% - 10px);
        left: calc(59% - 10px);
    }
    #poi_auditorium {
        top: calc(58% - 10px);
        left: calc(22.5% - 10px);
    }
    #poi_exhibition {
        left: calc(75.5% - 10px);
    }
    #poi_parodontax {
        top: 48%;
        left: 8%;
    }
    #poi_polident {
        top: 48.8%;
        left: 21.5%;
    }
    #poi_caltrate {
        top: 50.5%;
        left: 41%;
    }
    #poi_centrum {
        top: 50%;
        left: 60%;
    }
    #poi_voltaren {
        top: 48%;
        left: 80%;
    }
    #poi_parodontax1 {
        top: 43%;
        left: 10%;
    }
    #poi_parodontax2 {
        top: 24.5%;
        left: 66%;
    }
    #poi_playParodontax {
        top: 54%;
        left: 33%;
    }
    #poi_polident1 {
        top: 33.5%;
        left: 12%;
    }
    #poi_polident2 {
        top: 46.5%;
        left: 86.5%;
    }
    #poi_playPolident1 {
        top: 43.5%;
        left: 36.2%;
    }
    #poi_playPolident2 {
        top: 42.5%;
        left: 71.5%;
    }
    #poi_playCaltrate1 {
        top: 52.5%;
        left: 8.2%;
    }
    #poi_playCaltrate2 {
        top: 52.5%;
        left: 85.5%;
    }
    #poi_playCentrum1 {
        top: 53.5%;
        left: 14.5%;
    }
    #poi_playCentrum2 {
        top: 53.5%;
        left: 78.5%;
    }
    #poi_centrum1 {
        top: 50.5%;
        left: 58%;
    }
    #poi_caltrate1 {
        top: 50.5%;
        left: 58%;
    }
    #poi_voltaren1 {
        top: 49.5%;
        left: 16.5%;
    }
    #poi_playVoltaren1 {
        top: 60.5%;
        left: 50.2%;
    }
    #poi_playVoltaren2 {
        top: 60.5%;
        left: 83.3%;
    }

    #poi_checkpoint1 {
        top: 64.5%;
        left: 72.3%;
    }
    .boxFormDataAvatar .boxSelectAvatar .bodySelect {
        height: 40vh;
    }
    .boxIframe .containIframe .iframe {
        width: 90vw;
        height: calc((90vw / 16 * 9));
        margin-top: 0;
    }
    .tvcImg {
        top: 38.2%;
        left: 38.3%;
        width: 23vw;
    }
    .boxAboutModal {
        height: 75vh;
        overflow-y: auto;
    }
}
@media (min-width: 1201px) and (max-width: 1500px) {
    .tvcImg {
        top: 38%;
    }
}
@media (min-width: 1200px) {
    .btnArrowLeft,
    .btnArrowRight,
    .btnArrowLeft:hover,
    .btnArrowRight:hover {
        padding: 0 0;
        margin: 0 0;
        width: 60px;
        height: 60px;
        box-shadow: none;
    }
    .modal-dialog.modal-dialog-vimeo {
        max-width: 1000px;
    }
    .btnArrowLeft {
        position: absolute;
        left: 30px;
        top: calc(50% - 30px);
    }
    .btnArrowRight {
        position: absolute;
        right: 30px;
        top: calc(50% - 30px);
    }
    .closeModalAbout {
        right: 40px;
    }
}
@media (min-width: 1025px) and (max-width: 1600px) {
    .containerRightLivePage .containerRightBox .containerRightBoxSpeaker {
        padding: 0.5rem;
    }
    .containerRightBoxSpeaker .listBoxSpeaker img {
        width: 60px;
        height: 60px;
    }
    .containerRightBoxSpeaker .listBoxSpeaker {
        padding: 0.5rem 0.35rem;
        margin-bottom: 0.3rem;
    }
    .containerRightLivePage .containerRightBox .boxQandA .dQA {
        height: 55px;
    }
    .containerRightLivePage .containerRightBox .boxQandA .dInputQA input {
        height: 55px;
    }
    .containerRightLivePage .containerRightBox .boxQandA .dInputQA .btn {
        height: 55px;
    }
}
@media (min-width: 1364px) {
    .bg_signin {
        width: 60%;
        height: 62vh;
    }
    .bg_signin .cardSignin {
        max-height: 50vh;
        max-width: 1000px;
    }
    .modal-dialog.modal-dialog-vimeo {
        max-width: 1200px;
    }
    .bg_signin .cardSignin .leftCard .txtTitleCardLeftReg {
        font-size: 40px;
    }
    .bg_signin .cardSignin .leftCard .txtSubCardLeftReg {
        font-family: "Kanit";
        color: #ffffff;
        font-size: 20px;
    }
    .logoSignin {
        position: absolute;
        left: 1.5rem;
        top: 1.5rem;
        width: 17%;
    }
    .bodyFromReg {
        padding-top: 3rem;
        padding-bottom: 2rem;
        padding-left: 3.25rem;
        padding-right: 3.25rem;
        overflow: auto;
        max-height: 100%;
    }
    .bodyFromReg2 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        padding-left: 3.25rem;
        padding-right: 3.25rem;
        overflow: auto;
        max-height: 100%;
    }
    .input_login {
        font-size: 18px;
    }
    .input_reg {
        margin-bottom: 0.5rem;
        font-size: 18px;
    }
    .boxFormDataAvatar .boxSelectAvatar .bodySelect {
        height: 30vh;
    }
    .boxFormDataAvatar .boxSelectAvatar .headerSelectAvatar .btn.btnSelect {
        font-size: 16px;
    }
    .boxIframe .containIframe .closeIFrame {
        position: absolute;
        padding: 0 0;
        margin: 0 0;
        box-shadow: none;
        right: 6rem;
        top: 9vh;
    }
    .boxIframe .containIframe .closeIFrame img {
        width: 50px;
        height: auto;
    }
    .boxAboutModal {
        height: 80vh;
        overflow-y: auto;
    }
    .error {
        color: red;
    }
}

/*Live Responsive*/
@media (max-width: 1024px) {
    .containerLivePage {
        min-height: auto;
        flex-wrap: wrap;
    }

    .containerLivePage .containerLeftLivePage {
        width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        flex-wrap: wrap;
        padding-bottom: 0;
        min-height: auto;
    }
    .containerLivePage .containerRightLivePage {
        width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        min-height: auto;
    }
    .containerLivePage .containerLeftLivePage .sideMenuLive {
        width: 100%;
        height: 60px;
        display: flex;
        flex-direction: row;
    }
    .sideMenuLive ul {
        flex-direction: row;
    }
    .sideMenuLive ul li .boxAgenda {
        left: 0;
        top: 100%;
    }
    .containerLivePage .containerLeftLivePage .sideMenuLive .logoHipraLive {
        margin-bottom: 0;
    }
    .containerLivePage .containerLeftLivePage .containerPanelLive {
        width: 100%;
        height: auto;
    }
    .containerLivePage
        .containerLeftLivePage
        .containerPanelLive
        .topPanelLive {
        display: none;
    }
    .containerLivePage
        .containerLeftLivePage
        .containerPanelLive
        .containerEmbedLive {
        width: 100%;
        height: auto;
    }
    .containerLivePage
        .containerLeftLivePage
        .containerPanelLive
        .containerDetailLive {
        min-height: auto;
        width: 100%;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .containerRightLivePage .containerRightBox {
        min-height: auto;
        flex-direction: column-reverse;
    }
    .containerRightLivePage .containerRightBox .boxQandA {
        border-left: none;
        border-bottom: 1px solid #dcdfe8;
    }
}
@media (max-width: 767px) {
    .containerLivePage .containerLeftLivePage {
        padding-top: 1rem;
    }
    .sideMenuLive ul li .boxAgenda {
        left: -100px;
    }
    .boxAgenda .liAgenda p.time {
        font-size: 18px;
    }
    .boxAgenda .liAgenda p.date {
        font-size: 12px;
    }
    .boxAgenda .liAgenda p.title {
        font-size: 20px;
    }
    .boxAgenda .liAgenda p.speaker {
        font-size: 14px;
    }
    .bgModalExDetail {
        padding-left: 0;
    }
    .boxExDetail .sideMenu .btnSideExdetail {
        font-size: 14px;
    }
    .liveIconNav {
        height: 16px;
    }
}
@media (max-width: 515px) {
    .containerLivePage .containerLeftLivePage {
        padding: 0.5rem;
    }
    .btnSLVideo {
        font-size: 14px;
    }
    .sideMenuLive ul li .boxAgenda {
        min-width: calc(100vw - 50px);
        max-width: 100vw;
    }
    .boxAgenda .liAgenda p.title {
        font-size: 18px;
    }
    .containerLivePage
        .containerLeftLivePage
        .containerPanelLive
        .containerDetailLive {
        padding: 1rem;
    }
    .containerLivePage
        .containerLeftLivePage
        .containerPanelLive
        .containerDetailLive {
        flex-direction: column;
    }
    .containerLivePage
        .containerLeftLivePage
        .containerPanelLive
        .containerDetailLive
        .txtTopicLive {
        text-align: center;
    }
}
