html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}


html {
    position: relative;
    min-height: 100%;
}

/*body {
  margin-bottom: 60px;
}*/
/*#header {
    padding: 5px 0 5px 0 !important;
}*/
.major {
    padding: 10px 0px;
}
#main > .inner > section {
    padding: 5px 0 5px 0 !important;
}
#main p, #main h1, #main h2, #main h3, #main h4, #main h5 {
    padding: unset !important;
    margin: unset !important;
    color: #2b1463 !important;
}

#main * {
    color: #2b1463 !important;
}
#main h1 {
    font-size: 2.5em !important;
}

.sub-content {
    padding: 10px !important;
}
    .sub-content .posts {
        padding-top: 20px !important;
    }
.app-dowload {
    float: left;
    padding:5px;
    border: solid 1px #ddd;
    background-color: #614EDE;
    vertical-align: middle;
    color:white !important;
}

/*.content {
    padding-right: 10px;
}*/

.banner-image {
    width: 100% !important;
}

    .banner-image img {
        width: 100% !important;
    }

.item-description {
    min-height: 150px !important;
    max-height: 150px !important;
    overflow: hidden;
    position: relative !important;
}

.item-hot {
    min-height: 180px !important;
    max-height: auto !important;
    position: relative;
}

    .item-hot .image {
        height: 100%;
    }

    .item-hot .hot-title {
        position: absolute;
        left: 0;
        top: 20%;
        width: 100%;
       /* height: 50px;
        min-height: 50px;
        max-height: 50px;
        overflow: hidden;*/
    }

    .item-hot .image img {
        width: 100%;
        height: 100%;
    }

    .item-hot .hot-title p {
        color: #652323 !important;
        background-color: #dddddd3b;
        padding-left: 5px !important;
        height: 100%;
    }

a.btn-view-more {
    position: absolute;
    right: 0;
    bottom: 0;
    transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    border-bottom: dotted 1px !important;
    color: #f56a6a !important;
    text-decoration: none !important;
    background-color: #fff;
}
/*#main #header {
    padding: 5px 0 5px 0 !important;
}
#main > .inner > section {
    padding: 5px 0 5px 0 !important;
}

#main > .inner ul.category  {
    padding:0;
    margin:0;
}

#main > .inner ul.category li{
    list-style-type:none;
    float:left;
    margin-right:5px;
    text-transform:uppercase;
}*/

@media screen and (max-width: 736px){
    .right-banner{display:none;}
}

@media screen and (max-width: 736px) {
    #main > .inner {
        padding: 0 1em 0.1em 1em !important;
    }

        #main > .inner > section {
            padding: 1em 0 1em 0 !important;
        }
}