/* FONT CASES */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,500,700&display=swap');
/* FONT CASES END */

/* GEN */
body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
}

/* GEN END */

/* HEAD */
.mim-cor-head {
    background: #ffffff;
    padding: 20px 0;
    border-bottom: 2px solid #db0008;
    /*position: fixed;
    z-index: 9999;*/
    width: 100%;
    top: 0;
}

/* HEAD END */

/* HERO  */
.mim-cor-hero {
    /*margin-top: 60px;*/
    background: #fff;
    position: relative;
    text-align: center;
    color: #000;
    -webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.19);
    z-index: 10;
}

.mim-cor-hero-cont > img {
    width: 100%;
    height: auto;
}

.mim-cor-hero-text {
    width: 60%;
    background: rgba(000, 000, 000, 0.7);
    padding: 10px 20px;
    margin: auto;
    bottom: 50px;
}

.mim-cor-hero-text > h2 {
    color: #ffffff;
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

.mim-cor-hero-text > h3 {
    color: #ffffff;
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    margin: 10px 0;
}

.mim-cor-hero-text > p {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

.mim-cor-hero-text-bottom {
    position: absolute;
    bottom: 3em;
    left: 20%;
}

#mim-hero-image {
    
}

@media only screen and (max-width: 768px) {
    .mim-cor-hero-text {
        width: 100%!important;
        position: static;
        padding: 20px 40px;
        display: block !important;
    }

    .mim-cor-hero-text > h2 {
        font-size: 20px;
    }

    .mim-cor-hero-text > p {}
}


.hero-text-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

.hero-text-top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

.hero-text-top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

.hero-text-bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

.hero-text-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-text-bottom-center {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* HERO END */

/* MID */
.mim-cor-bd {
    padding: 20px 0 50px 0;
    background: #f6f6f6;
}

.mim-cor-bd-cont {
    padding: 20px 0 0px 0;
}

.mim-cor-bd-cont > h2 {
    color: #333333;
    font-size: 32px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
}

.mim-cor-bd-cont > h2::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 25%;
    border-bottom: 2px solid #db0008;
}

.mim-cor-bd-cont22 > h2::before {
    left: 0!important;
}

.mim-cor-bd-cont-lf,
.mim-cor-bd-cont-rt {
    padding: 20px 0;
}

.mim-cor-bd-cont-lf > h3 {
    color: #db0008;
    font-size: 20px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 10px;
}

.mim-cor-bd-cont-rt > h3 {
    text-transform: uppercase;
    text-align: left;
    color: #ffffff;
    font-size: 15px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 30px;
    padding: 15px 10px;
    background: #db0008;
}

.mim-cor-bd-cont-rt-info {
    padding-bottom: 30px;
}

.mim-cor-bd-cont-rt-info > img {
    width: 100%;
    height: auto;
}

.mim-cor-bd-cont-bx {
    margin-top: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.19);
    position: relative;
}

.mim-cor-bd-cont-bx2 {
    background: #333333;
    margin-top: 20px;
    -webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.19);
    position: relative;
}

.mim-cor-bd-cont-bx-img {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    vertical-align: middle;
    position: relative;
}

.mim-cor-bd-cont-bx-img > a > img {
    width: 100%;
    height: auto;
}

.mim-cor-bd-cont-bx-cont {
    display: inline-block;
    width: 68%;
    vertical-align: middle;
    padding: 10px 20px;
}

.mim-cor-bd-cont-bx-cont > h4 {
    color: #333333;
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 0;
    margin-bottom: 0;
}

.mim-cor-bd-cont-bx-cont > h4 > a {
    color: #db0008;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mim-cor-bd-cont-bx-cont > p {
    color: #333333;
    font-size: 13px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.mim-cor-bd-cont-bx-cont > span {
    color: #808080;
    font-size: 12px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    padding: 5px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.mim-cor-bd-cont-bx-img2 {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    vertical-align: middle;
    position: relative;
}

.mim-cor-bd-cont-bx-img2 > a > img {
    width: 100%;
    height: auto;
}

.mim-cor-bd-cont-bx-cont2 {
    display: inline-block;
    width: 68%;
    vertical-align: middle;
    padding: 10px 20px;
}

.mim-cor-bd-cont-bx-cont2 > h4 {
    color: #ffffff;
    font-size: 13px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 0;
    margin-bottom: 0;
}

.mim-cor-bd-cont-bx-cont2 > h4 > a {
    color: #ffffff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.mim-cor-bd-cont-bx-cont2 > p {
    color: #333333;
    font-size: 13px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
#myModal{
    z-index: 9999;
}
.myImg{
    width: 100%;
}
#mim-hero-info{
    overflow: hidden;
    max-height: 300px;
}
@media only screen and (max-width: 768px) {

    .mim-cor-bd-cont-bx-img,
    .mim-cor-bd-cont-bx-cont {
        display: block;
        width: 100%;
    }

    .mim-cor-bd-cont-bx-img {
        height: 300px;
        overflow: hidden;
    }

    .mim-cor-bd-cont-bx-img > a > img {
        position: absolute;
        width: 100%;
        height: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .mim-cor-bd-cont-bx-cont {
        padding: 30px;
    }

    .mim-cor-bd-cont-bx-cont > h4,
    .mim-cor-bd-cont-bx-cont > p,
    .mim-cor-bd-cont-bx-cont > span {
        font-size: 16px;
    }
}
.pagi-box>ul,.pagi-box>ul>li{
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
.pagi-box>ul>li{
    list-style: none;
}

/* MID END */

/* FOOT */
.mim-cor-ft {
    background: #db0008;
    padding: 40px 0 20px 0;
}

.mim-cor-ft-btm-nav {}

.mim-cor-ft-btm-nav > ul,
.mim-cor-ft-btm-nav > ul > li,
.mim-cor-ft-btm-sm > ul,
.mim-cor-ft-btm-sm > ul > li {
    padding: 0;
    margin: 0;
}

.mim-cor-ft-btm-nav > ul > li,
.mim-cor-ft-btm-sm > ul > li {
    list-style: none;
    display: inline-block;
    padding: 0 5px;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;

}

.mim-cor-ft-btm-nav > ul > li > a {
    color: #ffffff;
    text-decoration: none;
}

.mim-cor-ft-btm-sm > ul {
    text-align: right;
}

.mim-cor-ft-btm-sm a:hover {
    text-decoration: none;
    color: #db0008;
}

.icoface,
.icotwit,
.icoyou {
    color: #db0008;
    padding: 5px 10px;
    border-radius: 20px;
    background: #ffffff;
    font-size: 12px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    line-height: 1.5;
}

.icoface::before {
    content: "\f09a ";
    font-family: FontAwesome;
    font-weight: 700;
    font-size: 14px;
}

.icotwit::before {
    content: "\f099 ";
    font-family: FontAwesome;
    font-weight: 700;
    font-size: 14px;
}

.icoyou::before {
    content: "\f167 ";
    font-family: FontAwesome;
    font-weight: 700;
    font-size: 14px;
}

.mim-cor-ft-btm-copy {
    padding-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

@media (max-width: 992px) {
    .mim-cor-ft-btm-nav {
        text-align: center;
    }

    .mim-cor-ft-btm-sm {
        padding-top: 10px;
        text-align: center;
    }

    .mim-cor-ft-btm-sm > ul {
        text-align: center;
    }

    .mim-cor-ft-btm-copy > p {
        text-align: center !important;
    }
}

/* FOOT END */


/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
