item-dateitem-dateitem-dateitem-dateitem-dateitem-dateitem-dateitem-dateitem-date.cat-section {
    margin-bottom: 30px;
}

.cat-page-header div.jumbotron.hero-technology {
    min-height: 50vh;
}

.cat-section-title-link {
    font-size: 18pt;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 5px;
}

.cat-section-title {
    text-align: center;
    margin-bottom: 15px;
    padding-top: 15px;
}

.img-container {
    width: 100%;
    padding-bottom: 65%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cat-section-title-link {}

.cat-section-type2 .card-sub-title {
    display: none;
}

.cat-section-type2 .card-title {
    font-size: 12pt;
}

.cat-section-type2 .card-sub-title {
    display: none;
}

.cat-section-parallax-bg {
    position: relative;
    opacity: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.owl-carousel-container {
    max-width: 1170px;
}


/* news slider */

.cat-section-content .owl-carousel .owl-stage {
    display: block;
}

body {
    /*background-color: #f1f1f2 !important;*/
}

h3.h3 {
    text-align: center;
    padding: 1.5em 0em;
    text-transform: capitalize;
    font-size: 1.5em;
}

.cat-section-type2 .card-title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 40px;
}

.cat-section-type2 .card-desc {
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 120px;
}


/* *****************  News Slider Demo-1 ****************** */

.post-slide {
    overflow: hidden;
    margin-right: 15px;
    background-color: #fff!important;
}

.post-slide .post-img {
    float: left;
    width: 50%;
    position: relative;
    /*margin-right: 30px;*/
    margin-right: 15px;
    z-index: 1;
}

.post-slide .post-img .post-img-container {
    width: 100%;
    padding-bottom: 65%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.post-slide .post-img a {
    display: block;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
}

.post-slide .post-date {
    /*background: #ec3c6a;*/
    background: #c50303;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 2% 3%;
    width: 60px;
    height: 60px;
    text-align: center;
    transition: all .5s ease;
}

.post-slide .date {
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.post-slide .month {
    display: block;
    font-size: 11px;
    /*text-transform: uppercase;*/
}

.post-slide .post-review {
    /*padding: 5% 3% 1% 0;*/
    border-top: 3px solid #38cfd8;
}

.post-slide:hover .post-review {
    /*border-top-color: #ec3c6a;*/
    border-top-color: #c50303;
}

.post-slide .post-title {
    /*margin: 0 0 10px 0;*/
    margin: 10px 0 10px 0;
}

.post-slide .post-title a {
    font-size: 12pt;
    color: #333;
    /*text-transform: uppercase;*/
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 40px;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    font-weight: 700;
}

.post-slide .post-bar {
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    display: none;
}

.post-slide .post-bar:after,
.post-slide .post-bar:before {
    /*border: 1px solid #38cfd8;*/
    /*bottom: -10px;*/
    /*content: "";*/
    /*display: block;*/
    /*position: absolute;*/
    /*right: 36%;*/
    /*width: 25px;*/
}

.post-slide .post-bar:before {
    /*border: 1px solid #ec3c6a;*/
    border: 1px solid #c50303;
    right: 32%;
}

.post-slide .post-bar li {
    color: #555;
    font-size: 10px;
    margin-right: 10px;
    display: inline-block;
}

.post-slide .post-bar li a {
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    /*color: #ec3c6a;*/
    color: #c50303;
}

.post-slide .post-bar li a:hover {
    /*color: #ec3c6a;*/
    color: #c50303;
}

.post-slide .post-bar li i {
    color: #777;
    margin-right: 5px;
}

.post-slide .post-description {
    font-size: 12px;
    line-height: 21px;
    color: #444454;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.owl-theme .owl-controls {
    margin-top: 30px;
}

.owl-theme .owl-controls .owl-page span {
    background: #fff;
    border: 2px solid #37a6a4;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #37a6a4;
}

@media only screen and (max-width:990px) {
    .post-slide .post-img {
        width: 100%;
    }
}

@media only screen and (max-width:990px) {
    .post-slide .post-review {
        width: 100%;
        /*border-bottom: 4px solid #ec3c6a;*/
        border-bottom: 4px solid #c50303;
        display: inline-block;
    }
}

@media only screen and (max-width:990px) {
    .post-slide .post-bar:before {
        left: 0;
    }
}

@media only screen and (max-width:990px) {
    .post-slide .post-bar:after {
        left: 25px;
    }
}


/* *****************  News Slider Demo-2 ****************** */

.post-slide2 {
    margin: 0 15px;
    /*padding: 0 25px 20px 25px;*/
    padding: 20px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(43, 59, 93, .3);
    margin-bottom: 2em;
}

.post-slide2 .post-img {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.post-slide2 .post-img img {
    width: 100%;
    height: auto;
}

.post-slide2 .post-img .post-img-container:hover {
    animation: pulse 1s;
}

.post-slide2 .post-icon {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    bottom: 25px;
    left: 25px;
    text-align: center;
    background: #333;
    opacity: 0;
    border-radius: 3px;
    transition: all .3s ease-in-out 0s;
}

.post-slide2:hover .post-icon {
    opacity: 1;
}

.post-slide2 .post-icon i {
    font-size: 20px;
    color: #fff;
    line-height: 60px;
}

.post-slide2 .post-bar {
    margin: 0;
    /*padding: 0;*/
    padding: 5px 0px;
    list-style: none;
    text-transform: uppercase;
}

.post-slide2 .post-bar li {
    display: inline-block;
    font-size: 15px;
    color: #676767;
    margin-right: 5px;
}

.post-slide2 .post-bar li:after {
    content: "/";
    margin-left: 5px;
}

.post-slide2 .post-bar li:last-child:after {
    content: "";
}

.post-slide2 .post-bar li a {
    color: #558e37;
    transition: all .3s ease 0s;
}

.post-slide2 .post-bar li a:hover {
    color: #333;
    text-decoration: none;
}

.post-slide2 .post-bar li a:after {
    content: ",";
    margin: 0 5px;
}

.post-slide2 .post-bar li a:last-child:after {
    content: "";
}

.post-slide2 .post-title {
    margin: 15px 0px 0px 0px;
    text-transform: capitalize;
}

.post-slide2 .post-title a {
    /*font-size: 22px;*/
    font-size: 12pt;
    font-weight: 600;
    color: #3c3c3c;
    transition: all .3s linear 0s;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 40px;
}

.post-slide2 .post-title a:hover {
    /*
	color: #558e37;
  text-decoration: none;
	*/
}

.post-slide2 .post-description {
    font-size: 16px;
    /*color: #676767;*/
    /*line-height: 24px;*/
    /*padding-bottom: 15px;*/
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 100px;
}

.post-slide2 .read-more {
    display: inline-block;
}

.post-slide2 .read-more:hover {
    text-decoration: none;
}

.post-slide2 .read-more i {
    font-size: 19px;
    color: #333;
    margin-right: 5px;
    transition: all .4s linear 0s;
}

.post-slide2 .read-more span {
    font-size: 16px;
    color: #333;
    /*opacity: 0;*/
    /*text-transform: uppercase;*/
    transition: all .4s linear 0s;
}

.post-slide2 .read-more:after {
    /*
	content: "";
  display: block;
  width: 40%;
  position: relative;
  bottom: -20px;
  border-bottom: 3px solid #333;
  opacity: 0;
  transition: all .4s linear 0s;
	*/
}

.post-slide2:hover .read-more span,
.post-slide2:hover .read-more:after {
    opacity: 1;
}

.post-slide2 .read-more:hover i,
.post-slide2 .read-more:hover span,
.post-slide2 .read-more:hover:after {
    color: #558e37;
    border-bottom-color: #558e37;
}

.post-slide2 .post-img .post-img-container {
    width: 100%;
    padding-bottom: 65%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


/* *****************  News Slider Demo-3 ****************** */

.post-slide3 {
    background: #fff;
    margin: 0 15px;
    box-shadow: 0 1px 2px rgba(43, 59, 93, .3);
    margin-bottom: 2em;
}

.post-slide3 .post-img {
    position: relative;
}

.post-slide3 .over-layer {
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    transition: all .3s ease 0s;
}

.post-slide3:hover .over-layer {
    opacity: 1;
}

.post-slide3 .over-layer:after {
    content: "+";
    font-size: 52px;
    color: #fff;
    position: absolute;
    top: 31%;
    left: 42%;
}

.post-slide3 .post-img img {
    width: 100%;
    height: auto;
}

.post-slide3 .post-title {
    margin: 25px 0 15px 0;
    padding: 0 15px;
}

.post-slide3 .post-title:before {
    content: "";
    border: 2px solid #e67e22;
    width: 18%;
    display: block;
    margin-bottom: 15px;
}

.post-slide3 .post-title a {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    display: inline-block;
    text-transform: capitalize;
    transition: all .3s ease 0s;
}

.post-slide3 .post-title a:hover {
    text-decoration: none;
    color: #e67e22;
}

.post-slide3 .post-date {
    text-transform: capitalize;
    padding: 0 15px;
    color: #e67e22;
    font-size: 13px;
}

.post-slide3 .post-date:before {
    margin-right: 7px;
    color: #e67e22;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #e67e22;
}

.post-slide3 .post-title {
    /*min-height: 65px;*/
}

.post-slide3 .post-title-link {
    font-size: 12pt;
    font-weight: 600;
    color: #3c3c3c;
    transition: all .3s linear 0s;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-slide3 .post-img .post-img-container {
    width: 100%;
    padding-bottom: 130%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.post-slide3 .post-img .post-img-container:hover {
    animation: pulse 1s;
}


/* *****************  News Slider Demo-4 ****************** */

.post-slide4 {
    padding: 0 10px;
    transform: translateY(0);
    transition: all .3s ease 0s;
}

.post-slide4:hover {
    transform: translateY(-10px);
}

.post-slide4 .post-img {
    position: relative;
}

.post-slide4 .post-img .post-img-container {
    width: 100%;
    padding-bottom: 65%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.post-slide4 .post-img img {
    width: 100%;
    height: auto;
}

.post-slide4 .post-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to left, rgba(210, 130, 19, .7), rgba(170, 55, 114, .7));
    transform: translateY(-100%);
    transition: all .3s ease 0s;
}

.post-slide4:hover .post-img:after {
    transform: translateY(0);
}

.post-slide4 .post-img:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: -50%;
    font-size: 30px;
    color: #fff;
    transition: all .5s ease 0s;
    z-index: 1;
}

.post-slide4:hover .post-img:before {
    top: 40%;
}

.post-slide4 .icons {
    position: absolute;
    bottom: -16px;
    left: 30px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.post-slide4 .icons img {
    width: 100%;
    height: auto;
}

.post-slide4 .post-review {
    border: 1px solid #9c4a6c;
    border-top: none;
    padding: 35px 20px 25px;
    background: #fff;
    position: relative;
}

.post-slide4 .post-review:after {
    content: "";
    width: 90%;
    height: 10px;
    position: absolute;
    top: 100%;
    left: 5%;
    opacity: 0;
    /*background: rgba(0,0,0,0) radial-gradient(ellipse at center center ,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);*/
    transform: translateY(0);
    transition: all .3s ease 0s;
}

.post-slide4:hover .post-review:after {
    opacity: 1;
    transform: translateY(5px);
}

.post-slide4 .post-bar {
    padding: 0;
    list-style: none;
}

.post-slide4 .post-bar li {
    display: inline-block;
    font-size: 16px;
    font-family: serif, Arial;
    color: #555;
    margin-right: 10px;
    text-transform: capitalize;
}

.post-slide4 .post-bar li i {
    color: #9c4a6c;
    margin-right: 8px;
}

.post-slide4 .post-title {
    margin: 0 0 20px 0;
    color: #555;
    font-weight: 700;
    font-size: 18px;
    /*min-height: 42px;*/
}

.post-slide4 .post-description {
    font-size: 15px;
    line-height: 21px;
    color: grey;
}

.post-slide4 .read {
    text-transform: capitalize;
    font-size: 15px;
    color: #9c4a6c;
}

.post-slide4 .read i {
    margin-left: 10px;
}

.post-slide4 .read:hover {
    text-decoration: none;
    color: #333;
}

.post-slide4 .post-title {
    font-size: 14px;
    font-weight: 700;
    color: #1dcfd1;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    transition: all .3s linear 0s;
}

.post-slide4 .post-title:after {
    content: "";
    width: 25px;
    display: block;
    margin-top: 10px;
    border-bottom: 4px solid #333;
}

.post-slide4 .post-description {
    font-size: 13px;
    color: #555;
    margin-bottom: 20px;
}


/* *****************  News Slider Demo-5 ****************** */

.post-slide5 {
    margin: 0 15px;
    transition: all .4s ease-in-out 0s;
    box-shadow: 0 1px 2px rgba(43, 59, 93, .3);
    margin-bottom: 2em;
}

.post-slide5 .post-img {
    position: relative;
    overflow: hidden;
}

.post-slide5 .post-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    transition: all .4s linear 0s;
}

.post-slide5:hover .post-img:before {
    background: rgba(0, 0, 0, .6);
}

.post-slide5 .post-img img {
    width: 100%;
    height: auto;
}

.post-slide5 .category {
    width: 20%;
    font-size: 16px;
    color: #fff;
    line-height: 11px;
    text-align: center;
    text-transform: capitalize;
    padding: 11px 0;
    background: #ff9412;
    position: absolute;
    bottom: 0;
    left: -50%;
    transition: all .5s ease-in-out 0s;
}

.post-slide5:hover .category {
    left: 0;
}

.post-slide5 .post-review {
    padding: 25px 20px;
    background: #fff;
    position: relative;
}

.post-slide5 .post-title {
    margin: 0;
}

.post-slide5 .post-title a {
    display: inline-block;
    font-size: 16px;
    color: #ff9412;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px;
    transition: all .3s linear 0s;
}

.post-slide5 .post-title a:hover {
    text-decoration: none;
    color: #555;
}

.post-slide5 .post-description {
    font-size: 15px;
    color: #555;
    line-height: 26px;
}

.post-review .post-bar {
    margin-top: 20px;
}

.post-bar span {
    display: inline-block;
    font-size: 14px;
}

.post-bar span i {
    margin-right: 5px;
    color: #999;
}

.post-bar span a {
    color: #999;
    text-transform: uppercase;
}

.post-bar span a:hover {
    text-decoration: none;
    color: #ff9412;
}

.post-bar span.comments {
    float: right;
}

@media only screen and (max-width:359px) {
    .post-slide5 .category {
        font-size: 13px;
    }
}


/* *****************  News Slider Demo-6 ****************** */

.post-slide6 {
    margin: 0 10px;
    border-left: 8px solid #1dcfd1;
    border-bottom: 8px solid #1dcfd1;
    box-shadow: 0 1px 2px rgba(43, 59, 93, .3);
    margin-bottom: 2em;
}

.post-slide6 .post-img {
    position: relative;
    overflow: hidden;
}

.post-slide6 .post-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    transition: all .4s linear 0s;
}

.post-slide6:hover .post-img:before {
    background: rgba(0, 0, 0, .6);
}

.post-slide6 .post-img img {
    width: 100%;
    height: auto;
}

.post-slide6 .post-info {
    width: 75%;
    position: absolute;
    bottom: -100%;
    left: 12.5%;
    background: #1dcfd1;
    text-align: center;
    line-height: 26px;
    padding: 15px;
    transition: bottom .4s ease-in-out 0s;
}

.post-slide6:hover .post-info {
    bottom: 0;
}

.post-slide6 .category {
    padding: 0;
    margin: 0;
    list-style: none;
}

.post-slide6 .category li,
.post-slide6 .post-date {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}

.post-slide6 .category li:after {
    content: " /";
}

.post-slide6 .category li:last-child:after {
    content: "";
}

.post-slide6 .category li a {
    color: #fff;
    transition: all .4s linear;
}

.post-slide6 .category li a:hover {
    color: #555;
    text-decoration: none;
}

.post-slide6 .post-review {
    padding: 35px 20px 25px;
    background: #fff;
    position: relative;
}

.post-slide6 .icons {
    width: 90px;
    height: 90px;
    border: 4px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -45px;
    right: 10px;
    overflow: hidden;
}

.post-slide6 .icons img {
    width: 100%;
    height: auto;
}

.post-slide6 .post-title {
    margin: 0 0 25px 0;
}

.post-slide6 .post-title a {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #1dcfd1;
    display: inline-block;
    text-transform: uppercase;
    transition: all .3s linear 0s;
}

.post-slide6 .post-title a:hover {
    text-decoration: none;
    color: #555;
}

.post-slide6 .post-description {
    color: #555;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
}

.post-slide6 .read {
    font-size: 13px;
    color: #555;
    display: block;
    text-align: right;
    text-transform: uppercase;
}

.post-slide6 .read:hover {
    text-decoration: none;
    color: #1dcfd1;
}


/* *****************  News Slider Demo-7 ****************** */

.post-slide7 {
    padding: 0 10px;
    transform: translateY(0);
    transition: all .3s ease 0s;
}

.post-slide7:hover {
    transform: translateY(-10px);
}

.post-slide7 .post-img {
    position: relative;
}

.post-slide7 .post-img img {
    width: 100%;
    height: auto;
}

.post-slide7 .post-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to left, rgba(210, 130, 19, .7), rgba(170, 55, 114, .7));
    transform: translateY(-100%);
    transition: all .3s ease 0s;
}

.post-slide7:hover .post-img:after {
    transform: translateY(0);
}

.post-slide7 .post-img:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: -50%;
    font-size: 30px;
    color: #fff;
    transition: all .5s ease 0s;
    z-index: 1;
}

.post-slide7:hover .post-img:before {
    top: 40%;
}

.post-slide7 .icons {
    position: absolute;
    bottom: -16px;
    left: 30px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.post-slide7 .icons img {
    width: 100%;
    height: auto;
}

.post-slide7 .post-review {
    border: 1px solid #9c4a6c;
    border-top: none;
    padding: 35px 20px 25px;
    background: #fff;
    position: relative;
}

.post-slide7 .post-review:after {
    content: "";
    width: 90%;
    height: 10px;
    position: absolute;
    top: 100%;
    left: 5%;
    opacity: 0;
    /*background: rgba(0,0,0,0) radial-gradient(ellipse at center center ,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);*/
    transform: translateY(0);
    transition: all .3s ease 0s;
}

.post-slide7:hover .post-review:after {
    opacity: 1;
    transform: translateY(5px);
}

.post-slide7 .post-bar {
    padding: 0;
    list-style: none;
}

.post-slide7 .post-bar li {
    display: inline-block;
    font-size: 16px;
    font-family: serif, Arial;
    color: #555;
    margin-right: 10px;
    text-transform: capitalize;
}

.post-slide7 .post-bar li i {
    color: #9c4a6c;
    margin-right: 8px;
}

.post-slide7 .post-title {
    margin: 0 0 20px 0;
    color: #555;
    font-weight: 700;
    font-size: 18px;
    /*min-height: 42px;*/
}

.post-slide7 .post-description {
    font-size: 15px;
    line-height: 21px;
    color: grey;
}

.post-slide7 .read {
    text-transform: capitalize;
    font-size: 15px;
    color: #9c4a6c;
}

.post-slide7 .read i {
    margin-left: 10px;
}

.post-slide7 .read:hover {
    text-decoration: none;
    color: #333;
}


/* *****************  News Slider Demo-8 ****************** */

.post-slide8 {
    margin: 0 15px;
    position: relative;
    background: #fff;
    box-shadow: 0 1px 2px rgba(43, 59, 93, .3);
    margin-bottom: 2em;
}

.post-slide8 .post-img {
    position: relative;
    overflow: hidden;
}

.post-slide8 .post-img img {
    width: 100%;
    height: auto;
}

.post-slide8 .over-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    transition: all .3s ease;
}

.post-slide8:hover .over-layer {
    opacity: 1;
}

.post-slide8 .post-link {
    margin: 0;
    padding: 0;
    position: relative;
    top: 45%;
    text-align: center;
}

.post-slide8 .post-link li {
    display: inline-block;
    list-style: none;
    margin-right: 20px;
}

.post-slide8 .post-link li a {
    color: #fff;
    font-size: 20px;
}

.post-slide8 .post-link li a:hover {
    color: #ff8b3d;
    text-decoration: none;
}

.post-slide8 .post-date {
    position: absolute;
    top: 10%;
    left: 4%;
}

.post-slide8 .date {
    display: inline-block;
    border-radius: 3px 0 0 3px;
    padding: 5px 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background: #333;
    float: left;
}

.post-slide8 .month {
    display: inline-block;
    border-radius: 0 3px 3px 0;
    padding: 5px 13px;
    color: #111;
    font-size: 20px;
    font-weight: 700;
    background: #ff8b3d;
}

.post-slide8 .post-content {
    padding: 30px;
}

.post-slide8 .post-title {
    margin: 0 0 15px 0;
}

.post-slide8 .post-title a {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    display: inline-block;
    text-transform: capitalize;
    transition: all .3s ease 0s;
}

.post-slide8 .post-title a:hover {
    text-decoration: none;
    color: #ff8b3d;
}

.post-slide8 .post-description {
    font-size: 14px;
    line-height: 24px;
    color: grey;
}

.post-slide8 .read-more {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    transition: color .2s linear;
}

.post-slide8 .read-more:hover {
    text-decoration: none;
    color: #ff8b3d;
}

.post-slide8 .read-more:after {
    content: "";
    position: absolute;
    width: 30%;
    display: block;
    border: 1px solid #ff8b3d;
    transition: all .3s ease;
}

.post-slide8 .read-more:hover:after {
    width: 100%;
}

@media only screen and (max-width:479px) {
    .post-slide8 .month {
        font-size: 14px;
    }
}

@media only screen and (max-width:479px) {
    .post-slide8 .date {
        font-size: 14px;
    }
}


/* *****************  News Slider Demo-9 ****************** */

.post-slide9 {
    margin: 0 10px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(43, 59, 93, .3);
    margin-bottom: 2em;
}

.post-slide9 .post-img {
    overflow: hidden;
    position: relative;
}

.post-slide9 .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: all .3s ease 0s;
}

.post-slide9:hover .post-img img {
    transform: scale(1.2, 1.2);
}

.post-slide9 .over-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background: rgba(68, 67, 64, .9);
    transition: all .5s linear;
}

.post-slide9:hover .over-layer {
    opacity: 1;
}

.post-slide9 .post-link {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    top: 45%;
}

.post-slide9 .post-link li {
    display: inline-block;
    margin-right: 10px;
}

.post-slide9 .post-link li a {
    width: 60px;
    height: 60px;
    line-height: 59px;
    border-radius: 50%;
    color: #fff;
    background: #333;
    font-size: 20px;
    transform: scale(1, 1);
    transition: all .2s linear;
}

.post-slide9 .post-link li a:hover {
    text-decoration: none;
    transform: scale(1.1, 1.1);
}

.post-slide9 .post-review {
    padding: 15px 0;
    overflow: hidden;
}

.post-slide9 .post-title {
    margin-top: 0;
}

.post-slide9 .post-title a {
    display: block;
    color: #333;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .5s ease 0s;
}

.post-slide9 .post-title a:hover {
    text-decoration: none;
    color: #1f80bb;
}

.post-slide9 .post-info {
    list-style: none;
    padding: 10px 0 0 0;
    margin: 0 0 7px 0;
    text-align: center;
    border-top: 1px solid #d3d3d3;
}

.post-slide9 .post-info li {
    display: inline-block;
    margin-right: 13px;
}

.post-slide9 .tag-info {
    margin: 0;
    padding: 0 0 10px 0;
    text-align: center;
    border-bottom: 1px solid #d3d3d3;
}

.post-slide9 .tag-info li {
    list-style: none;
    display: inline-block;
}

.post-slide9 .tag-info li a {
    color: grey;
    text-transform: capitalize;
}

.post-slide9 .tag-info li a:hover {
    color: #1f80bb;
    text-decoration: none;
}

.post-slide9 .post-description {
    color: #828282;
    font-size: 14px;
    padding: 5px 25px;
    line-height: 25px;
}

.post-slide9 .read-more {
    color: #333;
    float: right;
    font-weight: 700;
    margin-right: 25px;
    text-transform: capitalize;
}

.post-slide9 .read-more:hover {
    color: #1f80bb;
    text-decoration: none;
}

.owl-theme .owl-buttons div {
    position: relative;
    border-radius: 0;
    background: #807b87;
    padding: 7px 15px;
    transition: all .5s ease 0s;
}

.owl-theme .owl-buttons .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    transition: all .5s linear;
}

.owl-carousel:hover .owl-buttons .owl-prev {
    opacity: 1;
    left: -30px;
}

.owl-theme .owl-buttons .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0;
    transition: all .5s linear;
}

.owl-carousel:hover .owl-buttons .owl-next {
    opacity: 1;
    right: -30px;
}

.owl-next:before,
.owl-prev:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /*color: #fff;*/
    color: #000;
    text-shadow: 0 0 #fff;
}

.owl-next:before {
    content: "\f054";
}

@media only screen and (max-width:990px) {
    .post-slide9 .post-info li {
        margin-right: 5px;
    }
}

@media only screen and (max-width:990px) {
    .owl-theme .owl-buttons div {
        display: none;
    }
}

@media only screen and (max-width:767px) {
    .post-slide9 .post-link li a {
        width: 40px;
        height: 40px;
        line-height: 39px;
        font-size: 13px;
    }
}

@media only screen and (max-width:767px) {
    .post-slide9 .post-title a {
        font-size: 14px;
    }
}


/* *****************  News Slider Demo-10 ****************** */

.post-slide10 {
    padding-bottom: 10px;
    margin: 0 15px;
    position: relative;
    background: #fff!important;
    box-shadow: 0 1px 2px rgba(43, 59, 93, .3);
    margin-bottom: 2em;
}

.post-slide10 img {
    width: 100%;
    height: auto;
}

.post-slide10 .post-date {
    position: absolute;
    top: 2%;
    left: 8%;
    padding: 3% 5%;
    background: #e74c3c;
}

.post-slide10 .month {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.post-slide10 .month:after {
    content: "";
    display: block;
    border: 1px solid #fff;
}

.post-slide10 .date {
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: 700;
}

.post-slide10 .post-title {
    margin: 25px 0 15px 0;
}

.post-slide10 .post-title a {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    padding: 0 15px;
    display: inline-block;
    text-transform: uppercase;
    transition: all .3s ease 0s;
}

.post-slide10 .post-title a:hover {
    text-decoration: none;
    color: #e74c3c;
}

.post-slide10 .post-description {
    font-size: 14px;
    line-height: 24px;
    color: grey;
    padding: 0 15px;
}

.post-slide10 .read-more {
    color: #333;
    padding: 0 15px;
    text-transform: capitalize;
    transition: color .2s linear;
}

.post-slide10 .read-more i {
    margin-left: 10px;
    font-size: 10px;
}

.post-slide10 .read-more:hover {
    text-decoration: none;
    color: #e74c3c;
}

.owl-controls .owl-buttons {
    margin-top: 20px;
    position: relative;
}

.owl-controls .owl-prev {
    position: absolute;
    left: -40px;
    bottom: 230px;
    padding: 8px 17px;
    background: #333;
    transition: background .5s ease;
}

.owl-controls .owl-next {
    position: absolute;
    right: -40px;
    bottom: 230px;
    padding: 8px 17px;
    background: #333;
    transition: background .5s ease;
}

.owl-controls .owl-next:after,
.owl-controls .owl-prev:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #d3d3d3;
    font-size: 16px;
}

.owl-controls .owl-next:after {
    content: "\f105";
}

.owl-controls .owl-next:hover,
.owl-controls .owl-prev:hover {
    background: #e74c3c;
}

@media only screen and (max-width:990px) {
    .post-slide10 {
        margin: 0 20px;
    }
}

@media only screen and (max-width:990px) {
    .owl-controls .owl-buttons .owl-prev {
        left: -20px;
        padding: 5px 14px;
    }
}

@media only screen and (max-width:990px) {
    .owl-controls .owl-buttons .owl-next {
        right: -20px;
        padding: 5px 14px;
    }
}

@media only screen and (max-width:767px) {
    .owl-controls .owl-buttons .owl-prev {
        left: 0;
        bottom: 260px;
    }
}

@media only screen and (max-width:767px) {
    .owl-controls .owl-buttons .owl-next {
        right: 0;
        bottom: 260px;
    }
}


/* *****************  News Slider Demo-11 ****************** */

.demo {
    background: linear-gradient(to right, #fcc, #d3d3d3);
}

.post-slide11 {
    margin: 0 15px;
    box-shadow: 0 1px 2px rgba(43, 59, 93, .3);
    margin-bottom: 2em;
}

.post-slide11 .post-img {
    overflow: hidden;
}

.post-slide11 .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}

.post-slide11:hover .post-img img {
    transform: scale(1.08);
}

.post-slide11 .post-content {
    background: #fff;
    padding: 20px;
}

.post-slide11 .post-title {
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}

.post-slide11 .post-title a {
    display: inline-block;
    color: grey;
    transition: all .3s ease 0s;
}

.post-slide11 .post-title a:hover {
    color: #3d3030;
    text-decoration: none;
}

.post-slide11 .post-description {
    font-size: 15px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 14px;
}

.post-slide11 .post-bar {
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}

.post-slide11 .post-bar li {
    color: #676767;
    padding: 2px 0;
}

.post-slide11 .post-bar li i {
    margin-right: 5px;
}

.post-slide11 .post-bar li a {
    display: inline-block;
    font-size: 12px;
    color: grey;
    transition: all .3s ease 0s;
}

.post-slide11 .post-bar li a:after {
    content: ",";
}

.post-slide11 .post-bar li a:last-child:after {
    content: "";
}

.post-slide11 .post-bar li a:hover {
    color: #3d3030;
    text-decoration: none;
}

.post-slide11 .read-more {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #e7989a;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all .3s linear;
}

.post-slide11 .read-more:hover {
    background: #333;
    text-decoration: none;
}


/* *****************  News Slider Demo-12 ****************** */

.post-slide12 {
    background: #fff;
    margin: 0 15px;
    box-shadow: 0 1px 2px rgba(43, 59, 93, .3);
    margin-bottom: 2em;
}

.post-slide12 .post-img {
    position: relative;
    float: left;
    width: 50%;
    height: auto;
}

.post-slide12 .over-layer {
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    transition: opacity .3s ease 0s;
}

.post-slide12 .over-layer:after {
    color: #fff;
    content: "+";
    font-size: 52px;
    position: absolute;
    top: 31%;
    left: 42%;
}

.post-slide12 .post-img:hover .over-layer {
    opacity: 1;
}

.post-slide12 .post-img img {
    width: 100%;
    height: auto;
}

.post-slide12 .post-review {
    float: left;
    padding: 1px 20px;
    width: 50%;
}

.post-slide12 .post-title {
    margin: 0 0 5px 0;
}

.post-slide12 .post-title a {
    color: #3498db;
    font-size: 20px;
    font-weight: 700;
    display: block;
    text-transform: capitalize;
    transition: color .3s ease;
}

.post-title>a:hover {
    text-decoration: none;
    color: #333;
}

.post-slide12 .post-date {
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 17px;
}

.post-description {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}

.owl-pagination {
    margin-top: 40px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #3498db;
}

@media only screen and (max-width:990px) {
    .post-slide12 .over-layer:after {
        top: 39%;
        left: 45%;
    }
}

@media only screen and (max-width:640px) {
    .post-slide12 .post-img {
        width: 100%;
    }
}

@media only screen and (max-width:640px) {
    .post-slide12 .post-review {
        width: 100%;
        padding: 10px;
    }
}


/* *****************  News Slider Demo-13 ****************** */

.post-slide13 {
    padding: 0 15px;
}

.post-slide13 .post-img {
    position: relative;
}

.post-slide13 .post-img>a {
    display: block;
}

.post-slide13 .post-img img {
    width: 100%;
    height: auto;
}

.post-slide13 .post-img:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(220, 0, 90, .6);
}

.post-slide13 .post-img:after {
    content: "\f065";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 17px;
    right: 20px;
    color: #fff;
    opacity: 0;
    transform: scale(.8);
    transition: all .3s linear 0s;
}

.post-slide13 .post-img:hover:after {
    opacity: 1;
    transform: scale(1);
}

.post-slide13 .post-title {
    margin-top: 20px;
}

.post-slide13 .post-title>a {
    color: #222;
    display: block;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.post-slide13 .post-title>a:hover {
    text-decoration: none;
    color: #dc005a;
}

.post-slide13 .post-bar {
    padding: 0;
    list-style: none;
}

.post-slide13 .post-bar>li {
    display: inline-block;
}

.post-slide13 .author,
.post-slide13 .author>a,
.post-slide13 .post-date {
    color: #8f8f8f;
    font-size: 12px;
    margin-right: 16px;
    text-transform: uppercase;
    font-style: italic;
}

.post-slide13 .author>i,
.post-slide13 .post-date>i {
    margin-right: 5px;
}

.post-slide13 .author>a:hover {
    color: #dc005a;
}

.post-slide13 .post-description {
    color: #8f8f8f;
    font-size: 14px;
    line-height: 24px;
    padding-top: 5px;
}

.post-slide13 .post-description:before {
    content: "";
    display: block;
    border-top: 4px solid #dc005a;
    padding-bottom: 12px;
    width: 50px;
}

.owl-theme .owl-controls .owl-page span {
    width: 52px;
    height: 5px;
    border-radius: 0;
    opacity: .5;
    margin-bottom: 0;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #dc005a;
    opacity: 1;
}


/* *****************  News Slider Demo-14 ****************** */

.post-slide14 {
    border-width: 1px 1px 5px;
    border-style: solid;
    border-color: #e67e22 #f0f0f0 #f0f0f0;
    border-radius: 5px;
    margin: 0 10px;
}

.post-slide14 .post-category {
    border-bottom: 1px solid #f5f5f5;
    margin: 0;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.post-slide14 .post-category>a {
    text-transform: uppercase;
    color: #e67e22;
    transition: all .2s ease 0s;
}

.post-slide14 .post-category>a:hover {
    color: #373a3f;
}

.post-slide14 .post-review {
    overflow: hidden;
    padding: 10px;
}

.post-slide14 .post-bar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #e67e22;
    float: left;
    line-height: 34px;
    text-align: center;
    margin-right: 10px;
}

.post-slide14 .post-bar>.month {
    display: block;
    color: #fff;
    font-size: 10px;
    text-transform: capitalize;
}

.post-slide14 .post-bar>.date {
    color: #fff;
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 12px;
}

.post-slide14 .post-title {
    line-height: 20px;
    margin: 10px 0 0 0;
}

.post-slide14 .post-title>a {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 10px;
    color: #333;
    transition: all .2s ease 0s;
}

.post-slide14 .post-title>a:hover {
    color: #e67e22;
}

.post-slide14 .post-img {
    filter: grayscale(0);
    transition: all .3s ease 0s;
}

.post-slide14 .post-img>img {
    width: 100%;
    height: auto;
}

.post-slide14:hover .post-img {
    filter: grayscale(1);
}

.post-slide14 .post-description {
    color: #555;
    font-size: 14px;
    line-height: 22px;
    padding: 20px 35px;
}


/* *****************  News Slider Demo-15 ****************** */

.post-slide15 {
    margin: 0 10px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(43, 59, 93, .3);
    margin-bottom: 2em;
}

.post-slide15 .post-info {
    padding: 5px 10px;
    margin: 0;
    list-style: none;
}

.post-slide15 .post-info li {
    display: inline-block;
    margin: 0 5px;
}

.post-slide4 .post-info li i {
    margin-right: 8px;
}

.post-slide4 .post-info li a {
    font-size: 11px;
    font-weight: 700;
    color: #7e828a;
    text-transform: uppercase;
}

.post-slide15 .post-info li a:hover {
    color: #1dcfd1;
    text-decoration: none;
}

.post-slide15 .post-img {
    position: relative;
}

.post-slide15 .post-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    transition: opacity .4s linear 0s;
}

.post-slide15:hover .post-img:before {
    opacity: 1;
}

.post-slide15 .post-img img {
    width: 100%;
    height: auto;
}

.post-slide15 .read {
    position: absolute;
    bottom: 30px;
    left: 50px;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    opacity: 0;
    transition: all .4s linear 0s;
}

.post-slide15:hover .read {
    opacity: 1;
}

.post-slide15 .read:hover {
    text-decoration: none;
    color: #1dcfd1;
}

.post-slide15 .post-content {
    padding: 40px 15px;
    position: relative;
}

.post-slide15 .post-author {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    position: absolute;
    top: -45px;
    right: 10px;
    overflow: hidden;
    border: 4px solid #fff;
}

.post-slide15 .post-author img {
    width: 100%;
    height: auto;
}

.post-slide15 .post-title {
    font-size: 14px;
    font-weight: 700;
    color: #1dcfd1;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    transition: all .3s linear 0s;
}

.post-slide15 .post-title:after {
    content: "";
    width: 25px;
    display: block;
    margin-top: 10px;
    border-bottom: 4px solid #333;
}

.post-slide15 .post-description {
    font-size: 13px;
    color: #555;
    margin-bottom: 20px;
}

.cat-section-list-wrapper-type1 h4.card-title {
    color: #558e37;
    font-size: 14pt;
}

.cat-section-list-wrapper-type1 .card-link {
    color: #c50303;
    font-weight: bold;
}

.cat-subcat-item {
    display: inline-block;
}

.cat-section-content-item {
    padding: 15px;
}

.cat-section-content .card-body {
    padding: 1rem;
}

.cat-section-content .card-date {
    font-size: 11pt;
}


/* Tin tuc*/

.card-title:hover {
    color: #558e37;
}

.cat-section-type1 .cat-section-item {
    padding: 15px;
}

.cat-section-type1 .card-title {
    font-size: 14pt;
    color: #000;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 66px;
}

.cat-section-type1 .card-date {
    font-size: 11pt;
    color: #000;
}

.cat-section-type1 .card-desc {
    font-size: 12pt;
    color: #000;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 96px;
}

#baguetteBox-overlay .full-image figure {
    position: initial;
}

.cat-section-type10 .post-title,
.cat-section-type10 .post-description {
    text-align: justify;
}

.cat-section-type10 .post-title-link {
    font-size: 12pt;
    color: #000;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 42px;
}

.cat-section-type10 .post-description {
    font-size: 11pt;
    color: #000;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 88px;
}

.section-content-img {
    padding-bottom: initial;
    height: 100%;
}

@media (max-width: 768px) {
    .section-content-img {
        min-height: 30vh;
    }
}

@media (max-width: 768px) {
    .owl-carousel {
        margin-top: 15px;
    }
}

.useful-section-desc {
    position: absolute;
    top: 30%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    color: #fff;
    left: 50%;
    font-size: 15pt;
    width: 90%;
}

.useful-section-desc span {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
    line-height: 40px;
}

.post-slide7 .post-img:before {}

.post-slide7 .post-title {
    min-height: 42px;
}

.cat-section-content {
    /*overflow-y: hidden;*/
    /*width: 100%;*/
}

.row.cat-section-content-inner {
    background-color: #621940;
    /*overflow-y: hidden;*/
    /*width: 100%;*/
}

.useful-slider-wrapper {
    /*width: 100%;*/
    /*overflow: hidden;*/
    padding: 0px 15px 25px 15px;
}

.useful-content-list .owl-stage-outer {
    /*width: 100%;*/
}

.useful-content-list .owl-nav {
    padding: 0px 10px;
    margin-top: 10px;
}

.useful-content-list .owl-nav button {
    width: 35px;
    height: 25px;
    border: 1px solid #fff !important;
    border-radius: 5px;
    margin-right: 10px;
}

.useful-content-list .owl-next:before,
.useful-content-list .owl-prev:before {
    /*width: 35px;*/
    /*height: 25px;*/
    /*border: 1px solid #fff;*/
    /*border-radius: 5px;*/
    /*margin-right: 10px;*/
}

.useful-content-list .owl-nav button span {
    display: none;
}

.post-slide7 .post-description {
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.useful-content-list {
    padding-top: 25px;
}

@media (min-width: 768px) {
    .useful-content-list {
        /*padding-left: 0px;*/
    }
}

.useful-content-banner {
    overflow: hidden;
}

.post-slide7 .post-title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* kham pha */

.cat-section-content .filtr-item .card {
    border: 1px solid #c0c0c0;
}

.cat-section-content .filtr-item .card-header {
    background-color: #558e37;
    color: #fff;
}

.cat-section-content .filtr-item .card-header {
    background-color: #558e37;
}

img.carousel-img-obj-fit {
    width: 100%;
}

.destination-carousel {
    padding: 0px;
}

.carousel-img-obj-fit:hover {
    transform: scale(1.2);
}

.carousel-img-obj-fit {
    transition: transform .5s;
    border-radius: 0px;
}

.masonry-img-container {
    overflow: hidden;
}

.masonry-img-container img {
    transition: transform .5s;
}

.masonry-img-container img:hover {
    transform: scale(1.2);
}

.cat-section-dest .card-body {
    display: none;
}

.cat-section-dest .card-footer {
    display: none !important;
}

.cat-section-dest .card-title {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    /*background-color: rgba(0,0,0,0.5);*/
    margin-bottom: 0px;
}

.cat-section-dest .card-title-link {
    color: #fff;
    padding: 15px;
    display: block;
    font-size: 1.4rem;
    text-shadow: 1px 1px #000;
}

.image-modal .modal-image {
    max-width: 100%;
}

.image-modal .carousel {
    padding: 0px;
    text-align: center;
    /*max-height: 70vh;*/
    /*height: 70vh;*/
    text-align: center;
}

.image-modal .carousel:focus {
    outline: none;
}

.image-modal .modal-image {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: auto;
    object-fit: cover;
}

.carousel-inner-row {
    margin: 0px !important;
    background-color: dimgray;
}

.carousel-item-col {
    padding: 0px !important;
    display: block;
}


/*
p.hero-subtitle {
  max-width: 600px;
  margin: 25px auto;
  padding: 10px 15px;
  background-color: rgba(0,0,0,0.3);
  color: #fff;
  text-shadow: 0 4px 1px rgba(0,0,0,0.7) !important;
  font-weight: 500;
  font-family: 'UTM Demian KT';
  font-size: 24pt;
  color: #cbf851 !important;
}
*/

.filtr-container {
    overflow: hidden;
}

.filtr-container .card-header h5 {
    font-size: 1rem;
}

.modal-close-btt {
    border-color: #090909;
    font-size: .875rem;
    color: #fff;
    background-color: #090909;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-weight: normal;
    padding: 8px;
}

.modal-close-btt:hover {
    border-color: #090909;
    background-color: #090909;
    color: #fff;
}

.modal-content .btn-primary {
    background-color: #c50303;
    border-color: #c50303;
}

.modal-content .btn-primary:hover {
    background-color: #c50303;
    border-color: #c50303;
}

.masonry-img-container {
    width: 100%;
    height: 100%;
}


/* end kham pha */


/* End tin tuc*/


/* Phan trang */

.pagination .page-link {
    color: #558e37;
    outline: none;
    outline-color: rgba(255, 255, 255, 0) !important;
    box-shadow: none !important;
}

.pagination .page-link:hover {
    color: #558e37;
    outline: none;
    outline-color: rgba(255, 255, 255, 0) !important;
    box-shadow: none !important;
}

.pagination .page-link:focus {
    outline: none;
    outline-color: rgba(255, 255, 255, 0) !important;
    box-shadow: none !important;
}

.pagination li:focus,
.pagination li:hover {
    outline: none;
    outline-color: rgba(255, 255, 255, 0) !important;
    box-shadow: none !important;
}


/* Ket thuc phan trang */

.cat-section-useful-contact .form-control {
    border-color: #c0c0c0 !important;
    border-radius: unset !important;
}

.cat-section-useful-contact .btn {
    background-color: #c50303;
}

.sub-cat-seemore-container {
    display: none;
    position: absolute;
    bottom: 0px;
    /*display: block;*/
    width: 100%;
    max-width: 1080px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 1;
}

.cat-section-type0 .sub-cat-seemore-container,
.cat-section-type1 .sub-cat-seemore-container,
.cat-section-type2 .sub-cat-seemore-container {
    display: block;
}

.sub-cat-seemore-wrapper {
    position: relative;
}

.cat-seemore-btt-wrapper {
    position: absolute;
    bottom: 25px;
    right: 0px;
}

@media (min-width: 1024px) {
    .sub-cat-seemore-container-nospace .cat-seemore-btt-wrapper {
        position: absolute;
        bottom: -25px;
        right: 0px;
    }
    .cat-section-type2 .sub-cat-seemore-container-nospace .cat-seemore-btt-wrapper {
        position: absolute;
        bottom: 0px;
        right: 0px;
    }
}

.cat-section section {
    position: relative;
}

section.cat-section {
    padding-bottom: 30px;
    position: relative;
}

.owl-prev span,
.owl-next span {
    color: rgba(0, 0, 0, 0);
}