/******************************/


/*   Reset BootStrap Styles   */


/******************************/

ul,
li {
    list-style-type: none;
    /* line-height: 1.2em; */
    padding: 0;
    margin: 0;
}

input,
textarea,
button,
select,
option,
label {
    outline: 0;
}

html,
body {
    height: 100%;
}


/*********************************************************************************************************************/


/* END Reset Styles DO NOT MODIFY */


/*********************************************************************************************************************/

body {
    font-family: 'Source Sans Pro', Tahoma, Arial, sans-serif;
    font-size: 18px;
}


/*----  Reset cho giong voi trinh soan thao CKEditor: tap tin contents.css -----*/

div[data-oembed-url],
div[data-oembed-url] div {
    max-width: 100% !important;
}

.NContent {
    font-family: Tahoma;
    font-size: 1.1em;
    text-align: justify;
    color: #000000;
    word-spacing: 1px;
}

.NContent img {
    max-width: 100% !important;
    height: auto !important;
}

.owl-buttons{
    display: none;
}

/* 
.NContent ol,
.NContent ul,
.NContent dl {
    padding: 0 40px;
}

.NContent ul,
.NContent li {
    list-style-type: inherit;
}

.NContent table {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.NContent td,
.NContent th {
    padding: 5px;
}

.NContent caption {
    font-weight: bold;
} */

.NSource {
    clear: both;
}

.MLISGallery {
    position: relative;
    max-width: 100%;
    width: 600px;
    margin: 0 auto;
}

.MLISGallery:before {
    content: "";
    display: block;
    padding-top: 70%;
}

.MLISGallery .galleria-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.MLISGallery .galleria-container div {
    margin-bottom: 0;
}


/*==================================================================================================================*/


/*--- CKEditor ------*/


/*--- Editor Roman Style */

.ers {
    font-family: Georgia;
}


/*--- Editor Block Styles */

.h3R {
    font-family: 'Noticia Text';
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.9em;
    margin: 0;
}

.h2R {
    font-family: 'Noticia Text';
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.9em;
    margin: 0;
}

.h1R {
    font-family: 'Noticia Text';
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.9em;
    margin: 0;
}

.h3A {
    font-family: Arial;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.9em;
    margin: 0;
}

.h2A {
    font-family: Arial;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.9em;
    margin: 0;
}

.h1A {
    font-family: Arial;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.9em;
    margin: 0;
}


/*--- Editor Event Table */

.eventTable th {
    width: 100px;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
}


/********************/


/* END Reset Styles */


/********************/

.navbar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* .container {
    width: 100%;
    max-width: calc(1600px + 10%);
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%;
} */

.navbar ul,
.navbar li {
    line-height: 1em;
}


/*==================================================================================*/


/* Decktop devices */

@media (min-width: 1400px) {
    body {
        font-size: 19px;
    }
}


/* Big Decktop devices */

@media (min-width: 1600px) {
    body {
        font-size: 20px;
    }
    /* .container {
        padding-left: 10%;
        padding-right: 10%;
    } */
}


/* mobile devices */

@media (max-width: 767px) {
    .navbar-nav {
        display: inherit;
    }
    .navbar-toggle {
        border: 0;
        margin: 0px;
        float: left;
    }
    .navbar .navbar-toggler {
        border-width: 1px;
        margin-top: 2px;
    }
    ul.navbar-nav li {
        margin-top: 10px;
    }
    .navbar-collapse {
        width: 100%;
    }
    .mobile-fluid {
        width: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}