/* 15/06/2022 */
.title-yelow-banner p.elementor-heading-title {
    background: linear-gradient(180deg, #FFE4B2 0%, #FFC4A1 0.01%, #E8B453 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

/* post type  */
.item-post-new-event {
    /* -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); */
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); */
    box-shadow: 0px 12px 32px rgba(2, 9, 19, 0.05);
}
.item-post-new-event:hover {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
}
.list-blog-new-event-type-all .list-new-event{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-gap: 20px;
}
.post-new-event-top {
    position: relative;
}
.post-new-event-top:after {
    content: "";
    background: linear-gradient(90deg, #FFCEAB 0%, #924B2A 100%);
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 5px;
    left: 0;
}
.slider-other-new .post-new-event-top:after{
    bottom: 0px;
}
.post-new-event-top .img-post-list img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}
 .list-new-event .post-new-event-bottom {
    padding: 18px 15px;
    padding: 20px;
    background-color: #ffffff;
    margin-top: -10px;
}
.slider-other-new .post-new-event-bottom {
    margin-top: 0px !important;
}
.list-post-new-events .title-block.title-block-left .elementor-heading-title::before {
    margin-left: 50%;
    transform: translateX(-50%);
}
.list-post-new-events  .slick-dots{
    display: none !important;
}
 .list-new-event .category-post {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #7C7C7C;
    position: relative;
    margin-left: 20px;
    margin-bottom: 15px;
}
 .list-new-event .category-post:before {
    content: "";
    background-image: url(/wp-content/themes/viis-theme/images/icon-category-post.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -20px;
}
.list-new-event .title-post {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #051630;
}
 .list-new-event .description-post {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #000000;
    opacity: 0.8;
    margin-bottom: 25px;
}
.post-new-event-bottom-end, .post-new-event-bottom-end .tag-post > a{
    display: flex;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #7C7C7C;
}
.post-new-event-bottom-end .tag-post {
    position: relative;
    padding-right: 10px;
    margin-left: 20px;
}
.post-new-event-bottom-end .tag-post:before {
    content: "";
    background-image: url(/wp-content/themes/viis-theme/images/tag-post.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -20px;
}
.post-new-event-bottom-end .date-post {
    position: relative;
    padding-left: 10px;
}
.post-new-event-bottom-end .date-post:before {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #7C7C7C;
    border-radius: 99px;
    position: absolute;
    left: -0px;
    top: 50%;
    transform: translateY(-50%);
}

.loadmore-post-all {
    text-align: center;
    margin-top: 50px;
}

.loadmore-post-all .btn-load-more-post {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: #CD6C39;
    border: 1px solid #CD6C39;
    border-radius: 6px 0px;
    padding: 12px 16px;
}
@media (max-width: 1280px) {
    .list-blog-new-event-type-all {
        padding: 0 20px;
    }
}
@media (max-width: 375px) {
    .list-blog-new-event-type-all .list-new-event {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}
@media (max-width: 320px) {
    .list-blog-new-event-type-all .list-new-event {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}

/* ngày 16/06/2022 */

.items-list-new {
    display: flex;
    align-content: space-around;
    align-items: flex-start;
    border-bottom: 1px solid #D4D4D4;
    margin: 10px 0px;
}
.items-list-new:last-child {
    border-bottom: none;
}
.title-post-new {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #051630;
    margin-top: 0 !important;
}
.items-bottom-post-new-left {
    display: flex;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    text-transform: capitalize;
    color: #7C7C7C;
    margin-left: 10px;

}
.bottom-items-post-new {
    display: flex;
    justify-content: space-between;
}
.date-post-new {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    text-transform: capitalize;
    color: #7C7C7C;

}
.post-list-new-left {
    max-width: 30%;
    width: 30%;
    height: 75px;
}
.post-list-new-right {
    max-width: 70%;
    width: 70%;
    vertical-align: middle;
    padding-left: 10px;
}

.category-post-new:before {
    content: "";
    background-image: url(/wp-content/themes/viis-theme/images/icon-category-post.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    width: 15px;
    height: 15px;
    position: absolute;
    left: -20px;
}
.category-post-new, .tag-post-new {
    position: relative;
    margin: 0 15px;
}
.tag-post-new {
    position: relative;
}
.tag-post-new:before {
       content: "";
    background-image: url(/wp-content/themes/viis-theme/images/tag-post.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    width: 15px;
    height: 15px;
    position: absolute;
    left: -20px;
}

.post-list-new-left {
    position: relative;
}
.post-list-new-left:after {
    content: "";
    background: linear-gradient(360deg, #FFCEAB 0%, #924B2A 100%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    width: 4px;
    height: 100%;
    position: absolute;
}
.post-list-new-left img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.item-post-new-event.slick-slide {
    margin: 10px;
}

.slider-other-new {
    position: relative;
}
.slider-other-new  .slick-arrow {
    position: absolute;
    top: -50px;
    color:#000;
}
.slider-other-new .prev-arrow  {
    left: auto;
    right: 60px;
}

.slider-other-new .slick-dots {
    margin-bottom: -30px;
}
.slider-other-new .slick-dots li button {
    display: none;
}

.slider-other-new .slick-dots li{
    cursor: pointer;
    height: 10px;
    width: 10px;
}
.slider-other-new .slick-dots li {
  position: relative !important;
  left: 0 !important;
  border-radius: 50%;
  transition: all 0.3s ease;
  margin: 0 6px;
  background-color: #fff;
}
.slider-other-new .slick-dots li.slick-active {
  width: 45px;
  border-radius: 20px;
  background: linear-gradient(90deg, #FFCEAB 0%, #924B2A 100%) !important;
}



@media (max-width: 1440px) and (min-width: 800px) {
.single-post .content-left {
    width: 10% !important;
}
.single-post .content-center{
    width: 60% !important;
}
.single-post .content-right {
    width: 30% !important;
}
}

@media (max-width: 800px) and (min-width: 600px) {

    .post-list-new-left {
        height: 120px;
    }
}
@media (max-width: 600px){
    .slider-other-new .slick-arrow {
    top: -10px;
}
}

/* 20/6/2022 */

.button-border.bg-00 .elementor-button {
    background: transparent !important;
}

.list-post-new-events .elementor-button-icon svg {
    width: 20px;
}

.notification-post+.loadmore-post-all {
    display: none;
}
.list-new-event .slick-list {
    padding: 10px 0;
}

/* Diễm*/
.album_page .elementor-post__thumbnail:before{
    content: "";
width: 100%;
    height: 100%;
   background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #ECB895 0.54%, #543B37 101.98%);
    left: 0;
    top: 0;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -webkit-transform: rotate(-4.5deg);
    -ms-transform: rotate(-4.5deg);
    transform: rotate(-4.5deg);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: absolute;
    z-index: -1;
}
.viis-gallery .pp-post-thumbnail:before{
      content: "";
width: 100%;
    height: 100%;
   background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #ECB895 0.54%, #543B37 101.98%);
    left: 0;
    top: 0;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -webkit-transform: rotate(-4.5deg);
    -ms-transform: rotate(-4.5deg);
    transform: rotate(-4.5deg);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: absolute;
    z-index: -1;
}
.viis-gallery .pp-post-thumbnail{
    overflow: visible;
    position: relative;
}
.viis-gallery .pp-post{
    overflow: visible;
}
.viis-gallery .pp-post-thumbnail:hover:before{
     -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.album_page .elementor-post__thumbnail:hover:before{
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.album_page  .elementor-post, .album_page .elementor-post__thumbnail{
    overflow: visible !important;
 }
 .album_page .elementor-post__title a{
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    font-family: 'Montserrat';
    text-transform: none;
 }
  .album_page .elementor-post__text{
  position: absolute;
    bottom: 30px;
    left: 20px;
 }
.album_page article{
    position: relative;
}
.album_page .elementor-post__meta-data{
    color: #fff !important;
    font-weight: normal;
    font-size: 14px;
    padding-top: 6px;
}
.album_page .elementor-post__thumbnail:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(5, 22, 48, 0.8) 0%, rgba(18, 28, 60, 0.5) 29.69%, rgba(18, 28, 60, 0) 55.73%);
    transform: matrix(1, 0, 0, -1, 0, 0);
}
.viis-gallery .pp-post-thumbnail-wrap{
    line-height: 0;
}
.viis-gallery .pp-post-content {
      position: absolute;
    bottom: 0px;
    left: 20px;
    text-align: left;
    color: #fff;
}
.viis-gallery .pp-post-title a{
    color: #fff;
    font-weight: normal;
    font-size: 20px;
}
.viis-gallery .pp-post-title{
    margin-bottom: 4px !important;
}
.viis-gallery .pp-post-thumbnail:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(5, 22, 48, 0.8) 0%, rgba(18, 28, 60, 0.5) 29.69%, rgba(18, 28, 60, 0) 55.73%);
    transform: matrix(1, 0, 0, -1, 0, 0);
}
.viis-gallery .pp-meta-text{
        font-size: 14px;
}
#custom-card .pp-info-box-content .pp-info-box-title {
	min-height: 30px !important;
	font-size: 25px !important;
}
b, strong {
    font-weight: bold !important;
}
.lakit-breadcrumbs__item-target {
	display: none !important;
}
li:last-child {
  margin-bottom: 20px !important;
}
.menu-text {
	text-transform: none; !important
}
#menu-menu-ve-vtgs a{
	text-transform: none; !important
}

