﻿.has-error {
    border: 1px solid red !important;
}
input:focus, textarea:focus, select:focus {
    background-color: #e8f5e9;
    outline: none;
}
.page-wrapper {
    overflow: hidden;
    display: block;
    width: 100%;
    position: relative;
}
.mt-category-nav {
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.mt-category-nav a {
    display: inline-block;
    margin: 0 5px;
    padding: 7px 25px;
    border: solid 2px #ed3439;
    background-color: transparent;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    color: #ed3439;  
}
.mt-category-nav a:hover, 
.mt-category-nav a.active {
    background-color: #ed3439;
    border: solid 2px #ed3439;
    color: #fff;
}

.mt-toolbar {
    overflow: hidden;
    width: 100%;
    padding-top: 10px;
    margin-top: 20px;
}
.mt-toolbar .breadcrumb {
    display: inline-block;
    background-color: transparent;
    margin: 0;
    padding: 0;
}
.mt-toolbar .breadcrumb li a {
    color: #575757;
    font-size: 17px;
    font-weight: 500;
    list-style: none;
    position: relative
}
.mt-toolbar .breadcrumb .active {
    font-size: 17px;
    font-weight: 500;
    list-style: none;
    position: relative
}

.mt-pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
.mt-pagination li {
    margin: 0 3px;
}
.mt-pagination li a {
    display: block;
    padding: 8px 12px;
    border: 1px solid #ccc;
    color: #777;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}
.mt-pagination li.active a, .mt-pagination li a:hover {
    background-color: #ed3439;
    color: #fff;
}
.mt-pagination li.disabled a {
    pointer-events: none;
    background-color: #f2f3f5;
    color: #6c757d;
}

.mt-contact-page {
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 0.1) 0%, rgba(245 42 133 / 0.4) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.image-wrapper {
    overflow: hidden;
    width: 100%;
}
.image-wrapper .image-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    border: solid 1px #ddd;
    border-radius: 4px;
    z-index: 198;
    margin: 11px 0;
}
.image-wrapper .image-item img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}
.image-wrapper .image-item .image-infor {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #e6e6e6;
    min-height: 140px;
}
.image-wrapper .image-item .image-infor h1 {
    overflow: hidden;
    width: 100%;
    font: 400 18px "Roboto Condensed", sans-serif;
    color: #ed3439;
    line-height: 22px;
    text-align: justify;
}
.image-wrapper .image-item .image-infor p {
    overflow: hidden;
    width: 100%;
    text-align: justify;
    margin-top: 5px;
}
.image-wrapper .image-item a:hover img {
    opacity: 0.5;
}

.video-wrapper {
    overflow: hidden;
    width: 100%;
}
.video-wrapper .video-item {
    overflow: hidden;
    float: left;
    width: 100%;
    height: auto;
    border: solid 1px #ddd;
    border-radius: 4px;
    margin: 11px 0;
}
.video-wrapper .video-item-top {
    position: relative;
}
.video-wrapper .video-item-top img {
    width: 100%;
    height: auto;
}
.video-wrapper .video-item-top .video-play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    transition: .3s ease;
}
.video-wrapper .video-item-top:hover .video-play {
    opacity: 1;
}
.video-wrapper .video-item-top .video-play .icon {
    color: #fff;
    font-size: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.video-wrapper .video-item-top .video-play .fa-play:hover {
    color: #eee;
}
.video-wrapper .video-item-bottom {
    overflow: hidden;
    width: 100%;
    text-align: center;
    background-color: #ed3439;
    padding: 10px;
}
.video-wrapper .video-item-bottom h3 {
    overflow: hidden;
    width: 100%;
    text-align: center;
    font: 400 18px "Roboto", sans-serif;
    color: #fff;
}
.video-wrapper .video-item-bottom p {
    text-align: justify;
    padding-top: 10px;
    color: #fff;
    min-height: 80px;
}
.video-wrapper .video-item-bottom hr {
    width: 60%;
    margin: 0 auto;
    margin-top: 10px;
}
