@font-face {
    font-family: "DB Adman X";
    src: url("../fonts/DBAdmanX-Light.woff2") format("woff2"),
        url("../fonts/DBAdmanX-Light.woff") format("woff"),
        url("../fonts/DBAdmanX-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DB Adman X";
    src: url("../fonts/DBAdmanX-Bold.woff2") format("woff2"),
        url("../fonts/DBAdmanX-Bold.woff") format("woff"),
        url("../fonts/DBAdmanX-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DB Adman X";
    src: url("../fonts/DBAdmanX.woff2") format("woff2"),
        url("../fonts/DBAdmanX.woff") format("woff"),
        url("../fonts/DBAdmanX.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro-Light.woff2") format("woff2"),
        url("../fonts/SourceSansPro-Light.woff") format("woff"),
        url("../fonts/SourceSansPro-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro-Bold.woff2") format("woff2"),
        url("../fonts/SourceSansPro-Bold.woff") format("woff"),
        url("../fonts/SourceSansPro-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro-Regular.woff2") format("woff2"),
        url("../fonts/SourceSansPro-Regular.woff") format("woff"),
        url("../fonts/SourceSansPro-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro-SemiBold.woff2") format("woff2"),
        url("../fonts/SourceSansPro-SemiBold.woff") format("woff"),
        url("../fonts/SourceSansPro-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@media (orientation: landscape) {
    body {
        width: 100vw;
        height: 100vh;
    }
    .notLandscap {
        display: none;
    }
    .main {
        width: 100vw;
        height: 100vh;
    }
}

.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,
.boxLuckyGame {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1032;
}
.boxIframe .containIframe,
.boxLuckyGame .containerBoxLucky {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.boxIframe .containIframe .closeIFrame,
.boxLuckyGame .containerBoxLucky .closeIFrame {
    position: absolute;
    padding: 0 0;
    margin: 0 0;
    box-shadow: none;
    right: 1rem;
    top: 1rem;
}
.boxIframe .containIframe .closeIFrame img,
.boxLuckyGame .containerBoxLucky .closeIFrame img {
    width: 40px;
    height: auto;
}
.boxIframe .containIframe .iframe,
.boxLuckyGame .containerBoxLucky .boxContainGame {
    width: 75vw;
    height: calc((75vw / 16) * 9);
    margin-top: 10px;
    border: none;
}
.boxLuckyGame .containerBoxLucky .boxContainGame {
    background-image: url("../images/game/bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 4rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.boxLuckyGame .containerBoxLucky .boxContainGame .imgTitleLucky {
    width: 60%;
    max-width: 600px;
}
.boxLuckyGame .containerBoxLucky .boxContainGame .flipImg,
.boxLuckyGame .containerBoxLucky .boxContainGame .unflipImg {
    width: 100%;
    max-width: 100%;
}
.boxLuckyGame .containerBoxLucky .boxContainGame .btnLuckyDaily {
    position: relative;
    box-shadow: none;
    padding: 0 0;
}
.boxLuckyGame .containerBoxLucky .boxContainGame .btnLuckyDaily:hover,
.boxLuckyGame .containerBoxLucky .boxContainGame .btnLuckyDaily:active {
    box-shadow: none;
}
.boxLuckyGame
    .containerBoxLucky
    .boxContainGame
    .btnLuckyDaily
    .boxPointLuckyDaily {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.boxLuckyGame
    .containerBoxLucky
    .boxContainGame
    .btnLuckyDaily
    .pointLuckyDaily {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
.boxLuckyGame .containerBoxLucky .boxContainGame .btnLuckyDaily .subPointLucky {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
.btn.btnLuckyDaily.disabled,
.btn.btnLuckyDaily:disabled {
    opacity: 1;
}
.btnCloseLucky {
    font-size: 18px;
    font-weight: bold;
}
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.cardCheckHightScore {
    max-width: 800px;
    max-height: 515px;
    border-radius: 0;
    background-image: url("../images/game/bgBoard.jpg");
    background-size: cover;
    overflow-y: auto;
    position: relative;
}
.overlayImage.df-center
    .cardCheckPointHintSpeaker.cardCheckHightScore
    .btnCloseDataRank {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: auto;
    cursor: pointer;
}
.table-rank {
    background-color: #ffffff;
}
.headerTableRank {
    background-color: #109cc9;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}
#tableRank tr td:nth-child(1),
#tableRank tr td:nth-child(3) {
    text-align: center;
}
.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 {
    background-image: url("../images/bg_signin.png");
    background-size: cover;
    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;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
}
.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: "Source Sans Pro";
    font-weight: bold;
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 0;
}
.bg_signin .cardSignin .leftCard .txtSubCardLeftReg {
    font-family: "Source Sans Pro";
    color: #ffffff;
    font-size: 16px;
}
.bg_signin .cardSignin .leftCard .logoSignin {
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
    width: 15%;
}
.bg_signin .cardSignin .rightCard {
    width: 50%;
}
.bg_signin .cardSignin .rightCard .headerCard {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.bg_signin .cardSignin .rightCard .headerCard .btn.btn-signin,
.bg_signin .cardSignin .rightCard .headerCard .btn.btn-register {
    margin: 0 0;
    box-shadow: none;
    font-family: "Source Sans Pro";
    font-weight: bold;
    color: #ffffff;
    background-color: #d1d2d3;
    border-radius: 0;
    font-size: 14px;
}
.bg_signin .cardSignin .rightCard .headerCard .btn.btn-signin.active,
.bg_signin .cardSignin .rightCard .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: 65vh;
}
.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;
    background-image: url("../images/backgroundNav.jpg");
    background-position: center bottom;
    background-size: 100% 5px;
    background-repeat: no-repeat;
}
.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;
    font-weight: bold;
}
.box-rightAvatar .txtPoint {
    margin-bottom: 0;
    font-size: 14px;
    color: #1d4a8d;
    font-weight: bold;
}
.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: 0.5px;
    height: 60%;
    top: 20%;
    right: 0;
    bottom: 20%;
    content: "";
    background-color: #1d4a8d;
}
.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;
    color: #1d4a8d;
}
.navbar.navbar-light .navbar-nav .nav-item.disabled > .nav-link {
    color: #a7a9ac;
}
.navbar.navbar-light .navbar-nav .nav-item:hover > .nav-link {
    color: #6cc249;
}
.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;
}
.contain_poi img {
    max-width: 100%;
}
.contain_poi .boxPoi {
    position: relative;
}
.contain_poi .boxPoi p {
    display: none;
    margin-bottom: 0;
    position: absolute;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #36a0c0;
    padding: 0.3rem 0.7rem;
    font-size: 18px;
    color: #ffaf37;
    font-weight: 500;
    border-radius: 15px;
    white-space: nowrap;
}
.contain_poi:hover .boxPoi p {
    display: block;
}
.poi {
    width: 20px;
    height: 20px;
    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: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 50;
}
.circle {
    border-radius: 50%;
    background-color: rgba(29, 74, 141, 1);
    width: 20px;
    height: 20px;
    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: "Source Sans Pro";
    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;
}
.iconPlayVideo.concept img {
    width: 68px;
}
.btnComingSoon {
    width: 120px;
    position: absolute;
    cursor: pointer;
}
#hintComingSoon {
    top: 43%;
    left: 30%;
}
#virusComingSoon {
    top: 46%;
    left: 41%;
}
/*POI*/

/*Position POI*/
#poi_productVideo {
    top: calc(32% - 10px);
    left: calc(48.5% - 10px);
}
#poi_information {
    top: calc(63% - 10px);
    left: calc(53.5% - 10px);
}
#poi_activityhall {
    top: calc(61% - 10px);
    left: calc(63.5% - 10px);
}
#poi_exhibitionhall {
    top: calc(48% - 10px);
    left: calc(71.5% - 10px);
}
#poi_reward {
    top: calc(63% - 10px);
    left: calc(90.5% - 10px);
}
#poi_auditorium {
    top: calc(50% - 10px);
    left: calc(37.5% - 10px);
}
#poi_productshowcase {
    top: calc(46% - 10px);
    left: calc(23.5% - 10px);
}
#poi_hintspeaker {
    top: calc(45% - 10px);
    left: calc(30.5% - 10px);
}
#poi_hipraquiz {
    top: calc(47% - 10px);
    left: calc(50.5% - 10px);
}
#poi_matchingcard {
    top: calc(45% - 10px);
    left: calc(71.5% - 10px);
}
#poi_collectegg {
    top: calc(44% - 10px);
    left: calc(82.5% - 10px);
}
#poi_vaccinate {
    top: calc(43% - 10px);
    left: calc(17.5% - 10px);
}
#poi_rewardImage {
    top: calc(50% - 10px);
    left: calc(34.5% - 10px);
}
#poi_rewardDetail {
    top: calc(50% - 10px);
    left: calc(51.5% - 10px);
}
#poi_informationImage {
    top: calc(55% - 10px);
    left: calc(58.5% - 10px);
}
#poi_productInformation {
    top: calc(52% - 10px);
    left: calc(83.5% - 10px);
}
#poi_productInformationLink {
    top: calc(61% - 10px);
    left: calc(35.5% - 10px);
}
#poi_fActivity {
    top: calc(55% - 10px);
    left: calc(50.5% - 10px);
}
#poi_fAuditorium {
    top: calc(67% - 10px);
    left: calc(49% - 10px);
}
#poi_fExhibition {
    top: calc(64% - 10px);
    left: calc(47.5% - 10px);
}
#poi_fabouthipra {
    top: calc(47% - 10px);
    left: calc(49.5% - 10px);
}
#poi_mainAuditorium {
    top: calc(40% - 10px);
    left: calc(50.5% - 10px);
}
#poi_mainAuditoriumLive {
    top: calc(40% - 10px);
    left: calc(48.5% - 10px);
}
#poi_mainAuditoriumLive img {
    height: 25px;
}
.liveIconNav {
    height: 22px;
}
#poi_fabouthipratoactivety {
    top: calc(52% - 10px);
    left: calc(70% - 10px);
}
#poi_hipraspray {
    top: calc(40% - 10px);
    left: calc(46.2% - 10px);
}
#poi_conceptVideo {
    top: calc(43.2% - 10px);
    left: calc(67% - 10px);
}
#poi_hipralink {
    top: calc(40% - 10px);
    left: calc(32.5% - 10px);
}
#poi_me2smart {
    top: calc(48% - 10px);
    left: calc(23% - 10px);
}
#poi_me2research {
    top: calc(49% - 10px);
    left: calc(85% - 10px);
}
#poi_about1 {
    top: calc(42% - 10px);
    left: calc(23% - 10px);
}
#poi_about2 {
    top: calc(42% - 10px);
    left: calc(36.5% - 10px);
}
#poi_about3 {
    top: calc(42% - 10px);
    left: calc(49.2% - 10px);
}
#poi_about4 {
    top: calc(42% - 10px);
    left: calc(58.2% - 10px);
}
#poi_about5 {
    top: calc(42% - 10px);
    left: calc(69% - 10px);
}
#poi_about6 {
    top: calc(62% - 10px);
    left: calc(68.5% - 10px);
}
#poi_salmonella {
    top: calc(39% - 10px);
    left: calc(39% - 10px);
}
#poi_salmonella2 {
    top: calc(52% - 10px);
    left: calc(72% - 10px);
}
#poi_avisan {
    top: calc(40% - 10px);
    left: calc(55% - 10px);
}
#poi_research {
    top: calc(72% - 10px);
    left: calc(70% - 10px);
}
#poi_clickMatching {
    top: calc(48% - 10px);
    left: calc(54.5% - 10px);
}
#poi_control {
    top: calc(48% - 10px);
    left: calc(44.2% - 10px);
}
#poi_clickEgg {
    top: calc(46% - 10px);
    left: calc(66% - 10px);
}
#poi_clickVaccine {
    top: calc(37% - 10px);
    left: calc(85% - 10px);
}
#poi_clickQuiz {
    top: calc(36% - 10px);
    left: calc(15% - 10px);
}
#poi_openRank {
    left: calc(71.5% - 10px);
    top: calc(50% - 10px);
}
#poi_trophy1 {
    top: calc(45% - 10px);
    left: calc(15% - 10px);
}
#poi_hintspeaker {
    top: calc(44.5% - 10px);
    left: calc(33% - 10px);
}
#poi_redemmReward {
    position: absolute;
    top: 48%;
    left: 38%;
}
#poi_redemmReward img {
    width: 160px;
    height: auto;
}
.poi_trophy {
    position: absolute;
    width: 140px;
    height: auto;
}
.poi_trophy img {
    width: 100%;
    max-width: 100%;
}
#gameHintspeaker {
    top: calc(37% - 10px);
    left: calc(60.5% - 10px);
}
#gameHipraQuiz {
    top: calc(37% - 10px);
    left: calc(60.5% - 10px);
}
#gameMatching {
    top: calc(30% - 10px);
    left: calc(65.5% - 10px);
}
/*Modal*/
.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: 250px;
    height: auto;
    margin-bottom: 0.75rem;
}
.overlayStart .btnOverlayStart {
    background-color: #f94653;
    border-radius: 15px;
    color: #ffffff;
    font-size: 20px;
    font-family: "Source Sans Pro";
    font-weight: bold;
    min-width: 200px;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    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;
}
.containerLivePage .containerLeftLivePage {
    width: 75%;
    min-height: 100vh;
    background-color: #d1d4da;
    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;
    background-color: #1e4b8e;
    background-image: linear-gradient(
        180deg,
        #1e4b8e 0%,
        #1c5292 41%,
        #1198c7 100%
    );
    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;
}
.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;
    background-color: #f9f9f9;
}
.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: #1d4a8d;
}
.boxAgenda .liAgenda p.time {
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
}
.boxAgenda .liAgenda p.date {
    font-size: 14px;
}
.boxAgenda .liAgenda p.title {
    font-size: 20px;
    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: 18px;
    font-weight: bold;
    color: #109cc9;
}
.btnBackFromLive {
    background-color: #1d4a8d;
    color: #ffffff;
    border-radius: 30px;
    border-bottom-right-radius: 0;
    font-weight: bold;
}
.btnBackFromLive:hover,
.btnBackFromLive:active {
    background-color: #ffffff;
    color: #1d4a8d;
    border: 1px solid #1d4a8d;
}
.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;
    background-image: url("../images/bgSpeakerSide.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.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: #808285;
    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: #808285;
    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: 54px;
    border-bottom-right-radius: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.7rem;
}
.containerRightBoxSpeaker .listBoxSpeaker img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid #ffae37;
    margin-right: 15px;
}
.containerRightBoxSpeaker .listBoxSpeaker p {
    margin-bottom: 0;
    color: #1d4a8d;
}
.containerRightBoxSpeaker .listBoxSpeaker p.name {
    font-size: 16px;
    font-weight: bold;
}
.containerRightBoxSpeaker .listBoxSpeaker p.sub {
    font-size: 13px;
    font-weight: bold;
}
.containerRightBoxSpeaker .listBoxSpeaker p.detail {
    font-size: 11px;
}
.backgroundReward {
    background-image: url("../images/bgRewardModal.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-image: url("../images/bgRewardModal.jpg");
    background-size: cover;
    background-position: center center;
    border-radius: 3rem;
    border: 3px solid #1d4a8d;
}
.txtGetPoint {
    font-size: 18px;
    color: #000000;
    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/popup/bg_lucky.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: 450px;
    height: 60px;
    border-radius: 60px;
    background-color: #ffffff;
    outline: none;
    border: 1px solid #7d7e81;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 27px;
    font-weight: bold;
    color: #002f86;
}
.btnLuckydraw {
    background-color: #002f86;
    padding: 0 0;
    margin: 0 0;
    width: 60px;
    height: 60px;
    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;
}
.btnTableHscore {
    cursor: pointer;
    width: 80%;
    max-width: 200px;
}
@media (min-width: 620px) {
    .modal-dialog {
        max-width: 600px;
    }
    .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: 65vh;
    }
    .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: 991px) {
    .poi_trophy {
        width: 67px;
    }
    .btnComingSoon {
        width: 60px;
    }
    .contain_poi {
        width: 20px;
        height: auto;
    }
    .iconPlayVideo img {
        width: 63px;
    }
    .iconPlayVideo.concept img {
        width: 39px;
    }
    .boxLuckyGame .containerBoxLucky .boxContainGame {
        background-image: url("../images/game/bg.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 2rem;
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .btnCloseLucky {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .boxLuckyGame
        .containerBoxLucky
        .boxContainGame
        .btnLuckyDaily
        .pointLuckyDaily {
        font-size: 28px;
    }
    .boxLuckyGame
        .containerBoxLucky
        .boxContainGame
        .btnLuckyDaily
        .subPointLucky {
        font-size: 14px;
    }
    .quizHaveLife .txtlife {
        font-size: 18px;
    }
    .quizHaveLife .btnCloseCheckPointSpeaker {
        font-size: 12px;
    }
}
@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) {
    /*Position POI*/
    .btnComingSoon {
        width: 100px;
    }
    #hintComingSoon {
        top: 43%;
        left: 23%;
    }
    #virusComingSoon {
        top: 46%;
        left: 38%;
    }
    #poi_trophy1 {
        left: calc(42% - 10px);
        top: calc(5% - 10px);
    }
    #poi_openRank {
        left: calc(81% - 10px);
        top: calc(50.5% - 10px);
    }
    #poi_clickMatching {
        top: calc(48% - 10px);
        left: calc(55.2% - 10px);
    }
    #poi_control {
        top: calc(48% - 10px);
        left: calc(42.2% - 10px);
    }
    #poi_clickEgg {
        top: calc(46.5% - 10px);
        left: calc(70.5% - 10px);
    }
    #poi_clickVaccine {
        top: calc(41% - 10px);
        left: calc(89.5% - 10px);
    }
    #poi_clickQuiz {
        top: calc(39% - 10px);
        left: calc(10% - 10px);
    }
    #poi_information {
        top: calc(62% - 10px);
        left: calc(52% - 10px);
    }
    #poi_activityhall {
        top: calc(61% - 10px);
        left: calc(65% - 10px);
    }
    #poi_exhibitionhall {
        top: calc(60% - 10px);
        left: calc(81.5% - 10px);
    }
    #poi_reward {
        top: calc(64% - 10px);
        left: calc(96.5% - 10px);
    }
    #poi_auditorium {
        top: calc(49% - 10px);
        left: calc(30.5% - 10px);
    }
    #poi_productshowcase {
        top: calc(49% - 10px);
        left: calc(15.5% - 10px);
    }
    #poi_hintspeaker {
        top: calc(45% - 10px);
        left: calc(24.5% - 10px);
    }
    #poi_hipraquiz {
        top: calc(47% - 10px);
        left: calc(50.5% - 10px);
    }
    #poi_matchingcard {
        top: calc(44.5% - 10px);
        left: calc(79% - 10px);
    }
    #poi_collectegg {
        top: calc(43% - 10px);
        left: calc(92% - 10px);
    }
    #poi_vaccinate {
        top: calc(43.8% - 10px);
        left: calc(10% - 10px);
    }
    #poi_rewardImage {
        top: calc(50% - 10px);
        left: calc(34.5% - 10px);
    }
    #poi_rewardDetail {
        top: calc(50% - 10px);
        left: calc(51.5% - 10px);
    }
    #poi_productInformation {
        top: calc(57% - 10px);
        left: calc(90.5% - 10px);
    }
    #poi_fabouthipratoactivety {
        top: calc(54% - 10px);
        left: calc(76.5% - 10px);
    }
    #poi_hipraspray {
        top: calc(47% - 10px);
        left: calc(26.5% - 10px);
    }
    #poi_conceptVideo {
        top: calc(45% - 10px);
        left: calc(68.5% - 10px);
    }
    #poi_hipralink {
        top: calc(60% - 10px);
        left: calc(75% - 10px);
    }
    #poi_me2smart {
        top: calc(48% - 10px);
        left: calc(18% - 10px);
    }
    #poi_me2research {
        top: calc(50% - 10px);
        left: calc(90% - 10px);
    }
    #poi_about1 {
        top: calc(42% - 10px);
        left: calc(14.5% - 10px);
    }
    #poi_about2 {
        top: calc(42% - 10px);
        left: calc(32.3% - 10px);
    }
    #poi_about3 {
        top: calc(42% - 10px);
        left: calc(49.2% - 10px);
    }
    #poi_about4 {
        top: calc(42% - 10px);
        left: calc(61.8% - 10px);
    }
    #poi_about5 {
        top: calc(42% - 10px);
        left: calc(75.5% - 10px);
    }
    #poi_about6 {
        top: calc(62% - 10px);
        left: calc(74% - 10px);
    }
    #poi_research {
        top: calc(70% - 10px);
        left: calc(78% - 10px);
    }
    .boxFormDataAvatar .boxSelectAvatar .bodySelect {
        height: 40vh;
    }
    .boxIframe .containIframe .iframe {
        width: 90vw;
        height: calc((90vw / 16 * 9));
        margin-top: 0;
    }
    .boxAboutModal {
        height: 75vh;
        overflow-y: auto;
    }
}
@media (min-width: 1200px) {
    .btnArrowLeft,
    .btnArrowRight,
    .btnArrowLeft:hover,
    .btnArrowRight:hover {
        padding: 0 0;
        margin: 0 0;
        width: 60px;
        height: 60px;
        box-shadow: none;
    }
    .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;
    }
    .bg_signin .cardSignin .leftCard .txtTitleCardLeftReg {
        font-size: 40px;
    }
    .bg_signin .cardSignin .leftCard .txtSubCardLeftReg {
        font-family: "Source Sans Pro";
        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: 65vh;
    }
    .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;
    }
    .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;
    }
}

@media (orientation: portrait) {
    body {
        background-color: #000000;
    }
    .main {
        display: none;
    }
    .main.mainReg {
        display: flex;
    }
    .bg_signin .cardSignin {
        flex-wrap: wrap;
    }
    .bg_signin {
        height: auto;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .bg_signin .cardSignin {
        height: auto;
        max-height: 100%;
    }
    .bg_signin .cardSignin .leftCard div {
        display: none;
    }
    .bg_signin .cardSignin .leftCard .logoSignin {
        position: relative;
        width: 40%;
        left: auto;
        right: auto;
        top: auto;
    }
    .bg_signin .cardSignin .leftCard {
        width: 100%;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        text-align: center;
    }
    .bg_signin .cardSignin .leftCard .txtSubCardLeftReg {
        margin-bottom: 0;
    }
    .bg_signin .cardSignin .rightCard {
        width: 100%;
        min-height: 50vh;
    }
    .notLandscap {
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .notLandscap p {
        color: #ffffff;
        margin-bottom: 0;
    }
}
