/*Widget-menu*/

.banner-box{
  margin-top: 62px;
}
.container-menu{
  padding:50px 0px 30px 0px
}
.box-menu{
  background-color:rgba(255,255,255,0.4);padding:20px 0px 20px 0px; border-radius:8px;border:2px solid rgba(255,255,255,0.6);
}
.box-menu a{
  font-size:14px;color:rgba(255,255,255,0.8);
}
.img-menu{
  width:45px
}

/*Widget-content*/
.bg-content-1 {
  background: rgb(227,120,38);
  background: -moz-linear-gradient(180deg, rgba(227,120,38,1) 0%, rgba(200,77,144,1) 82%);
  background: -webkit-linear-gradient(180deg, rgba(227,120,38,1) 0%, rgba(200,77,144,1) 82%);
  background: linear-gradient(180deg, rgba(227,120,38,1) 0%, rgba(200,77,144,1) 82%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e37826",endColorstr="#c84d90",GradientType=1);
}

.click-map{
  cursor: pointer;
}

.map-icon{
  margin-top:-135px;z-index:1000;position:absolute;left: 50%; transform: translate(-50%, -50%);
}

/*widget-news*/
.btn-news-showmore{
   color:#949494; font-size:14px; text-decoration: underline; 
}

.news-content-bg{
  background-color: #C84D90; height:190px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom:2px solid rgba(255,255,255,0.2);
  border-left:2px solid rgba(255,255,255,0.2);
  border-right:2px solid rgba(255,255,255,0.2);

}
.news-content-text{
  line-height:18px;
  font-size:13px;
  color:#000;
  width: auto;
  background-color: #FFF;
  position: absolute;
  margin:0px 12px 0px 10px;
  bottom:0px;
  padding:15px ;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border:1px solid #eee;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  height: 200px;
}

.news-show-more{
  font-size:13px;
  font-weight: bold;
  color:#A83FBD;
  width: 100%;
  position: absolute;
  bottom:0px;
  padding:10px 26px;
}

.news-gradient{
  position:absolute;
  bottom:190px; 
  background-image: linear-gradient(rgb(255, 255, 255, 0), rgba(200,77,144));
  height:60px; width:100%;
}

.news-image{
  object-fit: cover; height:200px; width:100%;
}

.news-hover-zoom {
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-top:2px solid rgba(255,255,255,0.5);
  border-left:2px solid rgba(255,255,255,0.5);
  border-right:2px solid rgba(255,255,255,0.5);
}

.news-hover-zoom img {
  transition: transform .90s ease;
}

.news-hover-zoom:hover img {
  transform: scale(1.2);
}

/*Photo Widget*/
.col-image{
  padding:4px
}
.photo-image{
  object-fit: cover; height:240px; width:100%;
}
.photo-hover-zoom {
  overflow: hidden;
}

.photo-hover-zoom img {
  transition: transform .90s ease;
}

.photo-hover-zoom:hover img {
  transform: scale(1.2);
}

.btn-photo-more{
  color:#949494; font-size:14px; text-decoration: none; 
}

.img-more-right{
  margin-left:10px;margin-top:-2px; width:10px; margin-right:20px;
}
/*partner*/
.partner-title{
  letter-spacing: 4px;color:#FFFFFF;
}
.partner-box{
  padding:30px 30px
}
.partner-box-img{
  border-radius:18px;
  padding:18px 10px; 
  text-align:center;
  background-color:rgba(255,255,255,1);
  box-shadow: 2px 2px 20px rgba(0,0,0,0.3);
}

.content-center{
  display: flex;
  justify-content: center;
  align-items: center;

}

.widget-ty{
  height:100vh
}

@media only screen and (max-width: 768px) {
  .banner-box{
    margin-top: 60px;
  }
    .news-main{
        font-size:18px;margin-top:40px;margin-bottom:0px;
    }

    .partner-box{
      padding:10px 10px
    }
    .partner-box-img{
      border-radius:8px;
      padding:6px 6px; 
      text-align:center;
      background-color:rgba(255,255,255,1);
      box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    }

    .widget-ty{
      height:40vh
    }
    .box-menu{
      padding:10px 0px 10px 0px;
      margin-bottom: 10px;
    }
    .box-menu .img-menu{
      width:30px
    }
}