@import url("https://fonts.googleapis.com/css?family=Roboto");

* {
  font-family: 'Roboto';
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  height: 100dvh;
}

.main-content {
  position: absolute;
  height: 100%;
  width: calc(100% - 50px);
  left: 50px;
  transition: ease-in-out 0.4s;
  background-color: #f8fafb;
  z-index: 1;
  padding: 0;
}

#teamInfo .gallery,
.HNUE-gallery {
  display: flex;
  flex-direction: row;
  width: 70%;
  margin-top: 20px;
  margin-left: 15%;
  height: 500px;
}

.item,
.Hnue-item {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: flex 0.8s ease;
}

.item:hover,
.Hnue-item:hover {
  flex: 5;
}

.item:nth-child(1) {
  background-image: url(../source-img/team-profile/pdung.jpg);
}

.item:nth-child(2) {
  background-image: url(../source-img/team-profile/meo.jpg);
}

.item:nth-child(3) {
  background-image: url(../source-img/team-profile/wearetructruc.jpg);
}

.item:nth-child(4) {
  background-image: url(../source-img/team-profile/ciu.jpg);
}

.item:nth-child(5) {
  background-image: url(../source-img/team-profile/phat.jpg);
}

.Hnue-item:nth-child(1) {
  background-image: url(../source-img/university-img/3.jpg);
}

.Hnue-item:nth-child(2) {
  background-image: url(../source-img/university-img/2.jpg);
}

.Hnue-item:nth-child(3) {
  background-image: url(../source-img/university-img/1.jpg);
}

.Hnue-item:nth-child(4) {
  background-image: url(../source-img/university-img/4.jpg);
}

.Hnue-item:nth-child(5) {
  background-image: url(../source-img/university-img/5.jpg);
}

#groupInfo {
  cursor: pointer;
  color: #2185D0;
}

#teamInfo {
  position: absolute;
  width: 98%;
  height: 98%;
  z-index: 10001;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: white;
  display: none;
  top: 50%;
  left: 50%;
  overflow: auto;
  transform: translate(-50%, -50%);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
}

.infoContainer {
  width: 90%;
  text-align: center;
  position: relative;
  margin-left: 5%;
  margin-top: 5px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 5px;
}

.infoText {
  font-size: 14px;
  font-weight: 500;
  cursor: default;
  color: #000;
}

.button-support {
  height: 300px;
  width: 300px;
  display: block;
  margin: auto;
  margin-top: 35px;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  transition: ease-in-out 0.3s;
}

.button-support:hover {
  transform: scale(1.1);
  box-shadow: 0px 8px 16px 0px #2185D0;
}

.support-img {
  width: 80%;
  height: 80%;
}

.support-text {
  display: block;
  font-size: 20px;
}

.main-content #map {
  height: 100%;
  position: relative;
  z-index: 1;
  cursor: default;
}

.main-content .button-box {
  z-index: 2;
  width: 60px;
  position: absolute;
  top: 5px;
  right: 10px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #000;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
}

.main-content .button-box .toggle-btn {
  height: 100%;
  width: 46%;
  cursor: pointer;
  background: transparent;
  border: 0;
  position: relative;
  text-align: center;
  font-size: 14px;
}

#btn {
  left: 0;
  top: 0;
  position: absolute;
  width: 30px;
  height: 100%;
  background: #00cbfd;
  border-radius: 8px;
  transition: .7s;
}

#direction-board {
  position: absolute;
  z-index: 10000;
  width: 300px;
  height: 500px;
  background-color: #fff;
  top: 8px;
  right: 10px;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
  border: 1px solid #81858A;
  overflow: hidden;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
}

#resultVN,
#resultEN {
  width: 100%;
  text-align: center;
  display: none;
  font-size: 14px;
  color: #707070;
  cursor: default;
}

.hide {
  height: 45px !important;
}

.searchByGoogle {
  display: none;
  font-size: 15px;
  margin: auto;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  color: #2185D0;
  transition: 0.3s ease-in-out;
}

.direction-text {
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  display: block;
  position: absolute;
  top: 11px;
  color: #fff;
}

#blue-div {
  position: absolute;
  height: 45px;
  background: linear-gradient(to right, #025891, #2082d9);
  top: 0;
  width: 100%;
  cursor: pointer;
}

#show-more {
  width: 60%;
  height: 45px;
  margin: 0 auto;
  margin-top: 12px;
  display: block;
  background: linear-gradient(to right, #025891, #2082d9);
  color: #fff;
  cursor: pointer;
  border-radius: 15px;
  border: none;
}

#show-more:hover {
  background: #2185D0;
}

#blue-div:hover {
  background: #2185D0;
}

#direction-content,
#direction-content-2 {
  background-color: #fff;
  width: 100%;
  height: calc(100% - 120px);
  position: absolute;
  top: 120px;
  overflow: auto;
}

.redtext {
  color: #E50019;
  font-weight: 600;
  margin-left: 15px;
  cursor: default;
}

#admin-area,
#lecture-hall-area,
#domestic-area,
#other-areas,
#shopping-area,
#nha-A,
#nha-B,
#nha-C,
#nha-D,
#nha-K,
#nha-V {
  font-size: 14px;
  list-style: none;
  padding: 0 15px;
}

#admin-area li,
#lecture-hall-area li,
#domestic-area li,
#other-areas li,
#shopping-area li,
#nha-A li,
#nha-B li,
#nha-C li,
#nha-D li,
#nha-K li,
#nha-V li {
  cursor: pointer;
  margin-bottom: 5px;
}

#admin-area li:hover,
#lecture-hall-area li:hover,
#domestic-area li:hover,
#other-areas li:hover,
#shopping-area li:hover,
#nha-A li:hover,
#nha-B li:hover,
#nha-C li:hover,
#nha-D li:hover,
#nha-K li:hover,
#nha-V li:hover {
  color: #2185D0;
}

#directionArrow {
  position: absolute;
  height: 10px;
  right: 10px;
  top: 16px;
  cursor: pointer;
}

.pre {
  white-space: pre-wrap;
}

#welcome-text {
  position: absolute;
  bottom: -20px;
  width: 90%;
  font-size: 40px;
  z-index: 10000;
  font-weight: 900;
  left: 50%;
  background-color: #fff;
  border-radius: 15px;
  transform: translate(-50%, -50%);
  padding: 10px;
  text-align: center;
  cursor: default;
  animation: zoomAnimation 0.7s infinite alternate;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
}

@keyframes imgScaleAnimation {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.3);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoomAnimation {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    transform: translate(-50%, -50%) scale(1.1);
  }
}


.contentEnglish {
  display: none;
}

.infoDiv {
  position: absolute;
  height: 99%;
  width: 400px;
  z-index: 10001;
  display: none;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: white;
  top: 0.5%;
  left: 5px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-align: justify;
  transform: translate(0, 0);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
}

.infoDiv::-webkit-scrollbar {
  display: none;
}

.img-demo {
  width: 99%;
  margin-top: 20px;
  margin-left: 0.5%;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.6);
}

.styleh1 {
  width: 100%;
  text-align: center;
  cursor: default;
}

#search-option {
  width: 100%;
  height: 25px;
  display: flex;
  position: absolute;
  top: 50px;
}

.option-text {
  display: block;
  font-size: 16px;
}

#building-option {
  display: block;
  width: 50%;
  background-color: #fff;
  height: 100%;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  border-bottom: 2px solid #2185D0;
  font-weight: 500;
}

#classroom-option {
  display: block;
  width: 50%;
  background-color: #fff;
  height: 100%;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  border-bottom: none;
  font-weight: 500;
  opacity: 0.3;
}

#social-network-div {
  position: absolute;
  width: calc(100% + 50px);
  height: calc(100% - 50px);
  left: -50px;
  top: 50px;
  z-index: 1000000;
  display: none;
  padding: 0px;
  background-color: #f0f2f5;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
}

#social-network-div-unlogin {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000000;
  display: none;
  padding: 0px;
  background-color: #f0f2f5;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
}

.title-text {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}

#login-with-google {
  position: relative;
  display: block;
  margin: auto;
  margin-top: 10px;
  height: 50px;
  width: 250px;
  background-color: #fff;
  color: #000;
  border-radius: 15px;
  transition: 0.2s ease-in-out;
  border: 1px solid #000;
}

#login-with-google:hover {
  transform: scale(1.1);
}

#social-network-div::-webkit-scrollbar {
  display: none;
}

#HNUE-introduction,
#product-introduction,
#infomation-pages,
#donate-div,
#support-div {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100000;
  display: none;
  padding: 15px;
  border: 1px solid #ccc;
  background-color: #f0f2f5;
  text-align: justify;
  top: 0;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  overflow: auto;
}


.image-qr {
  width: 270px;
  position: absolute;
  left: calc((100% - 270px)/2);
  border-radius: 15px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  top: 160px;
}

#qr-pdung {
  top: 530px;
}

.infoDiv .toolbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.infoDiv .toolbar .close {
  position: fixed;
  background: url(../source-img/close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  border: none;
  background-color: #fff;
  cursor: pointer;
  top: 10px;
  right: 10px;
}

.close-div {
  position: absolute;
  background: url(../source-img/logout.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  top: 5px;
  right: 5px;
}

#close-social-network-div {
  position: absolute;
  background: url(../source-img/logout.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  border: none;
  background-color: #fff;
  cursor: pointer;
  top: 12px;
  right: 12px;
  z-index: 1000;
}

#toolbar-notification {
  position: absolute;
  background: url(../source-img/bell-regular.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  border: none;
  background-color: #fff;
  cursor: pointer;
  top: 10px;
  right: 55px;
  z-index: 1000;
}

#closeTeamInfo {
  position: absolute;
  background: url(../source-img/close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  border: none;
  background-color: #fff;
  cursor: pointer;
  top: 10px;
  right: 10px;
}

.infoDiv .toolbar .direct-btn {
  background: url(../source-img/direct.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  border: none;
  background-color: #fff;
  cursor: pointer;
  position: absolute;
  top: 15px;
  left: 15px;
  transition: 0.3s ease-in-out;
}

.infoDiv .toolbar .direct-btn-ggm {
  background: url(../source-img/direct.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  border: none;
  background-color: #fff;
  cursor: pointer;
  position: absolute;
  top: 15px;
  left: 100px;
  transition: 0.3s ease-in-out;
}

.infoDiv .toolbar .send-feedback {
  width: 35px;
  height: 35px;
  position: absolute;
  border: none;
  top: 15px;
  left: 185px;
  cursor: pointer;
  background: url(../source-img/mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}

.infoDiv .toolbar .direct-btn-ggm:hover,
.infoDiv .toolbar .direct-btn:hover,
.infoDiv .toolbar .send-feedback:hover {
  transform: scale(1.2);
}

.infoDiv .toolbar .tim-duong {
  font-size: 10px;
  color: #000;
  width: 80px;
  left: 8px;
  position: absolute;
  top: 55px;
  cursor: default;
}

.infoDiv .toolbar .tim-duong-ggm {
  font-size: 10px;
  width: 80px;
  color: #000;
  left: 75px;
  position: absolute;
  top: 55px;
  text-align: center;
  cursor: default;
}

.infoDiv .toolbar .dong-gop {
  font-size: 10px;
  width: 80px;
  color: #000;
  left: 162px;
  position: absolute;
  text-align: center;
  top: 55px;
  cursor: default;
}

.infoDiv .content {
  margin-top: 90px;
}

.scroll-to-top {
  width: 50px;
  height: 50px;
  background-image: url(/source-img/scroll-to-top.png);
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  border: 1px solid #707070;
  position: absolute;
  bottom: 10px;
  left: 348px;
  display: block;
  z-index: 99999;
  transition: 0.3s ease-in-out;
  box-shadow: 0 0 16px rgba(0, 123, 255, 0.5);
}

.scroll-to-top:hover {
  transform: scale(1.1);
}

.building-name {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  cursor: default;
}

.infoTeam {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  cursor: default;
}

.building-info,
.teamInfo {
  font-size: 15px;
  word-wrap: break-word;
  margin-top: 10px;
  color: #707070;
  cursor: default;
}

.login-text {
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  top: 16px;
  left: 5px;
}

#userProfilePicture1 {
  width: 30px;
  border: none;
  border-radius: 50%;
  height: 30px;
  position: absolute;
  top: 9px;
  left: 10px;
}

#userProfilePicture2 {
  width: 40px;
  border: none;
  border-radius: 50%;
  height: 40px;
  position: absolute;
  top: 56px;
  left: 10px;
}

#social-network-toolbar {
  position: absolute;
  width: calc(100% - 50px);
  height: 50px;
  top: 0;
  left: 50px;
  display: none;
  background-color: #fff;
  z-index: 1000000000;
  border: 1px solid #e4e6e9;
}

#notification-div {
  position: absolute;
  width: 300px;
  height: 500px;
  top: 50px;
  right: 0px;
  display: none;
  background-color: #fff;
  z-index: 1000000000;
  border: 1px solid #e4e6e9;
  border-radius: 0 0 0 15px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
}

#notification-div::-webkit-scrollbar {
  display: none;
}

.notification {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-bottom: 1px solid #e4e6e9;
  display: block;
  position: relative;
}

.notification-img {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
}

.notification-text {
  font-size: 13px;
  background-color: #fff;
  width: calc(100% - 55px);
  height: 40px;
  left: 50px;
  top: 5px;
  position: absolute;
  overflow: hidden;
}

#userProfilePicture3 {
  width: 40px;
  border: none;
  border-radius: 50%;
  height: 40px;
  position: absolute;
  top: 5px;
  left: 5px;
}

#userName3 {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  height: 20px;
  overflow: hidden;
  position: absolute;
  cursor: default;
  top: 5px;
  left: 55px;
  z-index: 100;
}

#userEmail2 {
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  height: 20px;
  overflow: hidden;
  position: absolute;
  cursor: default;
  bottom: 5px;
  left: 55px;
  z-index: 100;
}

.show-post .post-userProfilePicture {
  width: 40px;
  border: none;
  border-radius: 50%;
  height: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.post-btn {
  height: 30px;
  left: 50px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 15px;
  width: calc(100% - 60px);
  color: #7c676b;
  border: none;
  visibility: visible;
  top: 10px;
  position: absolute;
  background-color: #f0f2f5;
  overflow: hidden;
}

.post-btn:hover {
  background-color: #e4e6e9;
}

.post-btn span {
  position: absolute;
  left: 10px;
  top: 5px
}

.darken {
  filter: brightness(0.3);
}

.creat-post-span {
  font-size: 20px;
  position: relative;
  top: 10px;
  font-weight: bold;
  cursor: default;
}

#post-div {
  width: 60%;
  border-radius: 15px;
  height: 52px;
  background-color: #fff;
  border: 1px solid #e4e6e9;
  position: absolute;
  left: 20%;
  top: 10px;
}

#userName {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  width: 100px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  cursor: default;
  top: 5px;
  left: 5px;
}

#userName2 {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  height: 20px;
  overflow: hidden;
  position: absolute;
  cursor: default;
  top: 65px;
  left: 60px;
}

.show-post .post-username {
  font-size: 15px;
  font-weight: bold;
  height: 20px;
  overflow: hidden;
  position: absolute;
  cursor: default;
  left: 60px;
  top: 10px;
}

.show-post .post-time {
  font-size: 10px;
  color: #65676b;
  width: auto;
  position: absolute;
  left: 60px;
  top: 30px;
  cursor: default;
}

.comment-time {
  font-size: 10px;
  color: #65676b;
  width: auto;
  position: absolute;
  left: 70px;
  top: 22px;
  cursor: default;
}

.show-post .post-text-status {
  position: absolute;
  top: 60px;
  height: 100px;
  background-color: #fff;
  overflow-y: scroll;
  color: #000;
  left: 10px;
  right: 10px;
  font-size: 13px;
  word-wrap: break-word;
  cursor: default;
  white-space: pre-wrap;
}

.show-post .post-image {
  width: calc(100% - 20px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 10px;
  top: 170px;
  height: 300px;
  overflow: hidden;
}

.show-post .post-image img {
  height: 100%;
}

#add-photo {
  background-image: url(../source-img/add-a-photo.png);
  width: 100px;
  height: 100px;
  position: absolute;
  left: 10px;
  bottom: 50px;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  border: 1px solid #DEDEDF;
}

#add-address-img {
  height: 22px;
  position: absolute;
  right: 5px;
  bottom: 2.5px;
}

.status {
  background-color: #fff;
  width: calc(100% - 20px);
  font-size: 17px;
  height: 134px;
  position: absolute;
  top: 105px;
  left: 10px;
  padding: 5px;
  overflow: auto;
  border: none;
  resize: none;
}

.post-status {
  position: absolute;
  left: 10px;
  width: calc(100% - 20px);
  height: 30px;
  background-color: #2185D0;
  color: #fff;
  border: none;
  border-radius: 6px;
  bottom: 10px;
  font-weight: 600;
  font-size: .875rem;
}

#post-status:disabled {
  background-color: #e4e6eb;
  color: #bdc1c5;
  cursor: not-allowed;
}



#enter-post {
  width: 60%;
  display: none;
  border-radius: 15px;
  height: 400px;
  background-color: #fff;
  border: 1px solid #e4e6e9;
  position: absolute;
  left: 20%;
  top: 5px;
  z-index: 200000;
}

.show-post {
  width: 60%;
  border-radius: 15px;
  height: 570px;
  background-color: #fff;
  border: 1px solid #e4e6e9;
  position: relative;
  left: 20%;
  margin-top: 10px;
}

#posts-container {
  width: 100%;
  border-radius: 15px;
  height: auto;
  background-color: transparent;
  position: relative;
  left: 0;
  margin-top: 70px;
}

.show-post #line {
  width: calc(100% - 20px);
  left: 10px;
  position: absolute;
  background-color: #ced0d4;
  bottom: 40px;
  height: 1px;
}

.show-post .like-post {
  height: 30px;
  width: calc((100% - 20px) / 3);
  position: absolute;
  left: 10px;
  bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
}

.show-post .like-post:hover {
  background-color: #f2f2f2;
}

.show-post .comment-post {
  height: 30px;
  width: calc((100% - 20px) / 3);
  position: absolute;
  left: calc((100% - 20px) / 3 + 10px);
  bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
}

.show-post .comment-post:hover {
  background-color: #f2f2f2;
}

.show-post .direct-post {
  height: 30px;
  width: calc((100% - 20px) / 3);
  position: absolute;
  right: 10px;
  bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
}

.show-post .direct-post:hover {
  background-color: #f2f2f2;
}

.action-text {
  font-size: 14px;
  font-weight: 600;
  margin-left: 5px;
  margin-bottom: -2px;
  cursor: pointer;
  color: #77797c;
}

.action-img {
  width: 20px;
  height: 20px;
}

.post-address {
  font-size: 13px;
  position: absolute;
  bottom: 70px;
  left: 10px;
  font-weight: 600;
  background-color: #fff;
  width: calc(100% - 20px);
  overflow: hidden;
  cursor: default;
}

.number-like {
  height: 20px;
  left: 10px;
  position: absolute;
  bottom: 45px;
  font-size: 13px;
  color: #77797c;
  cursor: default;
}

.liked-img {
  position: absolute;
  bottom: 0;
  height: 12px;
}

#number-like {
  margin-bottom: -10px;
  position: absolute;
  bottom: 6px;
  left: 16px;
}

.number-comment {
  height: 20px;
  right: 10px;
  position: absolute;
  bottom: 45px;
  font-size: 13px;
  color: #77797c;
  cursor: default;
}

.commented-img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 12px;
}

#number-comment {
  margin-bottom: -10px;
  position: absolute;
  bottom: 6px;
  right: 16px;
}

.numberComment {
  margin-bottom: -10px;
  position: absolute;
  bottom: 6px;
  right: 16px;
}

.info {
  background: url(../source-img/info-solid.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: #fff;
  cursor: pointer;
  position: absolute;
  top: 5px;
  left: 40px;
}


#imageInput {
  width: 0;
  height: 0;
  visibility: hidden;
}

#add-location {
  background-color: #fff;
  width: calc(100% - 130px);
  position: absolute;
  height: 50px;
  bottom: 50px;
  right: 10px;
}

#add-address {
  background-color: #fff;
  width: calc(100% - 130px);
  position: absolute;
  height: 50px;
  bottom: 105px;
  right: 10px;
}

#text-address-vn,
#text-address-eng {
  height: 25px;
  font-size: 13px;
  width: calc(100% - 30px);
  left: 0;
  bottom: 0;
  border: 1.5px solid #dededf;
  border-radius: 5px;
  padding-left: 5px;
}

#text-location-vn,
#text-location-eng {
  height: 25px;
  font-size: 13px;
  width: calc(100% - 30px);
  left: 0;
  bottom: 0;
  cursor: pointer;
  border: 1.5px solid #dededf;
  border-radius: 5px;
  padding-left: 5px;
}

#add-location-button {
  width: 25px;
  position: absolute;
  right: 0;
  bottom: 1px;
  cursor: default;
}

.big-text {
  font-size: 30px;
  font-weight: bold;
  cursor: default;
}

#email-to-us {
  width: 400px;
  height: 40px;
  position: relative;
  margin-top: 30px;
  cursor: pointer;
}

#email-to-us #send-mail {
  position: absolute;
  background: url(../source-img/envelope-regular.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  border: none;
  background-color: #fff;
  cursor: pointer;
  top: 5px;
  left: 5px;
}


#email-to-us #my-mail {
  position: absolute;
  font-size: 20px;
  left: 55px;
  bottom: 5px;
  cursor: pointer;
}

.comment-action {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #e4e6e9;
  position: relative;
  margin-top: -300px;
  display: none;
  z-index: 100000;
}

.info-table {
  text-align: center;
  width: 100%;
}

.info-table td {
  border: 1px solid #000;
  padding: 5px;
}

.comment-input,
.emojionearea,
.emojionearea.form-control,
.mojionearea-inline {
  width: calc(100% - 57px);
  position: absolute !important;
  height: 36px;
  left: 7px;
  bottom: 7px;
  font-size: 15px;
  border-radius: 15px;
  line-height: 0;
  padding-left: 10px;
  border: 1.5px solid #65676b;
}

.comment-input:hover {
  border: 1.5px solid #2185D0;
}

.comment-input:focus {
  border-color: #2185D0;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
  outline: none;
}

.comment-button {
  position: absolute;
  height: 36px;
  right: 7px;
  width: 36px;
  bottom: 7px;
  border: none;
  background-color: transparent;
  background-image: url(../source-img/paper-airplane.svg);
}

.comment-button:hover {
  transform: scale(1.2);
}

.comment-container {
  width: 98%;
  height: 455px;
  position: relative;
  left: 1%;
  overflow: auto;
  margin-top: 25px;
  background-color: #fff;
}

.imageOfPost {
  border-radius: 10px;
  cursor: pointer;
}

.comment {
  width: 100%;
  height: 100px;
  background-color: #fff;
  margin-bottom: 5px;
  position: relative;
}

.comment-avt {
  border-radius: 50%;
  position: absolute;
  height: 50px;
  top: 10px;
  left: 10px;
}

.comment-username {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  left: 70px;
  top: 5px;
  cursor: default;
}

.comment-text {
  color: #000;
  background-color: #fff;
  width: calc(100% - 80px);
  left: 70px;
  position: absolute;
  top: 35px;
  font-size: 13px;
  height: 60px;
  cursor: default;
  white-space: pre-wrap;
}

#search-input-container {
  width: 100%;
  height: 40px;
  position: absolute;
  display: block;
  top: 80px;
}

#search-input-container-2 {
  width: 100%;
  height: 40px;
  position: absolute;
  display: none;
  top: 80px;
}

.verified {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  margin-left: 5px;
  margin-bottom: 2.5px;
}

.verified2 {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  margin-left: 5px;
  margin-bottom: 2px;
}

.delete-post {
  width: 15px;
  height: 15px;
  background: url(../source-img/close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
  display: none;
}

.search-input {
  width: 90%;
  position: absolute;
  left: 5%;
  height: 26px;
  top: 7px;
  border-radius: 5px;
  border: 1px solid #DEDEDF;
  padding-left: 30px;
  font-size: 14px;
  z-index: 1;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.search-input:hover {
  border: 1px solid #2185D0;
}

.search-input:focus {
  border-color: #2185D0;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  outline: none;
}

#search-input-img {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 12px;
  left: 23px;
  z-index: 2;
  cursor: default;
}

#clear-input {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 90px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  display: none;
}

@media (min-width : 769px) and (max-width : 1470px) {

  #direction-board {
    top: 2.5px;
  }

  #welcome-text {
    width: auto;
  }
}


@media (min-width : 1470px) {

  #welcome-text {
    width: auto;
  }

  #tool-bar {
    display: none;
  }

}

@media (max-width: 769px) {
  #search-input-img {
    left: 6.5%;
  }

  #clear-input {
    right: 6.5%;
  }

  #teamInfo .gallery,
  .HNUE-gallery {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 20px;
    margin-left: 0%;
    height: 500px;
  }

  #email-to-us #my-mail {
    font-size: 13px;
    bottom: 10px;
  }
}

@media (min-width: 1600px) {
  .scroll-to-top {
    left: 450px;
  }

  .infoDiv {
    width: 500px;
  }
}