﻿/*!
 * Bootstrap Grid Only (grid and responsive utilities extracted from Bootstrap 4.1.3)
 * GitHub: https://github.com/dmhendricks/bootstrap-grid-css
 * Bootstrap License: MIT (https://github.com/twbs/bootstrap/blob/v4-dev/LICENSE)
 * Credits: Twitter, Inc. & The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
 */

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.index-100 {
    z-index: 100;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-init {
    overflow: initial;
}

.overflow-visible {
    overflow: visible;
}

.uppercase {
    text-transform: uppercase;
}

.leading-none {
    line-height: 1;
}

.leading-normal {
    line-height: 1.5;
}

.img-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: .2s all ease-in-out;
}

.box_link {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    font-size: 0;
    opacity: 0;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.text-white {
    color: white;
}

.container,
.group_content {
    z-index: 50;
    position: relative;
}

ul:last-child,
p:last-child {
    margin-bottom: 0;
}

.list-none {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

.none {
    display: none;
}

.inline-flex {
    display: inline-flex;
}

.flex {
    display: flex;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.inline-flex-center {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.font-800 {
    font-weight: 800;
}

.font-900 {
    font-weight: 900;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-0 {
    margin-top: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mr-0 {
    margin-right: 0;
}

.mr-8 {
    margin-right: 8px;
}

.ml-0 {
    margin-left: 0;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mt-30px {
    margin-top: 30px;
}

.mb-30px {
    margin-bottom: 30px;
}

.pb-0 {
    padding-bottom: 0;
}

.pt-0 {
    padding-top: 0;
}

.pr-0 {
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

p.chuc-vu
	{
		font-style:italic;
	}

@media screen and (min-width: 768px) {
    .order-md-first{
        order: -13;
    }

    .md-none {
        display: none;
    }

    .md-block {
        display: block;
    }

    .md-inline {
        display: inline;
    }
}

@media screen and (min-width: 992px) {
    .order-lg-first{
        order: -13;
    }
    
    .lg-none {
        display: none;
    }

    .lg-block {
        display: block;
    }

    .lg-inline {
        display: inline;
    }
}

@media screen and (min-width: 1200px) {
    .xl-none {
        display: none;
    }

    .xl-block {
        display: block;
    }

    .xl-inline {
        display: inline;
    }
}