/* -------Chung-------- */
*{
    box-sizing: border-box !important;
    /* border: 1px solid black; */
}
@media screen and (min-width: 1400px) {
    .container{
        max-width: 1200px;
    }
  }
@media (min-width: 992px) and (max-width:1399px) {
  .navbar-brand img {
      height: 80px;
  }
}
@media (min-width: 576px) and (max-width:991px) {
  .navbar-brand img {
      height: 70px;
  }
}
@media (min-width: 524px) and (max-width:575px) {
  .navbar-brand img {
      height: 50px;
  }
}
img{
    width: 100%;
    height: auto;
}
.navbar-brand{
    padding: 0.5rem 1rem !important;
}
a{
    color: #44445f;
}
a:hover{
    text-decoration: none;
    color: #095cb1;
}
.gian_cach{
  margin: 10px 0px;
}
/* --------Wrap--------- */
#wrap{
    font-size: small;
    background: url("/sites/default/files/anchor.png") no-repeat #f6f6f6;
    background-size: fill;
    background-position: bottom right;
}
.wrap_div_child{
    border: 1px solid #ccc;
    border-top: 4px groove #095cb1;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    background: url("/sites/default/files/bg-vmu.jpg") no-repeat #fff;
    background-size: fill;
    background-position: left top;
    margin: 40px auto;
}
/* --------Header--------- */
.site_title{
    text-align: start;
    letter-spacing: 2px;
    line-height: 1.2;
    font-weight: bold;
    font-size: clamp(1rem,1.44vw,1.5rem);
    text-wrap: wrap;
    margin-left: 10px;
    width: 100%;
}
.site-slogan{
    text-align: start;
    margin-left: 10px;
}
.name-slogan{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.font_site{
    font-size: 1.2rem;
}
.name_a_slogan{
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.navbar-brand{
  height: 100%;
}
.navbar-nav{
    flex-direction: row;
}
/* -----------------------------------------------front page---------------------------------------- */
/* front slide */
    .front_slide_wrap{
        width: 100%;
        height: fit-content;
        margin: 10px 0px;
    }
    .front_slide_wrap img{
        object-fit: cover;
    }
/* front banner */
    .front_banner_custom img{
        object-fit: cover;
    }
/* front content */
    .block-tin h2{
        text-transform: uppercase;
        color: #44445f;
        font-size: 1.2em;
        margin: 0;
        padding: 1em 0em;
        font-weight: bold;
    }
/* link view field */
    .title-custom-view a{
        font-weight: bold;
    }
    .title-custom-view{
        padding: 5px 0px;
    }
    .not-tin-noi-bat{
        border-bottom: 1px solid #EDEDED;
    }
/* image view field */
     .view-block-front-all img{
        width: 100% !important;
        height: auto;
        object-fit: cover;
        aspect-ratio: 5/3;
     }
/* notification field */
     .thong-bao-custom-front{
        background-color: #f6f6f6;
        padding: 5px 10px 5px;
     }
/* field media oembed */
    .custom-field-iframe iframe{
        width: 100% !important;
        height: auto;
        aspect-ratio: 16/9;
        border: none;
    }
    .custom-field-iframe {
        width: 100%;
    }
/* media */
    .custom-media {
        width: 100%;
        display: block !important;
    }
/* superfish */
    .custom-ul-spf{
        width: 100%;
        background-color: #095cb1;
        margin-bottom: 0px !important;
    }
    #superfish-menu .is-active{
        background: #095cb1 !important;
        color: #fff;
    }
    #superfish-menu a:hover{
        color: #ffea00;
        outline: 0;
    }
    #superfish-menu-toggle{
      width: 100%;
      text-align: center;
    }
  /* Footer */
  footer{
    padding: 0px;
    margin-top: 1em;
  }
  .footer {
    background-color: #0c2c87;
    color: white;
    padding: 20px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-column {
    flex: 1;
    min-width: 250px;
    margin: 10px;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}
.footer h2 {
    font-size: 1.2em;
    line-height: 1.8em;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer li {
    margin-bottom: 5px;
}
.region-footer{
    padding: 0px;
    width: 100%;
}
.col1, .col3{
    z-index: 1;
}
.col2{
    z-index: 2;
}
.fb-page{
    width: 100%;
    max-width: 100%;
}
/* ----------------------------------------page-------------------------------------- */
.page-header-all{
    font-size: 1.5em;
    padding: 0;
    margin: .5em 0;
    color: #1C3691;
    line-height: 1.5em;
}
/* page hoat dong */
.custom-page-chung img{
    height: 100px !important;
    margin-bottom: 0.3em;
}
.custom-page-chung{
    margin-bottom: 1em;
}
/* ----------------------------------------content-------------------------------------- */
.page-title{
  font-size: 1.5em;
  padding: 0;
  margin: .5em 0;
  color: #1C3691;
  line-height: 1.5em;
}
.img-gioi-thieu{
  width: 150px;
  height: 150px;
}
