/*Box News*/
.box-news {
  background-color: #e8e8e8;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 15px;
  margin-top: 10px;
}
/*Tab Menu*/
.nav-tabs-menu {
  font-size: 20px;
  font-weight: bolder;
  border-bottom: 2px solid #4b67ca;
  margin-bottom: 10px;
}
.nav-tabs-menu > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs-menu > li > a {
  background-color: #00c877;
  color: #fff;
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid #fff;
  border-radius: 4px 4px 0 0;
}
.nav-tabs-menu > li > a:hover {
  color: #fff;
  background-color: #00c877;
  border: 2px solid #00c877;
  border-bottom-color: transparent;
}
.nav-tabs-menu > li.active > a,
.nav-tabs-menu > li.active > a:hover,
.nav-tabs-menu > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #4b67ca;
  border: 2px solid #4b67ca;
  border-bottom-color: transparent;
}
/*Box Category*/
.box-cate {
  background-color: #e8e8e8;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  min-height: 124px;
}
/*Box Contact*/
.box-contact h3 {
  padding: 0px;
  font-size: 18px;
  font-weight: bolder;
  color: #333;
}
.box-contact a {
  color: #4b67ca;
  text-decoration: none;
}
.box-contact > a:hover,
.box-contact > a:focus {
  color: #ff7701;
}
/*Box Post*/
.box-post {
  color: #999;
}
.box-post p{
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0px;
  text-align: left;
}
.box-post > a {
  font-size: 14px;
  color: #999;
  text-decoration: none;
}
.box-post > a:hover,
.box-post > a:focus {
  color: #4b67ca;
}
.box-post-line {
  color: #999;
  background-color: #e1e1e1;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  padding: 5px;
  margin-bottom: 5px;
}
/*Post Comment*/
.post-comment {
  font-weight: bolder;
  color: #ff0000;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #e8e8e8;
  text-align: center;
} 

.box-exclusive{
  margin-bottom: 20px;
}
.box-exclusive .img-responsive {
  max-height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.swal2-popup {
  font-size: 1.6rem !important;
}
.help-block{
  font-size: 1.2rem !important;

}



.popup{
  z-index: 1031;
  position: fixed;
  top: 80px;
  width: 250px;
  background-color: #4b67ca;
  color: #fff;
  right: 30px;
  border-radius: 10px;
}
.popup_head{
  border-radius: 10px 10px 0 0;
  padding-top:10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 13px;
  font-weight: bolder;
  background-color: #02185f;
  text-align: left;
  padding-left: 10px;
}
.popup_close{
  background-color: red;
  color: #fff;
  position: absolute;
  top: 0px;
  height: 38.5px;
  width: 40px;
  display: flex;
  justify-content: center;
  right: 0px;
  border-top-right-radius: 10px;
  cursor: pointer;
}
.popup_close span {
  font-size: 15px;
  margin-top: 10px;
}

.popup_img{
  max-height: 100px;
  width: auto;
}
  .popup_title{
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
  }


@media only screen and (min-width: 768px) {
  /* For tablets: */
  .popup{
    top: 80px;
    width: 400px;
    right: 70px;
  }

  .popup_head{
    border-radius: 10px 10px 0 0;
    padding-top:10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 25px;
    font-weight: bolder;
    background-color: #02185f;
  }
  .popup_close{
    background-color: red;
    color: #fff;
    position: absolute;
    top: 0px;
    height: 56px;
    width: 40px;
    display: flex;
    justify-content: center;
    right: 0px;
    border-top-right-radius: 10px;
    cursor: pointer;
  }
  .popup_close span {
    font-size: 30px;
    margin-top: 7px;
  }

  .popup_img{
    max-height: 150px;
    width: auto;
  }

  .popup_title{
    font-size: 23px;
    font-weight: 700;
    margin-top: 10px;
  }

}


.divlink {
  display: block;
  text-decoration: none;    
}
.popup_body:hover{
  text-decoration: none;
}