@font-face {
  font-family: 'LaoUI';
  src: url('../font/LaoUI.ttf');
}
#poptitle{
padding-top: 2vw;
padding-bottom: 1vw;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
   background-image: url(../images/bluebg.png);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
  z-index: 100000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}




.popup {
/*  background: #fff;*/
   
  width: 60%;
  height: 70%;
  position: relative;
  transition: all 200ms ease-in-out;
  overflow: hidden;
   border-radius: 2vw;

   


}


.popup h2 {
  color: white;
  font-size: 40px;
  font-weight: 500;
  font-family: "LaoUI";
  margin-top: -15px;
}
.popup .close {
  position: absolute;
  top: 15px;
  right: 20px;
  transition: all 200ms;
  text-decoration: none;
  color: #d38e41;
  opacity: 1;
  width: 2.3%;
  height: 4%;
}
.popup .close:hover {
  color: #d38e41;
  opacity: 1;
}
.popup .content {
 padding-top: 1%;
  overflow: auto;
  width: auto;
  height: 80%;
  margin: 20px;


}
.popup .content p {
  font-family: "LaoUI";
  font-size: 20px;
  color: black;
}

.popup .popup_header {
background-image: url(../images/topheader2.png);
  background-repeat: round;
  background-size: cover;
  /* height: 27%; */
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 4%;
  padding-right: 8%;

}

.popup .close_img {
 
  height: 100%;
}

/* Popup 1 HTML */
.popup1html {
  display: none;
}

.popup_row {
  display: flex;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
}

.item_card {
  display: flex;
 
  flex: 50%;
  flex-direction: row;
}

.common_thumbnail {
  width: 38%;
  height: 100%;
  box-shadow:5px 5px 5px rgba(0, 0, 0, 0.3);
}

.item_card p.item_title {
  font-family: 'LaoUI';
  padding-left: 15px;
  font-size: 1vw;
  color: #125261;
  font-weight: bold;
}

#horizontal_img {
  width: 48%;
  height: 100%;
  box-shadow:5px 5px 5px rgba(0, 0, 0, 0.3);
}

#popup_logo {
  width: 90%;
  height: 100%;
  padding-right: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media only screen and (min-width: 1024px) and (max-width:1279px) {
  .popup h2 {
    font-size: 28px;
    margin-top: -10px;
  }
  .popup .close {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 2.3%;
    height: 4%;
  }
  .popup .popup_header {
    height: 25%;
  }
}
