﻿@font-face {
    font-family: 'SFUFuturaBook';
    font-display: block;
    src: url(/Content/Home/css/fonts/SFUFuturaBook.eot);
    src: url(/Content/Home/css/fonts/SFUFuturaBook.eot?#iefix) format('embedded-opentype'),url(/Content/Home/css/fonts/SFUFuturaBook.woff) format('woff'),url(/Content/Home/css/fonts/SFUFuturaBook.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}

@charset "UTF-8";

.fancybox-enabled {
    overflow: hidden
}

    .fancybox-enabled body {
        overflow: visible;
        height: 100%
    }

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

    .fancybox-container ~ .fancybox-container {
        z-index: 99992
    }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s,visibility 0s linear .25s;
    box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s,visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 50%;
    margin-left: -79px
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30,30,30,.7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox-toolbar {
    top: 0;
    right: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0)
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

    .fancybox-slide:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 0
    }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

    .fancybox-slide--image:before {
        display: none
    }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
    background: #e5e3df
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image, .fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%
}

.fancybox-error, .fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default
}

    .fancybox-error p {
        margin: 0;
        padding: 0;
        color: #444;
        font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif
    }

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer
}

    .fancybox-close-small:after {
        content: "×";
        position: absolute;
        top: 5px;
        right: 5px;
        width: 30px;
        height: 30px;
        font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
        color: #888;
        font-weight: 300;
        text-align: center;
        border-radius: 50%;
        border-width: 0;
        background: #fff;
        transition: background .25s;
        box-sizing: border-box;
        z-index: 2
    }

    .fancybox-close-small:focus:after {
        outline: 1px dotted #888
    }

    .fancybox-close-small:hover:after {
        color: #555;
        background: #eee
    }

.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -44px
}

    .fancybox-slide--iframe .fancybox-close-small:after {
        background: transparent;
        font-size: 35px;
        color: #aaa
    }

    .fancybox-slide--iframe .fancybox-close-small:hover:after {
        color: #fff
    }

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0;
    background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0,0%,100%,.4);
    font-size: 14px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

    .fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
        pointer-events: all
    }

    .fancybox-caption a {
        color: #fff;
        text-decoration: underline
    }

.fancybox-button {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: transparent;
    color: #ddd;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    outline: none
}

    .fancybox-button[disabled] {
        cursor: default;
        pointer-events: none
    }

.fancybox-button, .fancybox-infobar__body {
    background: rgba(30,30,30,.6)
}

    .fancybox-button:hover:not([disabled]) {
        color: #fff;
        background: rgba(0,0,0,.8)
    }

    .fancybox-button:after, .fancybox-button:before {
        content: "";
        pointer-events: none;
        position: absolute;
        background-color: currentColor;
        color: currentColor;
        opacity: .9;
        box-sizing: border-box;
        display: inline-block
    }

    .fancybox-button[disabled]:after, .fancybox-button[disabled]:before {
        opacity: .3
    }

.fancybox-button--left:after, .fancybox-button--right:after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor
}

.fancybox-button--left:after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.fancybox-button--right:after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--left {
    border-bottom-left-radius: 5px
}

.fancybox-button--right {
    border-bottom-right-radius: 5px
}

.fancybox-button--close:after, .fancybox-button--close:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px)
}

.fancybox-button--close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fancybox-arrow {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    height: 100px;
    width: 54px;
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    cursor: pointer;
    z-index: 99995;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity .25s
}

    .fancybox-arrow:after {
        content: "";
        position: absolute;
        top: 28px;
        width: 44px;
        height: 44px;
        background-color: rgba(30,30,30,.8);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 24px 24px
    }

.fancybox-arrow--right {
    right: 0
}

.fancybox-arrow--left {
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

    .fancybox-arrow--left:after, .fancybox-arrow--right:after {
        left: 0
    }

.fancybox-show-nav .fancybox-arrow {
    opacity: .6
}

    .fancybox-show-nav .fancybox-arrow[disabled] {
        opacity: .3
    }

.fancybox-loading {
    border: 6px solid hsla(0,0%,39%,.4);
    border-top: 6px solid hsla(0,0%,100%,.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0,0,.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5,1.5,1.5);
    transform: scale3d(1.5,1.5,1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5,.5,.5);
    transform: scale3d(.5,.5,.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
    transform: scale3d(0,0,0) translate3d(-100%,0,0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
    transform: scale3d(0,0,0) translate3d(100%,0,0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
    transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg);
    transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

@media(max-width:800px) {
    .fancybox-infobar {
        left: 0;
        margin-left: 0
    }

    .fancybox-button--left, .fancybox-button--right {
        display: none !important
    }

    .fancybox-caption {
        padding: 20px 0;
        margin: 0
    }
}

.fancybox-button--fullscreen:before {
    width: 15px;
    height: 11px;
    left: calc(50% - 7px);
    top: calc(50% - 6px);
    border: 2px solid;
    background: none
}

.fancybox-button--pause:before, .fancybox-button--play:before {
    top: calc(50% - 6px);
    left: calc(50% - 4px);
    background: transparent
}

.fancybox-button--play:before {
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px
}

.fancybox-button--pause:before {
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px
}

.fancybox-button--thumbs, .fancybox-thumbs {
    display: none
}

@media(min-width:800px) {
    .fancybox-button--thumbs {
        display: inline-block
    }

        .fancybox-button--thumbs span {
            font-size: 23px
        }

        .fancybox-button--thumbs:before {
            width: 3px;
            height: 3px;
            top: calc(50% - 2px);
            left: calc(50% - 2px);
            box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0
        }

    .fancybox-thumbs {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 220px;
        margin: 0;
        padding: 5px 5px 0 0;
        background: #fff;
        word-break: normal;
        -webkit-tap-highlight-color: transparent;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        box-sizing: border-box;
        z-index: 99995
    }

    .fancybox-show-thumbs .fancybox-thumbs {
        display: block
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 220px
    }

    .fancybox-thumbs > ul {
        list-style: none;
        position: absolute;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 0
    }

        .fancybox-thumbs > ul > li {
            float: left;
            overflow: hidden;
            max-width: 50%;
            padding: 0;
            margin: 0;
            width: 105px;
            height: 75px;
            position: relative;
            cursor: pointer;
            outline: none;
            border: 5px solid transparent;
            border-top-width: 0;
            border-right-width: 0;
            -webkit-tap-highlight-color: transparent;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            box-sizing: border-box
        }

    li.fancybox-thumbs-loading {
        background: rgba(0,0,0,.1)
    }

    .fancybox-thumbs > ul > li > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        max-height: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .fancybox-thumbs > ul > li:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 2px;
        border: 4px solid #4ea7f9;
        z-index: 99991;
        opacity: 0;
        transition: all .2s cubic-bezier(.25,.46,.45,.94)
    }

    .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
        opacity: 1
    }
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut
    }

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/js/owlCarousel/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

@charset "UTF-8";

.vld-error-wrap {
    color: #dc3545
}

    .vld-error-wrap > label:first-child {
        font-weight: bold
    }

    .vld-error-wrap .form-control {
        border-color: #dc3545
    }

        .vld-error-wrap .form-control:focus {
            border-color: #dc3545;
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
        }

*, *::before, *::after {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ul ul, ol ul, ul ol {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

    a:hover {
        color: #0056b3;
        text-decoration: underline
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
            color: inherit;
            text-decoration: none
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0
        }

pre, code, kbd, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1, .h1 {
    font-size: 2.5rem
}

h2, .h2 {
    font-size: 2rem
}

h3, .h3 {
    font-size: 1.75rem
}

h4, .h4 {
    font-size: 1.5rem
}

h5, .h5 {
    font-size: 1.25rem
}

h6, .h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

small, .small {
    font-size: 80%;
    font-weight: 400
}

mark, .mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

    .blockquote-footer::before {
        content: "— "
    }

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0
    }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media(min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

    .table th, .table td {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6
    }

    .table .table {
        background-color: #fff
    }

.table-sm th, .table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

    .table-bordered th, .table-bordered td {
        border: 1px solid #dee2e6
    }

    .table-bordered thead th, .table-bordered thead td {
        border-bottom-width: 2px
    }

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.075)
}

.table-primary, .table-primary > th, .table-primary > td {
    background-color: #b8daff
}

    .table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
        border-color: #7abaff
    }

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #9fcdff
    }

.table-secondary, .table-secondary > th, .table-secondary > td {
    background-color: #d6d8db
}

    .table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
        border-color: #b3b7bb
    }

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf
    }

.table-success, .table-success > th, .table-success > td {
    background-color: #c3e6cb
}

    .table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
        border-color: #8fd19e
    }

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #b1dfbb
    }

.table-info, .table-info > th, .table-info > td {
    background-color: #bee5eb
}

    .table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
        border-color: #86cfda
    }

.table-hover .table-info:hover {
    background-color: #abdde5
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #abdde5
    }

.table-warning, .table-warning > th, .table-warning > td {
    background-color: #ffeeba
}

    .table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
        border-color: #ffdf7e
    }

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #ffe8a1
    }

.table-danger, .table-danger > th, .table-danger > td {
    background-color: #f5c6cb
}

    .table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
        border-color: #ed969e
    }

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #f1b0b7
    }

.table-light, .table-light > th, .table-light > td {
    background-color: #fdfdfe
}

    .table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
        border-color: #fbfcfc
    }

.table-hover .table-light:hover {
    background-color: #ececf6
}

    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
        background-color: #ececf6
    }

.table-dark, .table-dark > th, .table-dark > td {
    background-color: #c6c8ca
}

    .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
        border-color: #95999c
    }

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
        background-color: #b9bbbe
    }

.table-active, .table-active > th, .table-active > td {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,.075)
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: rgba(0,0,0,.075)
    }

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

    .table-dark th, .table-dark td, .table-dark thead th {
        border-color: #32383e
    }

    .table-dark.table-bordered {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255,255,255,.05)
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255,255,255,.075)
    }

@media(max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }
}

@media(max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }
}

@media(max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }
}

@media(max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

    .table-responsive > .table-bordered {
        border: 0
    }

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
        }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62
    }

    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
        }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34
    }

    .btn-success:focus, .btn-success.focus {
        box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430
    }

        .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
        }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b
    }

    .btn-info:focus, .btn-info.focus {
        box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
        }

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

    .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00
    }

    .btn-warning:focus, .btn-warning.focus {
        box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500
    }

        .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
        }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }

    .btn-danger:focus, .btn-danger.focus {
        box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
        }

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5
    }

    .btn-light:focus, .btn-light.focus {
        box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df
    }

        .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
        }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124
    }

    .btn-dark:focus, .btn-dark.focus {
        box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d
    }

        .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
        }

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
        }

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
        }

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
        }

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

        .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
        }

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

        .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
        }

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

        .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
        }

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-outline-light:focus, .btn-outline-light.focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

        .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
        }

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-outline-dark:focus, .btn-outline-dark.focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

        .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
        }

.btn-link {
    font-weight: 400;
    color: #007bff
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline
    }

    .btn-link:focus, .btn-link.focus {
        text-decoration: underline;
        box-shadow: none
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #6c757d;
        pointer-events: none
    }

.btn-lg, .btn-group-lg > .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm, .btn-group-sm > .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: .5rem
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropup, .dropright, .dropdown, .dropleft {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media(min-width:576px) {
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media(min-width:768px) {
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media(min-width:992px) {
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media(min-width:1200px) {
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

@media(min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
}

@media(min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
}

@media(min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
}

@media(min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:first-child {
        border-top-left-radius: calc(.25rem - 1px);
        border-top-right-radius: calc(.25rem - 1px)
    }

    .dropdown-item:last-child {
        border-bottom-right-radius: calc(.25rem - 1px);
        border-bottom-left-radius: calc(.25rem - 1px)
    }

    .dropdown-item:hover, .dropdown-item:focus {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        flex: 1 1 auto
    }

        .btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
            z-index: 1
        }

        .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
            z-index: 1
        }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
        margin-left: 0
    }

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

    .btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
        width: 100%
    }

        .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
            margin-top: -1px
        }

        .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

    .btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none
    }

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0
    }

        .input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
            margin-left: -1px
        }

        .input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
            z-index: 3
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4
        }

        .input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group > .custom-file {
        display: flex;
        align-items: center
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

.input-group-prepend, .input-group-append {
    display: flex
}

    .input-group-prepend .btn, .input-group-append .btn {
        position: relative;
        z-index: 2
    }

        .input-group-prepend .btn:focus, .input-group-append .btn:focus {
            z-index: 3
        }

        .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn {
            margin-left: -1px
        }

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
        margin-top: 0
    }

.input-group-lg > .form-control:not(textarea), .input-group-lg > .custom-select {
    height: calc(2.875rem + 2px)
}

.input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select {
    height: calc(1.8125rem + 2px)
}

.input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 1.75rem
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:hover, .nav-link:focus {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #6c757d;
        pointer-events: none;
        cursor: default
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

    .nav-tabs .nav-item {
        margin-bottom: -1px
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #e9ecef #e9ecef #dee2e6
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link {
    border-radius: .25rem
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #007bff
    }

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: flex;
    flex-direction: column
}

    .card-deck .card {
        margin-bottom: 15px
    }

@media(min-width:576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            display: flex;
            flex: 1 0 0%;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.card-group {
    display: flex;
    flex-direction: column
}

    .card-group > .card {
        margin-bottom: 15px
    }

@media(min-width:576px) {
    .card-group {
        flex-flow: row wrap
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:first-child .card-img-top, .card-group > .card:first-child .card-header {
                    border-top-right-radius: 0
                }

                .card-group > .card:first-child .card-img-bottom, .card-group > .card:first-child .card-footer {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:last-child .card-img-top, .card-group > .card:last-child .card-header {
                    border-top-left-radius: 0
                }

                .card-group > .card:last-child .card-img-bottom, .card-group > .card:last-child .card-footer {
                    border-bottom-left-radius: 0
                }

            .card-group > .card:only-child {
                border-radius: .25rem
            }

                .card-group > .card:only-child .card-img-top, .card-group > .card:only-child .card-header {
                    border-top-left-radius: .25rem;
                    border-top-right-radius: .25rem
                }

                .card-group > .card:only-child .card-img-bottom, .card-group > .card:only-child .card-footer {
                    border-bottom-right-radius: .25rem;
                    border-bottom-left-radius: .25rem
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
                    border-radius: 0
                }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media(min-width:576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.accordion .card {
    overflow: hidden
}

    .accordion .card:not(:first-of-type) .card-header:first-child {
        border-radius: 0
    }

    .accordion .card:not(:first-of-type):not(:last-of-type) {
        border-bottom: 0;
        border-radius: 0
    }

    .accordion .card:first-of-type {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .accordion .card:last-of-type {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .accordion .card .card-header {
        margin-bottom: -1px
    }

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: .5rem;
        color: #6c757d;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none
    }

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

a.badge:hover, a.badge:focus {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media(min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: .75rem 1.25rem;
        color: inherit
    }

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

    .alert-primary hr {
        border-top-color: #9fcdff
    }

    .alert-primary .alert-link {
        color: #002752
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

    .alert-secondary hr {
        border-top-color: #c8cbcf
    }

    .alert-secondary .alert-link {
        color: #202326
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

    .alert-success hr {
        border-top-color: #b1dfbb
    }

    .alert-success .alert-link {
        color: #0b2e13
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

    .alert-info hr {
        border-top-color: #abdde5
    }

    .alert-info .alert-link {
        color: #062c33
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

    .alert-warning hr {
        border-top-color: #ffe8a1
    }

    .alert-warning .alert-link {
        color: #533f03
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

    .alert-danger hr {
        border-top-color: #f1b0b7
    }

    .alert-danger .alert-link {
        color: #491217
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

    .alert-light hr {
        border-top-color: #ececf6
    }

    .alert-light .alert-link {
        color: #686868
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

    .alert-dark hr {
        border-top-color: #b9bbbe
    }

    .alert-dark .alert-link {
        color: #040505
    }

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

    .list-group-item-action:hover, .list-group-item-action:focus {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .list-group-item:hover, .list-group-item:focus {
        z-index: 1;
        text-decoration: none
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

    .list-group-flush .list-group-item:last-child {
        margin-bottom: -1px
    }

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #004085;
        background-color: #9fcdff
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #004085;
        border-color: #004085
    }

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #383d41;
        background-color: #c8cbcf
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #383d41;
        border-color: #383d41
    }

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
        color: #155724;
        background-color: #b1dfbb
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #155724;
        border-color: #155724
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
        color: #0c5460;
        background-color: #abdde5
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460
    }

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

    .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
        color: #856404;
        background-color: #ffe8a1
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #856404;
        border-color: #856404
    }

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

    .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
        color: #721c24;
        background-color: #f1b0b7
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24
    }

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

    .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
        color: #818182;
        background-color: #ececf6
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #818182;
        border-color: #818182
    }

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

    .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
        color: #1b1e21;
        background-color: #b9bbbe
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:hover {
        color: #000;
        text-decoration: none
    }

    .close:not(:disabled):not(.disabled) {
        cursor: pointer
    }

        .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
            opacity: .75
        }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: .25rem;
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    backdrop-filter: blur(10px);
    opacity: 0
}

    .toast:not(:last-child) {
        margin-bottom: .75rem
    }

    .toast.showing {
        opacity: 1
    }

    .toast.show {
        display: block;
        opacity: 1
    }

    .toast.hide {
        display: none
    }

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-50px)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (.5rem*2))
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - (.5rem*2));
        content: ""
    }

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

    .modal-header .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem*2))
    }

        .modal-dialog-centered::before {
            height: calc(100vh - (1.75rem*2))
        }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media(min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: .4rem 0
}

    .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
        bottom: 0
    }

        .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 .4rem
}

    .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: .4rem 0
}

    .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
        top: 0
    }

        .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 .4rem
}

    .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow::before, .popover .arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: .5rem
}

    .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
        bottom: calc((.5rem + 1px)*-1)
    }

        .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
            border-width: .5rem .5rem 0
        }

        .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
            bottom: 0;
            border-top-color: rgba(0,0,0,.25)
        }

        .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
            bottom: 1px;
            border-top-color: #fff
        }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: .5rem
}

    .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
        left: calc((.5rem + 1px)*-1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
            border-width: .5rem .5rem .5rem 0
        }

        .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
            left: 0;
            border-right-color: rgba(0,0,0,.25)
        }

        .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
            left: 1px;
            border-right-color: #fff
        }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: .5rem
}

    .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
        top: calc((.5rem + 1px)*-1)
    }

        .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            border-width: 0 .5rem .5rem .5rem
        }

        .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
            top: 0;
            border-bottom-color: rgba(0,0,0,.25)
        }

        .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            top: 1px;
            border-bottom-color: #fff
        }

    .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: .5rem
}

    .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
        right: calc((.5rem + 1px)*-1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
            border-width: .5rem 0 .5rem .5rem
        }

        .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
            right: 0;
            border-left-color: rgba(0,0,0,.25)
        }

        .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
            right: 1px;
            border-left-color: #fff
        }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media(min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-3by4::before {
    padding-top: 133.33333%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media(min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media(min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media(min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media(min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media(min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media(min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media(min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media(min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports(position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media(min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media(min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media(min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media(min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media(min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:hover, a.text-primary:focus {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover, a.text-success:focus {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0,0,0,.5) !important
}

.text-white-50 {
    color: rgba(255,255,255,.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, *::before, *::after {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    pre, blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered th, .table-bordered td {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

        .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
            border-color: #dee2e6
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.col-1c, .col-2c, .col-3c, .col-4c, .col-5c, .col-6c, .col-7c, .col-8c, .col-9c, .col-10c, .col-11c, .col-12c, .col-sm-1c, .col-sm-2c, .col-sm-3c, .col-sm-4c, .col-sm-5c, .col-sm-6c, .col-sm-7c, .col-sm-8c, .col-sm-9c, .col-sm-10c, .col-sm-11c, .col-sm-12c, .col-md-1c, .col-md-2c, .col-md-3c, .col-md-4c, .col-md-5c, .col-md-6c, .col-md-7c, .col-md-8c, .col-md-9c, .col-md-10c, .col-md-11c, .col-md-12c, .col-lg-1c, .col-lg-2c, .col-lg-3c, .col-lg-4c, .col-lg-5c, .col-lg-6c, .col-lg-7c, .col-lg-8c, .col-lg-9c, .col-lg-10c, .col-lg-11c, .col-lg-12c, .col-xl-1c, .col-xl-2c, .col-xl-3c, .col-xl-4c, .col-xl-5c, .col-xl-6c, .col-xl-7c, .col-xl-8c, .col-xl-9c, .col-xl-10c, .col-xl-11c, .col-xl-12c {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-1c {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.col-2c {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-3c {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-4c {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-5c {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.col-6c {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-7c {
    -ms-flex: 0 0 14.285714%;
    flex: 0 0 14.285714%;
    max-width: 14.285714%
}

.col-8c {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
}

.col-9c {
    -ms-flex: 0 0 11.111111%;
    flex: 0 0 11.111111%;
    max-width: 11.111111%
}

.col-10c {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11c {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%
}

.col-12c {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

@media(min-width:576px) {
    .col-sm-1c {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-sm-2c {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-3c {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-4c {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-5c {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-sm-6c {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-7c {
        -ms-flex: 0 0 14.285714%;
        flex: 0 0 14.285714%;
        max-width: 14.285714%
    }

    .col-sm-8c {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-sm-9c {
        -ms-flex: 0 0 11.111111%;
        flex: 0 0 11.111111%;
        max-width: 11.111111%
    }

    .col-sm-10c {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11c {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }

    .col-sm-12c {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
}

@media(min-width:768px) {
    .col-md-1c {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-md-2c {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-3c {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-4c {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-5c {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-md-6c {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-7c {
        -ms-flex: 0 0 14.285714%;
        flex: 0 0 14.285714%;
        max-width: 14.285714%
    }

    .col-md-8c {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-md-9c {
        -ms-flex: 0 0 11.111111%;
        flex: 0 0 11.111111%;
        max-width: 11.111111%
    }

    .col-md-10c {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11c {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }

    .col-md-12c {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
}

@media(min-width:992px) {
    .col-lg-1c {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-lg-2c {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-3c {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-4c {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-5c {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-lg-6c {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-7c {
        -ms-flex: 0 0 14.285714%;
        flex: 0 0 14.285714%;
        max-width: 14.285714%
    }

    .col-lg-8c {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-lg-9c {
        -ms-flex: 0 0 11.111111%;
        flex: 0 0 11.111111%;
        max-width: 11.111111%
    }

    .col-lg-10c {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11c {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }

    .col-lg-12c {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
}

@media(min-width:1200px) {
    .col-xl-1c {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-xl-2c {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-3c {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-4c {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-5c {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-xl-6c {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-7c {
        -ms-flex: 0 0 14.285714%;
        flex: 0 0 14.285714%;
        max-width: 14.285714%
    }

    .col-xl-8c {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-xl-9c {
        -ms-flex: 0 0 11.111111%;
        flex: 0 0 11.111111%;
        max-width: 11.111111%
    }

    .col-xl-10c {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11c {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }

    .col-xl-12c {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
}

@media(max-width:767px) {
    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media(max-width:767px) {
    .container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

@font-face {
    font-family: 'FontAwesome';
    font-display: block;
    src: url(/Content/Home/Themes/Assets/fonts/fontawesome-webfont.eot);
    src: url(/Content/Home/Themes/Assets/fonts/fontawesome-webfont-1.eot) format("embedded-opentype"),url(/Content/Home/Themes/Assets/fonts/fontawesome-webfont.woff2) format("woff2"),url(/Content/Home/Themes/Assets/fonts/fontawesome-webfont.woff) format("woff"),url(/Content/Home/Themes/Assets/fonts/fontawesome-webfont.ttf) format("truetype"),url(/Content/Home/Themes/Assets/fonts/fontawesome-webfont.svg) format("svg");
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before, .fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before, .fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before, .fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before, .fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before, .fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before, .fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before, .fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before, .fa-users:before {
    content: ""
}

.fa-chain:before, .fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before, .fa-scissors:before {
    content: ""
}

.fa-copy:before, .fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before, .fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before, .fa-sort:before {
    content: ""
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before, .fa-undo:before {
    content: ""
}

.fa-legal:before, .fa-gavel:before {
    content: ""
}

.fa-dashboard:before, .fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before, .fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before, .fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before, .fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before, .fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before, .fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before, .fa-usd:before {
    content: ""
}

.fa-rupee:before, .fa-inr:before {
    content: ""
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: ""
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: ""
}

.fa-won:before, .fa-krw:before {
    content: ""
}

.fa-bitcoin:before, .fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before, .fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before, .fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: ""
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before, .fa-car:before {
    content: ""
}

.fa-cab:before, .fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: ""
}

.fa-ge:before, .fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before, .fa-weixin:before {
    content: ""
}

.fa-send:before, .fa-paper-plane:before {
    content: ""
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before, .fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before, .fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before, .fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: ""
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before, .fa-battery-half:before {
    content: ""
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before, .fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-signing:before, .fa-sign-language:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: ""
}

.fa-fa:before, .fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-vcard:before, .fa-address-card:before {
    content: ""
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before, .fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-arrow {
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: -60px;
    font-size: 0;
    line-height: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: rgba(0,0,0,.2);
    border-radius: 50%
}

    .slick-arrow:before {
        display: inline-block;
        font-family: FontAwesome;
        content: "";
        font-size: 13px;
        color: #fff;
        line-height: 1
    }

    .slick-arrow.slick-next {
        left: auto;
        right: -60px
    }

        .slick-arrow.slick-next:before {
            content: ""
        }

.slick-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
    padding: 0
}

    .slick-dots li {
        margin: 0;
        padding: 0;
        display: inline-block;
        list-style: none
    }

        .slick-dots li button {
            width: 12px;
            height: 12px;
            border: 0;
            border-radius: 50%;
            font-size: 0;
            line-height: 0;
            margin: 0 5px;
            cursor: pointer
        }

        .slick-dots li.slick-active button {
            background: #105ea8
        }

.slick-slider-visible .slick-list {
    overflow: visible
}

    .slick-slider-visible .slick-list:before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: -100%;
        right: 100%;
        background: rgba(0,0,0,.5)
    }

    .slick-slider-visible .slick-list:after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        right: -100%;
        left: 100%;
        background: rgba(0,0,0,.5)
    }

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

    .fancybox-container * {
        box-sizing: border-box
    }

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease,visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s,visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px 44px 0 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

    .fancybox-slide::before {
        content: '';
        display: inline-block;
        font-size: 0;
        height: 100%;
        vertical-align: middle;
        width: 0
    }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
    display: block
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0 0 0
}

    .fancybox-slide--image::before {
        display: none
    }

.fancybox-slide--html {
    padding: 6px 6px 0 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 44px 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5,0,.14,1);
    animation-timing-function: cubic-bezier(.5,0,.14,1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-slide--html .fancybox-content {
    margin: 0 0 6px 0
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable='true'] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--iframe .fancybox-content {
    height: calc(100% - 44px);
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-video, .fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    vertical-align: top;
    width: 100%
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

    .fancybox-error p {
        color: #444;
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        padding: 0
    }

.fancybox-button {
    background: rgba(30,30,30,.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

    .fancybox-button, .fancybox-button:visited, .fancybox-button:link {
        color: #ccc
    }

        .fancybox-button:hover {
            color: #fff
        }

        .fancybox-button:focus {
            outline: none
        }

        .fancybox-button.fancybox-focus {
            outline: 1px dotted
        }

        .fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
            color: #888;
            cursor: default;
            outline: none
        }

        .fancybox-button svg {
            display: block;
            height: 100%;
            overflow: visible;
            position: relative;
            width: 100%
        }

            .fancybox-button svg path {
                fill: currentColor;
                stroke-width: 0
            }

.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
    display: none
}

.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

    .fancybox-close-small:hover {
        color: #fff;
        opacity: 1
    }

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background: transparent;
    height: 100px;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

    .fancybox-navigation .fancybox-button div {
        background: rgba(30,30,30,.6);
        height: 100%;
        padding: 7px
    }

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px 25px 44px;
    right: 0
}

    .fancybox-caption::before {
        background-image: url(/Themes/Assets/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
        background-repeat: repeat-x;
        background-size: contain;
        bottom: 0;
        content: '';
        display: block;
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: -25px;
        z-index: -1
    }

    .fancybox-caption::after {
        border-bottom: 1px solid rgba(255,255,255,.3);
        content: '';
        display: block;
        left: 44px;
        position: absolute;
        right: 44px;
        top: 0
    }

    .fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
        color: #ccc;
        text-decoration: none
    }

        .fancybox-caption a:hover {
            color: #fff;
            text-decoration: underline
        }

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0,0,.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5,1.5,1.5);
    transform: scale3d(1.5,1.5,1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5,.5,.5);
    transform: scale3d(.5,.5,.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
    transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
    transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
    transform: scale3d(1,1,1) translate3d(0,0,0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
    transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg);
    transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1)
}

@media all and (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0 0 0
    }

        .fancybox-slide--image .fancybox-content {
            margin-bottom: 6px
        }

        .fancybox-slide--image .fancybox-close-small {
            background: #4e4e4e;
            color: #f2f4f6;
            height: 36px;
            opacity: 1;
            padding: 6px;
            right: 0;
            top: 0;
            width: 36px
        }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

    .fancybox-share h1 {
        color: #222;
        font-size: 35px;
        font-weight: 700;
        margin: 0 0 20px 0
    }

    .fancybox-share p {
        margin: 0;
        padding: 0
    }

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

    .fancybox-share__button:visited, .fancybox-share__button:link {
        color: #fff
    }

    .fancybox-share__button:hover {
        text-decoration: none
    }

.fancybox-share__button--fb {
    background: #3b5998
}

    .fancybox-share__button--fb:hover {
        background: #344e86
    }

.fancybox-share__button--pt {
    background: #bd081d
}

    .fancybox-share__button--pt:hover {
        background: #aa0719
    }

.fancybox-share__button--tw {
    background: #1da1f2
}

    .fancybox-share__button--tw:hover {
        background: #0d95e8
    }

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

    .fancybox-share__button svg path {
        fill: #fff
    }

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0,0,0,.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

    .fancybox-thumbs__list a::before {
        border: 6px solid #ff5268;
        bottom: 0;
        content: '';
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: all .2s cubic-bezier(.25,.46,.45,.94);
        z-index: 99991
    }

    .fancybox-thumbs__list a:focus::before {
        opacity: .5
    }

    .fancybox-thumbs__list a.fancybox-thumbs-active::before {
        opacity: 1
    }

@media all and (max-width:768px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

@font-face {
    font-family: 'Roboto';
    font-display: block;
    src: url(/Content/Home/Themes/Assets/fonts/SFUFuturaBook.ttf),url(Themes/Assets/fonts/SFUFuturaBook.woff)
}

@font-face {
    font-family: 'Roboto';
    font-display: block;
    src: url(/Content/Home/Themes/Assets/fonts/SFUFuturaBook.ttf),url(Themes/Assets/fonts/SFUFuturaBook.woff)
}

@font-face {
    font-family: 'UtmSeagull';
    font-display: block;
    src: url(/Content/Home/Themes/Assets/fonts/SFUFuturaBook.ttf),url(Themes/Assets/fonts/SFUFuturaBook.woff)
}

@font-face {
    font-family: 'UtmSeagull';
    font-display: block;
    src: url(/Content/Home/Themes/Assets/fonts/SFUFuturaBook.ttf),url(Themes/Assets/fonts/SFUFuturaBook.woff)
}

@font-face {
    font-family: 'UvnVan';
    font-display: block;
    src: url(/Content/Home/Themes/Assets/fonts/SFUFuturaBook.ttf),url(Themes/Assets/fonts/SFUFuturaBook.woff)
}

@font-face {
    font-family: 'UvnVan';
    font-display: block;
    src: url(/Content/Home/Themes/Assets/fonts/SFUFuturaBook.ttf),url(Themes/Assets/fonts/SFUFuturaBook.woff)
}

@font-face {
    font-family: 'UtmAndrogyne';
    font-display: block;
    src: url(/Content/Home/Themes/Assets/fonts/SFUFuturaBook.ttf),url(Themes/Assets/fonts/SFUFuturaBook.woff)
}

@font-face {
    font-family: 'RobotoMedium';
    font-display: block;
    src: url(/Content/Home/Themes/Assets/fonts/SFUFuturaBook.ttf),url(Themes/Assets/fonts/SFUFuturaBook.woff)
}

@font-face {
    font-family: 'UTMAvo';
    font-display: block;
    src: url(/Content/Home/Themes/Assets/fonts/SFUFuturaBook.ttf),url(Themes/Assets/fonts/SFUFuturaBook.woff)
}

@font-face {
    font-family: 'UIBD';
    font-display: block;
    src: url(/Content/Home/Themes/Assets/Fonts/HelveticaNeue.ttf),url(Themes/Assets/Fonts/HelveticaNeue.woff)
}

@font-face {
    font-family: 'UISB';
    font-display: block;
    src: url(/Content/Home/Themes/Assets/Fonts/HelveticaNeue.ttf),url(Themes/Assets/Fonts/HelveticaNeue.woff)
}

@font-face {
    font-family: 'UILG';
    font-display: block;
    src: url(/Content/Home/Themes/Assets/Fonts/HelveticaNeue.ttf),url(Themes/Assets/Fonts/HelveticaNeue.woff)
}

@font-face {
    font-family: 'UIMD';
    font-display: block;
    src: url(/Content/Home/Themes/Assets/Fonts/HelveticaNeue.ttf),url(Themes/Assets/Fonts/HelveticaNeue.woff)
}

.imgc, .imgc0 {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden
}

    .imgc:before, .imgc0:before {
        display: block;
        content: "";
        padding-bottom: 100%
    }

    .imgc img, .imgc0 img {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .imgc0 img {
        object-fit: scale-down
    }

.new-evr .list {
    padding-top: 30px
}

    .new-evr .list .list-title h2 {
        text-align: center;
        color: #333;
        font-family: 'UISB';
        font-weight: bold;
        margin-bottom: 0;
        font-size: 30px
    }

    .new-evr .list .list-body .tabs-wraps {
        padding-top: 25px
    }

        .new-evr .list .list-body .tabs-wraps .tabss {
            text-align: center;
            margin: 20px 0
        }

            .new-evr .list .list-body .tabs-wraps .tabss .tabs {
                font-size: 16px;
                font-family: 'UILG';
                font-weight: lighter;
                color: #333;
                border-radius: 3px;
                border: 1px solid #444;
                padding: 10px 27px;
                margin-right: 7px
            }

                .new-evr .list .list-body .tabs-wraps .tabss .tabs.active {
                    background: #f6dd79;
                    border: 1px solid #f6dd79
                }

                .new-evr .list .list-body .tabs-wraps .tabss .tabs:hover {
                    background: #f6dd79;
                    border: 1px solid #f6dd79
                }

                .new-evr .list .list-body .tabs-wraps .tabss .tabs:last-child {
                    margin-right: 0
                }

                .new-evr .list .list-body .tabs-wraps .tabss .tabs:nth-child(2) {
                    padding: 10px 27px 10px 20px
                }

                .new-evr .list .list-body .tabs-wraps .tabss .tabs:nth-child(3) {
                    padding: 10px 19px 10px 28px
                }

        .new-evr .list .list-body .tabs-wraps .tabss-content .tab-contents {
            display: none
        }

            .new-evr .list .list-body .tabs-wraps .tabss-content .tab-contents.active {
                display: block
            }

            .new-evr .list .list-body .tabs-wraps .tabss-content .tab-contents .sublist-body {
                padding: 27px 0 0
            }

                .new-evr .list .list-body .tabs-wraps .tabss-content .tab-contents .sublist-body .row {
                    margin: 0 -7px
                }

                    .new-evr .list .list-body .tabs-wraps .tabss-content .tab-contents .sublist-body .row .col-lg-3 {
                        padding: 0 7px
                    }

                .new-evr .list .list-body .tabs-wraps .tabss-content .tab-contents .sublist-body .item {
                    padding-bottom: 20px
                }

                    .new-evr .list .list-body .tabs-wraps .tabss-content .tab-contents .sublist-body .item .item-img .imgc:before {
                        padding-bottom: 66.756%
                    }

                    .new-evr .list .list-body .tabs-wraps .tabss-content .tab-contents .sublist-body .item .item-body {
                        position: relative
                    }

                        .new-evr .list .list-body .tabs-wraps .tabss-content .tab-contents .sublist-body .item .item-body .item-date {
                            background: #f6dd79;
                            font-size: 13px;
                            font-family: 'UILG';
                            color: #333;
                            text-align: center;
                            position: absolute;
                            width: 64px;
                            height: 64px;
                            bottom: 0;
                            top: -64px;
                            left: 0;
                            z-index: 1
                        }

                            .new-evr .list .list-body .tabs-wraps .tabss-content .tab-contents .sublist-body .item .item-body .item-date b {
                                font-size: 20px;
                                font-family: 'UIBD'
                            }

                                .new-evr .list .list-body .tabs-wraps .tabss-content .tab-contents .sublist-body .item .item-body .item-date b:after {
                                    content: '';
                                    display: block;
                                    border-bottom: 1px solid #cfb650;
                                    width: 53px;
                                    height: 1px;
                                    margin: 0 auto;
                                    position: relative;
                                    top: 2px
                                }

                        .new-evr .list .list-body .tabs-wraps .tabss-content .tab-contents .sublist-body .item .item-body .item-title h2 {
                            margin-bottom: 0;
                            font-size: 16px;
                            color: #333;
                            font-family: 'UIBD';
                            font-weight: bold;
                            padding: 18px 0 17px;
                            line-height: 20px
                        }

                            .new-evr .list .list-body .tabs-wraps .tabss-content .tab-contents .sublist-body .item .item-body .item-title h2:hover {
                                color: #e1c44e
                            }

                        .new-evr .list .list-body .tabs-wraps .tabss-content .tab-contents .sublist-body .item .item-body .item-text {
                            margin-bottom: 0;
                            font-size: 16px;
                            font-family: 'UILG';
                            font-weight: normal;
                            color: #333;
                            line-height: 22px
                        }

                .new-evr .list .list-body .tabs-wraps .tabss-content .tab-contents .sublist-body:after {
                    content: '';
                    display: block;
                    margin-top: 20px;
                    width: 100%;
                    background-size: cover;
                    background: url(Themes/Assets/css/Images/_Background/bg-boder.png) no-repeat center;
                    height: 5px
                }

.tags {
    padding: 22px 0
}

    .tags .item-title span {
        font-size: 16px;
        color: #333;
        font-family: 'UILG';
        font-weight: bold
    }

    .tags .item-tag {
        font-size: 14px;
        font-family: 'UILG';
        color: #666;
        padding: 0 12px;
        position: relative;
        display: inline-block
    }

        .tags .item-tag:after {
            content: '/';
            display: block;
            position: absolute;
            right: 0;
            top: 0
        }

        .tags .item-tag:last-child:after {
            display: none
        }

.divform .list-title h2 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    font-family: 'UISB';
    margin-bottom: 0;
    text-align: center
}

.divform .item-text {
    text-align: center;
    font-size: 15px;
    color: #333;
    font-family: 'UILG';
    margin-bottom: 0;
    padding: 5px 0 10px
}

.divcomment {
    padding-bottom: 38px;
    padding-top: 20px
}

    .divcomment .list-title h2 {
        text-align: center;
        margin-bottom: 7px;
        font-size: 30px;
        color: #eb0606;
        font-family: 'UISB';
        font-weight: bold
    }

        .divcomment .list-title h2:after {
            content: url(Themes/Assets/css/Images/_Background/bg-tieude.png);
            width: 279px;
            height: 30px;
            display: block;
            margin: 0 auto
        }

    .divcomment .item-body {
        border: 1px solid #bebebe;
        box-shadow: 0 0 5px #bebebe;
        padding: 20px;
        border-radius: 5px;
        margin-top: 25px
    }

.divslider {
    padding: 27px 0 0
}

    .divslider .list-title h2 {
        text-align: center;
        margin-bottom: 28px;
        font-size: 30px;
        color: #333;
        font-family: 'UISB';
        font-weight: bold
    }

    .divslider .item .subitem .item-img .imgc:before {
        padding-bottom: calc(247/370*100%)
    }

    .divslider .item .subitem .item-body {
        position: relative
    }

        .divslider .item .subitem .item-body .item-date {
            background: #f6dd79;
            font-size: 13px;
            font-family: 'UILG';
            color: #333;
            text-align: center;
            position: absolute;
            width: 64px;
            height: 64px;
            bottom: 0;
            top: -64px;
            left: 0
        }

            .divslider .item .subitem .item-body .item-date b {
                font-size: 20px;
                font-family: 'UIDB';
                font-weight: bold;
                border-bottom: 1px solid #cfb650
            }

        .divslider .item .subitem .item-body .item-title h2 {
            margin-bottom: 0;
            font-size: 16px;
            color: #333;
            font-family: 'UIBD';
            font-weight: bold;
            padding: 18px 0 17px;
            line-height: 20px
        }

            .divslider .item .subitem .item-body .item-title h2:hover {
                color: #e1c44e
            }

        .divslider .item .subitem .item-body .item-text {
            margin-bottom: 0;
            font-size: 16px;
            font-family: 'UILG';
            font-weight: normal;
            color: #333;
            line-height: 22px
        }

    .divslider .item .slick-list {
        margin: 0 -7px
    }

        .divslider .item .slick-list .slick-slide {
            padding: 0 7px
        }

.item-sidebar .item-form-yeucautuvan {
    padding: 25px;
    background: #f6dd79;
    border-radius: 5px;
    margin-bottom: 17px
}

    .item-sidebar .item-form-yeucautuvan h2 {
        font-size: 30px;
        font-family: 'UISB';
        color: #eb0606;
        margin-bottom: 8px
    }

    .item-sidebar .item-form-yeucautuvan .item-text {
        font-size: 15px;
        font-family: 'UILG';
        color: #eb0606
    }

    .item-sidebar .item-form-yeucautuvan .divform-sidebar input {
        border: 1px solid #cdcdcd;
        width: 100%;
        height: 40px;
        display: block;
        border-radius: 5px;
        padding: 0 9px;
        color: #333;
        margin-bottom: 7px;
        font-weight: bold
    }

        .item-sidebar .item-form-yeucautuvan .divform-sidebar input::placeholder {
            color: #333;
            font-size: 15px;
            font-family: 'UILG';
            font-weight: normal
        }

        .item-sidebar .item-form-yeucautuvan .divform-sidebar input:focus {
            outline: none
        }

    .item-sidebar .item-form-yeucautuvan .divform-sidebar .addfolder {
        position: relative;
        cursor: pointer
    }

        .item-sidebar .item-form-yeucautuvan .divform-sidebar .addfolder input {
            width: 100%
        }

        .item-sidebar .item-form-yeucautuvan .divform-sidebar .addfolder #giminput {
            position: absolute;
            right: 14px;
            top: 10px
        }

    .item-sidebar .item-form-yeucautuvan .divform-sidebar textarea {
        width: 100%;
        height: 98px;
        border-radius: 5px;
        border: 1px solid #cdcdcd;
        padding-left: 9px;
        font-weight: bold
    }

        .item-sidebar .item-form-yeucautuvan .divform-sidebar textarea:focus {
            outline: none
        }

    .item-sidebar .item-form-yeucautuvan .divform-sidebar select {
        width: 100%;
        height: 40px;
        border-radius: 5px;
        border: 1px solid #cdcdcd;
        padding-left: 9px;
        margin-bottom: 7px;
        background: url(Themes/Assets/css/images/_Icon/icon-down.png) center right no-repeat #fff;
        -moz-appearance: none;
        -webkit-appearance: none;
        background-position-x: calc(100% - 13px);
        font-weight: normal
    }

        .item-sidebar .item-form-yeucautuvan .divform-sidebar select:focus {
            outline: none
        }

        .item-sidebar .item-form-yeucautuvan .divform-sidebar select:first-child {
            font-weight: bold
        }

    .item-sidebar .item-form-yeucautuvan .divform-sidebar .item-link {
        display: block;
        width: 217px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 16px;
        color: #fff;
        background: #333;
        border-radius: 5px;
        font-family: 'UIBD';
        margin-top: 5px
    }

        .item-sidebar .item-form-yeucautuvan .divform-sidebar .item-link:hover {
            background: #fff;
            color: #333
        }

.item-sidebar .banner-quangcao {
    margin-bottom: 17px
}

    .item-sidebar .banner-quangcao .item-img .imgc:before {
        padding-bottom: calc(399/353*100%)
    }

.item-sidebar .item-sidebar1 {
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 5px #d9d9d9;
    border-radius: 5px;
    margin: 33px 0
}

    .item-sidebar .item-sidebar1#sidebar1 {
        margin-top: 13px
    }

    .item-sidebar .item-sidebar1 .item-title h2 {
        font-family: 'UISB';
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        color: #000;
        margin-bottom: 0;
        padding: 12px 18px
    }

    .item-sidebar .item-sidebar1 .item-body ul li {
        display: block;
        list-style: none;
        border-top: 1px solid #f1f1f1;
        padding: 10px 0;
        position: relative
    }

        .item-sidebar .item-sidebar1 .item-body ul li a {
            padding-left: 37px;
            font-family: 'UILG';
            font-size: 16px;
            color: #000;
            display: block
        }

            .item-sidebar .item-sidebar1 .item-body ul li a:hover {
                color: red
            }

        .item-sidebar .item-sidebar1 .item-body ul li:before {
            content: '';
            font-family: Fontawesome;
            color: #c8c8c8;
            font-size: 8px;
            position: absolute;
            left: 19px;
            top: 15px
        }

.item-sidebar .item-sotang {
    padding: 17px 0
}

    .item-sidebar .item-sotang h2 {
        margin-bottom: 5px;
        line-height: 20px;
        color: #333;
        text-transform: uppercase;
        font-size: 18px;
        font-family: 'UIBD'
    }

    .item-sidebar .item-sotang .item-body ul li {
        display: inline-block;
        list-style: none;
        margin-right: 2px;
        margin-bottom: 6px
    }

        .item-sidebar .item-sotang .item-body ul li a {
            color: #333;
            font-size: 16px;
            font-family: 'UILG';
            display: inline-block;
            box-shadow: 0 2px 2px #c5a835;
            border-radius: 5px;
            background: #f6dd79;
            width: 84px;
            height: 36px;
            text-align: center;
            line-height: 36px
        }

.item-sidebar .item-mattien {
    padding: 17px 0
}

    .item-sidebar .item-mattien h2 {
        margin-bottom: 5px;
        line-height: 20px;
        color: #333;
        text-transform: uppercase;
        font-size: 18px;
        font-family: 'UIBD'
    }

    .item-sidebar .item-mattien .item-body ul li {
        display: inline-block;
        list-style: none;
        margin-right: 2px;
        margin-bottom: 6px
    }

        .item-sidebar .item-mattien .item-body ul li a {
            color: #333;
            font-size: 16px;
            font-family: 'UILG';
            display: inline-block;
            box-shadow: 0 2px 2px #c5a835;
            border-radius: 5px;
            background: #f6dd79;
            width: 174px;
            height: 36px;
            text-align: center;
            line-height: 36px
        }

.item-sidebar .baiviet-sidebar {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    padding: 18px;
    margin: 17px 0
}

    .item-sidebar .baiviet-sidebar h2 {
        font-size: 18px;
        font-family: 'UIBD';
        margin-bottom: 0;
        line-height: 20px;
        text-transform: uppercase
    }

    .item-sidebar .baiviet-sidebar .item {
        border-bottom: 1px solid #f1f1f1;
        padding: 13px 0 5px
    }

        .item-sidebar .baiviet-sidebar .item .item-img .imgc:before {
            padding-bottom: 66.67%
        }

        .item-sidebar .baiviet-sidebar .item .item-body h2 {
            margin-bottom: 0;
            padding: 5px 0 10px;
            text-transform: inherit
        }

            .item-sidebar .baiviet-sidebar .item .item-body h2 .item-title {
                font-size: 16px;
                font-family: 'UILG';
                color: #333;
                line-height: 24px
            }

        .item-sidebar .baiviet-sidebar .item:last-child {
            border: 0;
            padding-bottom: 0
        }

.duong-dan {
    background: #f1f1f1;
    height: 45px;
    line-height: 45px
}

    .duong-dan .list .list-body nav .breadcrumb {
        background-color: transparent !important;
        padding: 0 !important;
        margin: 0 !important
    }

        .duong-dan .list .list-body nav .breadcrumb .breadcrumb-item {
            font-family: 'UILG';
            font-size: 15px;
            color: #333
        }

            .duong-dan .list .list-body nav .breadcrumb .breadcrumb-item a {
                font-size: 15px;
                color: #333
            }

            .duong-dan .list .list-body nav .breadcrumb .breadcrumb-item.active:before {
                content: "";
                color: #333;
                font-family: Fontawesome
            }

    .duong-dan .list .list-body .breadcrumb-item + .breadcrumb-item::before {
        content: "";
        color: #333;
        font-family: Fontawesome
    }

.phantrang {
    margin: 22px 0
}

    .phantrang .paging.SplitPages {
        text-align: center
    }

        .phantrang .paging.SplitPages a {
            padding: 8px 16px;
            border: 1px solid #e1e1e1;
            margin-right: 4px;
            color: #666;
            font-size: 14px;
            font-family: 'UILG';
            display: inline-block;
            margin-bottom: 5px
        }

        .phantrang .paging.SplitPages .hientai {
            color: #fff;
            background: #f6dd79;
            border-color: #f6dd79
        }

.thanhcongcu {
    padding: 6px 0 8px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

    .thanhcongcu .item-links .item-link {
        color: #999;
        margin-right: 20px;
        font-size: 13px
    }

        .thanhcongcu .item-links .item-link .fa {
            color: #999;
            margin-right: 8px
        }

        .thanhcongcu .item-links .item-link:last-child {
            margin-right: 0
        }

    .thanhcongcu .shareItem {
        text-align: right
    }

.footer {
    background: url(Themes/Assets/css/Images/_Background/bg-footer.jpg) no-repeat center;
    background-size: cover
}

    .footer .list .list-body .sublist-1 {
        padding: 50px 0 38px;
        border-bottom: 1px solid #797775
    }

        .footer .list .list-body .sublist-1 .item .sublist-title h2 {
            color: #fff;
            margin-bottom: 0;
            font-size: 15px;
            font-family: 'UIBD';
            font-weight: bold;
            padding-bottom: 8px
        }

        .footer .list .list-body .sublist-1 .item .item-body .item-title {
            display: block;
            width: 100%;
            color: #a2a2a2;
            font-size: 13px;
            padding: 6px 0;
            font-family: 'UILG';
            font-weight: lighter
        }

    .footer .list .list-body .sublist-2 {
        padding: 38px 0;
        border-top: 1px solid #000
    }

        .footer .list .list-body .sublist-2 .item#id-logo {
            display: flex
        }

        .footer .list .list-body .sublist-2 .item .item-img {
            width: 204px;
            margin-right: 10px
        }

            .footer .list .list-body .sublist-2 .item .item-img .imgc0 {
                width: 204px;
                height: 204px
            }

        .footer .list .list-body .sublist-2 .item .item-body .item-title h2 {
            margin-bottom: 0;
            font-size: 16px;
            font-weight: bold;
            font-family: 'UIBD';
            color: #f6dd79;
            padding-bottom: 20px
        }

        .footer .list .list-body .sublist-2 .item .item-body .item-text {
            font-size: 14px;
            color: #fff;
            font-family: 'UILG';
            font-weight: lighter;
            margin-bottom: 0
        }

        .footer .list .list-body .sublist-2 .item .item-ifamre {
            width: 313px;
            margin-right: 24px
        }

            .footer .list .list-body .sublist-2 .item .item-ifamre .item-title h2 {
                margin-bottom: 0;
                font-size: 16px;
                font-weight: bold;
                font-family: 'UIBD';
                color: #f6dd79;
                padding-bottom: 10px
            }

        .footer .list .list-body .sublist-2 .item .fanpage {
            max-width: 100%;
            height: auto
        }

        .footer .list .list-body .sublist-2 .item#id-map {
            display: flex
        }

            .footer .list .list-body .sublist-2 .item#id-map .icon-share .item-title h2 {
                margin-bottom: 0;
                font-size: 16px;
                font-weight: bold;
                font-family: 'UIBD';
                color: #f6dd79;
                padding-bottom: 20px
            }

            .footer .list .list-body .sublist-2 .item#id-map .icon-share .item-links .item-link {
                display: block;
                color: #fff;
                padding: 6px 0 14px
            }

                .footer .list .list-body .sublist-2 .item#id-map .icon-share .item-links .item-link .fa {
                    font-size: 21px
                }

        .footer .list .list-body .sublist-2 .col-lg-5 {
            flex: 0 0 42%;
            max-width: 42%
        }

        .footer .list .list-body .sublist-2 .col-lg-4 {
            flex: 0 0 36%;
            max-width: 36%
        }

        .footer .list .list-body .sublist-2 .col-lg-3 {
            flex: 0 0 22%;
            max-width: 22%
        }

.copyright {
    background: #f6dd79;
    height: 42px;
    line-height: 42px
}

    .copyright .list .list-body .item-body .item-text {
        color: #333;
        font-family: 'UILG';
        font-size: 14px;
        font-weight: lighter
    }

    .copyright .list .list-body .item-chat .item-text {
        font-size: 14px;
        font-family: 'UILG';
        text-align: right;
        font-weight: lighter
    }

        .copyright .list .list-body .item-chat .item-text .fa {
            margin-left: 10px
        }

.design .list {
    padding: 20px 0
}

    .design .list .list-body .subitem-1 {
        padding: 20px 0 0
    }

        .design .list .list-body .subitem-1:after {
            content: '';
            display: block;
            margin-top: 10px;
            width: 100%;
            background-size: cover;
            background: url(Themes/Assets/css/Images/_Background/bg-boder.png) no-repeat center;
            height: 5px;
            line-height: 30px
        }

        .design .list .list-body .subitem-1 .banner-cate .item-img .imgc:before {
            padding-bottom: 13.132%
        }

        .design .list .list-body .subitem-1 .item-noidung {
            font-size: 16px;
            font-family: 'UILG';
            line-height: 24px;
            padding: 20px 0
        }

        .design .list .list-body .subitem-1 .item-subbody {
            display: flex
        }

            .design .list .list-body .subitem-1 .item-subbody .item-title {
                align-self: center;
                margin-right: 15px
            }

                .design .list .list-body .subitem-1 .item-subbody .item-title h2 {
                    font-size: 16px;
                    margin-bottom: 3px;
                    font-weight: bold;
                    font-family: 'UISB';
                    color: #333;
                    text-transform: uppercase
                }

            .design .list .list-body .subitem-1 .item-subbody .item-body .item-bl {
                color: #666;
                font-size: 16px;
                font-family: 'UILG';
                position: relative;
                padding: 0 12px;
                line-height: 26px;
                text-align: center;
                padding: 5px 22px;
                margin: 5px 0;
                background: #fff;
                border: 1px solid #e42222;
                color: #000;
                border-radius: 4px
            }

                .design .list .list-body .subitem-1 .item-subbody .item-body .item-bl:hover {
                    background: #eb0606;
                    color: #fff
                }

    .design .list .list-body .subitem-2 {
        padding: 20px 0 0
    }

        .design .list .list-body .subitem-2 .item-cow {
            padding-top: 25px
        }

            .design .list .list-body .subitem-2 .item-cow:after {
                content: '';
                display: block;
                margin-top: 20px;
                width: 100%;
                background-size: cover;
                background: url(Themes/Assets/css/Images/_Background/bg-boder.png) no-repeat center;
                height: 5px;
                line-height: 30px
            }

            .design .list .list-body .subitem-2 .item-cow .item-design .row {
                margin: 0 -7px
            }

            .design .list .list-body .subitem-2 .item-cow .item-design [class^='col'] {
                padding: 0 7px
            }

        .design .list .list-body .subitem-2 .list-title h2 {
            font-size: 36px;
            font-family: 'UISB';
            font-weight: bold;
            color: #eb0606;
            margin-bottom: 0;
            text-align: center
        }

            .design .list .list-body .subitem-2 .list-title h2:after {
                content: url(Themes/Assets/css/Images/_Background/bg-tieude.png);
                width: 279px;
                height: 30px;
                display: block;
                margin: 0 auto;
                line-height: 30px
            }

        .design .list .list-body .subitem-2 .item-text {
            color: #eb0606
        }

        .design .list .list-body .subitem-2 .item-design .item .item-img .imgc {
            border-radius: 5px
        }

            .design .list .list-body .subitem-2 .item-design .item .item-img .imgc:before {
                padding-bottom: 66.486%
            }

        .design .list .list-body .subitem-2 .item-design .item .item-body .item-title {
            font-size: 16px;
            font-weight: bold;
            font-family: 'UIBD';
            margin-bottom: 0;
            color: #333;
            overflow: hidden;
            margin-top: 5px
        }

        .design .list .list-body .subitem-2 .item-design .item .item-body .subitem-body {
            display: flex
        }

            .design .list .list-body .subitem-2 .item-design .item .item-body .subitem-body .item-icon {
                width: 10%;
                color: #c8c8c8
            }

            .design .list .list-body .subitem-2 .item-design .item .item-body .subitem-body .item-text {
                width: 90%;
                font-size: 15px;
                color: #666;
                margin-bottom: 0;
                font-family: 'UILG'
            }

        .design .list .list-body .subitem-2 .item-design .item .item-body .item-links .item-link {
            font-family: 'UILG';
            font-size: 14px;
            color: #eb0606;
            padding: 0 8px;
            position: relative
        }

            .design .list .list-body .subitem-2 .item-design .item .item-body .item-links .item-link:first-child {
                padding-left: 0
            }

            .design .list .list-body .subitem-2 .item-design .item .item-body .item-links .item-link:after {
                content: '/';
                display: block;
                position: absolute;
                right: 0;
                top: 0
            }

            .design .list .list-body .subitem-2 .item-design .item .item-body .item-links .item-link:last-child:after {
                content: '';
                display: none
            }

        .design .list .list-body .subitem-2 .divform {
            padding: 15px 0 25px
        }

            .design .list .list-body .subitem-2 .divform .list-title h2 {
                color: #eb0606
            }

            .design .list .list-body .subitem-2 .divform .sublist-body .item .item-form .itembody input {
                width: 325px
            }

            .design .list .list-body .subitem-2 .divform .sublist-body .item .item-form .itembody textarea {
                width: 325px
            }

            .design .list .list-body .subitem-2 .divform .sublist-body .item .item-form .item-links {
                width: 88%
            }

            .design .list .list-body .subitem-2 .divform .luuy {
                display: none
            }

        .design .list .list-body .subitem-2 .divform2 .item-row #dtct .item-body .form-controls:last-child {
            margin-bottom: 14px
        }

        .design .list .list-body .subitem-2 .divform2 .item-row #dtct .item-body .item-links {
            padding-top: 5px
        }

        .design .list .list-body .subitem-2 .divform2 .item-row #xd .item-body .form-controls .number-gt {
            margin-left: 0
        }

        .design .list .list-body .subitem-2 .formGuiYeuCauTuVan .sublist-body .item .item-form .itembody select {
            width: 325px
        }

.formGuiYeuCauTuVan .item .item-form .tepdinhkem {
    position: relative
}

.item-design .item {
    padding-bottom: 22px
}

    .item-design .item .item-img .imgc:before {
        padding-bottom: 66.486%
    }

    .item-design .item .item-body .item-title {
        font-size: 16px;
        font-family: 'UIBD';
        display: block;
        padding: 6px 0;
        color: #333;
        overflow: hidden
    }

        .item-design .item .item-body .item-title:hover {
            color: red
        }

    .item-design .item .item-body .subitem-body {
        display: flex
    }

        .item-design .item .item-body .subitem-body .item-icon {
            width: 8%;
            color: #c8c8c8;
            text-align: center
        }

            .item-design .item .item-body .subitem-body .item-icon .fa {
                font-size: 13px
            }

        .item-design .item .item-body .subitem-body .item-text {
            width: 90%;
            font-size: 15px;
            color: #666;
            margin-bottom: 0;
            font-family: 'UILG'
        }

    .item-design .item .item-body .item-links {
        padding: 8px 0 0;
        color: #eb0606
    }

        .item-design .item .item-body .item-links a {
            font-family: 'UILG';
            font-size: 15px;
            color: #eb0606;
            padding: 0 8px;
            position: relative
        }

            .item-design .item .item-body .item-links a:first-child {
                padding-left: 0
            }

            .item-design .item .item-body .item-links a:after {
                content: '/';
                display: block;
                position: absolute;
                top: -2px;
                right: -5px
            }

            .item-design .item .item-body .item-links a:last-child:after {
                display: none
            }

.divform {
    padding: 15px 0
}

    .divform .item-text a {
        color: #eb0606
    }

    .divform .sublist-body {
        border: 1px solid #bebebe;
        padding: 20px;
        max-width: 970px;
        height: 100%;
        margin: 0 auto;
        display: block;
        box-shadow: 0 0 5px #bebebe;
        border-radius: 5px
    }

        .divform .sublist-body .item .item-form {
            display: flex
        }

            .divform .sublist-body .item .item-form .title-form {
                width: 152px;
                align-self: center
            }

                .divform .sublist-body .item .item-form .title-form .item-text {
                    text-align: left;
                    font-size: 15px;
                    color: #333;
                    font-weight: bold;
                    font-family: 'UIBD';
                    margin-bottom: 0
                }

            .divform .sublist-body .item .item-form .tepdinhkem #giminput {
                position: absolute;
                left: 275px;
                top: 12px
            }

                .divform .sublist-body .item .item-form .tepdinhkem #giminput .fa {
                    color: #eb0606
                }

            .divform .sublist-body .item .item-form .tepdinhkem:after {
                display: none
            }

            .divform .sublist-body .item .item-form .itembody input {
                border: 1px solid #cdcdcd;
                border-radius: 5px;
                width: 304px;
                height: 40px;
                text-indent: 9px;
                margin: 4px 0;
                font-weight: bold
            }

                .divform .sublist-body .item .item-form .itembody input::placeholder {
                    color: #333;
                    font-size: 15px;
                    font-family: 'UILG';
                    font-weight: normal
                }

            .divform .sublist-body .item .item-form .itembody select {
                border: 1px solid #cdcdcd;
                border-radius: 5px;
                width: 304px;
                height: 40px;
                text-indent: 9px;
                margin: 4px 0;
                color: #333;
                font-size: 15px;
                font-family: 'UILG';
                background: url(Themes/Assets/css/images/_Icon/icon-down.png) center right no-repeat;
                -moz-appearance: none;
                -webkit-appearance: none;
                background-position-x: calc(100% - 13px)
            }

                .divform .sublist-body .item .item-form .itembody select:first-child {
                    font-weight: bold
                }

            .divform .sublist-body .item .item-form .itembody textarea {
                width: 304px;
                height: 155px;
                border: 1px solid #cdcdcd;
                border-radius: 5px;
                text-indent: 9px;
                margin: 4px 0;
                font-weight: bold
            }

            .divform .sublist-body .item .item-form #noidung {
                align-self: auto
            }

            .divform .sublist-body .item .item-form .item-links {
                margin-top: 0;
                width: 71%
            }

                .divform .sublist-body .item .item-form .item-links .item-link {
                    background: #f6dd79;
                    font-size: 16px;
                    font-weight: bold;
                    font-family: 'UIBD';
                    width: 217px;
                    height: 40px;
                    border-radius: 5px;
                    color: #eb0606;
                    display: block;
                    text-align: center;
                    line-height: 40px
                }

                    .divform .sublist-body .item .item-form .item-links .item-link .fa {
                        margin-left: 8px
                    }

.divform2 {
    position: relative
}

    .divform2:after {
        content: '';
        display: block;
        margin-top: 20px;
        width: 100%;
        background-size: cover;
        background: url(Themes/Assets/css/Images/_Background/bg-boder.png) no-repeat center;
        height: 5px;
        line-height: 30px
    }

    .divform2 .item-row .item {
        border: 1px solid #d9d9d9;
        padding: 20px;
        border-radius: 5px;
        margin: 15px 0;
        box-shadow: 0 0 5px #d9d9d9
    }

        .divform2 .item-row .item .list-title h2 {
            font-family: 'UISB';
            font-size: 22px !important;
            color: #333;
            text-align: left !important;
            margin-bottom: 0;
            border-bottom: 2px solid #f6dd79;
            padding-bottom: 10px
        }

            .divform2 .item-row .item .list-title h2:after {
                display: none !important
            }

        .divform2 .item-row .item .item-body {
            padding: 15px 0 12px
        }

            .divform2 .item-row .item .item-body .form-controls {
                margin-bottom: 8px
            }

                .divform2 .item-row .item .item-body .form-controls .item-text {
                    margin-bottom: 0;
                    font-size: 15px;
                    font-family: 'UIBD';
                    color: #333
                }

                .divform2 .item-row .item .item-body .form-controls .number-gt {
                    width: 49%;
                    border-radius: 5px;
                    border: 1px solid #cdcdcd;
                    height: 38px;
                    display: inline-block;
                    color: #333;
                    font-weight: bold;
                    font-family: 'UILG';
                    text-indent: 7px;
                    float: left;
                    margin-right: 4px;
                    -moz-appearance: none;
                    -webkit-appearance: none;
                    background: url(Themes/Assets/css/images/_Icon/icon-arrow.png) center right no-repeat;
                    background-position-x: calc(100% - 10px)
                }

                    .divform2 .item-row .item .item-body .form-controls .number-gt::placeholder {
                        color: #999;
                        font-weight: normal
                    }

                    .divform2 .item-row .item .item-body .form-controls .number-gt:last-child {
                        margin-left: 4px;
                        margin-right: 0
                    }

                .divform2 .item-row .item .item-body .form-controls select {
                    height: 38px;
                    width: 100%;
                    border-radius: 5px;
                    border: 1px solid #cdcdcd;
                    color: #999;
                    font-family: 'UILG';
                    text-indent: 7px;
                    margin-bottom: 6px;
                    -moz-appearance: none;
                    -webkit-appearance: none;
                    background: url(Themes/Assets/css/images/_Icon/icon-arrow.png) center right no-repeat;
                    background-position-x: calc(100% - 10px)
                }

                    .divform2 .item-row .item .item-body .form-controls select option:first-child {
                        color: #333;
                        font-weight: bold
                    }

            .divform2 .item-row .item .item-body .item-links {
                border: 0 !important
            }

            .divform2 .item-row .item .item-body .item-link {
                background: #f6dd79;
                border-radius: 5px;
                color: #eb0606;
                font-family: 'UIBD';
                font-size: 16px;
                width: 128px;
                height: 40px;
                text-align: center;
                line-height: 40px;
                cursor: pointer;
                display: block
            }

    .divform2 .item-row #hn .item-body .form-controls {
        margin-bottom: 22px
    }

        .divform2 .item-row #hn .item-body .form-controls .number-gt {
            width: 100%;
            margin-bottom: 14px
        }

        .divform2 .item-row #hn .item-body .form-controls select {
            margin-left: 0
        }

    .divform2 .form-phongthuy {
        min-width: 1523px;
        position: fixed;
        z-index: 99;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        display: none
    }

        .divform2 .form-phongthuy .item {
            padding: 20px 160px !important;
            background: #fff
        }

            .divform2 .form-phongthuy .item .list-title h2 {
                text-align: center
            }

            .divform2 .form-phongthuy .item .list-text {
                padding: 15px 0;
                margin: 0
            }

            .divform2 .form-phongthuy .item .item-img .imgc0 {
                width: 298px;
                height: 300px;
                margin: 0 auto
            }

            .divform2 .form-phongthuy .item .item-body .item-text {
                padding: 15px 50px
            }

            .divform2 .form-phongthuy .item .item-subbody h2 {
                text-align: center
            }

                .divform2 .form-phongthuy .item .item-subbody h2 .item-title {
                    font-family: 'UISB';
                    font-weight: bold;
                    color: #333;
                    margin-bottom: 0;
                    font-size: 22px
                }

            .divform2 .form-phongthuy .item #xemHuongNha::-webkit-scrollbar {
                width: 10px
            }

            .divform2 .form-phongthuy .item #xemHuongNha::-webkit-scrollbar-track {
                background: #f1f1f1
            }

            .divform2 .form-phongthuy .item #xemHuongNha::-webkit-scrollbar-thumb {
                background: #888
            }

                .divform2 .form-phongthuy .item #xemHuongNha::-webkit-scrollbar-thumb:hover {
                    background: #555
                }

        .divform2 .form-phongthuy .close span {
            position: absolute;
            top: 0;
            right: -13px;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: #fff;
            border: 1px solid
        }

    .divform2 .form-xaydung {
        max-width: 1523px;
        position: fixed;
        z-index: 99;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        display: none;
        width: 100%
    }

        .divform2 .form-xaydung #xemXayNha::-webkit-scrollbar {
            width: 10px
        }

        .divform2 .form-xaydung #xemXayNha::-webkit-scrollbar-track {
            background: #f1f1f1
        }

        .divform2 .form-xaydung #xemXayNha::-webkit-scrollbar-thumb {
            background: #888
        }

            .divform2 .form-xaydung #xemXayNha::-webkit-scrollbar-thumb:hover {
                background: #555
            }

        .divform2 .form-xaydung .item {
            background: #fff;
            padding: 20px 160px
        }

            .divform2 .form-xaydung .item .list-title h2 {
                text-align: center
            }

            .divform2 .form-xaydung .item .content .listForm .itemForm .title h2 .item-title {
                font-size: 15px;
                font-family: 'UIBD';
                color: #333
            }

            .divform2 .form-xaydung .item .content .listForm .itemForm select {
                width: 100%;
                height: 40px;
                border-radius: 5px;
                border: 1px solid #cdcdcd;
                -moz-appearance: none;
                -webkit-appearance: none;
                text-indent: 15px;
                font-family: 'UILG'
            }

            .divform2 .form-xaydung .item .content .listForm .itemForm .btn-all {
                background: #f6dd79;
                border-radius: 5px;
                color: #333;
                font-family: 'UIBD';
                font-size: 16px;
                padding: 8px 26px;
                margin-top: 25px;
                cursor: pointer
            }

            .divform2 .form-xaydung .item .content .listForm .itemForm .bottom .text2 {
                font-size: 15px;
                font-family: 'UIBD';
                color: #333
            }

            .divform2 .form-xaydung .item .content .listForm .itemForm .bottom .text3 {
                font-size: 15px;
                font-family: 'UILG';
                color: #333;
                margin-bottom: 10px
            }

            .divform2 .form-xaydung .item .content .listForm .itemForm .bottom .reset {
                border-bottom: 1px solid #ccc;
                padding-bottom: 5px
            }

                .divform2 .form-xaydung .item .content .listForm .itemForm .bottom .reset li {
                    list-style: none;
                    padding-bottom: 5px;
                    display: block
                }

                    .divform2 .form-xaydung .item .content .listForm .itemForm .bottom .reset li .fa {
                        margin: 8px
                    }

                    .divform2 .form-xaydung .item .content .listForm .itemForm .bottom .reset li span {
                        font-size: 15px;
                        font-family: 'UIBD';
                        color: #333
                    }

            .divform2 .form-xaydung .item .content .listForm .itemForm .bottom .alert2 {
                padding: 10px 0 20px
            }

            .divform2 .form-xaydung .item .list-text {
                padding: 15px 0;
                margin: 0
            }

            .divform2 .form-xaydung .item .item-img .imgc0 {
                width: 298px;
                height: 300px;
                margin: 0 auto
            }

            .divform2 .form-xaydung .item .item-body .item-text {
                padding: 15px 50px
            }

        .divform2 .form-xaydung .close span {
            position: absolute;
            top: 1px;
            right: -13px;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: #fff;
            border: 1px solid
        }

    .divform2 .form-xemhuongnha {
        max-width: 1523px;
        position: fixed;
        z-index: 99;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        display: none;
        width: 100%
    }

        .divform2 .form-xemhuongnha .item {
            background: #fff;
            padding: 20px 160px
        }

            .divform2 .form-xemhuongnha .item .list-title h2 {
                text-align: center
            }

            .divform2 .form-xemhuongnha .item .content .listForm .itemForm .title h2 .item-title {
                font-size: 15px;
                font-family: 'UIBD';
                color: #333
            }

            .divform2 .form-xemhuongnha .item .content .listForm .itemForm select {
                width: 100%;
                height: 40px;
                -moz-appearance: none;
                -webkit-appearance: none;
                border-radius: 5px;
                border: 1px solid #cdcdcd;
                text-indent: 15px;
                font-family: 'UILG';
                margin-bottom: 10px
            }

            .divform2 .form-xemhuongnha .item .content .listForm .itemForm input {
                width: 100%;
                height: 40px;
                border-radius: 5px;
                border: 1px solid #cdcdcd;
                text-indent: 15px;
                font-family: 'UILG'
            }

            .divform2 .form-xemhuongnha .item .content .listForm .itemForm .btn-all {
                background: #f6dd79;
                border-radius: 5px;
                color: #333;
                font-family: 'UIBD';
                font-size: 16px;
                padding: 8px 26px;
                margin-top: 25px;
                cursor: pointer
            }

            .divform2 .form-xemhuongnha .item .content .listForm .itemForm .bottom .text2 {
                font-size: 15px;
                font-family: 'UIBD';
                color: #333
            }

            .divform2 .form-xemhuongnha .item .content .listForm .itemForm .bottom .text3 {
                font-size: 15px;
                font-family: 'UILG';
                color: #333;
                margin-bottom: 10px
            }

            .divform2 .form-xemhuongnha .item .content .listForm .itemForm .bottom .reset {
                border-bottom: 1px solid #ccc;
                padding-bottom: 5px
            }

                .divform2 .form-xemhuongnha .item .content .listForm .itemForm .bottom .reset li {
                    list-style: none;
                    padding-bottom: 5px;
                    display: block
                }

                    .divform2 .form-xemhuongnha .item .content .listForm .itemForm .bottom .reset li .fa {
                        margin: 8px
                    }

                    .divform2 .form-xemhuongnha .item .content .listForm .itemForm .bottom .reset li span {
                        font-size: 15px;
                        font-family: 'UIBD';
                        color: #333
                    }

            .divform2 .form-xemhuongnha .item .content .listForm .itemForm .bottom .alert2 {
                padding: 10px 0 20px
            }

            .divform2 .form-xemhuongnha .item .list-text {
                padding: 15px 0;
                margin: 0
            }

            .divform2 .form-xemhuongnha .item .item-img .imgc0 {
                width: 298px;
                height: 300px;
                margin: 0 auto
            }

            .divform2 .form-xemhuongnha .item .item-body .item-text {
                padding: 15px 50px
            }

        .divform2 .form-xemhuongnha .close span {
            position: absolute;
            top: 1px;
            right: -13px;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: #fff;
            border: 1px solid
        }

.list-danhsach {
    padding: 23px 0 0
}

    .list-danhsach:after {
        content: '';
        display: block;
        margin-top: 20px;
        width: 100%;
        background-size: cover;
        background: url(Themes/Assets/css/Images/_Background/bg-boder.png) no-repeat center;
        height: 5px;
        line-height: 30px
    }

    .list-danhsach .sublist-body {
        padding: 25px 0 0
    }

        .list-danhsach .sublist-body .item .item-body .item-title h2 {
            font-family: 'UILG';
            font-size: 15px;
            color: #666;
            margin-bottom: 0;
            padding: 8px 0
        }

    .list-danhsach:nth-child(2):after {
        display: none !important;
        background: none !important
    }

    .list-danhsach:last-child > .sublist-body {
        padding: 25px 0
    }

#thietke-detail .formGuiYeuCauTuVan .luuy {
    display: none
}

.hoidap-xaydung .list {
    padding: 48px 0 24px
}

    .hoidap-xaydung .list .list-body .sublist-body-1 .list-title h2 {
        font-size: 30px;
        color: #eb0606;
        font-family: 'UISB';
        text-align: center;
        margin-bottom: 8px
    }

    .hoidap-xaydung .list .list-body .sublist-body-1 .item-text {
        font-size: 15px;
        color: #eb0606;
        font-family: 'UILG';
        text-align: center;
        margin-bottom: 18px
    }

    .hoidap-xaydung .list .list-body .sublist-body-1 .divform .sublist-body .item .item-form .item-links .item-link:hover {
        background: #333;
        border: 1px solid #f6dd79;
        color: #fff
    }

    .hoidap-xaydung .list .list-body .sublist-body-1 .divform .sublist-body .item .item-form .tepdinhkem #giminput {
        left: 350px
    }

    .hoidap-xaydung .list .list-body .sublist-body-1 .divform .sublist-body {
        max-width: 100%
    }

        .hoidap-xaydung .list .list-body .sublist-body-1 .divform .sublist-body .item .item-form .itembody input, .hoidap-xaydung .list .list-body .sublist-body-1 .divform .sublist-body .item .item-form .itembody select, .hoidap-xaydung .list .list-body .sublist-body-1 .divform .sublist-body .item .item-form .itembody textarea {
            width: 376px
        }

        .hoidap-xaydung .list .list-body .sublist-body-1 .divform .sublist-body .item .item-form .itembody textarea {
            height: 135px
        }

    .hoidap-xaydung .list .list-body .sublist-body-1 .divform .luuy {
        padding-top: 15px
    }

    .hoidap-xaydung .list .list-body .sublist-body-2 {
        padding: 28px 0 0
    }

        .hoidap-xaydung .list .list-body .sublist-body-2 .list-title h2 {
            font-size: 36px;
            font-family: 'UISB';
            margin-bottom: 0;
            color: #eb0606
        }

            .hoidap-xaydung .list .list-body .sublist-body-2 .list-title h2:after {
                content: url(Themes/Assets/css/Images/_Background/bg-tieude.png);
                width: 279px;
                height: 30px;
                display: block;
                padding-left: 80px;
                line-height: 30px
            }

        .hoidap-xaydung .list .list-body .sublist-body-2 .item-body {
            border-bottom: 1px solid #eee;
            padding: 16px 0 19px
        }

            .hoidap-xaydung .list .list-body .sublist-body-2 .item-body .item-title h2 {
                font-size: 18px;
                font-family: 'UISB';
                margin-bottom: 14px;
                color: #333
            }

            .hoidap-xaydung .list .list-body .sublist-body-2 .item-body .item-img {
                float: left;
                width: 300px;
                margin-right: 22px;
                margin-bottom: 5px
            }

                .hoidap-xaydung .list .list-body .sublist-body-2 .item-body .item-img .imgc:before {
                    padding-bottom: 66.666%
                }

            .hoidap-xaydung .list .list-body .sublist-body-2 .item-body p {
                text-align: justify;
                font-family: 'UILG';
                color: #333;
                line-height: 25px
            }

            .hoidap-xaydung .list .list-body .sublist-body-2 .item-body .divtraloi .subtitle span {
                font-size: 18px;
                font-family: 'UISB';
                color: #333
            }

            .hoidap-xaydung .list .list-body .sublist-body-2 .item-body .divtraloi .item-text {
                font-size: 16px;
                font-family: 'UILG';
                color: #333;
                line-height: 25px;
                margin-bottom: 5px
            }

            .hoidap-xaydung .list .list-body .sublist-body-2 .item-body .divtraloi .item-links {
                display: flex;
                margin-top: 10px
            }

                .hoidap-xaydung .list .list-body .sublist-body-2 .item-body .divtraloi .item-links .item-link {
                    background: #f6dd79;
                    font-size: 16px;
                    font-family: 'UIBD';
                    text-align: center;
                    line-height: 40px;
                    width: 260px;
                    height: 40px;
                    display: block;
                    color: #eb0606;
                    border-radius: 5px
                }

                    .hoidap-xaydung .list .list-body .sublist-body-2 .item-body .divtraloi .item-links .item-link:hover {
                        background: #333;
                        border: 1px solid #f6dd79;
                        color: #fff
                    }

                .hoidap-xaydung .list .list-body .sublist-body-2 .item-body .divtraloi .item-links #link1 {
                    background: #dbdbdb;
                    width: 130px;
                    height: 40px;
                    margin-right: 10px
                }

                    .hoidap-xaydung .list .list-body .sublist-body-2 .item-body .divtraloi .item-links #link1:hover {
                        color: #fff
                    }

            .hoidap-xaydung .list .list-body .sublist-body-2 .item-body .divtraloi .sublist-body-1 .divform .sublist-body {
                height: 100%
            }

                .hoidap-xaydung .list .list-body .sublist-body-2 .item-body .divtraloi .sublist-body-1 .divform .sublist-body .item .item-form .tepdinhkem #giminput {
                    left: 350px !important
                }

            .hoidap-xaydung .list .list-body .sublist-body-2 .item-body .divtraloi .sublist-body-1 .list-title h2 {
                font-size: 30px;
                color: #eb0606;
                font-family: 'UISB';
                text-align: center;
                margin-bottom: 8px
            }

                .hoidap-xaydung .list .list-body .sublist-body-2 .item-body .divtraloi .sublist-body-1 .list-title h2:after {
                    display: none
                }

            .hoidap-xaydung .list .list-body .sublist-body-2 .item-body .divtraloi .sublist-body-1 .item-text {
                font-size: 15px;
                color: #eb0606;
                font-family: 'UILG';
                text-align: center;
                margin-bottom: 18px
            }

            .hoidap-xaydung .list .list-body .sublist-body-2 .item-body .divtraloi .sublist-body-1 .divform .sublist-body .item .item-form .item-text {
                text-align: left !important;
                color: #333
            }

    .hoidap-xaydung .list .list-body .divform .luuy {
        font-family: 'UILG';
        font-style: italic
    }

        .hoidap-xaydung .list .list-body .divform .luuy ul li {
            list-style: none;
            display: block;
            line-height: 30px;
            padding-left: 30px;
            position: relative
        }

            .hoidap-xaydung .list .list-body .divform .luuy ul li:before {
                content: '';
                font-family: Fontawesome;
                color: #c8c8c8;
                font-size: 8px;
                position: absolute;
                left: 10px;
                top: 0
            }

#hoidap-detail .detail-chitiet .list-title h2 {
    font-family: UISB;
    font-size: 26px;
    color: #333;
    margin-bottom: 15px
}

#hoidap-detail .detail-chitiet .item-body .item-title h2 {
    font-size: 18px;
    font-family: 'UISB';
    margin-bottom: 14px;
    color: #333
}

#hoidap-detail .detail-chitiet .item-body .item-img {
    float: left;
    width: 300px;
    margin-right: 22px;
    margin-bottom: 5px
}

    #hoidap-detail .detail-chitiet .item-body .item-img .imgc:before {
        padding-bottom: 66.666%
    }

#hoidap-detail .detail-chitiet .item-body p {
    text-align: justify;
    font-family: 'UILG';
    color: #666;
    line-height: 25px
}

#hoidap-detail .detail-chitiet .item-body .divtraloi .subtitle span {
    font-size: 18px;
    font-family: 'UISB';
    color: #333
}

#hoidap-detail .detail-chitiet .item-body .divtraloi .item-text {
    font-size: 16px;
    font-family: 'UILG';
    color: #666;
    line-height: 25px;
    margin-bottom: 5px
}

#hoidap-detail .detail-chitiet .item-body .divtraloi .item-links {
    display: flex;
    margin-top: 10px
}

    #hoidap-detail .detail-chitiet .item-body .divtraloi .item-links .item-link {
        background: #f6dd79;
        font-size: 16px;
        font-family: 'UIBD';
        text-align: center;
        line-height: 40px;
        width: 260px;
        height: 40px;
        display: block;
        color: #333;
        border-radius: 5px
    }

    #hoidap-detail .detail-chitiet .item-body .divtraloi .item-links #link1 {
        background: #dbdbdb;
        width: 130px;
        height: 40px;
        margin-right: 10px
    }

#hoidap-detail .detail-chitiet #guiYeuCauTuVan {
    display: none
}

    #hoidap-detail .detail-chitiet #guiYeuCauTuVan .luuy {
        font-family: 'UILG';
        font-style: italic;
        display: block
    }

        #hoidap-detail .detail-chitiet #guiYeuCauTuVan .luuy ul li {
            list-style: none;
            display: block;
            line-height: 30px;
            padding-left: 30px;
            position: relative
        }

            #hoidap-detail .detail-chitiet #guiYeuCauTuVan .luuy ul li:before {
                content: '';
                font-family: Fontawesome;
                color: #c8c8c8;
                font-size: 8px;
                position: absolute;
                left: 10px;
                top: 0
            }

#hoidap-detail .detail-chitiet .hoidap-khac {
    padding: 28px 0
}

    #hoidap-detail .detail-chitiet .hoidap-khac .list-title h2 {
        font-size: 36px;
        font-family: 'UISB';
        margin-bottom: 0;
        color: #333;
        text-align: center
    }

        #hoidap-detail .detail-chitiet .hoidap-khac .list-title h2:after {
            content: url(Themes/Assets/css/Images/_Background/bg-tieude.png);
            width: 356px;
            height: 30px;
            display: block;
            margin: 0 auto;
            line-height: 30px
        }

    #hoidap-detail .detail-chitiet .hoidap-khac .item-hoidap {
        padding-top: 8px
    }

        #hoidap-detail .detail-chitiet .hoidap-khac .item-hoidap .row {
            margin: 0 -7px
        }

            #hoidap-detail .detail-chitiet .hoidap-khac .item-hoidap .row .col-lg-3 {
                padding: 0 7px
            }

        #hoidap-detail .detail-chitiet .hoidap-khac .item-hoidap .item .item-img .imgc {
            border-radius: 5px
        }

            #hoidap-detail .detail-chitiet .hoidap-khac .item-hoidap .item .item-img .imgc:before {
                padding-bottom: 66.787%
            }

        #hoidap-detail .detail-chitiet .hoidap-khac .item-hoidap .item .item-body .item-title h2 {
            font-family: 'UISB';
            font-size: 16px;
            color: #333;
            margin-bottom: 0;
            padding-top: 10px
        }

@media(max-width:767px) {
    .hoidap-xaydung .list .list-body .sublist-body-2 .list-title h2:after {
        width: 360px;
        padding-left: 0;
        margin: 0 auto
    }

    .hoidap-xaydung .list .list-body .sublist-body-1 .item-body .divform-control .item-divtext {
        width: 121px
    }

    .hoidap-xaydung .list .list-body .sublist-body-1 .item-body .divform-control .item-divform input {
        width: 570px
    }

    .hoidap-xaydung .list .list-body .sublist-body-1 .item-body .divform-control .item-divform textarea {
        width: 570px
    }

    .form-yeucau .divform-smaill .item-body .divform-control .item-divform textarea, .form-yeucau .divform-smaill .item-body .divform-control .item-divform input {
        width: 570px
    }

    #hoidap-detail .detail-chitiet .hoidap-khac .item-hoidap .item .item-body .item-title h2 {
        padding-bottom: 10px
    }
}

@media(max-width:767px) {
    .detail .list .list-body .header-detail .item-body {
        display: block !important
    }

        .detail .list .list-body .header-detail .item-body .item-date-view, .detail .list .list-body .header-detail .item-body .item-share.item-links {
            width: 100% !important
        }

    #hoidap-detail .detail-chitiet .item-body .item-title h2 {
        font-size: 16px
    }

    .hoidap-xaydung .list .list-body .sublist-body-2 .list-title h2:after {
        margin: 0;
        padding: 0 40px !important;
        width: 100%;
        text-align: center
    }

    .hoidap-xaydung .list .list-body .sublist-body-2 .item-body .divtraloi .sublist-body-1 .divform .sublist-body .item .item-form .tepdinhkem #giminput {
        left: 330px !important
    }
}

.banner-about .list .list-body .item {
    position: relative
}

    .banner-about .list .list-body .item .item-img .imgc:before {
        padding-bottom: 15.789%
    }

    .banner-about .list .list-body .item .item-body {
        position: absolute;
        top: 50%;
        left: 43%;
        z-index: 9
    }

        .banner-about .list .list-body .item .item-body .item-title h2 {
            font-family: 'UISB';
            font-size: 30px;
            color: #f3d575;
            margin-bottom: 0;
            position: relative;
            z-index: 99
        }

        .banner-about .list .list-body .item .item-body .item-title:after {
            content: '';
            background: url(Themes/Assets/css/Images/_Background/bg-text.png) no-repeat center;
            display: block;
            position: absolute;
            top: -4px;
            left: -210px;
            width: 681px;
            height: 50px
        }

.about .list .list-body .sublist-box1 {
    text-align: center;
    padding: 40px 0 0
}

    .about .list .list-body .sublist-box1:after {
        content: '';
        display: block;
        margin-top: 10px;
        width: 100%;
        background-size: cover;
        background: url(Themes/Assets/css/Images/_Background/bg-boder.png) no-repeat center;
        height: 5px;
        line-height: 30px
    }

    .about .list .list-body .sublist-box1 .sublist-title h2 {
        font-family: 'UILG';
        color: #333;
        margin-bottom: 0;
        padding: 10px 0
    }

        .about .list .list-body .sublist-box1 .sublist-title h2 span {
            background: #f6dd79;
            font-size: 40px;
            color: #eb0606;
            padding: 10px 15px;
            text-transform: uppercase;
            font-family: 'UIBD';
            border-radius: 5px;
            margin-right: 4px
        }

    .about .list .list-body .sublist-box1 .sublist-title .codetitle-moi {
        display: flex;
        justify-content: center
    }

        .about .list .list-body .sublist-box1 .sublist-title .codetitle-moi .slide-verticar {
            background: #eb0606;
            border-radius: 5px;
            width: 30%;
            margin: 0;
            height: 54px;
            top: 4px;
            line-height: 54px;
            margin-left: 4px
        }

            .about .list .list-body .sublist-box1 .sublist-title .codetitle-moi .slide-verticar .sp2 {
                font-size: 36px;
                color: #fff;
                padding: 0 8px 0 8px;
                text-transform: inherit;
                font-family: 'UIBD'
            }

            .about .list .list-body .sublist-box1 .sublist-title .codetitle-moi .slide-verticar .slick-list {
                height: 100%
            }

                .about .list .list-body .sublist-box1 .sublist-title .codetitle-moi .slide-verticar .slick-list .slick-list {
                    height: 100%
                }

    .about .list .list-body .sublist-box1 .noidung-about {
        padding: 15px 141px
    }

        .about .list .list-body .sublist-box1 .noidung-about .item-text {
            font-size: 16px;
            color: #333;
            font-family: 'UILG';
            line-height: 25px
        }

    .about .list .list-body .sublist-box1 .item-link {
        width: 194px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin: 0 auto;
        font-family: 'UIBD';
        font-size: 16px;
        background: #f6dd79;
        display: block;
        border-radius: 5px;
        color: #333;
        margin-bottom: 40px
    }

.about .list .list-body .sublist-box2 {
    padding: 37px 0;
    position: relative
}

    .about .list .list-body .sublist-box2:before {
        content: url(Themes/Assets/css/Images/_Background/bg-tieude2.png);
        width: 100%;
        height: 30px;
        display: block;
        line-height: 30px;
        position: absolute;
        top: -7px;
        left: 0;
        text-align: center
    }

    .about .list .list-body .sublist-box2 .item {
        display: flex
    }

        .about .list .list-body .sublist-box2 .item .item-img {
            margin-right: 13px
        }

            .about .list .list-body .sublist-box2 .item .item-img .imgc0 {
                width: 74px;
                height: 74px
            }

        .about .list .list-body .sublist-box2 .item .item-body .item-title h2 {
            font-size: 16px;
            color: #333;
            font-family: 'UIMD';
            text-transform: uppercase;
            margin-bottom: 10px
        }

        .about .list .list-body .sublist-box2 .item .item-body .item-text {
            font-size: 15px;
            color: #333;
            font-family: 'UILG';
            margin-bottom: 0
        }

.about2 {
    position: relative;
    height: 600px
}

    .about2:before {
        content: '';
        background: url(Themes/Assets/css/Images/Album/gioithieu.jpg) no-repeat center;
        display: block;
        height: 600px;
        width: 956px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1
    }

    .about2 .list .list-body .sublist-box3 {
        padding: 88px 0
    }

        .about2 .list .list-body .sublist-box3 .item-row .col-md-6 {
            padding: 0 !important
        }

        .about2 .list .list-body .sublist-box3 .item-row .item {
            position: relative;
            z-index: 99;
            padding-left: 68px
        }

            .about2 .list .list-body .sublist-box3 .item-row .item .item-body .item-title h2 {
                text-align: center;
                color: #fff;
                font-family: 'UISB';
                font-size: 36px;
                padding: 0 0 20px;
                margin-bottom: 0
            }

                .about2 .list .list-body .sublist-box3 .item-row .item .item-body .item-title h2:after {
                    content: url(Themes/Assets/css/Images/_Background/bg-tieude.png);
                    width: 279px;
                    height: 30px;
                    display: block;
                    margin: 0 auto;
                    line-height: 30px
                }

            .about2 .list .list-body .sublist-box3 .item-row .item .item-body .list-item {
                padding: 8px 0;
                display: flex
            }

                .about2 .list .list-body .sublist-box3 .item-row .item .item-body .list-item .item-icon {
                    margin-right: 14px
                }

                    .about2 .list .list-body .sublist-box3 .item-row .item .item-body .list-item .item-icon .imgc0 {
                        width: 30px;
                        height: 30px
                    }

                .about2 .list .list-body .sublist-box3 .item-row .item .item-body .list-item .subitem-body .item-text {
                    color: #fff;
                    font-size: 20px;
                    font-family: 'UILG'
                }

    .about2:after {
        content: '';
        display: block;
        background: #333;
        width: 947px;
        height: 600px;
        position: absolute;
        right: 3px;
        top: 0;
        z-index: 1
    }

.about3 {
    position: relative;
    height: 600px
}

    .about3:before {
        content: '';
        display: block;
        background: #fff;
        width: 956px;
        height: 600px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0
    }

    .about3 .list .list-body .sublist-box4 .item-row .item {
        padding: 120px 0
    }

        .about3 .list .list-body .sublist-box4 .item-row .item .item-body .item-box {
            padding: 29px 0
        }

            .about3 .list .list-body .sublist-box4 .item-row .item .item-body .item-box .item-title h2 {
                font-size: 36px;
                color: #333;
                font-family: 'UIBD';
                margin-bottom: 0
            }

            .about3 .list .list-body .sublist-box4 .item-row .item .item-body .item-box .item-text {
                font-size: 20px;
                font-family: 'UILG';
                margin-bottom: 0;
                color: #333
            }

    .about3:after {
        content: '';
        background: url(Themes/Assets/css/Images/Album/gioithieu2.jpg) repeat center;
        display: block;
        height: 600px;
        width: 950px;
        position: absolute;
        right: 0;
        top: 0;
        line-height: 600px;
        z-index: 1
    }

.about4 {
    position: relative;
    height: 600px
}

    .about4:before {
        content: '';
        background: url(Themes/Assets/css/Images/Album/gioithieu3.jpg) no-repeat center;
        display: block;
        height: 600px;
        width: 956px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1
    }

    .about4 .list .list-body .sublist-box5 {
        padding: 61px 0
    }

        .about4 .list .list-body .sublist-box5 .item-row .col-md-6 {
            padding: 0 !important
        }

        .about4 .list .list-body .sublist-box5 .item-row .item {
            position: relative;
            z-index: 99;
            padding-left: 68px
        }

            .about4 .list .list-body .sublist-box5 .item-row .item .item-body .item-title h2 {
                text-align: center;
                color: #fff;
                font-family: 'UISB';
                font-size: 36px;
                padding: 0 0 20px;
                margin-bottom: 0
            }

                .about4 .list .list-body .sublist-box5 .item-row .item .item-body .item-title h2:after {
                    content: url(Themes/Assets/css/Images/_Background/bg-tieude.png);
                    width: 279px;
                    height: 30px;
                    display: block;
                    margin: 0 auto;
                    line-height: 30px
                }

            .about4 .list .list-body .sublist-box5 .item-row .item .item-body .subtitle {
                margin-bottom: 15px
            }

                .about4 .list .list-body .sublist-box5 .item-row .item .item-body .subtitle span {
                    font-size: 18px;
                    font-family: 'UIBD';
                    color: #bfa12a
                }

            .about4 .list .list-body .sublist-box5 .item-row .item .item-body .list-item {
                padding: 8px 0;
                display: flex
            }

                .about4 .list .list-body .sublist-box5 .item-row .item .item-body .list-item .item-icon {
                    margin-right: 14px
                }

                    .about4 .list .list-body .sublist-box5 .item-row .item .item-body .list-item .item-icon .imgc0 {
                        width: 30px;
                        height: 30px
                    }

                .about4 .list .list-body .sublist-box5 .item-row .item .item-body .list-item .subitem-body .item-text {
                    color: #fff;
                    font-size: 20px;
                    font-family: 'UILG';
                    padding: 0
                }

            .about4 .list .list-body .sublist-box5 .item-row .item .item-body .item-text {
                font-size: 16px;
                color: #fff;
                font-family: 'UILG';
                margin-bottom: 0;
                padding: 20px 0
            }

    .about4:after {
        content: '';
        display: block;
        background: #333;
        width: 947px;
        height: 600px;
        position: absolute;
        right: 3px;
        top: 0;
        z-index: 1
    }

.timeline {
    background: url(Themes/Assets/css/Images/_Background/bg-time-line2.png) no-repeat center;
    background-size: cover
}

    .timeline .list {
        padding: 40px 0
    }

        .timeline .list .list-title h2 {
            text-align: center;
            font-size: 36px;
            font-family: 'UISB';
            color: #eb0606;
            margin-bottom: 0;
            padding: 10px 0
        }

            .timeline .list .list-title h2:after {
                content: url(Themes/Assets/css/Images/_Background/bg-tieude.png);
                width: 279px;
                height: 30px;
                display: block;
                margin: 0 auto;
                line-height: 30px
            }

        .timeline .list .list-body .item-img {
            display: block;
            margin: 0 auto;
            text-align: center
        }

.sodo-tochuc .list {
    padding: 40px 0
}

    .sodo-tochuc .list .list-title h2 {
        text-align: center;
        font-size: 36px;
        font-family: 'UISB';
        color: #eb0606;
        margin-bottom: 0;
        padding: 10px 0
    }

        .sodo-tochuc .list .list-title h2:after {
            content: url(Themes/Assets/css/Images/_Background/bg-tieude.png);
            width: 279px;
            height: 30px;
            display: block;
            margin: 0 auto;
            line-height: 30px
        }

    .sodo-tochuc .list .list-body .item-img {
        display: block;
        margin: 0 auto;
        text-align: center
    }

.design-about {
    background: #f2f2f2
}

    .design-about .list-danhsach .list-title h2 {
        font-size: 36px;
        font-family: 'UISB';
        font-weight: bold;
        color: #eb0606;
        margin-bottom: 0;
        text-align: center
    }

.vanhoa-congty .list {
    padding: 45px 0 50px
}

    .vanhoa-congty .list .litem-title h2 {
        font-size: 36px;
        font-family: 'UISB';
        font-weight: bold;
        color: #eb0606;
        margin-bottom: 0;
        text-align: center
    }

        .vanhoa-congty .list .litem-title h2:after {
            content: url(Themes/Assets/css/Images/_Background/bg-tieude.png);
            width: 279px;
            height: 30px;
            display: block;
            margin: 0 auto;
            line-height: 30px
        }

    .vanhoa-congty .list .litem-title svg {
        text-align: center;
        margin: 0 auto;
        display: block
    }

    .vanhoa-congty .list .list-body {
        padding-top: 8px
    }

        .vanhoa-congty .list .list-body .item-rowss .item .item-img .imgc {
            border-radius: 5px
        }

            .vanhoa-congty .list .list-body .item-rowss .item .item-img .imgc:before {
                padding-bottom: 66.756%
            }

        .vanhoa-congty .list .list-body .item-rowss .item .item-body .item-title h2 {
            font-family: 'UIBD';
            font-size: 16px;
            line-height: 22px;
            color: #333;
            margin-bottom: 0;
            padding: 10px 0
        }

            .vanhoa-congty .list .list-body .item-rowss .item .item-body .item-title h2:after {
                display: none
            }

        .vanhoa-congty .list .list-body .item-rowss .item .item-body .item-text {
            font-size: 16px;
            font-family: 'UILG';
            line-height: 25px;
            margin-bottom: 0;
            color: #333
        }

        .vanhoa-congty .list .list-body .item-rowss .slick-list {
            margin: 0 -7px
        }

        .vanhoa-congty .list .list-body .item-rowss .slick-slide {
            padding: 0 7px
        }

        .vanhoa-congty .list .list-body .item-rowss .slick-dots {
            position: relative;
            bottom: -20px
        }

            .vanhoa-congty .list .list-body .item-rowss .slick-dots li.slick-active button {
                background: #f6dd79
            }

@media(max-width:1366px) {
    .about .list .list-body .sublist-box2 .item .item-body .item-title h2 {
        font-size: 15px
    }
}

@media(max-width:767px) {
    .about .list .list-body .sublist-box1 .noidung-about {
        padding: 15px
    }

    .about .list .list-body .sublist-box2 .item {
        margin-bottom: 10px
    }

    .about2:before, .about4:before, .about3:before {
        width: 100%
    }

    .about3:after {
        display: none
    }

    .about3 .list .list-body .sublist-box4 .item-row .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%
    }

        .about3 .list .list-body .sublist-box4 .item-row .col-md-6 .item {
            padding: 139px 20px
        }

    .about4 .list .list-body .sublist-box5 .item-row .col-md-6, .about2 .list .list-body .sublist-box3 .item-row .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%
    }

        .about4 .list .list-body .sublist-box5 .item-row .col-md-6 .item, .about2 .list .list-body .sublist-box3 .item-row .col-md-6 .item {
            padding: 0 30px;
            background: rgba(0,0,0,.3)
        }

    .timeline .list .list-body .item-img img, .sodo .list .list-body .item-img img {
        max-width: 100%;
        height: auto
    }

    .list-danhsach .sublist-body .col-md-4c:last-child {
        display: none
    }

    .vanhoa-congty .list .list-body .item-row .item .item-body .item-title h2 {
        margin-bottom: 10px;
        height: 77px;
        overflow: hidden
    }

    .vanhoa-congty .list .list-body .item-row .item .item-body .item-text {
        height: 80px;
        overflow: hidden
    }
}

@media(max-width:767px) {
    .banner-about .list .list-body .item .item-body .item-title:after {
        width: 492px
    }
}

@media(max-width:375px) {
    .banner-about .list .list-body .item .item-body .item-title:after {
        width: 492px
    }
}

.library .list {
    padding: 24px 0 30px
}

    .library .list .list-title h2 {
        font-family: 'UISB';
        color: #eb0606;
        font-size: 36px;
        margin-bottom: 0;
        text-align: center
    }

        .library .list .list-title h2:after {
            content: url(Themes/Assets/css/Images/_Background/bg-tieude.png);
            width: 279px;
            height: 30px;
            display: block;
            line-height: 30px;
            margin: 0 auto
        }

    .library .list .list-body .tabs-wraps .tabss {
        text-align: center;
        padding: 30px 0 5px
    }

        .library .list .list-body .tabs-wraps .tabss .tabs {
            border: 1px solid #cdcdcd;
            color: #333;
            font-size: 16px;
            padding: 12px 20px;
            border-radius: 5px;
            font-family: 'UILG';
            margin-right: 6px
        }

            .library .list .list-body .tabs-wraps .tabss .tabs.active {
                background: #f6dd79;
                border: 1px solid #f6dd79
            }

    .library .list .list-body .tabs-wraps .tabss-content .tabs-content {
        display: none
    }

        .library .list .list-body .tabs-wraps .tabss-content .tabs-content.active {
            display: block
        }

        .library .list .list-body .tabs-wraps .tabss-content .tabs-content .thuvienanh {
            padding: 27px 0 0
        }

            .library .list .list-body .tabs-wraps .tabss-content .tabs-content .thuvienanh .item .item-img {
                position: relative;
                overflow: hidden;
                border-radius: 5px
            }

                .library .list .list-body .tabs-wraps .tabss-content .tabs-content .thuvienanh .item .item-img .img:before {
                    content: "";
                    display: block;
                    padding-top: 100%
                }

                .library .list .list-body .tabs-wraps .tabss-content .tabs-content .thuvienanh .item .item-img .img:before {
                    padding-top: 56.25%
                }

                .library .list .list-body .tabs-wraps .tabss-content .tabs-content .thuvienanh .item .item-img .img img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    margin: auto;
                    background-size: cover;
                    background-position: center
                }

            .library .list .list-body .tabs-wraps .tabss-content .tabs-content .thuvienanh:after {
                content: '';
                display: block;
                margin-top: 20px;
                width: 100%;
                background-size: cover;
                background: url(Themes/Assets/css/Images/_Background/bg-boder.png) no-repeat center;
                height: 5px
            }

.thuvienanh .row {
    margin: 0 -7px
}

.thuvienanh [class^='col'] {
    padding: 0 7px
}

.thuvienanh .item .item-img {
    position: relative
}

    .thuvienanh .item .item-img .imgc:before {
        padding-bottom: 66.756%
    }

    .thuvienanh .item .item-img .subitem-img {
        position: absolute;
        left: 8px;
        z-index: 1;
        bottom: 10px
    }

.thuvienanh .item .item-body .item-title h2 {
    font-size: 16px;
    margin-bottom: 0;
    font-family: 'UIBD';
    color: #333;
    line-height: 24px;
    padding-top: 20px
}

    .thuvienanh .item .item-body .item-title h2:hover {
        color: #e1c44e
    }

.library-video .list .list-title h2 {
    font-family: 'UISB';
    color: #333;
    font-size: 36px;
    margin-bottom: 5;
    text-align: center
}

.library-video .list .list-title:after {
    content: url(Themes/Assets/css/Images/_Background/bg-tieude.png);
    width: 279px;
    height: 30px;
    line-height: 30px;
    display: block;
    margin: 0 auto
}

.library-video .list .list-body .tabs-wrap .tabs {
    text-align: center;
    padding: 30px 0 5px
}

    .library-video .list .list-body .tabs-wrap .tabs .tab {
        border: 1px solid #cdcdcd;
        color: #333;
        font-size: 16px;
        padding: 12px 20px;
        border-radius: 5px;
        font-family: 'UILG';
        margin-right: 6px
    }

        .library-video .list .list-body .tabs-wrap .tabs .tab.active {
            background: #f6dd79;
            border: 1px solid #f6dd79
        }

.library-video .list .list-body .tabs-wrap .tabs-content .tab-content {
    display: none
}

    .library-video .list .list-body .tabs-wrap .tabs-content .tab-content.active {
        display: block
    }

    .library-video .list .list-body .tabs-wrap .tabs-content .tab-content .thuvienvideo {
        padding: 27px 0 0
    }

        .library-video .list .list-body .tabs-wrap .tabs-content .tab-content .thuvienvideo:after {
            content: '';
            display: block;
            margin-top: 20px;
            width: 100%;
            background-size: cover;
            background: url(Themes/Assets/css/Images/_Background/bg-boder.png) no-repeat center;
            height: 5px
        }

.thuvienvideo .row {
    margin: 0 -7px
}

.thuvienvideo [class^='col'] {
    padding: 0 7px
}

.thuvienvideo .item .item-img {
    position: relative
}

    .thuvienvideo .item .item-img .imgc:before {
        padding-bottom: 66.756%
    }

    .thuvienvideo .item .item-img .subitem-img {
        position: absolute;
        left: 8px;
        z-index: 9;
        bottom: 10px
    }

.thuvienvideo .item .item-body .item-title h2 {
    font-size: 16px;
    margin-bottom: 0;
    font-family: 'UIBD';
    color: #333;
    line-height: 24px;
    padding-top: 20px
}

    .thuvienvideo .item .item-body .item-title h2:hover {
        color: #e1c44e
    }

.library-tailieu .list {
    padding: 40px 0
}

    .library-tailieu .list .list-body .tailieu-home .item-list {
        padding: 22px 0
    }

        .library-tailieu .list .list-body .tailieu-home .item-list .header-title .item .item-body {
            position: relative
        }

            .library-tailieu .list .list-body .tailieu-home .item-list .header-title .item .item-body .sublist-title h2 {
                font-size: 36px;
                font-family: 'UISB';
                margin-bottom: 0;
                color: #eb0606
            }

                .library-tailieu .list .list-body .tailieu-home .item-list .header-title .item .item-body .sublist-title h2:after {
                    content: url(Themes/Assets/css/Images/_Background/bg-tieude.png);
                    width: 279px;
                    height: 30px;
                    display: block;
                    line-height: 30px
                }

            .library-tailieu .list .list-body .tailieu-home .item-list .header-title .item .item-body .item-link {
                color: #fff;
                font-size: 15px;
                font-family: 'UILG';
                text-align: right;
                position: absolute;
                top: 12px;
                right: 0;
                background: #eb0606;
                padding: 3px 14px 3px 35px;
                border-radius: 20px
            }

                .library-tailieu .list .list-body .tailieu-home .item-list .header-title .item .item-body .item-link:after {
                    content: '';
                    display: block;
                    position: absolute;
                    top: 3px;
                    left: 14px;
                    font-family: 'fontawesome'
                }

        .library-tailieu .list .list-body .tailieu-home .item-list .sublist-body {
            border: 1px solid #d9d9d9;
            box-shadow: 0 0 6px 1px #d9d9d9;
            border-radius: 5px
        }

            .library-tailieu .list .list-body .tailieu-home .item-list .sublist-body table tbody tr:nth-child(2) {
                background: #f6dd79
            }

            .library-tailieu .list .list-body .tailieu-home .item-list .sublist-body table tbody tr th {
                font-family: 'UISB';
                font-size: 16px;
                background: #f1f1f1;
                height: 43px;
                line-height: 43px
            }

            .library-tailieu .list .list-body .tailieu-home .item-list .sublist-body table tbody tr td {
                height: 40px;
                line-height: 40px;
                font-size: 16px;
                font-family: 'UILG';
                border-top: 1px solid #e3e3e3
            }

                .library-tailieu .list .list-body .tailieu-home .item-list .sublist-body table tbody tr td .fa-download {
                    color: #999;
                    font-size: 15px
                }

            .library-tailieu .list .list-body .tailieu-home .item-list .sublist-body table tbody tr .dungluong, .library-tailieu .list .list-body .tailieu-home .item-list .sublist-body table tbody tr .download, .library-tailieu .list .list-body .tailieu-home .item-list .sublist-body table tbody tr .date {
                font-size: 15px;
                font-family: 'UILG'
            }

            .library-tailieu .list .list-body .tailieu-home .item-list .sublist-body table tbody tr .stt {
                text-align: center;
                padding: 0 3px;
                font-size: 15px
            }

            .library-tailieu .list .list-body .tailieu-home .item-list .sublist-body table tbody tr .item-link {
                color: #333;
                font-size: 15px
            }

        .library-tailieu .list .list-body .tailieu-home .item-list:first-child {
            padding: 0 0 23px
        }

    .library-tailieu .list .list-body .tailieu-danhsach .item-list .header-title .item .item-body .sublist-title h2 {
        font-size: 36px;
        font-family: 'UISB';
        margin-bottom: 0;
        color: #333
    }

        .library-tailieu .list .list-body .tailieu-danhsach .item-list .header-title .item .item-body .sublist-title h2:after {
            content: url(Themes/Assets/css/Images/_Background/bg-tieude.png);
            width: 279px;
            height: 30px;
            display: block;
            line-height: 30px
        }

    .library-tailieu .list .list-body .tailieu-danhsach .item-list .header-title .item .item-body .item-link {
        color: #333;
        text-align: right;
        width: 100%;
        font-family: 'UILG';
        font-size: 15px;
        display: block;
        line-height: 55px
    }

    .library-tailieu .list .list-body .tailieu-danhsach .item-list .sublist-body {
        border: 1px solid #d9d9d9;
        box-shadow: 0 0 6px 1px #d9d9d9;
        border-radius: 5px
    }

        .library-tailieu .list .list-body .tailieu-danhsach .item-list .sublist-body table tbody tr:nth-child(2) {
            background: #f6dd79
        }

        .library-tailieu .list .list-body .tailieu-danhsach .item-list .sublist-body table tbody tr th {
            font-family: 'UISB';
            font-size: 16px;
            background: #f1f1f1;
            height: 43px;
            line-height: 43px
        }

        .library-tailieu .list .list-body .tailieu-danhsach .item-list .sublist-body table tbody tr td {
            height: 40px;
            line-height: 40px;
            font-size: 16px;
            font-family: 'UILG';
            border-top: 1px solid #e3e3e3
        }

            .library-tailieu .list .list-body .tailieu-danhsach .item-list .sublist-body table tbody tr td .fa-download {
                color: #999;
                font-size: 15px
            }

        .library-tailieu .list .list-body .tailieu-danhsach .item-list .sublist-body table tbody tr .dungluong, .library-tailieu .list .list-body .tailieu-danhsach .item-list .sublist-body table tbody tr .download, .library-tailieu .list .list-body .tailieu-danhsach .item-list .sublist-body table tbody tr .date {
            font-size: 15px;
            font-family: 'UILG'
        }

        .library-tailieu .list .list-body .tailieu-danhsach .item-list .sublist-body table tbody tr .stt {
            text-align: center;
            padding: 0 3px;
            font-size: 15px
        }

        .library-tailieu .list .list-body .tailieu-danhsach .item-list .sublist-body table tbody tr .item-link {
            color: #333;
            font-size: 15px
        }

    .library-tailieu .list .list-body .tailieu-danhsach .item-list:first-child {
        padding: 0 0 23px
    }

    .library-tailieu .list .list-body .tailieu-danhsach .phantrang {
        margin: 0
    }

    .library-tailieu .list .list-body .item-sidebar {
        padding-top: 23px
    }

.thuvientailieu .sublist-body {
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 6px 1px #d9d9d9;
    border-radius: 5px
}

    .thuvientailieu .sublist-body table tbody tr:nth-child(2) {
        background: #f6dd79
    }

    .thuvientailieu .sublist-body table tbody tr th {
        font-family: 'UISB';
        font-size: 16px;
        background: #f1f1f1;
        height: 43px;
        line-height: 43px
    }

    .thuvientailieu .sublist-body table tbody tr td {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        font-family: 'UILG';
        border-top: 1px solid #e3e3e3
    }

        .thuvientailieu .sublist-body table tbody tr td .fa-download {
            color: #999;
            font-size: 15px
        }

    .thuvientailieu .sublist-body table tbody tr .dungluong, .thuvientailieu .sublist-body table tbody tr .download, .thuvientailieu .sublist-body table tbody tr .date {
        font-size: 15px;
        font-family: 'UILG'
    }

    .thuvientailieu .sublist-body table tbody tr .stt {
        text-align: center;
        padding: 0 3px;
        font-size: 15px
    }

    .thuvientailieu .sublist-body table tbody tr .item-link {
        color: #333;
        font-size: 15px
    }

@media(max-width:767px) {
    .library .list .list-body .tabs-wrap .tabs {
        padding: 18px 0 5px
    }

        .library .list .list-body .tabs-wrap .tabs .tab {
            display: inline-block;
            margin-bottom: 14px
        }
}

.detail .list {
    padding: 64px 0 20px
}

    .detail .list .list-body .header-detail {
        border-bottom: 1px solid #eee;
        padding-bottom: 5px
    }

        .detail .list .list-body .header-detail .item-title h2 {
            font-size: 26px;
            font-family: 'UISB';
            font-weight: bold;
            margin-bottom: 0;
            padding-bottom: 18px;
            color: #333
        }

        .detail .list .list-body .header-detail .item-title h1 {
            font-size: 26px;
            font-family: 'UISB';
            font-weight: bold;
            margin-bottom: 0;
            padding-bottom: 18px;
            color: #333
        }

        .detail .list .list-body .header-detail .item-body {
            display: flex;
            padding-top: 10px
        }

            .detail .list .list-body .header-detail .item-body .item-date-view {
                width: 50%;
                color: #999;
                font-size: 14px;
                font-family: 'UILG'
            }

            .detail .list .list-body .header-detail .item-body .item-share.item-links {
                width: 50%;
                text-align: right
            }

                .detail .list .list-body .header-detail .item-body .item-share.item-links .fonttext {
                    color: #999;
                    font-size: 14px;
                    font-family: 'UILG'
                }

                .detail .list .list-body .header-detail .item-body .item-share.item-links .fontSizePlus, .detail .list .list-body .header-detail .item-body .item-share.item-links .fontSizeMinus {
                    background: #e8e8e8;
                    border-radius: 3px;
                    padding: 4px 7px;
                    margin: 0;
                    color: #999;
                    font-size: 9px;
                    font-weight: bold
                }

                .detail .list .list-body .header-detail .item-body .item-share.item-links .facebook {
                    display: inline-block
                }

    .detail .list .list-body .detail-chitiet {
        padding: 10px 0;
        text-align: justify
    }

        .detail .list .list-body .detail-chitiet .docOnine {
            padding: 20px 0
        }

        .detail .list .list-body .detail-chitiet .khung-anh {
            padding: 10px 0
        }

            .detail .list .list-body .detail-chitiet .khung-anh .row {
                margin: 0 -4px
            }

                .detail .list .list-body .detail-chitiet .khung-anh .row .col-md-7 {
                    flex: 0 0 63.8%;
                    max-width: 63.8%;
                    padding: 0 4px
                }

                .detail .list .list-body .detail-chitiet .khung-anh .row .col-md-5 {
                    flex: 0 0 36.2%;
                    max-width: 36.2%;
                    padding: 0 4px
                }

            .detail .list .list-body .detail-chitiet .khung-anh .item .item-img .imgc:before {
                padding-bottom: 59.531%
            }

            .detail .list .list-body .detail-chitiet .khung-anh .item .item-row {
                padding-bottom: 10px
            }

                .detail .list .list-body .detail-chitiet .khung-anh .item .item-row .row {
                    margin: 0 -5px
                }

                    .detail .list .list-body .detail-chitiet .khung-anh .item .item-row .row .col-md-6 {
                        padding: 0 5px
                    }

                        .detail .list .list-body .detail-chitiet .khung-anh .item .item-row .row .col-md-6 .item .item-img .imgc:before {
                            padding-bottom: 62.55%
                        }

            .detail .list .list-body .detail-chitiet .khung-anh .item #itemimg .imgc:before {
                padding-bottom: 44.286%
            }

        .detail .list .list-body .detail-chitiet .khung-anh2 {
            padding: 10px 0
        }

            .detail .list .list-body .detail-chitiet .khung-anh2 .item-box {
                padding: 6px 0
            }

                .detail .list .list-body .detail-chitiet .khung-anh2 .item-box .row {
                    margin: 0 -8px
                }

                    .detail .list .list-body .detail-chitiet .khung-anh2 .item-box .row .col-md-7 {
                        padding: 0 8px
                    }

                        .detail .list .list-body .detail-chitiet .khung-anh2 .item-box .row .col-md-7 .item .item-img .imgc:before {
                            padding-bottom: 62.5%
                        }

                    .detail .list .list-body .detail-chitiet .khung-anh2 .item-box .row .col-md-5 {
                        padding: 0 8px
                    }

                        .detail .list .list-body .detail-chitiet .khung-anh2 .item-box .row .col-md-5 .item .item-img .imgc:before {
                            padding-bottom: 82.815%
                        }

        .detail .list .list-body .detail-chitiet .thumbnail-popup {
            padding: 15px 0
        }

            .detail .list .list-body .detail-chitiet .thumbnail-popup .row {
                margin: 0 -6px
            }

                .detail .list .list-body .detail-chitiet .thumbnail-popup .row [class^='col'] {
                    padding: 0 6px
                }

                    .detail .list .list-body .detail-chitiet .thumbnail-popup .row [class^='col'] .item {
                        padding-bottom: 12px
                    }

                        .detail .list .list-body .detail-chitiet .thumbnail-popup .row [class^='col'] .item .item-img {
                            position: relative
                        }

                            .detail .list .list-body .detail-chitiet .thumbnail-popup .row [class^='col'] .item .item-img .imgc {
                                border-radius: 5px
                            }

                                .detail .list .list-body .detail-chitiet .thumbnail-popup .row [class^='col'] .item .item-img .imgc:before {
                                    padding-bottom: 66.666%
                                }

                            .detail .list .list-body .detail-chitiet .thumbnail-popup .row [class^='col'] .item .item-img .pupop {
                                position: absolute;
                                background: rgba(0,0,0,.5);
                                max-width: 100%;
                                max-height: 100%;
                                top: 0;
                                left: 0;
                                right: 0;
                                bottom: 0;
                                z-index: 9;
                                display: none
                            }

                                .detail .list .list-body .detail-chitiet .thumbnail-popup .row [class^='col'] .item .item-img .pupop .imgc0 {
                                    position: absolute;
                                    top: 50%;
                                    left: 50%;
                                    transform: translate(-50%,-50%);
                                    width: 32px;
                                    height: 32px
                                }

                        .detail .list .list-body .detail-chitiet .thumbnail-popup .row [class^='col'] .item:hover .pupop {
                            display: block
                        }

        .detail .list .list-body .detail-chitiet .formGuiYeuCauTuVan .list-title h2, .detail .list .list-body .detail-chitiet .formGuiYeuCauTuVan .item-text {
            color: #eb0606
        }

        .detail .list .list-body .detail-chitiet .formGuiYeuCauTuVan .sublist-body .item .item-form .itembody textarea {
            height: 135px
        }

        .detail .list .list-body .detail-chitiet .formGuiYeuCauTuVan .sublist-body .item .item-form .title-form .item-text {
            color: #333
        }

        .detail .list .list-body .detail-chitiet .formGuiYeuCauTuVan .luuy {
            display: none
        }

        .detail .list .list-body .detail-chitiet .khungvideo {
            padding: 15px 0
        }

            .detail .list .list-body .detail-chitiet .khungvideo .item .item-img {
                position: relative
            }

                .detail .list .list-body .detail-chitiet .khungvideo .item .item-img .imgc:before {
                    padding-bottom: 56.228%
                }

                .detail .list .list-body .detail-chitiet .khungvideo .item .item-img .popup-video {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    max-width: 100%;
                    max-height: 100%;
                    z-index: 9
                }

                    .detail .list .list-body .detail-chitiet .khungvideo .item .item-img .popup-video .imgc0 {
                        width: 50px;
                        height: 50px;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%,-50%);
                        border-radius: 5px
                    }

        .detail .list .list-body .detail-chitiet .divslider {
            padding: 20px 0 30px
        }

            .detail .list .list-body .detail-chitiet .divslider .list-title h2 {
                color: #eb0606
            }

            .detail .list .list-body .detail-chitiet .divslider .sublist-body .item .item-img .imgc:before {
                padding-bottom: 66.756%
            }

            .detail .list .list-body .detail-chitiet .divslider .sublist-body .item .item-body {
                position: relative
            }

                .detail .list .list-body .detail-chitiet .divslider .sublist-body .item .item-body .item-date {
                    background: #f6dd79;
                    font-size: 13px;
                    font-family: 'UILG';
                    color: #333;
                    text-align: center;
                    position: absolute;
                    width: 64px;
                    height: 64px;
                    bottom: 0;
                    top: -64px;
                    left: 0;
                    z-index: 9
                }

                    .detail .list .list-body .detail-chitiet .divslider .sublist-body .item .item-body .item-date b {
                        font-size: 20px;
                        font-family: 'UIBD'
                    }

                        .detail .list .list-body .detail-chitiet .divslider .sublist-body .item .item-body .item-date b:after {
                            content: '';
                            display: block;
                            border-bottom: 1px solid #cfb650;
                            width: 53px;
                            height: 1px;
                            margin: 0 auto;
                            position: relative;
                            top: 2px
                        }

                .detail .list .list-body .detail-chitiet .divslider .sublist-body .item .item-body .item-title h2 {
                    margin-bottom: 0;
                    font-size: 16px;
                    color: #333;
                    font-family: 'UIBD';
                    font-weight: bold;
                    padding: 18px 0 17px;
                    line-height: 20px
                }

                    .detail .list .list-body .detail-chitiet .divslider .sublist-body .item .item-body .item-title h2:hover {
                        color: #e1c44e
                    }

                .detail .list .list-body .detail-chitiet .divslider .sublist-body .item .item-body .item-text {
                    margin-bottom: 0;
                    font-size: 16px;
                    font-family: 'UILG';
                    font-weight: normal;
                    color: #333;
                    line-height: 22px
                }

            .detail .list .list-body .detail-chitiet .divslider .sublist-body .row {
                margin: 0 -7px
            }

                .detail .list .list-body .detail-chitiet .divslider .sublist-body .row [class^='col'] {
                    padding: 0 7px
                }

        .detail .list .list-body .detail-chitiet .form-itemimg {
            padding-top: 10px
        }

            .detail .list .list-body .detail-chitiet .form-itemimg .item .item-img-show .subitem .img img {
                max-width: 100% !important;
                width: 100% !important;
                height: 100% !important;
                max-height: 100% !important
            }

            .detail .list .list-body .detail-chitiet .form-itemimg .item .item-img-show .slick-arrow {
                background: rgba(255,255,255,.4);
                border-radius: 0;
                width: 30px;
                height: 51px;
                border: 1px solid rgba(0,0,0,.3);
                outline: none
            }

                .detail .list .list-body .detail-chitiet .form-itemimg .item .item-img-show .slick-arrow:before {
                    color: #333
                }

            .detail .list .list-body .detail-chitiet .form-itemimg .item .item-img-show .slick-prev {
                left: 10px
            }

            .detail .list .list-body .detail-chitiet .form-itemimg .item .item-img-show .slick-next {
                right: 10px
            }

            .detail .list .list-body .detail-chitiet .form-itemimg .item .item-img2 {
                padding-top: 14px
            }

                .detail .list .list-body .detail-chitiet .form-itemimg .item .item-img2 .slick-list {
                    margin: 0 -7px
                }

                    .detail .list .list-body .detail-chitiet .form-itemimg .item .item-img2 .slick-list .slick-slide {
                        padding: 0 7px
                    }

                .detail .list .list-body .detail-chitiet .form-itemimg .item .item-img2 .subitem .item-img .imgc {
                    border-radius: 5px
                }

                    .detail .list .list-body .detail-chitiet .form-itemimg .item .item-img2 .subitem .item-img .imgc:before {
                        padding-bottom: 66.666%
                    }

        .detail .list .list-body .detail-chitiet .form-thongtin {
            border: 1px solid #ebebeb;
            border-radius: 5px;
            box-shadow: 0 0 6px #ebebeb;
            margin-bottom: 15px;
            margin-top: 20px
        }

            .detail .list .list-body .detail-chitiet .form-thongtin .divform-info {
                display: flex;
                border-bottom: 1px solid #e3e3e3
            }

                .detail .list .list-body .detail-chitiet .form-thongtin .divform-info .item-left {
                    width: 250px;
                    background: #d9d9d9
                }

                    .detail .list .list-body .detail-chitiet .form-thongtin .divform-info .item-left .item-title {
                        color: #333;
                        font-family: UISB;
                        font-size: 16px;
                        padding: 9px 28px;
                        padding-left: 48px;
                        line-height: 42px;
                        width: 100%;
                        position: relative
                    }

                        .detail .list .list-body .detail-chitiet .form-thongtin .divform-info .item-left .item-title:before {
                            content: '';
                            font-family: 'fontawesome';
                            display: block;
                            position: absolute;
                            top: -3px;
                            left: 18px;
                            z-index: 1;
                            color: #eb0606;
                            height: 100%;
                            font-size: 14px
                        }

                .detail .list .list-body .detail-chitiet .form-thongtin .divform-info .item-right {
                    max-width: 945px;
                    width: 100%
                }

                    .detail .list .list-body .detail-chitiet .form-thongtin .divform-info .item-right .item-text {
                        font-size: 16px;
                        font-family: UILG;
                        color: #666;
                        margin-bottom: 0;
                        line-height: 22px;
                        margin-left: 19px;
                        margin-right: 10px;
                        padding: 10px 0;
                        display: block;
                        word-break: break-word;
                        width: 100%
                    }

                .detail .list .list-body .detail-chitiet .form-thongtin .divform-info:nth-child(2) .item-left .item-title:before {
                    content: ''
                }

                .detail .list .list-body .detail-chitiet .form-thongtin .divform-info:nth-child(3) .item-left .item-title:before {
                    content: ''
                }

                .detail .list .list-body .detail-chitiet .form-thongtin .divform-info:nth-child(4) .item-left .item-title:before {
                    content: ''
                }

                .detail .list .list-body .detail-chitiet .form-thongtin .divform-info:nth-child(5) .item-left .item-title:before {
                    content: ''
                }

                .detail .list .list-body .detail-chitiet .form-thongtin .divform-info:nth-child(6) .item-left .item-title:before {
                    content: ''
                }

                .detail .list .list-body .detail-chitiet .form-thongtin .divform-info:nth-child(7) .item-left .item-title:before {
                    content: ''
                }

                .detail .list .list-body .detail-chitiet .form-thongtin .divform-info:nth-child(8) .item-left .item-title:before {
                    content: ''
                }

                .detail .list .list-body .detail-chitiet .form-thongtin .divform-info:nth-child(9) .item-left .item-title:before {
                    content: ''
                }

        .detail .list .list-body .detail-chitiet .hoidap-khac .item-hoidap .item .item-img .imgc:before {
            padding-bottom: 0
        }

        .detail .list .list-body .detail-chitiet #link-form-yctv {
            width: 260px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-family: UIBD;
            background: #f6dd79;
            border-radius: 5px;
            font-size: 16px;
            color: #333;
            display: block;
            margin-bottom: 20px;
            cursor: pointer
        }

        .detail .list .list-body .detail-chitiet .divform .sublist-body {
            max-width: unset
        }

        .detail .list .list-body .detail-chitiet .thanhcongcu {
            margin-top: 10px
        }

        .detail .list .list-body .detail-chitiet .divform .formdatdichvu .item .item-form .itembody input {
            width: 400px
        }

    .detail .list .list-body .thuvienvideo .row, .detail .list .list-body .thuvienanh .row {
        margin: 0 -7px
    }

        .detail .list .list-body .thuvienvideo .row [class^='col'], .detail .list .list-body .thuvienanh .row [class^='col'] {
            padding: 0 7px
        }

    .detail .list .list-body .download-tailieu {
        padding: 15px 0
    }

        .detail .list .list-body .download-tailieu .item-link {
            width: 153px;
            height: 40px;
            color: #000;
            font-size: 16px;
            border-radius: 5px;
            font-family: 'UILG';
            line-height: 40px;
            text-align: center;
            display: block;
            background: #f6dd79
        }

    .detail .list .list-body .dichvu-khac .list-title h2 {
        font-family: 'UISB';
        color: #333;
        font-size: 36px;
        margin-bottom: 0;
        text-align: center
    }

    .detail .list .list-body .dichvu-khac .div-dichvu {
        margin-top: 25px
    }

        .detail .list .list-body .dichvu-khac .div-dichvu .row {
            margin: 0 -7px
        }

        .detail .list .list-body .dichvu-khac .div-dichvu [class^='col'] {
            padding: 0 7px
        }

    .detail .list .list-body .dichvu-khac .addtag .item-text {
        color: #333;
        font-family: 'UILG';
        font-size: 16px;
        margin-top: 12px
    }

    .detail .list .list-body .dichvu-khac .addtag .addshowtag .item .item-body .item-links .item-link h2 {
        width: 100%;
        display: block;
        color: #666;
        padding: 8px 0;
        font-size: 15px;
        font-family: 'UILG';
        margin-bottom: 0
    }

    .detail .list .list-body .thietke-khac {
        padding: 10px 0
    }

        .detail .list .list-body .thietke-khac .list-title h2 {
            font-family: 'UISB';
            color: #333;
            font-size: 36px;
            margin-bottom: 0;
            text-align: center
        }

            .detail .list .list-body .thietke-khac .list-title h2:after {
                content: url(Themes/Assets/css/Images/_Background/bg-tieude.png);
                width: 279px;
                height: 30px;
                display: block;
                line-height: 30px;
                margin: 0 auto
            }

        .detail .list .list-body .thietke-khac .item-design {
            padding-top: 8px
        }

            .detail .list .list-body .thietke-khac .item-design .row {
                margin: 0 -7px
            }

                .detail .list .list-body .thietke-khac .item-design .row .col-md-6.col-lg-4 {
                    padding: 0 7px
                }

            .detail .list .list-body .thietke-khac .item-design .item .item-img .imgc {
                border-radius: 5px
            }

    .detail .list .list-body .tab-cmt-fb {
        padding: 20px 0
    }

        .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs {
            text-align: center
        }

            .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs .tab {
                font-size: 26px;
                font-family: UISB;
                color: #333;
                margin: 0 10px
            }

                .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs .tab.active {
                    color: #e1c34c
                }

            .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs:after {
                content: url(Themes/Assets/css/Images/_Background/bg-tab.png);
                width: 530px;
                height: 30px;
                display: block;
                line-height: 30px;
                margin: 0 auto
            }

        .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs-content .tab-content {
            display: none
        }

            .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs-content .tab-content.active {
                display: block
            }

            .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs-content .tab-content .item {
                border: 1px solid #bebebe;
                box-shadow: 0 0 6px #bebebe;
                padding: 20px;
                border-radius: 5px
            }

                .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs-content .tab-content .item .item-body {
                    border-bottom: 1px solid #e8e8e8;
                    padding: 10px 0
                }

                    .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs-content .tab-content .item .item-body .item-title h2 {
                        font-size: 16px;
                        font-family: UIBD;
                        color: #333;
                        margin-bottom: 5px
                    }

                        .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs-content .tab-content .item .item-body .item-title h2 span {
                            font-size: 16px;
                            font-family: 'UILG';
                            color: #999
                        }

                    .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs-content .tab-content .item .item-body .item-text {
                        font-size: 16px;
                        font-family: UILG;
                        color: #333;
                        line-height: 22px;
                        margin-bottom: 0
                    }

                    .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs-content .tab-content .item .item-body .item-link {
                        font-family: 'UIBD';
                        font-size: 16px;
                        color: #333;
                        width: 297px;
                        height: 40px;
                        display: block;
                        text-align: center;
                        line-height: 40px;
                        background: #e9e9e9;
                        margin: 2px auto;
                        border-radius: 5px
                    }

                    .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs-content .tab-content .item .item-body:last-child {
                        padding: 0 0 10px
                    }

                .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs-content .tab-content .item .item-form {
                    padding-top: 22px
                }

                    .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs-content .tab-content .item .item-form .subitem-body {
                        display: flex
                    }

                        .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs-content .tab-content .item .item-form .subitem-body .item-text {
                            width: 130px;
                            font-family: 'UIBD';
                            font-size: 15px;
                            color: #333;
                            margin-bottom: 0;
                            align-self: center
                        }

                        .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs-content .tab-content .item .item-form .subitem-body input {
                            width: 350px;
                            height: 40px;
                            border: 1px solid #cdcdcd;
                            font-size: 15px;
                            font-family: 'UILG';
                            text-indent: 12px;
                            border-radius: 5px;
                            margin-bottom: 9px;
                            font-weight: bold
                        }

                            .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs-content .tab-content .item .item-form .subitem-body input::placeholder {
                                color: #333;
                                font-size: 15px;
                                font-family: 'UILG';
                                font-weight: normal
                            }

                        .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs-content .tab-content .item .item-form .subitem-body .btnipt {
                            width: 468px
                        }

                        .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs-content .tab-content .item .item-form .subitem-body textarea {
                            width: 970px;
                            height: 100px;
                            border: 1px solid #cdcdcd;
                            border-radius: 5px;
                            font-weight: bold;
                            padding: 2px 6px
                        }

                    .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs-content .tab-content .item .item-form .item-link {
                        width: 217px;
                        height: 40px;
                        display: block;
                        text-align: center;
                        line-height: 40px;
                        background: #f6dd79;
                        border-radius: 5px;
                        color: #333;
                        font-size: 16px;
                        font-family: UISB;
                        margin: 12px 0 0 129px
                    }

    .detail .list .list-body .tags {
        padding-bottom: 0
    }

        .detail .list .list-body .tags .item-title h2 {
            font-size: 16px;
            margin-bottom: 3px;
            font-weight: bold;
            font-family: 'UISB';
            color: #eb0606
        }

        .detail .list .list-body .tags .item-bl {
            color: #eb0606;
            font-size: 16px;
            font-family: 'UILG';
            position: relative;
            padding: 0 12px;
            line-height: 26px
        }

            .detail .list .list-body .tags .item-bl:after {
                content: '';
                display: block;
                width: 1px;
                height: 10px;
                background: #eb0606;
                position: absolute;
                right: 0;
                top: 4px
            }

        .detail .list .list-body .tags:after {
            content: '';
            display: block;
            margin-top: 10px;
            width: 100%;
            background-size: cover;
            background: url(Themes/Assets/css/Images/_Background/bg-boder.png) no-repeat center;
            height: 5px;
            line-height: 30px
        }

@media(max-width:1366px) {
    .detail .list .list-body .detail-chitiet p img {
        max-width: 100%;
        height: auto
    }

    .detail .list .list-body .detail-chitiet img {
        max-width: 100%
    }

    .detail .list .list-body .detail-chitiet .form-itemimg .item-img-show .item-img .imgc0 {
        border-radius: 5px;
        max-width: 1135px
    }

        .detail .list .list-body .detail-chitiet .form-itemimg .item-img-show .item-img .imgc0:before {
            padding-bottom: 83%
        }

        .detail .list .list-body .detail-chitiet .form-itemimg .item-img-show .item-img .imgc0 img {
            width: 1000px;
            height: 734px;
            transform: none
        }
}

@media(max-width:767px) {
    .detail .list .list-body .tab-cmt-fb .tab-cmt-fb .tabs-wrap .tabs:after {
        content: url(Themes/Assets/css/Images/_Background/bg-tieude.png) !important
    }

    .detail .list .list-body .tab-cmt-fb .tab-cmt-fb .tabs-wrap .tabs-content .tab-content .item .item-form .subitem-body .item-text {
        width: 222px
    }

    .detail .list .list-body .tab-cmt-fb .tab-cmt-fb .tabs-wrap .tabs-content .tab-content .item .item-form .subitem-body textarea {
        width: 555px;
        margin-left: 5px
    }

    .detail .list .list-body .tab-cmt-fb .tab-cmt-fb .tabs-wrap .tabs-content .tab-content .item .item-form .subitem-body input {
        width: 200px
    }

    .detail .list .list-body .detail-chitiet img {
        max-width: 100%;
        height: auto !important
    }

    .detail .list .list-body .detail-chitiet .divform .sublist-body .item .item-form .title-form {
        width: 200px
    }

    .detail .list .list-body .detail-chitiet .divform .sublist-body .item .item-form .itembody input, .detail .list .list-body .detail-chitiet .divform .sublist-body .item .item-form .itembody select, .detail .list .list-body .detail-chitiet .divform .sublist-body .item .item-form .itembody textarea {
        width: 500px
    }
}

@media(max-width:767px) {
    .detail .list .list-body .detail-chitiet .form-itemimg .item .item-img-show .slick-arrow {
        display: none !important
    }

    .detail .list .list-body .detail-chitiet .form-thongtin {
        overflow-x: scroll
    }

        .detail .list .list-body .detail-chitiet .form-thongtin .divform-info {
            width: 1000px
        }

    .divform .sublist-body .item .item-form .tepdinhkem #giminput {
        left: 324px !important
    }

    .duong-dan .list .list-body nav .breadcrumb {
        padding: 10px 0 !important
    }

        .duong-dan .list .list-body nav .breadcrumb .breadcrumb-item {
            line-height: 28px;
            padding-left: 5px
        }

            .duong-dan .list .list-body nav .breadcrumb .breadcrumb-item:before {
                height: 100%;
                padding-right: 5px
            }
}

.camnhan-khachhang .list {
    padding: 20px 0
}

    .camnhan-khachhang .list .list-title h2 {
        font-family: 'UISB';
        color: #333;
        font-size: 36px;
        margin-bottom: 0;
        text-align: center
    }

        .camnhan-khachhang .list .list-title h2:after {
            content: url(Themes/Assets/css/Images/_Background/bg-tieude.png);
            width: 279px;
            height: 30px;
            display: block;
            line-height: 30px;
            margin: 0 auto
        }

    .camnhan-khachhang .list .list-body .customer {
        padding: 18px 0 0
    }

        .camnhan-khachhang .list .list-body .customer .row {
            margin: 0 -7px
        }

            .camnhan-khachhang .list .list-body .customer .row [class^='col'] {
                padding: 0 7px
            }

        .camnhan-khachhang .list .list-body .customer .item {
            border: 1px solid #d9d9d9;
            box-shadow: 0 0 6px #d9d9d9;
            border-radius: 5px;
            margin-bottom: 14px;
            padding: 25px
        }

            .camnhan-khachhang .list .list-body .customer .item .item-row {
                display: flex
            }

                .camnhan-khachhang .list .list-body .customer .item .item-row .item-img {
                    margin-right: 22px;
                    position: relative
                }

                    .camnhan-khachhang .list .list-body .customer .item .item-row .item-img .imgc0 {
                        width: 73px;
                        height: 73px;
                        border-radius: 50%
                    }

                    .camnhan-khachhang .list .list-body .customer .item .item-row .item-img .subitem-imgc0 {
                        position: absolute;
                        right: -8px;
                        top: -6px;
                        z-index: 1
                    }

                        .camnhan-khachhang .list .list-body .customer .item .item-row .item-img .subitem-imgc0 .imgc0 {
                            width: 30px;
                            height: 30px
                        }

                .camnhan-khachhang .list .list-body .customer .item .item-row .subitem-body {
                    align-self: center
                }

                    .camnhan-khachhang .list .list-body .customer .item .item-row .subitem-body .item-title h2 {
                        font-family: 'UIBD';
                        font-size: 18px;
                        color: #333;
                        margin-bottom: 0
                    }

                    .camnhan-khachhang .list .list-body .customer .item .item-row .subitem-body .subtitle span {
                        font-family: 'UILG';
                        font-size: 15px;
                        color: #333
                    }

            .camnhan-khachhang .list .list-body .customer .item .item-text {
                font-family: 'UILG';
                font-size: 16px;
                color: #333;
                line-height: 25px;
                margin-bottom: 0;
                padding: 16px 0
            }

            .camnhan-khachhang .list .list-body .customer .item .item-link {
                text-transform: uppercase;
                color: #999;
                font-size: 14px;
                font-family: 'UILG'
            }

            .camnhan-khachhang .list .list-body .customer .item:hover {
                border: 1px solid #e1c24a
            }

                .camnhan-khachhang .list .list-body .customer .item:hover .item-link {
                    color: #e1c24a
                }

        .camnhan-khachhang .list .list-body .customer .phantrang {
            margin: 8px 0 22px
        }

.divslider .camnhan-khachhang {
    padding: 10px 0 0
}

    .divslider .camnhan-khachhang .row {
        margin: 0 -7px
    }

        .divslider .camnhan-khachhang .row .col-md-4 {
            padding: 0 7px
        }

    .divslider .camnhan-khachhang .item {
        border: 1px solid #d9d9d9;
        box-shadow: 0 0 6px #d9d9d9;
        border-radius: 5px;
        padding: 25px 25px 15px 25px;
        margin-bottom: 15px
    }

        .divslider .camnhan-khachhang .item .item-row {
            display: flex
        }

            .divslider .camnhan-khachhang .item .item-row .item-img {
                margin-right: 22px;
                position: relative
            }

                .divslider .camnhan-khachhang .item .item-row .item-img .imgc0 {
                    width: 73px;
                    height: 73px;
                    border-radius: 50%
                }

                .divslider .camnhan-khachhang .item .item-row .item-img .subitem-imgc0 {
                    position: absolute;
                    right: -8px;
                    top: -6px;
                    z-index: 9
                }

                    .divslider .camnhan-khachhang .item .item-row .item-img .subitem-imgc0 .imgc0 {
                        width: 30px;
                        height: 30px
                    }

            .divslider .camnhan-khachhang .item .item-row .subitem-body {
                align-self: center
            }

                .divslider .camnhan-khachhang .item .item-row .subitem-body .item-title h2 {
                    font-family: 'UIBD';
                    font-size: 18px;
                    color: #333;
                    margin-bottom: 0
                }

                .divslider .camnhan-khachhang .item .item-row .subitem-body .subtitle span {
                    font-family: 'UILG';
                    font-size: 15px;
                    color: #333
                }

        .divslider .camnhan-khachhang .item .item-text {
            font-family: 'UILG';
            font-size: 16px;
            color: #333;
            line-height: 25px;
            margin-bottom: 0;
            padding: 16px 0
        }

        .divslider .camnhan-khachhang .item .item-link {
            text-transform: uppercase;
            color: #999;
            font-size: 14px;
            font-family: 'UILG'
        }

        .divslider .camnhan-khachhang .item:hover {
            border: 1px solid #e1c24a
        }

            .divslider .camnhan-khachhang .item:hover .item-link {
                color: #e1c24a
            }

@media(max-width:767px) {
    .divslider .camnhan-khachhang .item .item-row {
        display: block
    }
}

@media(max-width:767px) {
    .divslider .list-title h2 {
        margin-bottom: 28px !important
    }

    .library-tailieu .list .list-body .tailieu-danhsach .item-list .sublist-body {
        width: 100%;
        overflow: scroll
    }

    .detail .list .list-body .detail-chitiet .divslider .thuvientailieu {
        width: 100%;
        overflow: scroll
    }

    .dichvu .list .list-title h2 span {
        background-position-x: 46px !important
    }
}

.contact .list {
    padding: 36px 0
}

    .contact .list .list-body .contact-row .item .subitem-1 {
        padding-bottom: 12px
    }

        .contact .list .list-body .contact-row .item .subitem-1 .item-body .item-title h2 {
            font-family: 'UIBD';
            font-size: 17px;
            color: #333;
            text-transform: uppercase;
            margin-bottom: 5px
        }

        .contact .list .list-body .contact-row .item .subitem-1 .item-body .item-text {
            font-family: 'UILG';
            font-size: 16px;
            color: #333;
            line-height: 25px;
            margin-bottom: 0
        }

    .contact .list .list-body .contact-row .item .subitem-2 .item-title h2 {
        font-family: 'UIBD';
        font-size: 17px;
        color: #333;
        text-transform: uppercase;
        margin-bottom: 0;
        padding: 12px 0 8px
    }

    .contact .list .list-body .contact-row .item .subitem-2 .form-contact .item {
        position: relative
    }

        .contact .list .list-body .contact-row .item .subitem-2 .form-contact .item .item-icon {
            position: absolute;
            bottom: 14px;
            left: 13px
        }

            .contact .list .list-body .contact-row .item .subitem-2 .form-contact .item .item-icon .fa {
                color: #999
            }

            .contact .list .list-body .contact-row .item .subitem-2 .form-contact .item .item-icon#icon-pen {
                top: 9px
            }

        .contact .list .list-body .contact-row .item .subitem-2 .form-contact .item input {
            width: 100%;
            height: 40px;
            border-radius: 5px;
            border: 1px solid #cdcdcd;
            margin: 4px 0;
            text-indent: 36px;
            color: #333;
            font-weight: bold
        }

            .contact .list .list-body .contact-row .item .subitem-2 .form-contact .item input::placeholder {
                font-weight: normal;
                color: #333;
                font-family: 'UILG'
            }

        .contact .list .list-body .contact-row .item .subitem-2 .form-contact .item select {
            width: 100%;
            height: 40px;
            border-radius: 5px;
            border: 1px solid #cdcdcd;
            margin: 4px 0;
            text-indent: 32px
        }

            .contact .list .list-body .contact-row .item .subitem-2 .form-contact .item select:first-child option {
                font-weight: bold
            }

            .contact .list .list-body .contact-row .item .subitem-2 .form-contact .item select::placeholder {
                color: #333;
                font-family: 'UILG'
            }

        .contact .list .list-body .contact-row .item .subitem-2 .form-contact .item textarea {
            width: 100%;
            height: 137px;
            border-radius: 5px;
            border: 1px solid #cdcdcd;
            display: block;
            text-indent: 32px;
            margin: 4px 0;
            padding-top: 10px;
            font-weight: bold
        }

            .contact .list .list-body .contact-row .item .subitem-2 .form-contact .item textarea::placeholder {
                color: #333;
                font-family: 'UILG';
                font-weight: normal
            }

    .contact .list .list-body .contact-row .item .subitem-2 .form-contact .item-links {
        margin: 24px 0 0
    }

        .contact .list .list-body .contact-row .item .subitem-2 .form-contact .item-links .item-link {
            padding: 12px 60px;
            border-radius: 5px;
            color: #333;
            font-size: 16px;
            font-family: 'UIBD';
            box-shadow: 0 0 6px #cdcdcd;
            border: 1px solid #cdcdcd
        }

            .contact .list .list-body .contact-row .item .subitem-2 .form-contact .item-links .item-link:hover {
                background: #f6dd79
            }

        .contact .list .list-body .contact-row .item .subitem-2 .form-contact .item-links #btn1 {
            margin-right: 8px
        }

        .contact .list .list-body .contact-row .item .subitem-2 .form-contact .item-links #btn2 {
            text-transform: uppercase;
            box-shadow: 0 0 6px #cdcdcd;
            border: 1px solid #cdcdcd
        }

    .contact .list .list-body .contact-row .item .list-title h2 {
        font-family: 'UIBD';
        font-size: 17px;
        color: #333;
        text-transform: uppercase;
        margin-bottom: 10px
    }

.contact-successfully .list {
    text-align: center;
    padding: 50px 0
}

    .contact-successfully .list .list-body .contact-row .item-sendpay .item-img .imgc0 {
        width: 81px;
        height: 81px;
        margin: 0 auto;
        display: block
    }

    .contact-successfully .list .list-body .contact-row .item-sendpay .item-body .item-title h2 {
        font-size: 30px;
        font-family: 'UIBD';
        margin-bottom: 14px;
        color: #333;
        padding: 20px 0 0
    }

    .contact-successfully .list .list-body .contact-row .item-sendpay .item-body .item-text {
        font-size: 16px;
        font-family: 'UILG';
        margin-bottom: 15px
    }

        .contact-successfully .list .list-body .contact-row .item-sendpay .item-body .item-text:first-child {
            margin-bottom: 0
        }

        .contact-successfully .list .list-body .contact-row .item-sendpay .item-body .item-text .item-link {
            color: #eb0606;
            font-family: 'UIBD';
            font-size: 18px;
            background: none;
            margin: 0;
            display: initial
        }

    .contact-successfully .list .list-body .contact-row .item-sendpay .item-body .item-link {
        color: #333;
        display: block;
        font-family: 'UIBD';
        font-size: 15px;
        text-transform: uppercase;
        width: 194px;
        height: 42px;
        border-radius: 5px;
        text-align: center;
        line-height: 40px;
        margin: 15px auto;
        background: #f6dd79
    }

.ketqua-timkiem .list {
    padding: 20px 0 42px
}

    .ketqua-timkiem .list .list-body .divsearch {
        position: relative;
        padding: 20px 0
    }

        .ketqua-timkiem .list .list-body .divsearch input {
            width: 100%;
            height: 40px;
            border: 1px solid #cdcdcd;
            border-radius: 5px;
            padding-left: 5x
        }

        .ketqua-timkiem .list .list-body .divsearch .submit {
            position: absolute;
            right: 0;
            top: 20px;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px
        }

            .ketqua-timkiem .list .list-body .divsearch .submit .fa {
                color: #333
            }

    .ketqua-timkiem .list .list-body .divketqua {
        padding: 22px 0 10px
    }

        .ketqua-timkiem .list .list-body .divketqua .item-title h2 {
            font-size: 36px;
            font-family: UILG;
            color: #333;
            text-align: center;
            margin-bottom: 0
        }

            .ketqua-timkiem .list .list-body .divketqua .item-title h2 span {
                font-family: UISB;
                color: #333;
                font-size: 36px
            }

            .ketqua-timkiem .list .list-body .divketqua .item-title h2:after {
                content: url(Themes/Assets/css/Images/_Background/bg-tieude.png);
                width: 279px;
                height: 30px;
                display: block;
                line-height: 30px;
                margin: 0 auto
            }

    .ketqua-timkiem .list .list-body .listitem-body .row {
        margin: 0 -7px
    }

        .ketqua-timkiem .list .list-body .listitem-body .row [class^='col'] {
            padding: 0 7px
        }

    .ketqua-timkiem .list .list-body .listitem-body .sublist-body {
        padding: 27px 0 0
    }

        .ketqua-timkiem .list .list-body .listitem-body .sublist-body .item .item-img .imgc:before {
            padding-bottom: 66.756%
        }

        .ketqua-timkiem .list .list-body .listitem-body .sublist-body .item .item-body {
            position: relative
        }

            .ketqua-timkiem .list .list-body .listitem-body .sublist-body .item .item-body .item-date {
                background: #f6dd79;
                font-size: 13px;
                font-family: 'UILG';
                color: #303536;
                text-align: center;
                position: absolute;
                width: 64px;
                height: 64px;
                bottom: 0;
                top: -64px;
                left: 0;
                z-index: 9
            }

                .ketqua-timkiem .list .list-body .listitem-body .sublist-body .item .item-body .item-date b {
                    font-size: 20px;
                    font-family: 'UIBD';
                    color: #303536
                }

                    .ketqua-timkiem .list .list-body .listitem-body .sublist-body .item .item-body .item-date b:after {
                        content: '';
                        display: block;
                        border-bottom: 1px solid #cfb650;
                        width: 53px;
                        height: 1px;
                        margin: 0 auto;
                        position: relative;
                        top: 2px
                    }

            .ketqua-timkiem .list .list-body .listitem-body .sublist-body .item .item-body .item-title h2 {
                margin-bottom: 0;
                font-size: 16px;
                color: #333;
                font-family: 'UIBD';
                font-weight: bold;
                padding: 18px 0 17px;
                line-height: 20px;
                height: 72px;
                overflow: hidden
            }

                .ketqua-timkiem .list .list-body .listitem-body .sublist-body .item .item-body .item-title h2:hover {
                    color: #e1c44e
                }

            .ketqua-timkiem .list .list-body .listitem-body .sublist-body .item .item-body .item-text {
                margin-bottom: 0;
                font-size: 16px;
                font-family: 'UILG';
                font-weight: normal;
                color: #333;
                line-height: 22px;
                height: 70px;
                overflow: hidden
            }

        .ketqua-timkiem .list .list-body .listitem-body .sublist-body:after {
            content: '';
            display: block;
            margin-top: 20px;
            width: 100%;
            background-size: cover;
            background: url(Themes/Assets/css/Images/_Background/bg-boder.png) no-repeat center;
            height: 5px
        }

        .ketqua-timkiem .list .list-body .listitem-body .sublist-body:first-child {
            padding: 0
        }

    .ketqua-timkiem .list .list-body .listitem-body .phantrang {
        text-align: center
    }

        .ketqua-timkiem .list .list-body .listitem-body .phantrang .SplitPages a {
            padding: 8px 16px;
            border: 1px solid #e1e1e1;
            margin-right: 4px;
            color: #666;
            font-size: 14px;
            font-family: 'UILG';
            display: inline-block;
            margin-bottom: 5px
        }

        .ketqua-timkiem .list .list-body .listitem-body .phantrang .SplitPages .hientai {
            color: #fff;
            background: #f6dd79;
            border-color: #f6dd79
        }

.dichvu .list {
    padding: 48px 0 45px
}

    .dichvu .list .list-title h2 {
        font-family: 'UISB';
        color: #333;
        font-size: 36px;
        margin-bottom: 8px;
        text-align: center
    }

    .dichvu .list .list-body .row {
        margin: 0 -7px
    }

        .dichvu .list .list-body .row [class^='col'] {
            padding: 0 7px
        }

    .dichvu .list .list-body .div-dichvu {
        padding-top: 25px
    }

    .dichvu .list .list-body .phantrang {
        margin: 10px 0
    }

#dichvu-detail .divform .sublist-body {
    height: 277px
}

    #dichvu-detail .divform .sublist-body .item .item-form .itembody textarea {
        height: 136px
    }

    #dichvu-detail .divform .sublist-body .item-links {
        margin: 3px 0
    }

        #dichvu-detail .divform .sublist-body .item-links .item-link {
            background: #f6dd79;
            font-size: 16px;
            font-weight: bold;
            font-family: 'UIBD';
            width: 217px;
            height: 40px;
            border-radius: 5px;
            color: #333;
            display: block;
            text-align: center;
            line-height: 40px;
            margin: 0 auto
        }

.div-dichvu .item {
    position: relative;
    margin-bottom: 14px;
    overflow: hidden
}

    .div-dichvu .item .item-img .imgc {
        border-radius: 5px
    }

        .div-dichvu .item .item-img .imgc:before {
            padding-bottom: 66.756%
        }

        .div-dichvu .item .item-img .imgc img {
            transition: all .5s ease;
            transform: scale(1.1)
        }

    .div-dichvu .item .item-body {
        position: absolute;
        bottom: 0;
        z-index: 9;
        left: 0;
        right: 0
    }

        .div-dichvu .item .item-body h2 {
            text-align: center;
            margin-bottom: 10px
        }

            .div-dichvu .item .item-body h2 .item-title {
                color: #fff;
                font-size: 18px;
                font-family: 'UIBD'
            }

    .div-dichvu .item:hover .item-img img {
        transition: all .5s ease;
        transform: scale(1.2)
    }

    .div-dichvu .item:hover .item-body {
        background: linear-gradient(0deg,#000 0%,rgba(255,255,255,.21) 158%)
    }

        .div-dichvu .item:hover .item-body h2 .item-title {
            color: #e1c44e
        }

.form-dangkynhamau .list {
    padding: 56px 0 0
}

    .form-dangkynhamau .list .list-body .divsubitem {
        border: 1px solid #bebebe;
        box-shadow: 0 0 5px #bebebe;
        padding: 31px;
        border-radius: 5px
    }

        .form-dangkynhamau .list .list-body .divsubitem .form-banner-lef .item .item-img .imgc0 {
            width: 352px;
            height: 680px
        }

        .form-dangkynhamau .list .list-body .divsubitem .form-right {
            background: url(Themes/Assets/css/Images/Album/khungform.png) no-repeat center;
            display: block;
            background-size: contain;
            padding: 40px 75px;
            width: 100%;
            height: 100%;
            background-position-x: 15px
        }

            .form-dangkynhamau .list .list-body .divsubitem .form-right .list-title {
                font-size: 30px;
                font-family: 'UISB';
                text-align: center;
                margin-bottom: 0
            }

            .form-dangkynhamau .list .list-body .divsubitem .form-right .item-text {
                font-size: 15px;
                font-family: 'UILG';
                margin-bottom: 0;
                text-align: center
            }

            .form-dangkynhamau .list .list-body .divsubitem .form-right .item-body {
                padding-top: 27px
            }

                .form-dangkynhamau .list .list-body .divsubitem .form-right .item-body .divform-control {
                    display: flex;
                    margin-bottom: 7px
                }

                    .form-dangkynhamau .list .list-body .divsubitem .form-right .item-body .divform-control .item-divtext {
                        align-self: center;
                        width: 190px;
                        font-size: 15px;
                        font-family: 'UIBD';
                        color: #333
                    }

                    .form-dangkynhamau .list .list-body .divsubitem .form-right .item-body .divform-control .item-divform {
                        width: 415px
                    }

                        .form-dangkynhamau .list .list-body .divsubitem .form-right .item-body .divform-control .item-divform input {
                            width: 100%;
                            height: 40px;
                            border: 1px solid #ccc;
                            border-radius: 5px;
                            padding-left: 10px;
                            color: #333;
                            display: block
                        }

                            .form-dangkynhamau .list .list-body .divsubitem .form-right .item-body .divform-control .item-divform input::placeholder {
                                color: #333;
                                font-family: 'UILG';
                                font-size: 15px
                            }

                        .form-dangkynhamau .list .list-body .divsubitem .form-right .item-body .divform-control .item-divform select {
                            width: 100%;
                            height: 40px;
                            border: 1px solid #ccc;
                            border-radius: 5px;
                            padding-left: 10px;
                            color: #333;
                            display: block;
                            background: url(Themes/Assets/css/images/_Icon/icon-down.png) center right no-repeat;
                            -moz-appearance: none;
                            -webkit-appearance: none;
                            background-position-x: calc(100% - 13px)
                        }

                        .form-dangkynhamau .list .list-body .divsubitem .form-right .item-body .divform-control .item-divform .item-link {
                            width: 217px;
                            height: 40px;
                            border-radius: 5px;
                            background: #f6dd79;
                            color: #333;
                            display: block;
                            font-size: 16px;
                            font-family: 'UIBD';
                            text-align: center;
                            line-height: 40px;
                            margin-top: 6px
                        }

                    .form-dangkynhamau .list .list-body .divsubitem .form-right .item-body .divform-control:last-child {
                        margin-bottom: 0
                    }

    .form-dangkynhamau .list .list-body .subitem-2 {
        padding: 29px 0 0;
        position: relative
    }

        .form-dangkynhamau .list .list-body .subitem-2:after {
            content: '';
            display: block;
            margin-top: 5px;
            width: 100%;
            background-size: cover;
            background: url(Themes/Assets/css/Images/_Background/bg-boder.png) no-repeat center;
            height: 5px;
            line-height: 30px
        }

        .form-dangkynhamau .list .list-body .subitem-2 .list-title h2 {
            font-size: 36px;
            color: #eb0606;
            text-align: center;
            font-family: UISB;
            margin-bottom: 12px
        }

            .form-dangkynhamau .list .list-body .subitem-2 .list-title h2 span {
                position: relative;
                background: url(Themes/Assets/css/Images/_Background/bg-center2.png) no-repeat bottom center;
                background-size: inherit;
                padding: 0 0 25px;
                background-position-y: 46px
            }

                .form-dangkynhamau .list .list-body .subitem-2 .list-title h2 span:before {
                    content: '';
                    background: url(Themes/Assets/css/Images/_Background/bg-center-left.png) no-repeat center;
                    background-size: contain;
                    display: block;
                    position: absolute;
                    width: 16px;
                    height: 10px;
                    top: calc(100% - 22px);
                    left: -10px;
                    margin: 0 auto;
                    text-align: center
                }

                .form-dangkynhamau .list .list-body .subitem-2 .list-title h2 span:after {
                    content: '';
                    background: url(Themes/Assets/css/Images/_Background/bg-center-right.png) no-repeat center;
                    background-size: contain;
                    display: block;
                    position: absolute;
                    width: 16px;
                    height: 10px;
                    top: calc(100% - 22px);
                    right: -10px;
                    z-index: 1;
                    margin: 0 auto;
                    text-align: center
                }

        .form-dangkynhamau .list .list-body .subitem-2 .sublist-body {
            position: relative;
            padding: 14px 0
        }

            .form-dangkynhamau .list .list-body .subitem-2 .sublist-body .item-tag-links {
                text-align: center
            }

                .form-dangkynhamau .list .list-body .subitem-2 .sublist-body .item-tag-links .item-link {
                    font-size: 15px;
                    color: #eb0606;
                    font-family: UILG;
                    text-align: center;
                    padding: 0 9px;
                    position: relative
                }

                    .form-dangkynhamau .list .list-body .subitem-2 .sublist-body .item-tag-links .item-link:after {
                        content: '';
                        display: block;
                        position: absolute;
                        width: 1px;
                        height: 10px;
                        background: #dbdbdb;
                        top: 5px;
                        right: 0
                    }

                    .form-dangkynhamau .list .list-body .subitem-2 .sublist-body .item-tag-links .item-link:hover {
                        color: red
                    }

        .form-dangkynhamau .list .list-body .subitem-2 .item-cow .row {
            margin: 0 -7px
        }

            .form-dangkynhamau .list .list-body .subitem-2 .item-cow .row [class^='col'] {
                padding: 0 7px
            }

        .form-dangkynhamau .list .list-body .subitem-2:last-child:after {
            display: none
        }

@media(max-width:1366px) {
    .form-dangkynhamau .list .list-body .divsubitem {
        padding: 10px
    }

        .form-dangkynhamau .list .list-body .divsubitem .form-banner-lef .item .item-img .imgc0 {
            width: 303px;
            height: 631px
        }

        .form-dangkynhamau .list .list-body .divsubitem .form-right {
            padding: 15px 47px;
            background-position-x: 0;
            background-position-y: 0
        }

    .item-sidebar .item-sotang .item-body ul li a {
        width: 98px
    }

    .item-sidebar .item-sotang .item-body ul li:nth-child(3n) {
        margin-right: 0
    }

    .item-sidebar .item-mattien .item-body ul li a {
        width: 150px
    }

    .item-sidebar .item-mattien .item-body ul li:nth-child(2n) {
        margin-right: 0
    }
}

@media(max-width:767px) {
    .form-dangkynhamau .list .list-body .col-md-9, .form-dangkynhamau .list .list-body .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .form-dangkynhamau .list .list-body .divsubitem {
        padding: 22px
    }

        .form-dangkynhamau .list .list-body .divsubitem .col-md-5.col-lg-4, .form-dangkynhamau .list .list-body .divsubitem .col-md-7.col-lg-8 {
            flex: 0 0 100%;
            max-width: 100%
        }

        .form-dangkynhamau .list .list-body .divsubitem .form-banner-lef {
            display: none
        }

        .form-dangkynhamau .list .list-body .divsubitem .form-right {
            padding: 40px 50px;
            background-position-x: 0
        }

    .form-dangkynhamau .list .list-body .subitem-2 .item-cow .item-design .item .item-body .item-title {
        height: 59px
    }

    .item-sidebar .item-mattien .item-body ul li a {
        width: 141px
    }
}

@media(max-width:767px) {
    .form-dangkynhamau .list .list-body .divsubitem {
        padding: 10px
    }

        .form-dangkynhamau .list .list-body .divsubitem .form-right {
            padding: 20px 0;
            background: #fff
        }

            .form-dangkynhamau .list .list-body .divsubitem .form-right .item-body .divform-control {
                display: block
            }

                .form-dangkynhamau .list .list-body .divsubitem .form-right .item-body .divform-control .item-divtext {
                    width: 100%
                }

                .form-dangkynhamau .list .list-body .divsubitem .form-right .item-body .divform-control .item-divform {
                    width: 100%
                }

    .form-dangkynhamau .list .list-body .subitem-2 .sublist-body .item-tag-links .item-link {
        display: inline-block
    }

    .item-sidebar .item-sotang .item-body ul li a {
        width: 120px
    }

    .item-sidebar .item-mattien .item-body ul li a {
        width: 183px
    }
}

@media(max-width:375px) {
    .item-sidebar .item-sotang .item-body ul li a {
        width: 107px
    }

    .item-sidebar .item-mattien .item-body ul li a {
        width: 164px
    }
}

.header .header-top {
    background: url(Themes/Assets/css/Images/_Background/bg-headertop.jpg) no-repeat center;
    background-size: cover;
    height: 44px
}

    .header .header-top .list .list-body .col-lg-5 {
        flex: 0 0 47.66667%;
        max-width: 47.66667%
    }

    .header .header-top .list .list-body .col-lg-7 {
        flex: 0 0 52.33333%;
        max-width: 52.33333%
    }

    .header .header-top .list .list-body .header-left {
        display: flex;
        line-height: 44px;
        text-align: left
    }

        .header .header-top .list .list-body .header-left .hotline {
            color: #eb0606;
            border-radius: 15px;
            background: #fff;
            font-family: UIMD;
            width: 200px;
            height: 28px;
            line-height: 28px;
            text-align: center;
            margin: 8px 10px 8px 0
        }

            .header .header-top .list .list-body .header-left .hotline .fa {
                margin-right: 5px
            }

        .header .header-top .list .list-body .header-left .email {
            color: #fff;
            font-family: UIMD;
            font-size: 15px;
            padding: 0 18px
        }

            .header .header-top .list .list-body .header-left .email .fa {
                margin-right: 8px
            }

        .header .header-top .list .list-body .header-left .form-popup {
            padding-left: 8px;
            position: relative
        }

            .header .header-top .list .list-body .header-left .form-popup .item-link {
                color: #fff;
                font-size: 16px;
                background: #eb0606;
                font-family: UIMD;
                height: 28px;
                display: block;
                margin-top: 8px;
                text-align: center;
                z-index: 9;
                line-height: 28px;
                border-radius: 15px;
                padding: 0 35px 0 20px
            }

                .header .header-top .list .list-body .header-left .form-popup .item-link .fa {
                    color: #fff;
                    margin: 0 8px
                }

            .header .header-top .list .list-body .header-left .form-popup .imgsao {
                position: absolute;
                top: 10px;
                right: 10px
            }

    .header .header-top .list .list-body .header-right {
        display: flex;
        text-align: right;
        line-height: 44px
    }

        .header .header-top .list .list-body .header-right .form-popup {
            width: 370px;
            margin-left: 57px;
            position: relative
        }

            .header .header-top .list .list-body .header-right .form-popup .item-link {
                font-size: 16px;
                background: #eb0606;
                font-family: UIMD;
                color: #fff;
                width: 220px;
                height: 28px;
                display: block;
                margin-top: 8px;
                text-align: center;
                margin-left: 54px;
                border-radius: 15px;
                line-height: 28px;
                position: relative
            }

                .header .header-top .list .list-body .header-right .form-popup .item-link .fa {
                    font-size: 14px;
                    position: absolute;
                    left: 13px;
                    top: 6px
                }

            .header .header-top .list .list-body .header-right .form-popup .imgsao {
                position: absolute;
                top: 2px;
                right: 8px
            }

        .header .header-top .list .list-body .header-right .menu-header-top {
            width: 357px
        }

            .header .header-top .list .list-body .header-right .menu-header-top .item-link-menu {
                margin: 0 9px;
                color: #fff;
                font-family: UILG;
                position: relative
            }

                .header .header-top .list .list-body .header-right .menu-header-top .item-link-menu:after {
                    content: url(Themes/Assets/css/Images/_Icon/icon-menu2.png);
                    display: block;
                    position: absolute;
                    right: -10px;
                    top: -5px
                }

                .header .header-top .list .list-body .header-right .menu-header-top .item-link-menu:last-child:after {
                    display: none
                }

                .header .header-top .list .list-body .header-right .menu-header-top .item-link-menu:nth-child(2) {
                    color: #eb0606
                }

        .header .header-top .list .list-body .header-right .search-header {
            position: relative;
            width: 250px;
            z-index: 9
        }

            .header .header-top .list .list-body .header-right .search-header input {
                height: 28px;
                width: 161px;
                border-radius: 22px;
                border: 1px solid #fff;
                text-indent: 10px;
                line-height: 28px;
                outline: none
            }

                .header .header-top .list .list-body .header-right .search-header input::placeholder {
                    color: #333;
                    font-size: 12px;
                    font-family: UILG;
                    color: #313535;
                    line-height: 28px
                }

            .header .header-top .list .list-body .header-right .search-header .item-link {
                position: absolute;
                right: 0;
                top: 10px;
                color: #313535;
                width: 26px;
                height: 26px;
                text-align: center;
                line-height: 23px;
                background: #fff;
                border-top-right-radius: 20px;
                border-bottom-right-radius: 20px
            }

.header .header-main {
    background: url(Themes/Assets/css/Images/_Background/bg-menu.jpg) no-repeat center;
    height: 86px;
    background-size: cover;
    display: flex;
    align-items: center
}

    .header .header-main .list .list-body .header-logo {
        width: 154px;
        position: absolute;
        left: calc(50% - 80px);
        top: 0;
        z-index: 99
    }

    .header .header-main .list .list-body .header-menu {
        line-height: 50px
    }

        .header .header-main .list .list-body .header-menu nav {
            position: relative
        }

            .header .header-main .list .list-body .header-menu nav ul li {
                list-style: none;
                display: inline-block
            }

                .header .header-main .list .list-body .header-menu nav ul li a {
                    color: #fff;
                    font-size: 15px;
                    font-family: UIMD;
                    padding: 0 15px 0 10px;
                    text-transform: uppercase;
                    position: relative;
                    display: block
                }

                    .header .header-main .list .list-body .header-menu nav ul li a .fa {
                        font-size: 18px
                    }

                    .header .header-main .list .list-body .header-menu nav ul li a:after {
                        content: '';
                        display: block;
                        font-family: FontAwesome;
                        text-align: center;
                        position: absolute;
                        color: #fff;
                        right: 2px;
                        bottom: 0
                    }

                .header .header-main .list .list-body .header-menu nav ul li:hover a {
                    background: #eb0606
                }

                .header .header-main .list .list-body .header-menu nav ul li.active:hover a {
                    color: #fff
                }

                    .header .header-main .list .list-body .header-menu nav ul li.active:hover a a {
                        color: #333
                    }

                    .header .header-main .list .list-body .header-menu nav ul li.active:hover a:after {
                        color: #fff
                    }

                .header .header-main .list .list-body .header-menu nav ul li.active a {
                    color: #eb0606
                }

                    .header .header-main .list .list-body .header-menu nav ul li.active a:after {
                        color: #eb0606
                    }

                .header .header-main .list .list-body .header-menu nav ul li:nth-child(6) {
                    margin-left: 182px
                }

                .header .header-main .list .list-body .header-menu nav ul li:first-child a {
                    padding-right: 9px;
                    padding-left: 9px
                }

                    .header .header-main .list .list-body .header-menu nav ul li:first-child a:after {
                        display: none
                    }

                .header .header-main .list .list-body .header-menu nav ul li:nth-child(2) a {
                    padding-left: 9px
                }

                .header .header-main .list .list-body .header-menu nav ul li:hover > ul.dn {
                    display: flex;
                    justify-content: space-between
                }

                .header .header-main .list .list-body .header-menu nav ul li ul.dn li {
                    display: block
                }

                    .header .header-main .list .list-body .header-menu nav ul li ul.dn li a {
                        padding: 10px 10px 20px;
                        color: #333
                    }

                        .header .header-main .list .list-body .header-menu nav ul li ul.dn li a:after {
                            content: '';
                            width: 40px;
                            height: 1px;
                            background: #ddba31;
                            display: block;
                            position: relative;
                            top: 15px;
                            left: 0
                        }

                    .header .header-main .list .list-body .header-menu nav ul li ul.dn li > ul li a:after {
                        display: none
                    }

                    .header .header-main .list .list-body .header-menu nav ul li ul.dn li:hover ul.dn {
                        display: block
                    }

            .header .header-main .list .list-body .header-menu nav .togget {
                display: none;
                position: relative;
                cursor: pointer;
                -webkit-transition: .6s;
                transition: .6s;
                z-index: 99999999999;
                font-size: 18px;
                font-family: UILG;
                color: #fff;
                bottom: 0;
                left: 20px;
                text-transform: uppercase
            }

                .header .header-main .list .list-body .header-menu nav .togget span {
                    top: 7px;
                    transition: 500ms ease-in;
                    width: 16px;
                    height: 2px;
                    background-color: #fff;
                    position: absolute;
                    left: -25px;
                    -webkit-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out
                }

                    .header .header-main .list .list-body .header-menu nav .togget span:before {
                        width: 21px;
                        height: 2px;
                        background-color: #fff;
                        position: absolute;
                        right: 0;
                        content: ' ';
                        left: 0;
                        -webkit-transform: translateY(-9px);
                        -moz-transform: translateY(-9px);
                        transform: translateY(-9px);
                        -webkit-transition: .6s;
                        transition: .6s
                    }

                    .header .header-main .list .list-body .header-menu nav .togget span:after {
                        height: 2px;
                        background-color: #fff;
                        position: absolute;
                        right: 0;
                        content: ' ';
                        width: 11px;
                        left: 0;
                        -webkit-transform: translateY(9px);
                        -moz-transform: translateY(9px);
                        transform: translateY(9px);
                        -webkit-transition: .6s;
                        transition: .6s
                    }

            .header .header-main .list .list-body .header-menu nav #togetid.is-active span {
                width: 0
            }

                .header .header-main .list .list-body .header-menu nav #togetid.is-active span:before {
                    top: -10px;
                    width: 21px;
                    -webkit-transform: translateY(13px) rotate(45deg);
                    -ms-transform: translateY(13px) rotate(45deg);
                    -o-transform: translateY(13px) rotate(45deg);
                    transform: translateY(13px) rotate(45deg)
                }

                .header .header-main .list .list-body .header-menu nav #togetid.is-active span:after {
                    top: 16px;
                    width: 21px;
                    -webkit-transform: translateY(-13px) rotate(-45deg);
                    -ms-transform: translateY(-13px) rotate(-45deg);
                    -o-transform: translateY(-13px) rotate(-45deg);
                    transform: translateY(-13px) rotate(-45deg)
                }

.banner .item .item-img .imgc:before {
    padding-bottom: 33.42%
}

.banner {
    line-height: 0;
    position: relative
}

    .banner .list {
        position: relative
    }

        .banner .list .list-body {
            position: absolute;
            bottom: 24px
        }

            .banner .list .list-body .item {
                display: flex
            }

                .banner .list .list-body .item .item-img {
                    margin-right: 15px
                }

                    .banner .list .list-body .item .item-img .imgc0 {
                        width: 74px;
                        height: 74px
                    }

                .banner .list .list-body .item .item-body .item-title h2 {
                    color: #fff;
                    font-size: 16px;
                    text-transform: uppercase;
                    font-family: 'UIMD'
                }

                .banner .list .list-body .item .item-body .item-text {
                    color: #fff;
                    font-family: 'UILG';
                    font-size: 15px;
                    margin-bottom: 0;
                    line-height: 25px
                }

                .banner .list .list-body .item .item-body:hover h2, .banner .list .list-body .item .item-body:hover .item-text {
                    font-weight: bold;
                    text-shadow: 0 0 5px #fff
                }

    .banner .slick-banner .slick-prev {
        left: 0
    }

    .banner .slick-banner .slick-next {
        right: 0
    }

    .banner .luachon2 {
        position: absolute;
        bottom: 0;
        background: rgba(0,0,0,.5);
        height: 100px;
        margin: 0 auto;
        display: block;
        width: 100%;
        padding: 8px 0
    }

        .banner .luachon2 .divtext-noidung p {
            margin-bottom: 0;
            line-height: 25px
        }

.content-box1 .list {
    padding: 25px 0 20px
}

    .content-box1 .list .list-body .divform .sublist-body .item .item-form .tepdinhkem {
        position: relative;
        cursor: pointer
    }

        .content-box1 .list .list-body .divform .sublist-body .item .item-form .tepdinhkem::placeholder {
            color: #999 !important
        }

    .content-box1 .list .list-body .formGuiYeuCauTuVan .list-title h2 {
        color: #eb0606
    }

    .content-box1 .list .list-body .formGuiYeuCauTuVan .item-text {
        color: #eb0606
    }

    .content-box1 .list .list-body .formGuiYeuCauTuVan .sublist-body .item .item-form .item-links .item-link {
        color: #eb0606
    }

    .content-box1 .list .list-body .formGuiYeuCauTuVan .luuy {
        display: none
    }

    .content-box1 .list .list-body .divform .sublist-body .item .item-form .itembody textarea {
        height: 135px
    }

    .content-box1 .list .list-body .item-mobi .item-links .item-link {
        display: none
    }

.content-box2 .list .list-body .sublist-box1 {
    text-align: center;
    padding: 25px 0 20px
}

    .content-box2 .list .list-body .sublist-box1:after {
        content: '';
        display: block;
        margin-top: 5px;
        width: 100%;
        background-size: cover;
        background: url(Themes/Assets/css/Images/_Background/bg-boder.png) no-repeat center;
        height: 5px;
        line-height: 30px
    }

    .content-box2 .list .list-body .sublist-box1 .sublist-title h2 {
        font-family: 'UILG';
        color: #333;
        margin-bottom: 0;
        padding: 10px 0
    }

        .content-box2 .list .list-body .sublist-box1 .sublist-title h2 span {
            background: #f6dd79;
            font-size: 40px;
            color: #eb0606;
            padding: 10px 15px;
            text-transform: uppercase;
            font-family: 'UIBD';
            border-radius: 5px;
            margin-right: 4px
        }

    .content-box2 .list .list-body .sublist-box1 .sublist-title .codetitle-moi {
        display: flex;
        justify-content: center
    }

        .content-box2 .list .list-body .sublist-box1 .sublist-title .codetitle-moi .slide-verticar {
            background: #eb0606;
            border-radius: 5px;
            width: 30%;
            margin: 0;
            height: 54px;
            top: 4px;
            line-height: 54px;
            margin-left: 4px
        }

            .content-box2 .list .list-body .sublist-box1 .sublist-title .codetitle-moi .slide-verticar .sp2 {
                font-family: 'UIBD';
                font-size: 35px;
                color: #fff;
                text-transform: inherit
            }

            .content-box2 .list .list-body .sublist-box1 .sublist-title .codetitle-moi .slide-verticar .slick-list {
                height: 100%
            }

                .content-box2 .list .list-body .sublist-box1 .sublist-title .codetitle-moi .slide-verticar .slick-list .slick-list {
                    height: 100%
                }

    .content-box2 .list .list-body .sublist-box1 .noidung-about {
        padding: 15px 141px
    }

        .content-box2 .list .list-body .sublist-box1 .noidung-about .item-text {
            font-size: 16px;
            color: #333;
            font-family: 'UILG';
            line-height: 25px;
            margin-bottom: 0
        }

    .content-box2 .list .list-body .sublist-box1 .item-link {
        width: 194px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin: 0 auto;
        font-family: 'UIBD';
        font-size: 16px;
        background: #f6dd79;
        display: block;
        border-radius: 5px;
        color: #333;
        margin-bottom: 40px
    }

.content-box2 .list .list-body .sublist-box2 .item-video .item .item-img .imgc {
    position: relative;
    cursor: pointer
}

    .content-box2 .list .list-body .sublist-box2 .item-video .item .item-img .imgc:before {
        padding-bottom: 56.191%
    }

.content-box2 .list .list-body .sublist-box2 .item-video .item .item-img .palyclass {
    width: 67px;
    height: 48px;
    display: block;
    background: rgba(0,0,0,.5);
    border-radius: 12px;
    z-index: 9;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none
}

    .content-box2 .list .list-body .sublist-box2 .item-video .item .item-img .palyclass:focus {
        outline: none
    }

    .content-box2 .list .list-body .sublist-box2 .item-video .item .item-img .palyclass .tamgiac {
        border-left-color: #fff;
        display: block;
        position: absolute;
        z-index: 3;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 11px 0 11px 20px;
        border-color: transparent transparent transparent #fff;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        transition: all .2s ease
    }

    .content-box2 .list .list-body .sublist-box2 .item-video .item .item-img .palyclass:hover {
        background: #eb0606
    }

.content-box2 .list .list-body .sublist-box2 .item-video .item .item-body {
    position: relative
}

    .content-box2 .list .list-body .sublist-box2 .item-video .item .item-body .item-title h2 {
        position: absolute;
        bottom: 16px;
        left: 18px;
        z-index: 9;
        margin-bottom: 0;
        font-size: 18px;
        font-family: 'Roboto';
        color: #fff
    }

.content-box2 .list .list-body .sublist-box2 .item-video .item:hover a.palyclass {
    background: red !important
}

.content-box2 .list .list-body .sublist-box2 .item-video2 .slick-list {
    margin: 0 -4px
}

    .content-box2 .list .list-body .sublist-box2 .item-video2 .slick-list .slick-slide {
        padding: 0 4px
    }

.content-box2 .list .list-body .sublist-box2 .item-video2 .slick-arrow {
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,.4)
}

    .content-box2 .list .list-body .sublist-box2 .item-video2 .slick-arrow:hover {
        background: rgba(0,0,0,.8)
    }

    .content-box2 .list .list-body .sublist-box2 .item-video2 .slick-arrow:focus {
        outline: none
    }

.content-box2 .list .list-body .sublist-box2 .item-video2 .slick-prev {
    left: -20px
}

.content-box2 .list .list-body .sublist-box2 .item-video2 .slick-next {
    right: -20px
}

.content-box2 .list .list-body .sublist-box2 .item-video2 .item .item-img {
    position: relative;
    cursor: pointer
}

    .content-box2 .list .list-body .sublist-box2 .item-video2 .item .item-img .imgc:before {
        padding-bottom: 55.86%
    }

    .content-box2 .list .list-body .sublist-box2 .item-video2 .item .item-img .subicon {
        position: absolute;
        bottom: 50%;
        left: 50%;
        z-index: 9
    }

        .content-box2 .list .list-body .sublist-box2 .item-video2 .item .item-img .subicon .palyclass span {
            border-left-color: rgba(255,255,255,.4);
            display: block;
            position: absolute;
            z-index: 3;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 15px 0 15px 30px;
            border-color: transparent transparent transparent rgba(255,255,255,.5);
            -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            transition: all .2s ease
        }

        .content-box2 .list .list-body .sublist-box2 .item-video2 .item .item-img .subicon .palyclass:hover span {
            border-left-color: #fff
        }

.content-box2 .list .list-body .sublist-box2 .divform2:after {
    display: none
}

.content-box2 .list .list-body .sublist-box2 .divform2 .item-row .item-links#xemhn, .content-box2 .list .list-body .sublist-box2 .divform2 .item-row #xemtuoi, .content-box2 .list .list-body .sublist-box2 .divform2 .item-row #dutoan {
    display: none
}

.content-box2 .list .list-body .sublist-box2 .divform2 .item-row .item {
    padding: 30px !important
}

    .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .item .item-body {
        padding: 15px 0 0
    }

        .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .item .item-body .form-controls .number-gt {
            margin-right: 2px
        }

        .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .item .item-body .form-controls .item-text {
            margin-bottom: 3px
        }

        .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .item .item-body .form-controls input {
            margin-bottom: 8px
        }

        .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .item .item-body .item-link {
            width: 128px;
            height: 40px
        }

.content-box2 .list .list-body .sublist-box2 .divform2 .item-row #dtct .item-body .form-controls #tbLoaiNha {
    margin-right: 7px
}

.content-box2 .list .list-body .sublist-box2 .divform2 .item-row #dtct .item-body .form-controls #tbGoiDichVu {
    margin-left: 6px;
    margin-right: 0
}

.content-box2 .list .list-body .sublist-box2 .divform2 .item-row #hn .form-controls {
    margin-bottom: 20px
}

    .content-box2 .list .list-body .sublist-box2 .divform2 .item-row #hn .form-controls .number-gt {
        width: 100% !important;
        margin-right: 0;
        margin-bottom: 16px;
        font-weight: bold;
        color: #333
    }

        .content-box2 .list .list-body .sublist-box2 .divform2 .item-row #hn .form-controls .number-gt:last-child {
            margin-left: 0
        }

        .content-box2 .list .list-body .sublist-box2 .divform2 .item-row #hn .form-controls .number-gt::placeholder {
            color: #999;
            font-weight: normal
        }

    .content-box2 .list .list-body .sublist-box2 .divform2 .item-row #hn .form-controls select option:first-child {
        color: #333;
        font-weight: bold
    }

.content-box2 .list .list-body .sublist-box2 .divform2 .item-row .item-subbody {
    padding: 20px 0
}

.content-box2 .list .list-body .sublist-box2 .divform2 #itemid .item-body {
    display: flex;
    padding-bottom: 0
}

    .content-box2 .list .list-body .sublist-box2 .divform2 #itemid .item-body .item-floatleft {
        width: 50%;
        margin-right: 5px
    }

        .content-box2 .list .list-body .sublist-box2 .divform2 #itemid .item-body .item-floatleft .form-controls .number-gt {
            width: 100%;
            float: none;
            margin: 0
        }

    .content-box2 .list .list-body .sublist-box2 .divform2 #itemid .item-body .item-floatright {
        width: 50%;
        margin-left: 5px
    }

        .content-box2 .list .list-body .sublist-box2 .divform2 #itemid .item-body .item-floatright .form-controls .number-gt {
            width: 100%;
            float: none;
            margin: 0
        }

        .content-box2 .list .list-body .sublist-box2 .divform2 #itemid .item-body .item-floatright .item-links {
            margin-top: 41px
        }

            .content-box2 .list .list-body .sublist-box2 .divform2 #itemid .item-body .item-floatright .item-links .item-link {
                width: 128px;
                height: 40px
            }

.content-box2 .list .list-body .sublist-box2 .item-row {
    margin-bottom: 20px
}

    .content-box2 .list .list-body .sublist-box2 .item-row .header-title {
        display: flex;
        padding: 15px 0 0;
        justify-content: space-between
    }

        .content-box2 .list .list-body .sublist-box2 .item-row .header-title .item-body {
            position: relative
        }

            .content-box2 .list .list-body .sublist-box2 .item-row .header-title .item-body .list-title h2 {
                font-size: 30px;
                color: #eb0606;
                margin-bottom: 10px;
                font-family: 'UISB'
            }

            .content-box2 .list .list-body .sublist-box2 .item-row .header-title .item-body .youtube {
                position: absolute;
                z-index: 9;
                top: 10px;
                left: 511px;
                font-size: 8px
            }

                .content-box2 .list .list-body .sublist-box2 .item-row .header-title .item-body .youtube:after {
                    content: '';
                    font-family: fontawesome;
                    font-size: 20px;
                    color: #eb0606;
                    position: absolute;
                    top: -7px;
                    right: 0;
                    border-radius: 50%;
                    width: 30px;
                    height: 30px;
                    border: 1px solid;
                    text-align: center;
                    line-height: 30px;
                    z-index: 9;
                    background: #fff
                }

        .content-box2 .list .list-body .sublist-box2 .item-row .header-title .item-links .item-link {
            color: #fff;
            font-size: 15px;
            font-family: 'UILG';
            text-align: center;
            background: #eb0606;
            border-radius: 20px;
            width: 160px;
            height: 30px;
            display: block;
            line-height: 30px
        }

            .content-box2 .list .list-body .sublist-box2 .item-row .header-title .item-links .item-link .fa {
                margin-left: 3px
            }

.content-box2 .list .list-body .sublist-box2:after {
    content: '';
    display: block;
    margin-top: 5px;
    width: 100%;
    background-size: cover;
    background: url(Themes/Assets/css/Images/_Background/bg-boder.png) no-repeat center;
    height: 5px;
    line-height: 30px
}

.content-box2 .list .list-body .sublist-box2 .noidungvideo {
    padding-top: 10px;
    height: 94px;
    overflow: hidden
}

    .content-box2 .list .list-body .sublist-box2 .noidungvideo p {
        font-size: 18px;
        margin-bottom: 0
    }

        .content-box2 .list .list-body .sublist-box2 .noidungvideo p a {
            color: #eb0606;
            font-family: 'UIBD'
        }

    .content-box2 .list .list-body .sublist-box2 .noidungvideo a {
        color: #eb0606;
        font-size: 18px;
        font-family: 'UIBD'
    }

.content-box3 .list {
    padding: 20px 0 0
}

    .content-box3 .list .div-header {
        padding-bottom: 15px
    }

        .content-box3 .list .div-header .list-title h2 {
            font-size: 36px;
            color: #eb0606;
            text-align: center;
            font-family: UISB;
            margin-bottom: 12px
        }

        .content-box3 .list .div-header .sublist-body {
            position: relative;
            padding: 14px 0
        }

            .content-box3 .list .div-header .sublist-body .item-tag-links {
                text-align: center
            }

                .content-box3 .list .div-header .sublist-body .item-tag-links .item-link {
                    font-size: 15px;
                    color: #eb0606;
                    font-family: UILG;
                    text-align: center;
                    padding: 0 9px;
                    position: relative
                }

                    .content-box3 .list .div-header .sublist-body .item-tag-links .item-link:after {
                        content: '';
                        display: block;
                        position: absolute;
                        width: 1px;
                        height: 10px;
                        background: #dbdbdb;
                        top: 5px;
                        right: 0
                    }

                    .content-box3 .list .div-header .sublist-body .item-tag-links .item-link:last-child:after {
                        display: none
                    }

                    .content-box3 .list .div-header .sublist-body .item-tag-links .item-link:hover {
                        color: red
                    }

            .content-box3 .list .div-header .sublist-body .item-links {
                text-align: right;
                position: absolute;
                top: 12px;
                right: 0;
                background: #eb0606;
                padding: 3px 14px 3px 35px;
                border-radius: 20px
            }

                .content-box3 .list .div-header .sublist-body .item-links .item-link {
                    color: #fff;
                    font-size: 15px;
                    font-family: 'UILG'
                }

                    .content-box3 .list .div-header .sublist-body .item-links .item-link:after {
                        content: '';
                        display: block;
                        position: absolute;
                        top: 3px;
                        left: 14px;
                        font-family: 'fontawesome'
                    }

    .content-box3 .list .list-body .div-item .item-design .row {
        margin: 0 -7px
    }

    .content-box3 .list .list-body .div-item .item-design .col-md-6.col-lg-3 {
        padding: 0 7px
    }

    .content-box3 .list .list-body .div-item .item-design .item .item-img .imgc {
        border-radius: 5px
    }

    .content-box3 .list .list-body .div-item .item-xemthem {
        display: none
    }

    .content-box3 .list:after {
        content: '';
        display: block;
        margin-top: 5px;
        width: 100%;
        background-size: cover;
        background: url(Themes/Assets/css/Images/_Background/bg-boder.png) no-repeat center;
        height: 5px;
        line-height: 30px
    }

.content-box4 .list {
    padding: 25px 0
}

    .content-box4 .list .list-body .divform .sublist-body .item .item-form .itembody textarea {
        height: 135px
    }

    .content-box4 .list .list-body .item-mobile .item-links .item-link {
        display: none
    }

    .content-box4 .list .list-body .formGuiYeuCauTuVan .list-title h2 {
        color: #eb0606
    }

    .content-box4 .list .list-body .formGuiYeuCauTuVan .item-text {
        color: #eb0606
    }

.content-box5 .list {
    padding: 20px 0 44px
}

    .content-box5 .list .list-title h2 {
        text-align: center;
        color: #eb0606;
        font-family: 'UISB';
        font-weight: bold;
        margin-bottom: 12px;
        font-size: 36px
    }

    .content-box5 .list .list-body .sublist-body {
        padding: 10px 0 0
    }

        .content-box5 .list .list-body .sublist-body .row {
            margin: 0 -7px
        }

            .content-box5 .list .list-body .sublist-body .row .col-md-6.col-lg-3 {
                padding: 0 7px
            }

        .content-box5 .list .list-body .sublist-body .item .item-img .imgc:before {
            padding-bottom: 66.756%
        }

        .content-box5 .list .list-body .sublist-body .item .item-body {
            position: relative
        }

            .content-box5 .list .list-body .sublist-body .item .item-body .item-date {
                background: #f6dd79;
                font-size: 13px;
                font-family: 'UILG';
                color: #333;
                text-align: center;
                position: absolute;
                width: 64px;
                height: 64px;
                bottom: 0;
                top: -64px;
                left: 0;
                z-index: 1
            }

                .content-box5 .list .list-body .sublist-body .item .item-body .item-date b {
                    font-size: 20px;
                    font-family: 'UIBD'
                }

                    .content-box5 .list .list-body .sublist-body .item .item-body .item-date b:after {
                        content: '';
                        display: block;
                        border-bottom: 1px solid #cfb650;
                        width: 53px;
                        height: 1px;
                        margin: 0 auto;
                        position: relative;
                        top: 2px
                    }

            .content-box5 .list .list-body .sublist-body .item .item-body .item-title h2 {
                margin-bottom: 0;
                font-size: 16px;
                color: #333;
                font-family: 'UIBD';
                font-weight: bold;
                padding: 18px 0 17px;
                line-height: 20px
            }

                .content-box5 .list .list-body .sublist-body .item .item-body .item-title h2:hover {
                    color: #e1c44e
                }

            .content-box5 .list .list-body .sublist-body .item .item-body .item-text {
                margin-bottom: 0;
                font-size: 16px;
                font-family: 'UILG';
                font-weight: normal;
                color: #333;
                line-height: 22px
            }

        .content-box5 .list .list-body .sublist-body .item-link-xemthem {
            display: none
        }

.footer {
    background: url(Themes/Assets/css/Images/_Background/bg-footer.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 9
}

    .footer .list .list-body .sublist-1 {
        padding: 50px 0 38px;
        border-bottom: 1px solid #797775
    }

        .footer .list .list-body .sublist-1 .item .sublist-title h2 {
            color: #fff;
            margin-bottom: 0;
            font-size: 15px;
            font-family: 'UIBD';
            font-weight: bold;
            padding-bottom: 8px
        }

        .footer .list .list-body .sublist-1 .item .item-body .item-title {
            display: block;
            width: 100%;
            color: #a2a2a2;
            font-size: 13px;
            padding: 6px 0;
            font-family: 'UILG'
        }

            .footer .list .list-body .sublist-1 .item .item-body .item-title:hover {
                color: red
            }

    .footer .list .list-body .sublist-2 {
        padding: 38px 0;
        border-top: 1px solid #000
    }

        .footer .list .list-body .sublist-2 .item#id-logo {
            display: flex
        }

        .footer .list .list-body .sublist-2 .item .item-img {
            width: 204px;
            margin-right: 10px
        }

            .footer .list .list-body .sublist-2 .item .item-img .imgc0 {
                width: 204px;
                height: 204px
            }

        .footer .list .list-body .sublist-2 .item .item-body .item-title h2 {
            margin-bottom: 0;
            font-size: 16px;
            font-weight: bold;
            font-family: 'UIBD';
            color: #f6dd79;
            padding-bottom: 13px
        }

        .footer .list .list-body .sublist-2 .item .item-body .item-text {
            font-size: 14px;
            color: #fff;
            font-family: 'UILG';
            font-weight: lighter;
            margin-bottom: 0;
            line-height: 25px
        }

        .footer .list .list-body .sublist-2 .item .item-ifamre {
            width: 313px;
            margin-right: 24px
        }

            .footer .list .list-body .sublist-2 .item .item-ifamre .item-title h2 {
                margin-bottom: 0;
                font-size: 16px;
                font-weight: bold;
                font-family: 'UIBD';
                color: #f6dd79;
                padding-bottom: 10px
            }

        .footer .list .list-body .sublist-2 .item .fanpage {
            max-width: 100%;
            height: auto
        }

        .footer .list .list-body .sublist-2 .item#id-map {
            display: flex
        }

            .footer .list .list-body .sublist-2 .item#id-map .icon-share .item-title h2 {
                margin-bottom: 0;
                font-size: 16px;
                font-weight: bold;
                font-family: 'UIBD';
                color: #f6dd79;
                padding-bottom: 20px
            }

            .footer .list .list-body .sublist-2 .item#id-map .icon-share .item-links .item-link {
                display: block;
                color: #fff;
                padding: 6px 0 14px
            }

                .footer .list .list-body .sublist-2 .item#id-map .icon-share .item-links .item-link .fa {
                    font-size: 21px
                }

        .footer .list .list-body .sublist-2 .col-lg-5 {
            flex: 0 0 42%;
            max-width: 42%
        }

        .footer .list .list-body .sublist-2 .col-lg-4 {
            flex: 0 0 36%;
            max-width: 36%
        }

        .footer .list .list-body .sublist-2 .col-lg-3 {
            flex: 0 0 22%;
            max-width: 22%
        }

.copyright {
    background: #f6dd79;
    height: auto;
    line-height: normal
}

    .copyright .list {
        padding: 10px 0
    }

        .copyright .list .list-body .item-body .item-text {
            color: #333;
            font-family: 'UILG';
            font-size: 14px;
            margin-bottom: 0
        }

        .copyright .list .list-body .item-chat .item-text {
            font-size: 14px;
            font-family: 'UILG';
            text-align: right;
            margin-bottom: 0
        }

            .copyright .list .list-body .item-chat .item-text .fa {
                margin-left: 10px
            }

.zalomobi {
    position: fixed;
    bottom: 6%;
    right: 15px;
    z-index: 9;
    display: none
}

    .zalomobi .chat-zalo {
        background: #007bff;
        color: #fff;
        padding: 5px 30px;
        border-radius: 15px
    }

.callmobi {
    position: fixed;
    bottom: 1%;
    right: 15px;
    z-index: 9;
    display: none
}

    .callmobi .chat-call {
        background: red;
        color: #fff;
        padding: 5px 30px;
        border-radius: 15px;
        font-family: 'UIBD'
    }

.scollbar {
    display: block;
    overflow-y: scroll;
    max-height: 800px;
    max-width: 1523px
}

    .scollbar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #f5f5f5
    }

    .scollbar::-webkit-scrollbar-thumb {
        background-color: #000
    }

    .scollbar::-webkit-scrollbar {
        width: 6px;
        background-color: #f5f5f5
    }

@media(max-width:767px) {
    .header .header-main .header-menu {
        line-height: normal !important;
        position: relative
    }

        .header .header-main .header-menu nav > ul.visible {
            display: block !important;
            position: absolute;
            top: 74px;
            left: -20px;
            width: 100%;
            background: #f2f2f2;
            z-index: 999;
            min-width: 768px
        }

            .header .header-main .header-menu nav > ul.visible li {
                width: 100%;
                display: block !important;
                border-bottom: 1px solid #e6e6e6;
                padding: 0;
                margin: 0
            }

                .header .header-main .header-menu nav > ul.visible li a {
                    padding: 12px !important;
                    color: #333 !important;
                    display: block !important;
                    text-transform: capitalize
                }

                    .header .header-main .header-menu nav > ul.visible li a:after {
                        content: '' !important
                    }

                .header .header-main .header-menu nav > ul.visible li:first-child a {
                    padding: 12px !important
                }

                .header .header-main .header-menu nav > ul.visible li:nth-child(2) a {
                    padding: 12px !important
                }

                .header .header-main .header-menu nav > ul.visible li:nth-child(6) {
                    margin-left: 0 !important
                }

                .header .header-main .header-menu nav > ul.visible li:hover a {
                    border: 1px dashed #333
                }

                .header .header-main .header-menu nav > ul.visible li:hover > ul li a {
                    border: 0
                }

            .header .header-main .header-menu nav > ul.visible .dropdowns {
                position: static
            }

                .header .header-main .header-menu nav > ul.visible .dropdowns > ul {
                    display: none;
                    background: #f4f4f4;
                    min-width: 768px !important
                }

                    .header .header-main .header-menu nav > ul.visible .dropdowns > ul li {
                        border-bottom: 1px solid #dedede;
                        padding-left: 25px;
                        position: relative
                    }

                        .header .header-main .header-menu nav > ul.visible .dropdowns > ul li:after {
                            content: '';
                            display: block;
                            font-family: FontAwesome;
                            width: 42px;
                            height: 42px;
                            text-align: center;
                            line-height: 30px;
                            position: absolute;
                            top: 0;
                            right: 0;
                            transition: all .5s ease;
                            transform: rotate(0deg)
                        }
}

@media(max-width:767px) {
    .header .header-top .list .list-body .row {
        margin: 0 -2px
    }

        .header .header-top .list .list-body .row .col-md-6.col-lg-7, .header .header-top .list .list-body .row .col-md-6.col-lg-5 {
            padding: 0 2px
        }

    .header .header-top .list .list-body .header-left .form-popup .item-link {
        width: 149px;
        font-size: 15px;
        line-height: 30px;
        left: 18px
    }

        .header .header-top .list .list-body .header-left .form-popup .item-link:before {
            content: url(Themes/Assets/css/Images/_Background/bg-khung-mobile.png) !important
        }

        .header .header-top .list .list-body .header-left .form-popup .item-link .fa {
            display: none
        }

    .header .header-top .list .list-body .header-right .form-popup {
        margin-left: 0
    }

        .header .header-top .list .list-body .header-right .form-popup .item-link {
            font-size: 15px;
            width: 149px;
            margin-left: 0 !important;
            line-height: 38px
        }

            .header .header-top .list .list-body .header-right .form-popup .item-link:before {
                content: url(Themes/Assets/css/Images/_Background/bg-khung-mobile.png) !important
            }

            .header .header-top .list .list-body .header-right .form-popup .item-link .fa {
                display: none
            }

    .header .header-top .list .list-body .header-right .search-header {
        display: block !important;
        position: absolute;
        top: 64px;
        right: 0;
        z-index: 9999
    }

        .header .header-top .list .list-body .header-right .search-header input:hover {
            width: 300px !important;
            position: absolute;
            right: 0;
            top: 5px;
            height: 35px;
            z-index: 999;
            transition: all .3s ease
        }

        .header .header-top .list .list-body .header-right .search-header .item-link {
            z-index: 9999
        }

    .header .header-main .list .list-body .header-logo {
        left: calc(50% - 185px) !important;
        top: 50px;
        width: auto
    }

        .header .header-main .list .list-body .header-logo .item .item-img .imgc0 {
            width: 70px;
            height: 70px
        }

    .header .header-main .list .list-body .header-menu nav .togget {
        width: 40% !important;
        left: 0;
        text-align: left;
        padding-left: 25px
    }

        .header .header-main .list .list-body .header-menu nav .togget span {
            left: 0
        }

            .header .header-main .list .list-body .header-menu nav .togget span:before {
                left: 0
            }

            .header .header-main .list .list-body .header-menu nav .togget span:after {
                left: 0
            }

    .divform .sublist-body .item .item-form .item-links {
        width: 332px !important
    }

    .banner-about .list .list-body .item .item-body {
        position: absolute;
        top: 50%;
        z-index: 9;
        left: 143px
    }

        .banner-about .list .list-body .item .item-body .item-title h2 {
            font-size: 20px;
            left: -26px;
            bottom: 14px
        }

        .banner-about .list .list-body .item .item-body .item-title:after {
            top: -26px
        }

    .about4 .list .list-body .sublist-box5 {
        padding: 0
    }

        .about4 .list .list-body .sublist-box5 .item-row .item .item-body .list-item {
            padding: 0
        }

        .about4 .list .list-body .sublist-box5 .item-row .item .item-body .item-text {
            height: 216px;
            overflow: hidden
        }

        .about4 .list .list-body .sublist-box5 .item-row .item .item-body .list-item .subitem-body .item-text {
            height: auto
        }

    .content-box3 .list .div-header .list-title h2:after, .content-box5 .list .list-title h2:after, .design .list .list-body .subitem-2 .list-title h2:after, .list-danhsach .list-title h2:after, .dichvu .list .list-title h2:after, .detail .list .list-body .dichvu-khac .list-title h2:after {
        display: none
    }

    .content-box3 .list .div-header .list-title h2 span, .content-box5 .list .list-title h2 span, .design .list .list-body .subitem-2 .list-title h2 span, .list-danhsach .list-title h2 span, .dichvu .list .list-title h2 span, .detail .list .list-body .dichvu-khac .list-title h2 span {
        background-position-y: 37px !important
    }

    .list-danhsach:last-child .list-title h2 span:before {
        left: -4px !important
    }

    .list-danhsach:last-child .list-title h2 span:after {
        right: -4px !important
    }

    .new-evr .list .list-title h2 span, .divcomment .list-title h2 span, .divslider .list-title h2 span {
        background-position-y: 33px !important
    }

    .design .list .list-body .subitem-2 .list-title h2 span {
        background-position-y: 33px !important
    }

    .design .list .list-body .subitem-2 .list-danhsach .list-title h2 {
        font-size: 21px
    }

        .design .list .list-body .subitem-2 .list-danhsach .list-title h2 span {
            background-position-y: 28px !important
        }

    .design .list .list-body .subitem-2 .list-danhsach .sublist-body {
        padding-top: 28px
    }

    #sticky-wrapper .banner-quangcao {
        position: relative !important
    }
}

@media(max-width:375px) {
    .content-box3 .list .div-header .list-title h2 span, .content-box5 .list .list-title h2 span, .design .list .list-body .subitem-2 .list-title h2 span, .list-danhsach .list-title h2 span, .dichvu .list .list-title h2 span, .detail .list .list-body .dichvu-khac .list-title h2 span {
        background-position-y: 36px !important
    }

    .design .list .list-body .subitem-2 .list-danhsach .list-title h2 {
        font-size: 19px
    }

        .design .list .list-body .subitem-2 .list-danhsach .list-title h2 span {
            background-position-y: 26px !important
        }

    .design .list .list-body .subitem-2 .list-danhsach .sublist-body {
        padding-top: 28px
    }
}

.header .header-main .list .list-body .header-menu nav ul .dropdowns > ul {
    position: absolute;
    z-index: 9;
    background: #f2f2f2;
    min-width: 1523px;
    left: calc(50% - (1523px/2));
    top: 50px;
    padding: 35px 20px 20px;
    margin: 0 auto;
    line-height: normal;
    border-top: 3px solid #eb0606
}

    .header .header-main .list .list-body .header-menu nav ul .dropdowns > ul li {
        display: inline-block !important;
        padding-right: 30px
    }

        .header .header-main .list .list-body .header-menu nav ul .dropdowns > ul li a {
            padding: 10px 0 12px;
            color: #333 !important;
            display: block
        }

        .header .header-main .list .list-body .header-menu nav ul .dropdowns > ul li:nth-child(6) {
            margin-left: 0
        }

        .header .header-main .list .list-body .header-menu nav ul .dropdowns > ul li ul {
            position: static;
            min-width: unset;
            display: block
        }

            .header .header-main .list .list-body .header-menu nav ul .dropdowns > ul li ul li {
                display: block !important;
                padding-right: 0 !important
            }

                .header .header-main .list .list-body .header-menu nav ul .dropdowns > ul li ul li a {
                    color: #333;
                    text-transform: capitalize;
                    padding: 10px 20px;
                    display: block;
                    font-family: 'UILG';
                    padding-left: 10px
                }

                    .header .header-main .list .list-body .header-menu nav ul .dropdowns > ul li ul li a:hover {
                        text-decoration: underline !important;
                        color: #eb0606 !important
                    }

                .header .header-main .list .list-body .header-menu nav ul .dropdowns > ul li ul li:nth-child(6) {
                    margin-left: 0
                }

.header .header-main .list .list-body .header-menu nav ul .dropdowns:hover > ul li a {
    background: none
}

.header .header-main .list .list-body .header-menu nav ul .menu-dropdown ul.dn {
    position: absolute;
    background: #e42222;
    z-index: 9;
    top: 50px;
    left: 0;
    padding: 0;
    width: 230px;
    height: auto;
    line-height: 46px;
    min-width: 100%;
    display: none
}

    .header .header-main .list .list-body .header-menu nav ul .menu-dropdown ul.dn li {
        width: 100%;
        border-bottom: 1px solid #fff
    }

        .header .header-main .list .list-body .header-menu nav ul .menu-dropdown ul.dn li:last-child {
            border: 0
        }

        .header .header-main .list .list-body .header-menu nav ul .menu-dropdown ul.dn li a {
            text-transform: inherit
        }

        .header .header-main .list .list-body .header-menu nav ul .menu-dropdown ul.dn li:hover ul {
            display: block
        }

        .header .header-main .list .list-body .header-menu nav ul .menu-dropdown ul.dn li:nth-child(6) {
            margin-left: 0
        }

        .header .header-main .list .list-body .header-menu nav ul .menu-dropdown ul.dn li ul {
            position: absolute;
            background: #e42222;
            z-index: 9;
            top: 0;
            left: 202px;
            padding: 5px 0;
            width: 250px;
            height: auto;
            line-height: 46px;
            display: none
        }

            .header .header-main .list .list-body .header-menu nav ul .menu-dropdown ul.dn li ul li {
                display: block;
                width: 100%
            }

                .header .header-main .list .list-body .header-menu nav ul .menu-dropdown ul.dn li ul li a {
                    text-transform: inherit
                }

        .header .header-main .list .list-body .header-menu nav ul .menu-dropdown ul.dn li a {
            color: #fff;
            display: block;
            padding: 6px 10px;
            line-height: 20px
        }

            .header .header-main .list .list-body .header-menu nav ul .menu-dropdown ul.dn li a:after {
                display: none;
                background: none
            }

        .header .header-main .list .list-body .header-menu nav ul .menu-dropdown ul.dn li:hover > ul {
            display: block
        }

    .header .header-main .list .list-body .header-menu nav ul .menu-dropdown ul.dn .menu-dropdown2:hover > ul {
        display: block
    }

    .header .header-main .list .list-body .header-menu nav ul .menu-dropdown ul.dn .menu-dropdown2:after {
        content: '';
        font-family: 'fontawesome';
        display: block;
        color: #fff;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 5px
    }

.header .header-main .list .list-body .header-menu nav ul .menu-dropdown.down {
    position: relative
}

.header .header-main .list .list-body .header-menu nav ul .menu-dropdown:hover ul.dn {
    display: block
}

    .header .header-main .list .list-body .header-menu nav ul .menu-dropdown:hover ul.dn li > ul {
        display: none
    }

.header .header-main .list .list-body .header-menu nav ul .menu-dropdown:after {
    content: '';
    font-family: Fontawesome;
    display: block;
    position: absolute;
    color: #fff;
    font-weight: 500;
    top: 0;
    right: 0;
    display: none
}

.content-box3 .list .div-header .list-title h2:after, .content-box5 .list .list-title h2:after, .design .list .list-body .subitem-2 .list-title h2:after, .list-danhsach .list-title h2:after, .dichvu .list .list-title h2:after, .detail .list .list-body .dichvu-khac .list-title h2:after, .new-evr .list .list-title h2:after, .divcomment .list-title h2:after, .divslider .list-title h2:after {
    display: none
}

.content-box3 .list .div-header .list-title h2 span, .content-box5 .list .list-title h2 span, .design .list .list-body .subitem-2 .list-title h2 span, .list-danhsach .list-title h2 span, .dichvu .list .list-title h2 span, .detail .list .list-body .dichvu-khac .list-title h2 span, .new-evr .list .list-title h2 span, .divcomment .list-title h2 span, .divslider .list-title h2 span {
    position: relative;
    background: url(Themes/Assets/css/Images/_Background/bg-center2.png) no-repeat bottom center;
    background-size: inherit;
    padding: 0 0 25px;
    background-position-y: 46px
}

    .content-box3 .list .div-header .list-title h2 span:before, .content-box5 .list .list-title h2 span:before, .design .list .list-body .subitem-2 .list-title h2 span:before, .list-danhsach .list-title h2 span:before, .dichvu .list .list-title h2 span:before, .detail .list .list-body .dichvu-khac .list-title h2 span:before, .new-evr .list .list-title h2 span:before, .divcomment .list-title h2 span:before, .divslider .list-title h2 span:before {
        content: '';
        background: url(Themes/Assets/css/Images/_Background/bg-center-left.png) no-repeat center;
        background-size: contain;
        display: block;
        position: absolute;
        width: 16px;
        height: 10px;
        top: calc(100% - 22px);
        left: -10px;
        margin: 0 auto;
        text-align: center
    }

    .content-box3 .list .div-header .list-title h2 span:after, .content-box5 .list .list-title h2 span:after, .design .list .list-body .subitem-2 .list-title h2 span:after, .list-danhsach .list-title h2 span:after, .dichvu .list .list-title h2 span:after, .detail .list .list-body .dichvu-khac .list-title h2 span:after, .new-evr .list .list-title h2 span:after, .divcomment .list-title h2 span:after, .divslider .list-title h2 span:after {
        content: '';
        background: url(Themes/Assets/css/Images/_Background/bg-center-right.png) no-repeat center;
        background-size: contain;
        display: block;
        position: absolute;
        width: 16px;
        height: 10px;
        top: calc(100% - 22px);
        right: -10px;
        z-index: 1;
        margin: 0 auto;
        text-align: center
    }

.list-danhsach:last-child .list-title h2 span:before {
    left: -4px !important
}

.list-danhsach:last-child .list-title h2 span:after {
    right: -4px !important
}

.new-evr .list .list-title h2 span, .divcomment .list-title h2 span, .divslider .list-title h2 span {
    background-position-y: 39px !important
}

.panels {
    overflow: hidden;
    display: none
}

.tags a {
    color: #eb0606;
    margin: 0 5px
}

.socialRight {
    display: block;
    position: fixed;
    z-index: 9;
    right: 0;
    top: 288px
}

    .socialRight .item-link.imgc0 {
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 5px 0 0 5px
    }

        .socialRight .item-link.imgc0:nth-child(1) ~ a {
            margin-top: 6px
        }

        .socialRight .item-link.imgc0:hover {
            -webkit-filter: brightness(120%);
            filter: brightness(120%);
            -ms-filter: brightness(120%);
            -moz-filter: brightness(120%)
        }

.facebook-adthis {
    display: flex;
    justify-content: flex-end
}

    .facebook-adthis .share-adthis {
        width: 18%;
        margin-left: 8px;
        position: relative;
        left: 5px;
        top: 2px
    }

        .facebook-adthis .share-adthis .shareItem a.at300b, .facebook-adthis .share-adthis .shareItem a.at300m {
            line-height: 12px !important;
            padding-top: 1px !important;
            margin-bottom: 0 !important
        }

            .facebook-adthis .share-adthis .shareItem a.at300b span, .facebook-adthis .share-adthis .shareItem a.at300m span {
                line-height: 20px !important;
                height: 20px !important;
                width: 20px !important
            }

.ruler-top {
    margin: 0 auto -20px;
    position: relative;
    width: 100%;
    padding: 70px 15px 0
}

    .ruler-top #RulerTapeMeasure {
        width: 100%;
        position: relative
    }

    .ruler-top #RulerId {
        position: absolute;
        top: -20px;
        display: none
    }

    .ruler-top #Measure {
        display: none;
        position: absolute;
        z-index: 2;
        top: 5px;
        left: 400px;
        text-align: center;
        width: 100px;
        font-size: 16px;
        font-weight: bold;
        color: red
    }

    .ruler-top #RulerInput {
        position: absolute;
        z-index: 2;
        top: -20px;
        left: 212px;
        width: 280px;
        left: calc(50% + 90px) !important;
        transform: translate(-50%,-50%)
    }

    .ruler-top #Number {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: red;
        border: 2px solid #ffa500;
        padding: 2px;
        height: 50px;
        width: 100px
    }

    .ruler-top #Stick {
        width: 2px;
        height: 405px;
        background: #ffa500;
        position: absolute;
        z-index: 2;
        top: 5px;
        left: 240px
    }

    .ruler-top #RulerItem {
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 412px;
        background: #fff;
        overflow: auto
    }

    .ruler-top #RulerScroll {
        width: 10100px;
        height: 100%;
        float: left;
        padding: 0
    }

        .ruler-top #RulerScroll li {
            display: block;
            float: left;
            width: 10000px;
            height: 100%
        }

            .ruler-top #RulerScroll li img {
                margin-top: 30px
            }

                .ruler-top #RulerScroll li img:not(:first-child) {
                    margin-top: 40px
                }

    .ruler-top #pullRight, .ruler-top #pullLeft {
        display: block;
        width: 50px;
        float: left;
        height: 100%
    }

    .ruler-top #RulerImg {
        padding: 0;
        margin: 0;
        list-style: none
    }

.ruler-left, .ruler-right {
    position: absolute;
    left: 0;
    top: 31px;
    height: 358px;
    width: 50px;
    z-index: 2
}

.ruler-note {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    background: url(/Themes/Assets/css/help.gif) no-repeat;
    padding-left: 18px;
    height: 20px;
    margin: 0 0 10px
}

.ruler-text {
    position: absolute;
    z-index: 2;
    left: 0
}

.ruler-522 {
    top: 2px;
    margin: 0 0 10px
}

.ruler-429 {
    top: 135px;
    margin: 5px 0 10px
}

.ruler-388 {
    top: 265px;
    margin: 15px 0 10px
}

.ruler-content {
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
    padding: 20px;
    margin-top: 30px;
    border-radius: 5px;
    margin-bottom: 20px
}

    .ruler-content .item {
        font-size: 16px;
        line-height: 24px;
        color: #333;
        font-weight: bold
    }

        .ruler-content .item img {
            margin-right: 10px;
            margin-top: -5px
        }

    .ruler-content .content {
        color: #333;
        font-size: 16px;
        line-height: 24px;
        margin-top: 5px;
        margin-left: 15px;
        margin-bottom: 0
    }

        .ruler-content .content p {
            margin: 2px 0
        }

            .ruler-content .content p img {
                margin-top: -2px;
                margin-right: 10px
            }

.ruler #RulerTape {
    padding: 0 15px
}

    .ruler #RulerTape #Tape {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    .ruler #RulerTape .Tape-h {
        border: 0;
        width: 30%;
        float: left;
        border-top: 1px solid gray
    }

    .ruler #RulerTape .Tape-d {
        border: 0;
        width: 70%;
        border-top: 1px solid gray;
        float: left
    }

    .ruler #RulerTape .approx {
        border: 0
    }

    .ruler #RulerTape .approx-h {
        border: 0;
        width: 100%;
        float: left
    }

    .ruler #RulerTape .approx-name {
        border: 0;
        border-left: 1px solid gray;
        border-bottom: 1px solid gray;
        width: 50%;
        float: left;
        font-size: 13px;
        text-transform: uppercase;
        height: 115px;
        text-align: center;
        font-weight: bold;
        display: table
    }

        .ruler #RulerTape .approx-name span {
            display: table-cell;
            vertical-align: middle;
            line-height: normal;
            line-height: 25px
        }

    .ruler #RulerTape .zodiac {
        border: 0;
        border-right: 1px solid gray;
        margin: 0;
        float: left;
        width: 100%;
        overflow: hidden
    }

    .ruler #RulerTape .zodiac-h {
        border: 0;
        margin: 0;
        float: left;
        width: 50%
    }

    .ruler #RulerTape .zodiac-name {
        border: 0;
        border-left: 1px solid gray;
        border-bottom: 1px solid gray;
        margin: 0;
        width: 100%;
        height: 23px;
        line-height: 23px;
        float: left;
        font-size: 13px;
        padding-left: 10px;
        font-weight: bold;
        padding-top: 0
    }

.ruler .good {
    background: #fff;
    color: #ed1c24
}

.ruler .bad {
    background: #f3f3f3
}

.ruler .Number {
    border: 0;
    margin: 0;
    float: left;
    height: 23px;
    width: 100%
}

.ruler .Number-1, .ruler .Number-2, .ruler .Number-3, .ruler .Number-4, .ruler .Number-5, .ruler .Number-6, .ruler .Number-7, .ruler .Number-8 {
    border: 0;
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;
    margin: 0;
    width: 12.5%;
    height: 23px;
    float: left;
    text-align: center;
    font-size: 13px;
    padding-top: 0;
    line-height: 23px
}

.ruler .post-content h1, .ruler .post-content h2 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #037643;
    font-family: "UISB";
    text-transform: uppercase
}

.ruler .post-content h1 {
    margin-top: 20px
}

.ruler .post-content h2 {
    padding-top: 30px;
    margin-top: 0;
    position: relative
}

    .ruler .post-content h2:before {
        content: "";
        display: block;
        position: absolute;
        background: url(Themes/Assets/css/Images/Ruler/line.png) center top no-repeat;
        width: 100%;
        height: 1px;
        top: 0
    }

.ruler .post-content ul {
    display: block;
    padding-left: 10px
}

    .ruler .post-content ul li {
        position: relative;
        list-style: none;
        padding-left: 15px
    }

        .ruler .post-content ul li:before {
            content: url(Themes/Assets/css/Images/Ruler/check.png);
            display: block;
            position: absolute;
            left: -10px;
            top: 0;
            line-height: 30px
        }

.ruler .post-content b {
    color: #333
}

.ruler .post-content .col-6 {
    border: .5px solid #e1e1e1;
    margin: 0;
    padding: 10px 20px
}

    .ruler .post-content .col-6:nth-child(3), .ruler .post-content .col-6:nth-child(4), .ruler .post-content .col-6:nth-child(7), .ruler .post-content .col-6:nth-child(8) {
        background: #f7f7f7
    }

.ruler .post-content.ureadmore {
    max-height: 2810px
}

.ruler-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin: 20px 0 50px
}

    .ruler-link a {
        color: #fff;
        margin-top: 0;
        background: #c1272d;
        font-size: 15px;
        line-height: 22px;
        padding: 8px 30px;
        border-radius: 5px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        display: block !important
    }

        .ruler-link a:hover {
            background: #037643;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;
            color: #fff
        }

html, body {
    font-size: 15px;
    overflow: hidden;
    overflow-y: scroll
}

.container {
    max-width: 1523px;
    margin: auto;
    padding: 0
}

a {
    text-decoration: none !important
}

ul {
    margin: 0;
    padding: 0
}

.overload, .overloads {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    z-index: 2;
    display: none;
    top: 0
}

.spc {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    z-index: 2;
    opacity: .5;
    display: block !important
}

.call-me {
    display: none
}

.fancybox-caption, .fancybox-navigation {
    display: none !important
}

@media(max-width:1366px) {
    .container {
        padding: 0 15px !important
    }

    .about2:before, .about3:before, .about4:before {
        width: 692px
    }

    .about2:after, .about3:after, .about4:after {
        width: 674px
    }

    .item-sidebar .banner-quangcao {
        right: 20px
    }

    .header .header-top .list .list-body .header-left .hotline {
        width: 170px;
        font-size: 14px
    }

    .header .header-top .list .list-body .header-left .email {
        padding: 0
    }

    .header .header-top .list .list-body .header-left .form-popup {
        padding-left: 12px
    }

        .header .header-top .list .list-body .header-left .form-popup .item-link {
            padding-left: 18px;
            width: 178px;
            text-align: left;
            font-size: 15px
        }

    .header .header-top .list .list-body .header-right .form-popup {
        margin-left: 50px
    }

        .header .header-top .list .list-body .header-right .form-popup .item-link {
            padding-left: 32px;
            width: 210px;
            text-align: left;
            font-size: 15px
        }

    .header .header-top .list .list-body .header-right .menu-header-top {
        width: 475px;
        text-align: center
    }

        .header .header-top .list .list-body .header-right .menu-header-top .item-link-menu {
            margin: 0 8px
        }

    .header .header-top .list .list-body .header-right .search-header {
        width: 189px
    }

        .header .header-top .list .list-body .header-right .search-header input {
            width: 100px
        }

    .header .header-main .list .list-body .header-menu nav ul li:nth-child(6) {
        margin-left: 152px
    }

    .header .header-main .list .list-body .header-menu nav ul li:nth-child(2) a {
        padding-left: 0
    }

    .header .header-main .list .list-body .header-menu nav ul li a {
        padding: 0 12px;
        font-size: 13px
    }

    .header .header-main .list .list-body .header-menu nav ul .dropdowns > ul {
        min-width: 1366px;
        left: calc(49.3% - (1365px/2));
        padding: 35px 10px 20px 30px
    }

    .content-box2 .list .list-body .sublist-box1 .sublist-title .codetitle-moi .slide-verticar .sp2 {
        font-size: 30px
    }

    .content-box2 .list .list-body .sublist-box2 .item-video2 .slick-list {
        margin: 0 -3px
    }

        .content-box2 .list .list-body .sublist-box2 .item-video2 .slick-list .slick-slide {
            padding: 0 3px
        }

    .content-box2 .list .list-body .sublist-box2 .divform2 .item-row #dtct .item-body .form-controls #tbLoaiNha {
        margin-right: 5px
    }

    .content-box2 .list .list-body .sublist-box2 .item-row .header-title .item-body .youtube {
        left: 420px;
        top: 5px
    }

    .content-box2 .list .list-body .sublist-box2 .item-row .header-title .item-body .list-title h2 {
        font-size: 26px
    }

    .content-box2 .list .list-body .sublist-box2 .item-video2 .slick-prev {
        left: 0
    }

    .content-box2 .list .list-body .sublist-box2 .item-video2 .slick-next {
        right: 0
    }

    .banner .list .list-body .item .item-body .item-title h2 {
        font-size: 15px
    }

    .item-design .item .item-body .item-title {
        height: 59px
    }

    .hoidap-xaydung .list .list-body .sublist-body-1 .item-body .divform-control .item-divtext {
        width: 182px
    }

    .hoidap-xaydung .list .list-body .sublist-body-1 .item-body .divform-control .item-divform textarea, .hoidap-xaydung .list .list-body .sublist-body-1 .item-body .divform-control .item-divform input {
        width: 825px
    }

    .divform2 .item-row .item .item-body .form-controls .number-gt {
        margin-right: 3px
    }

    .divslider .list-title h2 {
        margin-bottom: 30px
    }

    .design .list .list-body .subitem-2 .divform2 .item-row #hn .item-body .form-controls .number-gt {
        margin-bottom: 24px
    }

    .design .list .list-body .subitem-2 .divform2 .item-row #xd .item-body .form-controls {
        margin-bottom: 18px
    }

        .design .list .list-body .subitem-2 .divform2 .item-row #xd .item-body .form-controls .number-gt {
            margin-left: 0
        }

    .about .list .list-body .sublist-box1 .sublist-title .codetitle-moi .slide-verticar .sp2 {
        font-size: 30px
    }

    .about2:after, .about4:after {
        right: 0
    }

    .about2 .list .list-body .sublist-box3 .item-row .item {
        padding-left: 30px;
        padding-right: 30px
    }

    .about3:before {
        left: 0
    }

    .about3 .list .list-body .sublist-box4 .item-row .item {
        padding: 120px 20px
    }

    .about4 .list .list-body .sublist-box5 .item-row .item {
        padding-left: 30px;
        padding-right: 30px
    }

    .divform2 .form-phongthuy, .divform2 .form-xaydung, .divform2 .form-xemhuongnha {
        min-width: 1300px
    }

        .divform2 .form-phongthuy .scollbar, .divform2 .form-xaydung .scollbar, .divform2 .form-xemhuongnha .scollbar {
            max-height: 485px
        }

    .hoidap-xaydung .list .list-body .sublist-body-1 .divform .sublist-body .item .item-form .tepdinhkem #giminput {
        left: 290px
    }

    .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs-content .tab-content .item .item-form .subitem-body textarea {
        width: 870px
    }

    .facebook-adthis .share-adthis {
        width: 21%
    }

    .hoidap-xaydung .list .list-body .sublist-body-1 .divform .sublist-body .item .item-form .itembody input, .hoidap-xaydung .list .list-body .sublist-body-1 .divform .sublist-body .item .item-form .itembody textarea, .hoidap-xaydung .list .list-body .sublist-body-1 .divform .sublist-body .item .item-form .itembody select {
        width: 320px
    }

    .design .divform .sublist-body .item .item-form .tepdinhkem #giminput {
        left: 300px
    }

    .design .list .list-body .subitem-1 .item-noidung img {
        max-width: 100%;
        height: auto !important
    }

    .content-box2 .list .list-body .sublist-box2 .noidungvideo {
        height: 167px;
        overflow: hidden
    }
}

@media(max-width:767px) {
    .header .list .list-body .header-menu > .toggle {
        display: inline-block
    }

    .header .list .list-body .header-menu > ul {
        display: none;
        top: 87px;
        left: auto;
        right: 0;
        width: 100%;
        max-width: 100%;
        min-width: 768px;
        height: 100%;
        background: #fff;
        position: absolute;
        z-index: 20;
        visibility: hidden;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
        -ms-transform: translateY(50px);
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
        user-select: none
    }

        .header .list .list-body .header-menu > ul.visible {
            visibility: visible;
            -ms-transform: translateY(0);
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1
        }

        .header .list .list-body .header-menu > ul li {
            background-color: #fff
        }

            .header .list .list-body .header-menu > ul li a {
                padding: 6px 14px;
                color: #333 !important
            }

        .header .list .list-body .header-menu > ul .dropdown ul {
            display: none;
            position: relative;
            -webkit-transition: all 0s ease;
            transition: all 0s ease;
            width: 100%;
            left: auto;
            padding-left: 0;
            border-top: 1px solid #ebebeb;
            -ms-transform: none;
            -webkit-transform: none;
            transform: none;
            visibility: visible;
            opacity: 1
        }

            .header .list .list-body .header-menu > ul .dropdown ul li {
                background-color: transparent
            }

        .header .list .list-body .header-menu > ul > .dropdown > ul li a {
            padding: 8px 40px;
            color: #333
        }

        .header .list .list-body .header-menu > ul .dropdown:after {
            width: 44px;
            height: 44px;
            line-height: 44px;
            display: block;
            color: #333;
            top: 0;
            -ms-transform: translateY(0) rotate(180deg);
            -webkit-transform: translateY(0) rotate(180deg);
            transform: translateY(0) rotate(180deg);
            right: 0;
            -webkit-transition: all .25s ease;
            transition: all .25s ease
        }

        .header .list .list-body .header-menu > ul .dropdown.show:after {
            -ms-transform: translateY(0) rotate(0);
            -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0)
        }

        .header .list .list-body .header-menu > ul a {
            color: #333;
            display: inline-block;
            font-size: 15px;
            padding: 10px 30px;
            line-height: 24px;
            font-weight: normal
        }

        .header .list .list-body .header-menu > ul > li {
            border-bottom: 1px solid #ebebeb
        }

        .header .list .list-body .header-menu > ul > .dropdown > ul {
            top: auto;
            left: auto;
            padding-top: 0;
            background-color: #f3f3f3
        }

            .header .list .list-body .header-menu > ul > .dropdown > ul ul {
                background-color: #d7d7d7
            }

        .header .list .list-body .header-menu > ul > li:hover {
            background-color: inherit
        }

        .header .list .list-body .header-menu > ul > .dropdown:hover > ul {
            -ms-transform: none;
            -webkit-transform: none;
            transform: none
        }

        .header .list .list-body .header-menu > ul .dropdown ul li:hover {
            background-color: inherit
        }

            .header .list .list-body .header-menu > ul .dropdown ul li:hover a {
                color: #333
            }
}

@media(max-width:767px) {
    .container {
        padding: 0 20px !important
    }

    .design .list .list-body .subitem-1 .item-subbody .item-title {
        width: 20%
    }

    .docOnine iframe {
        height: 100%
    }

    .design .list .list-body .subitem-1 .item-subbody .item-body .item-bl {
        display: inline-block
    }

    .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs-content .tab-content .item .item-form .subitem-body input {
        width: 246px
    }

    .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs-content .tab-content .item .item-form .subitem-body textarea {
        width: 640px
    }

    .divform .sublist-body .item .item-form .tepdinhkem #giminput {
        left: 433px
    }

    .about .list .list-body .sublist-box1 .sublist-title .codetitle-moi {
        flex-wrap: wrap
    }

        .about .list .list-body .sublist-box1 .sublist-title .codetitle-moi .slide-verticar {
            width: 60%;
            justify-content: center
        }

    .library-tailieu .list .list-body .tailieu-home .item-list .sublist-body, .library-tailieu .list .list-body .tailieu-danhsach .item-list .sublist-body, .thuvientailieu .sublist-body {
        overflow-x: auto
    }

        .library-tailieu .list .list-body .tailieu-danhsach .item-list .sublist-body table, .library-tailieu .list .list-body .tailieu-home .item-list .sublist-body table, .thuvientailieu .sublist-body table {
            width: 1170px !important
        }

    .camnhan-khachhang .list .list-body .customer .item .item-row, .divslider .camnhan-khachhang .item .item-row {
        display: block
    }

        .camnhan-khachhang .list .list-body .customer .item .item-row .item-img .imgc0, .divslider .camnhan-khachhang .item .item-row .item-img .imgc0 {
            margin: 0 auto
        }

        .camnhan-khachhang .list .list-body .customer .item .item-row .item-img .subitem-imgc0, .divslider .camnhan-khachhang .item .item-row .item-img .subitem-imgc0 {
            right: 25px
        }

    .camnhan-khachhang .list .list-body .customer .item .item-text, .divslider .camnhan-khachhang .item .item-text {
        height: 88px;
        overflow: hidden;
        margin-bottom: 10px
    }

    .camnhan-khachhang .list .list-body .customer .item .item-row .subitem-body .item-title h2 {
        font-size: 17px
    }

    .detail .list .list-body .detail-chitiet .form-thongtin {
        overflow-x: scroll
    }

        .detail .list .list-body .detail-chitiet .form-thongtin .divform-info {
            width: 1000px
        }

    .detail .list .list-body .detail-chitiet img {
        height: auto !important
    }

    .about .list .list-body .sublist-box1 .noidung-about {
        padding: 15px
    }

    .about .list .list-body .sublist-box2 .item {
        margin-bottom: 10px
    }

    .about2:before, .about4:before, .about3:before {
        width: 100%
    }

    .about3:after, .about2:after, .about4:after {
        display: none
    }

    .about3 .list .list-body .sublist-box4 .item-row .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%
    }

        .about3 .list .list-body .sublist-box4 .item-row .col-md-6 .item {
            padding: 139px 20px
        }

    .about4 .list .list-body .sublist-box5 .item-row .col-md-6, .about2 .list .list-body .sublist-box3 .item-row .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%
    }

        .about4 .list .list-body .sublist-box5 .item-row .col-md-6 .item, .about2 .list .list-body .sublist-box3 .item-row .col-md-6 .item {
            padding: 0 30px;
            background: rgba(0,0,0,.3)
        }

    .timeline .list .list-body .item-img img, .sodo-tochuc .list .list-body .item-img img {
        max-width: 100%;
        height: auto
    }

    .list-danhsach .sublist-body .col-md-4c:last-child {
        display: none
    }

    .vanhoa-congty .list .list-body .item-row .item .item-body .item-title h2 {
        margin-bottom: 10px;
        height: 77px;
        overflow: hidden
    }

    .vanhoa-congty .list .list-body .item-row .item .item-body .item-text {
        height: 80px;
        overflow: hidden
    }

    .new-evr .list .list-body .tabs-wrap .tabs .tab {
        display: inline-block;
        margin-bottom: 10px
    }

    .new-evr .list .list-body .tabs-wrap .tabs-content .tab-content .sublist-body {
        padding-top: 0
    }

        .new-evr .list .list-body .tabs-wrap .tabs-content .tab-content .sublist-body .item .item-body .item-title h2 {
            line-height: 22px;
            height: 78px;
            overflow: hidden
        }

        .new-evr .list .list-body .tabs-wrap .tabs-content .tab-content .sublist-body .item .item-body .item-text {
            max-height: 68px;
            overflow: hidden
        }

    .thanhcongcu .item-sheah {
        text-align: left !important
    }

    .divform .sublist-body {
        max-width: 970px;
        height: 620px
    }

    .detail .list .list-body .detail-chitiet .divslider .sublist-body .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%
    }

        .detail .list .list-body .detail-chitiet .divslider .sublist-body .col-md-4:last-child {
            display: none
        }

    .detail .list .list-body .detail-chitiet .divslider .sublist-body .item .item-body .item-title h2 {
        line-height: 22px;
        height: 80px;
        overflow: hidden
    }

    .detail .list .list-body .detail-chitiet .divslider .sublist-body .item .item-body .item-text {
        height: 75px;
        overflow: hidden;
        padding: 8px 0 0
    }

    .detail .list .list-body .detail-chitiet .divform .sublist-body {
        height: auto !important
    }

        .detail .list .list-body .detail-chitiet .divform .sublist-body .item .item-form .itembody {
            width: 100%
        }

            .detail .list .list-body .detail-chitiet .divform .sublist-body .item .item-form .itembody input, .detail .list .list-body .detail-chitiet .divform .sublist-body .item .item-form .itembody select, .detail .list .list-body .detail-chitiet .divform .sublist-body .item .item-form .itembody textarea {
                width: 100%
            }

    .detail .list .list-body .detail-chitiet .dichvu-khac .div-dichvu .item .item-body h2 {
        margin-bottom: 0
    }

    .detail .list .list-body .detail-chitiet .dichvu-khac .div-dichvu .col-md-6.col-lg-4:nth-child(3) {
        display: none
    }

    .item-sidebar .item-sidebar1 .item-body ul li:before {
        left: 15px
    }

    .item-sidebar .item-sidebar1 .item-body ul li a {
        padding-left: 30px;
        padding-right: 10px
    }

    .hoidap-xaydung .list .list-body .sublist-body-2 .list-title h2:after {
        padding-left: 70px;
        margin: 0
    }

    .design .list .list-body .subitem-2 .item-design .item .item-body .item-title {
        overflow: hidden;
        margin-bottom: 10px
    }

    .design .list .list-body .subitem-2 .item-design .item .item-body .item-links .item-link {
        padding: 0 16px
    }

        .design .list .list-body .subitem-2 .item-design .item .item-body .item-links .item-link:last-child:after {
            display: none
        }

    .divform .sublist-body {
        padding: 20px 50px
    }

        .divform .sublist-body .item .item-form .title-form .item-text {
            margin-right: 4px
        }

        .divform .sublist-body .item .item-form .itembody input, .divform .sublist-body .item .item-form .itembody select, .divform .sublist-body .item .item-form .itembody textarea {
            width: 220px
        }

    .divform2 .item-row .item .item-body .form-controls .number-gt {
        margin-right: 13px;
        width: 49%
    }

        .divform2 .item-row .item .item-body .form-controls .number-gt:last-child {
            margin-right: 0 !important;
            margin-left: 0
        }

    .divform2 .form-phongthuy {
        min-width: 768px
    }

        .divform2 .form-phongthuy .item {
            padding: 20px 0 20px 20px !important
        }

    .scollbar {
        max-width: 768px;
        max-height: 500px
    }

    .design .divform .sublist-body {
        height: auto !important
    }

        .design .divform .sublist-body .item .item-form .itembody {
            width: 90%
        }

            .design .divform .sublist-body .item .item-form .itembody input, .design .divform .sublist-body .item .item-form .itembody textarea {
                width: 100% !important
            }

    .header .header-top .list .list-body .header-left {
        position: relative
    }

        .header .header-top .list .list-body .header-left .form-popup {
            padding-left: 0
        }

        .header .header-top .list .list-body .header-left .hotline {
            position: absolute;
            top: 58px;
            z-index: 9;
            left: 545px
        }

        .header .header-top .list .list-body .header-left .email {
            display: none
        }

    .header .header-top .list .list-body .header-right .menu-header-top, .header .header-top .list .list-body .header-right .search-header {
        display: none
    }

    .header .header-top .list .list-body .header-right .form-popup {
        margin-left: 62px
    }

        .header .header-top .list .list-body .header-right .form-popup .item-link {
            margin-left: 80px
        }

        .header .header-top .list .list-body .header-right .form-popup .imgsao {
            right: 8px
        }

    .header .header-main .list .list-body .header-logo {
        left: calc(50% - 76px)
    }

    .header .header-main .list .list-body .header-menu nav ul {
        display: none
    }

    .header .header-main .list .list-body .header-menu nav .visible {
        top: 54px
    }

        .header .header-main .list .list-body .header-menu nav .visible li:hover a {
            background: #f2f2f2
        }

        .header .header-main .list .list-body .header-menu nav .visible .dropdowns {
            position: relative
        }

            .header .header-main .list .list-body .header-menu nav .visible .dropdowns > ul {
                margin: 0 auto;
                padding: 0;
                position: static;
                min-width: 100% !important;
                border-top: 0;
                background: #f2f2f2;
                display: none
            }

                .header .header-main .list .list-body .header-menu nav .visible .dropdowns > ul li {
                    position: relative;
                    padding-right: 0;
                    border-bottom: 0
                }

                    .header .header-main .list .list-body .header-menu nav .visible .dropdowns > ul li ul {
                        min-width: 576px;
                        display: none;
                        position: static;
                        background: #f2f2f2;
                        width: 100%
                    }

                        .header .header-main .list .list-body .header-menu nav .visible .dropdowns > ul li ul li {
                            border-bottom: 0;
                            padding-right: 0
                        }

                            .header .header-main .list .list-body .header-menu nav .visible .dropdowns > ul li ul li a {
                                width: 100%;
                                padding-left: 35px !important
                            }

                    .header .header-main .list .list-body .header-menu nav .visible .dropdowns > ul li a {
                        padding-left: 10px !important;
                        width: 100%;
                        border-top: 1px solid #dedede
                    }

                        .header .header-main .list .list-body .header-menu nav .visible .dropdowns > ul li a:after {
                            display: none
                        }

                    .header .header-main .list .list-body .header-menu nav .visible .dropdowns > ul li:hover ul li a {
                        width: 100%
                    }

                    .header .header-main .list .list-body .header-menu nav .visible .dropdowns > ul li:hover ul li:after {
                        display: none !important
                    }

                    .header .header-main .list .list-body .header-menu nav .visible .dropdowns > ul li:after {
                        content: '';
                        display: block;
                        font-family: FontAwesome;
                        width: 40px;
                        height: 40px;
                        text-align: center;
                        line-height: 40px;
                        position: absolute;
                        top: 0;
                        right: 0;
                        z-index: 1;
                        transform: rotate(0deg)
                    }

            .header .header-main .list .list-body .header-menu nav .visible .dropdowns:hover ul.dn {
                display: block;
                background: #f2f2f2
            }

                .header .header-main .list .list-body .header-menu nav .visible .dropdowns:hover ul.dn li a {
                    background: none
                }

            .header .header-main .list .list-body .header-menu nav .visible .dropdowns:after {
                content: '';
                display: block;
                font-family: FontAwesome;
                width: 42px;
                height: 42px;
                text-align: center;
                line-height: 42px;
                position: absolute;
                top: 0;
                right: 0;
                transition: all .5s ease;
                transform: rotate(0deg)
            }

            .header .header-main .list .list-body .header-menu nav .visible .dropdowns.show:after {
                transition: all .5s ease;
                transform: rotate(-180deg)
            }

        .header .header-main .list .list-body .header-menu nav .visible .menu-dropdown {
            position: relative
        }

            .header .header-main .list .list-body .header-menu nav .visible .menu-dropdown > ul.dn {
                margin: 0 auto;
                padding: 0;
                position: static;
                min-width: 100% !important;
                border-top: 0;
                background: #f2f2f2
            }

                .header .header-main .list .list-body .header-menu nav .visible .menu-dropdown > ul.dn li {
                    position: relative;
                    padding-right: 0;
                    border-bottom: 0
                }

                    .header .header-main .list .list-body .header-menu nav .visible .menu-dropdown > ul.dn li ul.dn {
                        min-width: 768px;
                        display: none;
                        position: static;
                        background: #f2f2f2;
                        width: 100%
                    }

                        .header .header-main .list .list-body .header-menu nav .visible .menu-dropdown > ul.dn li ul.dn li {
                            border-bottom: 0;
                            padding-right: 0
                        }

                            .header .header-main .list .list-body .header-menu nav .visible .menu-dropdown > ul.dn li ul.dn li a {
                                width: 100%;
                                padding-left: 35px
                            }

                    .header .header-main .list .list-body .header-menu nav .visible .menu-dropdown > ul.dn li a {
                        padding-left: 10px !important;
                        width: 100%;
                        border-top: 1px solid #dedede
                    }

                        .header .header-main .list .list-body .header-menu nav .visible .menu-dropdown > ul.dn li a:after {
                            display: none
                        }

                    .header .header-main .list .list-body .header-menu nav .visible .menu-dropdown > ul.dn li:hover ul.dn {
                        display: block
                    }

                        .header .header-main .list .list-body .header-menu nav .visible .menu-dropdown > ul.dn li:hover ul.dn li a {
                            width: 100%;
                            padding-left: 35px !important
                        }

                        .header .header-main .list .list-body .header-menu nav .visible .menu-dropdown > ul.dn li:hover ul.dn li:after {
                            display: none !important
                        }

                    .header .header-main .list .list-body .header-menu nav .visible .menu-dropdown > ul.dn li:after {
                        content: '';
                        display: block;
                        font-family: FontAwesome;
                        width: 40px;
                        height: 40px;
                        text-align: center;
                        line-height: 40px;
                        position: absolute;
                        top: 0;
                        right: 0;
                        z-index: 1;
                        transform: rotate(0deg)
                    }

            .header .header-main .list .list-body .header-menu nav .visible .menu-dropdown:hover ul.dn {
                display: block
            }

                .header .header-main .list .list-body .header-menu nav .visible .menu-dropdown:hover ul.dn li a {
                    background: none
                }

            .header .header-main .list .list-body .header-menu nav .visible .menu-dropdown:after {
                content: '';
                display: block;
                font-family: FontAwesome;
                width: 42px;
                height: 42px;
                color: #333;
                text-align: center;
                line-height: 42px;
                position: absolute;
                top: 0;
                right: 0;
                transition: all .5s ease;
                transform: rotate(0deg)
            }

            .header .header-main .list .list-body .header-menu nav .visible .menu-dropdown.show:after {
                transition: all .5s ease;
                transform: rotate(-180deg)
            }

    .header .header-main .list .list-body .header-menu nav .togget {
        display: block
    }

    .header .header-main .list .list-body .header-menu nav > ul.visible li {
        border-top: 1px solid #e6e6e6;
        border-bottom: 0
    }

        .header .header-main .list .list-body .header-menu nav > ul.visible li ul li a {
            padding-left: 25px !important
        }

    .header .header-main .list .list-body .header-menu nav ul .dropdowns > ul {
        padding: 0 !important;
        border-top: 0;
        position: static
    }

    .header .header-main .list .list-body .header-menu nav .visible .dropdowns > ul li {
        position: relative;
        padding-right: 0;
        border-bottom: 0;
        border-top: 0;
        padding: 0
    }

        .header .header-main .list .list-body .header-menu nav .visible .dropdowns > ul li a {
            padding-left: 25px !important
        }

    .header .header-main .list .list-body .header-menu nav > ul.visible li > ul li > ul li a {
        padding-left: 45px !important
    }

    .banner .container {
        padding: 0 20px !important
    }

    .banner .list .list-body {
        position: static;
        bottom: 0
    }

        .banner .list .list-body .item {
            padding: 19px 0
        }

            .banner .list .list-body .item .item-body .item-title h2 {
                color: #333 !important
            }

            .banner .list .list-body .item .item-body .item-text {
                color: #333 !important
            }

    .banner-about .list .list-body .item .item-img .imgc:before {
        padding-bottom: 30.789%
    }

    .banner-about .list .list-body .item .item-body {
        left: 32%
    }

    .content-box1 .container {
        padding: 0 20px !important
    }

    .content-box1 .list .list-body .divform .sublist-body {
        padding: 25px 40px
    }

        .content-box1 .list .list-body .divform .sublist-body .item .item-form .title-form {
            width: 200px
        }

        .content-box1 .list .list-body .divform .sublist-body .item .item-form .item-links {
            width: 100%
        }

        .content-box1 .list .list-body .divform .sublist-body .item .item-form .itembody select, .content-box1 .list .list-body .divform .sublist-body .item .item-form .itembody textarea, .content-box1 .list .list-body .divform .sublist-body .item .item-form .itembody input {
            width: 459px
        }

    .content-box2 .container {
        padding: 0 20px !important
    }

    .content-box2 .list .list-body .sublist-box1 .sublist-title .codetitle-moi {
        flex-wrap: wrap
    }

        .content-box2 .list .list-body .sublist-box1 .sublist-title .codetitle-moi h2 {
            font-size: 30px
        }

            .content-box2 .list .list-body .sublist-box1 .sublist-title .codetitle-moi h2 span {
                font-size: 34px
            }

        .content-box2 .list .list-body .sublist-box1 .sublist-title .codetitle-moi .slide-verticar {
            width: 60%;
            justify-content: center
        }

            .content-box2 .list .list-body .sublist-box1 .sublist-title .codetitle-moi .slide-verticar span {
                font-family: 25px
            }

    .content-box2 .list .list-body .sublist-box1 .noidung-about {
        padding: 15px 0
    }

        .content-box2 .list .list-body .sublist-box1 .noidung-about .item-text br {
            display: none
        }

    .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .item .item-body .form-controls input {
        margin-left: 0
    }

    .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .item .item-body .form-controls .number-gt {
        width: 49%;
        margin-right: 0 !important
    }

        .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .item .item-body .form-controls .number-gt:last-child {
            margin-right: 0 !important;
            margin-left: 0 !important
        }

        .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .item .item-body .form-controls .number-gt#tbTongDienTich {
            margin-left: 0 !important
        }

        .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .item .item-body .form-controls .number-gt#tbLoaiNha {
            margin-right: 6px !important
        }

        .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .item .item-body .form-controls .number-gt#tbGoiDichVu {
            margin-left: 7px !important
        }

    .content-box2 .list .list-body .sublist-box2 .item-row .header-title .item-body .youtube {
        top: 7px;
        left: 425px
    }

    .content-box2 .list .list-body .sublist-box2 .item-row .noidungvideo {
        height: 100% !important
    }

    .content-box3 .container {
        padding: 0 20px !important
    }

    .content-box3 .list .div-header .sublist-body .item-tag-links {
        width: 100%;
        text-align: center
    }

    .content-box3 .list .div-header .sublist-body .item-links {
        display: none
    }

    .content-box3 .list .list-body .div-item .item-xemthem {
        text-align: center;
        margin: 10px 0 30px;
        display: block
    }

        .content-box3 .list .list-body .div-item .item-xemthem .item-link {
            padding: 11px 18px;
            background: #f6dd79;
            color: #333;
            font-size: 16px;
            font-family: UIBD
        }

    .content-box3 .list .list-body .div-item .item-design .col-md-6.col-lg-3 {
        display: none
    }

        .content-box3 .list .list-body .div-item .item-design .col-md-6.col-lg-3:nth-child(2n+1) {
            display: block
        }

    .content-box4 .list .list-body .divforms .sublist-body {
        height: 360px
    }

        .content-box4 .list .list-body .divforms .sublist-body .item .item-form .itembody input {
            width: 470px
        }

        .content-box4 .list .list-body .divforms .sublist-body .item .item-form .itembody textarea {
            width: 100%
        }

        .content-box4 .list .list-body .divforms .sublist-body .item #form-nd {
            display: block;
            padding: 8px 0 0
        }

    .content-box4 .list .list-body .divform .sublist-body .item .item-form .itembody input, .content-box4 .list .list-body .divform .sublist-body .item .item-form .itembody select, .content-box4 .list .list-body .divform .sublist-body .item .item-form .itembody textarea {
        width: 470px
    }

    .content-box5 .list .list-body .sublist-body .col-md-6.col-lg-3 {
        display: none
    }

        .content-box5 .list .list-body .sublist-body .col-md-6.col-lg-3:nth-child(2n) {
            display: block
        }

    .content-box5 .list .list-body .sublist-body .item-link-xemthem {
        text-align: center;
        margin: 30px 0 10px;
        display: block
    }

        .content-box5 .list .list-body .sublist-body .item-link-xemthem .item-link {
            padding: 11px 18px;
            background: #f6dd79;
            color: #333;
            font-size: 16px;
            font-family: UIBD;
            border-radius: 5px
        }

    .footer .list .list-body .sublist-1 .col-md-3.col-lg-2 {
        display: block
    }

        .footer .list .list-body .sublist-1 .col-md-3.col-lg-2:nth-child(5), .footer .list .list-body .sublist-1 .col-md-3.col-lg-2:nth-child(6) {
            display: none
        }

    .footer .list .list-body .sublist-2 .col-lg-5 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .footer .list .list-body .sublist-2 .col-lg-4 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .footer .list .list-body .sublist-2 .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .footer .list .list-body .sublist-2 .item .item-ifamre {
        width: 247px;
        margin-right: 20px
    }

        .footer .list .list-body .sublist-2 .item .item-ifamre iframe {
            width: 247px;
            height: 208px
        }

    .footer .list .list-body .sublist-2 #item-fange {
        padding-top: 45px
    }

        .footer .list .list-body .sublist-2 #item-fange .icon-share .item-title h2 {
            margin-bottom: 0;
            font-size: 16px;
            font-weight: bold;
            font-family: 'UIBD';
            color: #f6dd79;
            padding-bottom: 20px
        }

        .footer .list .list-body .sublist-2 #item-fange .icon-share .item-links .item-link {
            display: block;
            color: #fff;
            padding: 6px 0 14px
        }

    .footer .list .list-body .sublist-2 .item#id-map .item-icon {
        padding-top: 28px
    }

    .footer .list .list-body .sublist-2 .item#id-map {
        padding-top: 18px
    }

        .footer .list .list-body .sublist-2 .item#id-map .item-icon {
            width: 272px
        }

    .copyright {
        height: auto
    }

        .copyright .list .list-body .item-text {
            margin-bottom: 0;
            line-height: 22px;
            margin-top: 8px;
            font-weight: inherit !important
        }
}

@media(max-width:767px) {
    .phantrang .item-links .item-link {
        display: inline-block;
        margin-bottom: 15px
    }

    body .fancybox-slide--iframe .fancybox-content {
        max-width: calc(100% - 0) !important;
        max-height: calc(100% - 280px) !important
    }

    .divform .sublist-body .item .item-form .tepdinhkem #giminput {
        left: 245px
    }

    .contact .list .list-body .contact-row .item .subitem-2 .form-contact .item-links .item-link {
        display: block;
        margin-bottom: 10px
    }

    .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .item-subbody.scollbar {
        max-width: 350px;
        overflow-x: hidden
    }

    .header .header-main .list .list-body .header-menu nav .togget {
        z-index: 9 !important
    }

    .detail .list .list-body .detail-chitiet .form-itemimg .item .item-img-show .subitem2 .item-img .number a {
        font-size: 20px
    }

    .zalomobi {
        display: block;
        bottom: 8%
    }

    .callmobi {
        display: block
    }

    .socialRight {
        top: 130px;
        display: none
    }

    .item-sidebar .banner-quangcao {
        right: 0
    }

    .header .header-top .list .list-body .header-left .hotline {
        display: block !important;
        top: 0;
        left: 200px
    }

        .header .header-top .list .list-body .header-left .hotline a {
            color: #eb0606
        }

    .header .header-top .list .list-body .header-left .form-popup {
        padding-left: 0
    }

        .header .header-top .list .list-body .header-left .form-popup .item-link {
            left: 190px !important
        }

            .header .header-top .list .list-body .header-left .form-popup .item-link:before {
                display: none
            }

    .header .header-top .list .list-body .header-right .form-popup {
        display: none
    }

    .header .header-main .list .list-body .header-logo {
        left: calc(50% - 35px) !important
    }

    .header .header-main .list .list-body .header-menu nav ul.visible {
        top: 54px;
        min-width: 414px
    }

        .header .header-main .list .list-body .header-menu nav ul.visible .dropdowns > ul {
            border-top: 0
        }

        .header .header-main .list .list-body .header-menu nav ul.visible .menu-dropdown.down > ul {
            background: none;
            position: static;
            top: 0;
            padding: 0
        }

            .header .header-main .list .list-body .header-menu nav ul.visible .menu-dropdown.down > ul li.after {
                display: none
            }

            .header .header-main .list .list-body .header-menu nav ul.visible .menu-dropdown.down > ul li a {
                padding-left: 20px;
                border-bottom: 0
            }

            .header .header-main .list .list-body .header-menu nav ul.visible .menu-dropdown.down > ul li > ul {
                position: static;
                background: none;
                width: 100%;
                min-width: 100% !important
            }

                .header .header-main .list .list-body .header-menu nav ul.visible .menu-dropdown.down > ul li > ul li a {
                    border-bottom: 0;
                    border-top: 1px solid #fff;
                    padding-left: 35px;
                    width: 100%
                }

        .header .header-main .list .list-body .header-menu nav ul.visible .menu-dropdown.down:after {
            content: '';
            display: block;
            font-family: FontAwesome;
            width: 42px;
            height: 42px;
            text-align: center;
            line-height: 42px;
            position: absolute;
            top: 0;
            right: 0;
            transition: all .5s ease;
            transform: rotate(0deg);
            color: #333
        }

    .duong-dan {
        height: auto;
        line-height: none
    }

        .duong-dan .list .list-body nav ul li {
            padding: 10px 5px
        }

    .banner .item .item-img .imgc:before {
        padding-bottom: 64.42%
    }

    .content-box1 .divform .sublist-body {
        height: 915px
    }

        .content-box1 .divform .sublist-body .item .item-form {
            display: block !important
        }

            .content-box1 .divform .sublist-body .item .item-form .title-form .item-text {
                padding-bottom: 0
            }

            .content-box1 .divform .sublist-body .item .item-form .itembody input, .content-box1 .divform .sublist-body .item .item-form select, .content-box1 .divform .sublist-body .item .item-form textarea {
                width: 100% !important
            }

        .content-box1 .divform .sublist-body .divform .sublist-body .item .item-form .tepdinhkem #giminput {
            left: 268px
        }

    .content-box1 .list .list-body .item-mobi .item-links {
        border-radius: 3px;
        border: 1px solid #444;
        padding: 10px 27px;
        margin-bottom: 10px
    }

        .content-box1 .list .list-body .item-mobi .item-links .item-link {
            font-size: 16px;
            font-family: 'UILG';
            text-align: center;
            margin: 0 auto;
            text-transform: uppercase;
            display: block !important;
            color: #333
        }

            .content-box1 .list .list-body .item-mobi .item-links .item-link.downs .fa {
                margin-left: 10px
            }

    .content-box1 .list .list-body #guiYeuCauTuVan {
        display: none
    }

    .content-box2 .list .list-body .sublist-box1 .sublist-title .codetitle-moi h2 {
        font-size: 25px
    }

        .content-box2 .list .list-body .sublist-box1 .sublist-title .codetitle-moi h2 span {
            display: block;
            padding: 6px 10px 0;
            margin: 0 auto;
            width: 62%;
            font-size: 34px;
            margin-bottom: 10px
        }

    .content-box2 .list .list-body .sublist-box1 .sublist-title .codetitle-moi .slide-verticar {
        width: 100%
    }

        .content-box2 .list .list-body .sublist-box1 .sublist-title .codetitle-moi .slide-verticar .sp2 {
            font-size: 25px
        }

    .content-box2 .list .list-body .sublist-box2 .item-row .header-title {
        display: block !important
    }

        .content-box2 .list .list-body .sublist-box2 .item-row .header-title .item-body .youtube {
            top: 40px;
            left: 88px
        }

        .content-box2 .list .list-body .sublist-box2 .item-row .header-title .item-links .item-link {
            display: none
        }

    .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .item .item-body .form-controls .number-gt {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }

        .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .item .item-body .form-controls .number-gt#tbLoaiNha {
            margin-right: 0 !important
        }

        .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .item .item-body .form-controls .number-gt#tbGoiDichVu {
            margin-left: 0 !important
        }

    .content-box2 .list .list-body .sublist-box2 .divform2 #itemid .item-body .item-floatleft .form-controls .number-gt {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }

    .content-box2 .list .list-body .sublist-box2 .divform2 #itemid .item-body {
        display: block !important
    }

        .content-box2 .list .list-body .sublist-box2 .divform2 #itemid .item-body .item-floatleft, .content-box2 .list .list-body .sublist-box2 .divform2 #itemid .item-body .item-floatright {
            width: 100%
        }

    .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .form-phongthuy, .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .form-xaydung, .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .form-xemhuongnha {
        max-width: 350px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

        .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .form-phongthuy .item, .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .form-xaydung .item, .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .form-xemhuongnha .item {
            display: block;
            padding: 20px !important
        }

    .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .divform2 .form-phongthuy .scollbar, .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .divform2 .form-xaydung .scollbar, .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .divform2 .form-xemhuongnha .scollbar {
        max-width: 375px
    }

    .content-box2 .list .list-body .sublist-box2 .divform2 .item-row #hn .form-controls {
        margin-bottom: 0
    }

    .content-box2 .list .list-body .sublist-box2 .divform2 .item-row #hn .item-body .item-links, .content-box2 .list .list-body .sublist-box2 .divform2 .item-row #xd .item-body .item-links, .content-box2 .list .list-body .sublist-box2 .divform2 .item-row #dtct .item-body .item-links {
        padding: 0
    }

    .content-box2 .list .list-body .sublist-box2 .header-title .header-title .item-body .list-title h2 {
        font-size: 25px
    }

    .content-box2 .list .list-body .sublist-box2 .header-title .header-title .item-links .item-link {
        display: none
    }

    .content-box2 .list .list-body .sublist-box2 .item-video .item .item-body .item-title h2 {
        position: static !important;
        color: #333;
        margin: 10px 0
    }

    .content-box2 .list .list-body .sublist-box2 .item-video2 .slick-arrow {
        width: 30px;
        height: 30px;
        top: calc(50% - 18px)
    }

    .content-box2 .list .list-body .sublist-box2 .item-video2 .slick-prev {
        left: -15px
    }

    .content-box2 .list .list-body .sublist-box2 .item-video2 .slick-next {
        right: -15px
    }

    .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .item .item-body .form-controls .number-gt:last-child {
        margin-left: 0 !important
    }

    .content-box3 .list .div-header .list-title h2 {
        font-size: 28px
    }

        .content-box3 .list .div-header .list-title h2 span:before {
            top: 36.7px
        }

        .content-box3 .list .div-header .list-title h2 span:after {
            top: 36.7px
        }

    .content-box3 .list .div-header .sublist-body .item-tag-links .item-link {
        display: inline-block
    }

    .content-box4 .list .list-body #formid2 {
        display: none
    }

    .content-box4 .list .list-body .item-mobile .item-links {
        border-radius: 3px;
        border: 1px solid #444;
        padding: 10px 27px;
        margin-bottom: 10px
    }

        .content-box4 .list .list-body .item-mobile .item-links .item-link {
            font-size: 16px;
            font-family: 'UILG';
            text-align: center;
            margin: 0 auto;
            text-transform: uppercase;
            display: block !important;
            color: #333
        }

    .content-box4 .list .list-body .divforms .list-title h2 {
        font-size: 28px
    }

    .content-box4 .list .list-body .divforms .sublist-body {
        height: auto
    }

        .content-box4 .list .list-body .divforms .sublist-body .item .item-form {
            display: block
        }

            .content-box4 .list .list-body .divforms .sublist-body .item .item-form input {
                width: 100% !important
            }

        .content-box4 .list .list-body .divforms .sublist-body .item .item-links .item-link {
            margin: 0
        }

    .content-box4 #guiYeuCauTuVan {
        display: none
    }

    .content-box5 .list .list-title h2 {
        font-size: 28px;
        margin-bottom: 22px
    }

    .content-box5 .list .list-body .sublist-body .item {
        padding-bottom: 20px
    }

    .footer .list .list-body .sublist-1 {
        padding: 40px 0 15px
    }

        .footer .list .list-body .sublist-1 #accordion {
            display: block
        }

        .footer .list .list-body .sublist-1 .col-md-3.col-lg-2 {
            display: block
        }

        .footer .list .list-body .sublist-1 .item .accordion {
            position: relative
        }

            .footer .list .list-body .sublist-1 .item .accordion .sublist-title h2 {
                padding-bottom: 15px
            }

            .footer .list .list-body .sublist-1 .item .accordion.show:after {
                transition: all .5s ease;
                transform: rotate(-180deg)
            }

            .footer .list .list-body .sublist-1 .item .accordion:after {
                content: '';
                display: block;
                font-family: Fontawesome;
                width: 40px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                position: absolute;
                right: 0;
                top: -4px;
                color: #fff;
                z-index: 9;
                transition: all .5s ease;
                transform: rotate(0deg)
            }

    .footer .list .list-body .sublist-2 {
        padding: 20px 0
    }

        .footer .list .list-body .sublist-2 .item .item-img {
            display: none
        }

        .footer .list .list-body .sublist-2 .item .item-ifamre {
            width: 100%;
            margin: 0;
            margin-bottom: 10px
        }

            .footer .list .list-body .sublist-2 .item .item-ifamre iframe {
                width: 100%
            }

        .footer .list .list-body .sublist-2 .item .item-body .item-text a {
            color: #333 !important
        }

        .footer .list .list-body .sublist-2 .col-lg-4, .footer .list .list-body .sublist-2 .col-lg-3 {
            flex: 0 0 100%;
            max-width: 100%
        }

        .footer .list .list-body .sublist-2 .item#id-map {
            display: block !important;
            padding-top: 15px
        }

            .footer .list .list-body .sublist-2 .item#id-map .item-icon {
                width: 100%
            }

        .footer .list .list-body .sublist-2 #item-fange .icon-share .item-title h2 {
            padding-bottom: 5px;
            margin-top: 22px
        }

        .footer .list .list-body .sublist-2 #item-fange .icon-share .item-links .item-link {
            float: left;
            width: 50%
        }

        .footer .list .list-body .sublist-2 #item-fange .icon-share .item-links:after {
            content: '';
            clear: both;
            display: block
        }

    .copyright .item-chat {
        display: none !important
    }

    .new-evr .list .list-body .tabs-wrap .tabs {
        margin: 20px 0 0
    }

    .new-evr .list .list-body .tabs-wrap .tabs-content .tab-content .sublist-body .col-md-6.col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .new-evr .list .list-body .tabs-wrap .tabs-content .tab-content .sublist-body .item {
        margin-bottom: 14px
    }

    .new-evr .list .list-body .tabs-wrap .tabs-content .tab-content .sublist-body:after {
        margin-top: 5px
    }

    .divform .sublist-body {
        height: 640px
    }

        .divform .sublist-body .item .item-form {
            display: block !important
        }

            .divform .sublist-body .item .item-form .itembody input, .divform .sublist-body .item .item-form .itembody select, .divform .sublist-body .item .item-form .itembody textarea {
                width: 250px
            }

            .divform .sublist-body .item .item-form .item-links {
                width: 400px;
                margin-right: 32px
            }

    .design .divform .sublist-body {
        height: auto
    }

        .design .divform .sublist-body .item .item-form {
            width: 100%
        }

            .design .divform .sublist-body .item .item-form .item-text {
                padding-bottom: 0
            }

    .design .list .list-body .subitem-1 .item-subbody {
        display: block
    }

        .design .list .list-body .subitem-1 .item-subbody .item-body .item-bl {
            display: inline-block
        }

        .design .list .list-body .subitem-1 .item-subbody .item-title {
            width: 100%;
            align-self: inherit;
            margin-right: 0
        }

    .design .list .list-body .subitem-2 .list-title h2 {
        font-size: 25px
    }

    .design .list .list-body .item .item-form .itembody {
        width: 100%
    }

    .detail .list .list-body .header-detail .item-title h2 {
        padding-bottom: 10px;
        font-size: 20px
    }

    .detail .list .list-body .detail-chitiet .divslider {
        padding-bottom: 10px
    }

        .detail .list .list-body .detail-chitiet .divslider .sublist-body .row .col-md-4 {
            flex: 0 0 100% !important;
            max-width: 100% !important;
            padding: 0 15px !important
        }

            .detail .list .list-body .detail-chitiet .divslider .sublist-body .row .col-md-4 .item {
                padding-bottom: 15px
            }

                .detail .list .list-body .detail-chitiet .divslider .sublist-body .row .col-md-4 .item .item-body .item-title h2 {
                    height: 50px;
                    padding-bottom: 0;
                    padding-top: 10px
                }

    .divcomment {
        padding-top: 0
    }

    .tags .item-title {
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 0 12px;
        display: inline-block;
        margin: 4px 0
    }

        .tags .item-title:first-child {
            border: 0;
            padding: 0;
            border-radius: 0;
            display: block
        }

    .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .item-links {
        font-size: 16px;
        font-family: 'UILG';
        font-weight: lighter;
        border-radius: 3px;
        border: 1px solid #444;
        padding: 10px 27px;
        text-align: center;
        margin: 0 auto;
        text-transform: uppercase;
        display: block !important;
        margin-bottom: 10px
    }

        .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .item-links .item-link {
            color: #333
        }

            .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .item-links .item-link .fa {
                margin-left: 10px
            }

    .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .item {
        display: none
    }

    .divform2 .item-row .item .item-body .form-controls .number-gt {
        width: 100% !important
    }

    .detail .list {
        padding: 28px 0 20px !important
    }

        .detail .list .list-body .detail-chitiet .form-itemimg .item .item-body {
            display: block
        }

        .detail .list .list-body .detail-chitiet .form-itemimg .item .item-img-show .slick-dots {
            display: none !important
        }

        .detail .list .list-body .detail-chitiet .form-itemimg .item-img-show .item-img .imgc0:before {
            padding-bottom: 67%
        }

        .detail .list .list-body .header-detail .item-body .item-share.item-links {
            text-align: left !important
        }

        .detail .list .list-body .detail-chitiet .divform .sublist-body .item .item-form {
            display: block
        }

        .detail .list .list-body .detail-chitiet .form-thongtin {
            padding-bottom: 0
        }

            .detail .list .list-body .detail-chitiet .form-thongtin .divform-info .item-right .item-text {
                height: auto
            }

        .detail .list .list-body .detail-chitiet p img, .detail .list .list-body .detail-chitiet div span img, .detail .list .list-body .detail-chitiet span img {
            max-width: 100%;
            height: auto !important
        }

        .detail .list .list-body .detail-chitiet img {
            height: auto !important
        }

        .detail .list .list-body .detail-chitiet .form-itemimg .item .item-img2 .slick-list {
            margin: 0 -5px
        }

            .detail .list .list-body .detail-chitiet .form-itemimg .item .item-img2 .slick-list .slick-slide {
                padding: 0
            }

        .detail .list .list-body .detail-chitiet .form-itemimg .item .item-img2 .subitem .item-img {
            margin-left: 5px;
            margin-right: 5px
        }

    .divform .sublist-body {
        height: auto !important;
        padding: 20px 10px !important
    }

        .divform .sublist-body .item .item-form .itembody input, .divform .sublist-body .item .item-form .itembody textarea, .divform .sublist-body .item .item-form .itembody select {
            width: 100% !important
        }

    .detail .list .list-body .tags .item-bl:first-child {
        padding-left: 0 !important
    }

    .detail .list .list-body .tags .item-bl:last-child:after {
        display: none
    }

    .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs-content .tab-content .item .item-form .subitem-body textarea, .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs-content .tab-content .item .item-form .subitem-body input, .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs-content .tab-content .item .item-form .subitem-body .btnipt {
        width: 100%
    }

    .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs-content .tab-content .item .item-form .item-link {
        margin: 12px 0 0
    }

    .banner .list .list-body:after {
        content: '';
        display: block;
        margin-top: 5px;
        width: 100%;
        background-size: cover;
        background: url(Themes/Assets/css/Images/_Background/bg-boder.png) no-repeat center;
        height: 5px;
        line-height: 30px
    }

    .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs .tab {
        font-size: 19px
    }

        .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs .tab:first-child {
            margin-left: 0
        }

        .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs .tab:last-child {
            margin-right: 0
        }

    .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs:after {
        content: url(Themes/Assets/css/Images/_Background/bg-tieude.png);
        width: 336px
    }

    .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs-content .tab-content .item .item-form .subitem-body {
        display: block
    }

    .library .list .list-body .tabs-wrap .tabs-content .tab-content .thuvienanh .item {
        padding-bottom: 20px
    }

    .form-dangkynhamau .list .list-body .sublist-body-1 .item-body .divform-control {
        display: block
    }

        .form-dangkynhamau .list .list-body .sublist-body-1 .item-body .divform-control item-divtext {
            margin-bottom: 4px
        }

        .form-dangkynhamau .list .list-body .sublist-body-1 .item-body .divform-control .item-divform input {
            width: 100%
        }

    .hoidap-xaydung .list .list-body .sublist-body-1 .item-body .divform-control {
        display: block
    }

        .hoidap-xaydung .list .list-body .sublist-body-1 .item-body .divform-control .item-divtext {
            width: 100%
        }

        .hoidap-xaydung .list .list-body .sublist-body-1 .item-body .divform-control .item-divform input, .hoidap-xaydung .list .list-body .sublist-body-1 .item-body .divform-control .item-divform textarea {
            width: 100%
        }

    .hoidap-xaydung .list .list-body .sublist-body-2 .list-title h2 {
        font-size: 30px
    }

    .hoidap-xaydung .list .list-body .sublist-body-2 .item-body .item-img {
        float: left;
        width: 100%;
        margin-right: 0
    }

    .hoidap-xaydung .list .list-body .sublist-body-2 .item-body .divtraloi .item-links {
        display: block
    }

        .hoidap-xaydung .list .list-body .sublist-body-2 .item-body .divtraloi .item-links #link1 {
            margin-bottom: 10px;
            margin-right: 0
        }

    .dichvu .list .list-title h2 span {
        background-position-x: -150px !important;
        background-position-y: 46px !important
    }

    .banner-about .list .list-body .item .item-img .imgc:before {
        padding-bottom: 35.789%
    }

    .about .list .list-body .sublist-box1 .sublist-title h2 {
        font-size: 25px
    }

        .about .list .list-body .sublist-box1 .sublist-title h2 span {
            display: block;
            padding: 6px 10px 0;
            margin: 0 auto;
            width: 62%;
            font-size: 34px;
            margin-bottom: 10px
        }

    .about .list .list-body .sublist-box1 .sublist-title .codetitle-moi .slide-verticar {
        width: 100%;
        justify-content: center
    }

        .about .list .list-body .sublist-box1 .sublist-title .codetitle-moi .slide-verticar .sp2 {
            font-size: 25px
        }

    .about2 {
        height: 100%
    }

        .about2:after {
            height: 100% !important
        }

        .about2:before {
            height: 100% !important
        }

        .about2 .list .list-body .sublist-box3 {
            padding: 0 !important
        }

            .about2 .list .list-body .sublist-box3 .item-row .item .item-body .item-title h2 {
                padding-top: 18px
            }

    .about3:before {
        z-index: 0
    }

    .about3 .list .list-body .sublist-box4 .item-row .col-md-6 .item {
        padding: 60px 20px
    }

    .about4 {
        height: 100%
    }

        .about4:after {
            height: 100% !important
        }

        .about4:before {
            height: 100% !important
        }

        .about4 .list .list-body .sublist-box3 {
            padding: 0 !important
        }

        .about4 .list .list-body .sublist-box5 {
            padding: 0
        }

            .about4 .list .list-body .sublist-box5 .item-row .item .item-body .item-title h2 {
                padding: 18px 0 20px
            }

    .new-evr .list .list-body .tabs-wrap .tabs-content .tab-content .sublist-body .item .item-body .item-title h2 {
        height: 63px;
        margin-bottom: 6px
    }

    .facebook-adthis {
        justify-content: end
    }

        .facebook-adthis .share-adthis {
            width: 50%
        }

    div#sticky-wrapper {
        height: 100% !important
    }

    #sticky-wrapper .banner-quangcao {
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        width: 100% !important;
        max-width: 100%
    }

    .hoidap-xaydung .list .list-body .sublist-body-2 .item-body .divtraloi .sublist-body-1 .item-text {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .design .divform .sublist-body .item .item-form .tepdinhkem #giminput {
        left: 328px
    }

    .divform2 .form-phongthuy, .divform2 .form-xaydung, .divform2 .form-xemhuongnha {
        min-width: 375px
    }

        .divform2 .form-phongthuy .scollbar, .divform2 .form-xaydung .scollbar, .divform2 .form-xemhuongnha .scollbar {
            max-width: 375px;
            overflow-x: hidden
        }

    .contact .mapiframe iframe {
        width: 100% !important
    }

    .divform2 .close span {
        top: 1px;
        right: 1px
    }
}

@media(max-width:375px) {
    .container {
        padding: 0 -15px !important
    }

    .content-box4 .list .list-body .divforms .sublist-body .item .item-form {
        display: block !important
    }

    .content-box4 .list .list-body .divforms .sublist-body {
        height: 600px
    }

    .hoidap-xaydung .list .list-body .sublist-body-1 .divform .sublist-body {
        padding: 20px
    }

        .hoidap-xaydung .list .list-body .sublist-body-1 .divform .sublist-body .item .item-form .tepdinhkem #giminput {
            left: 270px
        }

    .hoidap-xaydung .list .list-body .sublist-body-2 .list-title h2 {
        font-size: 25px
    }

        .hoidap-xaydung .list .list-body .sublist-body-2 .list-title h2:after {
            width: 100%;
            padding-left: 0
        }

    .hoidap-xaydung .list .list-body .sublist-body-2 .item-body .divtraloi .item-links {
        display: block
    }

        .hoidap-xaydung .list .list-body .sublist-body-2 .item-body .divtraloi .item-links #link1 {
            margin-bottom: 10px;
            margin-right: 0
        }

    .hoidap-xaydung .list .list-body .sublist-body-2 .item-body .divtraloi .sublist-body-1 .divform .sublist-body .item .item-form .tepdinhkem #giminput {
        left: 270px !important
    }

    #hoidap-detail .detail-chitiet .hoidap-khac .list-title h2:after {
        width: 100%
    }

    .header .header-top .list .list-body .header-left .hotline {
        left: 170px
    }

    .header .header-top .list .list-body .header-left .form-popup .item-link {
        left: 8px;
        width: 167px;
        padding: 0 20px 0 15px !important
    }

    .header .header-top .list .list-body .header-left .form-popup .imgsao {
        right: 5px
    }

    .header .header-top .list .list-body .header-right .search-header input:hover {
        width: 258px !important
    }

    .header .header-main .list .list-body .header-menu nav ul.visible {
        min-width: 375px
    }

        .header .header-main .list .list-body .header-menu nav ul.visible .menu-dropdown > ul {
            background: none;
            position: static;
            top: 0
        }

            .header .header-main .list .list-body .header-menu nav ul.visible .menu-dropdown > ul li a {
                width: 65%
            }

        .header .header-main .list .list-body .header-menu nav ul.visible .menu-dropdown.down:after {
            content: '';
            display: block;
            font-family: FontAwesome;
            width: 42px;
            height: 42px;
            text-align: center;
            line-height: 42px;
            position: absolute;
            top: 0;
            right: 0;
            transition: all .5s ease;
            transform: rotate(0deg)
        }

        .header .header-main .list .list-body .header-menu nav ul.visible .dropdowns ul li ul {
            min-width: 320px !important
        }

    .header .header-top .list .list-body .header-right .search-header .item-link {
        top: 8px
    }

    .divform .sublist-body .item .item-form .tepdinhkem #giminput {
        left: 285px !important
    }

    .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .form-phongthuy, .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .form-xaydung, .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .form-xemhuongnha {
        min-width: 320px
    }

        .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .form-phongthuy .item, .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .form-xaydung .item, .content-box2 .list .list-body .sublist-box2 .divform2 .item-row .form-xemhuongnha .item {
            padding: 15px !important
        }

    .content-box2 .list .list-body .sublist-box1 .sublist-title .codetitle-moi h2 {
        font-size: 22px !important
    }

        .content-box2 .list .list-body .sublist-box1 .sublist-title .codetitle-moi h2 span {
            font-size: 32px !important
        }

    .new-evr .list {
        padding: 35px 0 0
    }

        .new-evr .list .list-body .tabs-wrap .tabs-content .tab-content .sublist-body .col-md-6.col-lg-3 {
            flex: 0 0 100% !important;
            max-width: 100% !important
        }

        .new-evr .list .list-body .tabs-wrap .tabs-content .tab-content .sublist-body .item .item-body .item-title h2 {
            padding: 15px 0;
            height: 74px
        }

    .design .list .list-body .subitem-2 .divform.formGuiYeuCauTuVan .sublist-body {
        height: 910px
    }

        .design .list .list-body .subitem-2 .divform.formGuiYeuCauTuVan .sublist-body .item .item-row {
            display: block
        }

    .divform .sublist-body .item .item-form {
        display: block
    }

    .detail .list .list-body .detail-chitiet .divform .sublist-body {
        height: 100% !important
    }

        .detail .list .list-body .detail-chitiet .divform .sublist-body .item .item-form {
            display: block !important
        }

            .detail .list .list-body .detail-chitiet .divform .sublist-body .item .item-form .itembody input {
                width: 100% !important
            }

            .detail .list .list-body .detail-chitiet .divform .sublist-body .item .item-form .itembody select {
                width: 100% !important
            }

            .detail .list .list-body .detail-chitiet .divform .sublist-body .item .item-form .itembody textarea {
                width: 100%
            }

    .detail .list .list-body .detail-chitiet .divform .formdatdichvu {
        height: auto !important
    }

    .detail .list .list-body .detail-chitiet .formGuiYeuCauTuVan .sublist-body {
        padding: 20px 15px
    }

        .detail .list .list-body .detail-chitiet .formGuiYeuCauTuVan .sublist-body .item .item-form .title-form .item-text {
            padding-bottom: 0
        }

        .detail .list .list-body .detail-chitiet .formGuiYeuCauTuVan .sublist-body .item .item-form .tepdinhkem #giminput {
            left: 266px
        }

    .divform .sublist-body .item .item-form {
        display: block
    }

    .design .list .list-body .subitem-2 .list-title h2 span {
        background-position-y: 33px !important
    }

    .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs-content .tab-content .item .item-form .subitem-body {
        display: block
    }

        .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs-content .tab-content .item .item-form .subitem-body .btnipt, .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs-content .tab-content .item .item-form .subitem-body input, .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs-content .tab-content .item .item-form .subitem-body textarea {
            width: 100%
        }

    .detail .list .list-body .tab-cmt-fb .tabs-wrap .tabs-content .tab-content .item .item-form .item-link {
        margin: 0 !important
    }

    .content-box4 .list .list-body .divforms .list-title h2 {
        font-size: 25px
    }

    .banner-about .list .list-body .item .item-body .item-title:after {
        width: 280px;
        left: -80px
    }

    .about2 .list .list-body .sublist-box3 .item-row .item .item-body .item-title h2 {
        font-size: 32px
    }

    .about4 .list .list-body .sublist-box5 .item-row .item .item-body .item-text {
        height: 214px
    }

    .design-about .list-danhsach .list-title h2 {
        font-size: 23px
    }

        .design-about .list-danhsach .list-title h2 span {
            background: transparent
        }

            .design-about .list-danhsach .list-title h2 span:before, .design-about .list-danhsach .list-title h2 span:after {
                display: none
            }

    .camnhan-khachhang .list .list-title h2 {
        font-size: 30px !important
    }

    .camnhan-khachhang .list .list-body .customer .item .item-row .subitem-body .item-title h2 {
        font-size: 16px
    }

    .dichvu .list .list-title h2 span {
        background-position-y: 46px !important;
        background-position-x: -155px !important
    }
}

@media(max-width:320px) {
    .container {
        padding: 0 15px !important
    }

    .header .header-top {
        left: calc(50% - 145px) !important
    }

        .header .header-top .list .list-body .header-left .form-popup {
            left: -8px
        }

        .header .header-top .list .list-body .header-right .form-popup {
            margin-left: 8px
        }

    .header .header-main .list .list-body .header-menu nav ul.visible {
        top: 54px;
        min-width: 320px
    }

    .content-box4 .list .list-body .divforms .sublist-body .item .item-form {
        display: block !important
    }

    .content-box4 .list .list-body .divforms .sublist-body {
        height: 600px
    }

    .detail .list .list-body .detail-chitiet .divform .sublist-body {
        height: 915px !important
    }
}

html, body {
    overflow: hidden;
    overflow-y: auto
}

.content-box2 .list .list-body .sublist-box2 .item-video .item .item-img .palyclass {
    display: inline-block !important;
    pointer-events: none
}

#form1 .content-box2 .list .list-body .sublist-box2 .item-video .item .item-img .imgc:before, #form1 .content-box2 .list .list-body .sublist-box2 .item-video2 .item .item-img .imgc:before {
    padding-bottom: 56.25%
}

.contact .list .col-md-6:last-child {
    display: flex
}

.contact .list .col-md-6 .item {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative
}

    .contact .list .col-md-6 .item .mapiframe {
        flex-grow: 1
    }

        .contact .list .col-md-6 .item .mapiframe iframe {
            position: absolute;
            z-index: 1;
            bottom: 0;
            left: 0;
            width: 100%;
            height: calc(100% - 30px)
        }

@media(max-width:767px) {
    .library .list .list-body .tabs-wraps .tabss {
        padding: 20px 0 0;
        display: flex;
        flex-wrap: wrap
    }

        .library .list .list-body .tabs-wraps .tabss .tabs {
            padding: 8px 10px;
            font-size: 13px;
            margin: 0 5px 10px
        }

    .thuvienanh [class^='col'] {
        margin-bottom: 20px
    }

    .library .list .list-body .tabs-wraps .tabss-content .tabs-content .thuvienanh:after {
        display: none
    }

    .library .list .list-body .tabs-wraps .tabss-content .tabs-content .thuvienanh {
        padding: 0
    }

    .library .list .list-body .tabs-wraps .tabss-content .tabs-content {
        padding-top: 20px
    }

    .thuvienanh .row {
        margin: 0 -10px
    }

    .thuvienanh [class^='col'] {
        padding-bottom: 0 10px 20px
    }

    .thuvienanh .item .item-body .item-title h2 {
        padding-top: 10px
    }

    .library .list .list-body .tabs-wraps .tabss-content .tabs-content {
        padding-top: 10px
    }

    .thanhcongcu {
        padding: 7px 0
    }

        .thanhcongcu .item {
            display: flex
        }

        .thanhcongcu .item-links .item-link .fa {
            margin-right: 4px
        }

        .thanhcongcu .share-facebook {
            display: flex
        }

            .thanhcongcu .share-facebook > div {
                display: flex;
                margin-left: 3px
            }

        .thanhcongcu [class^='col']:last-child {
            display: flex;
            align-items: center;
            justify-content: flex-end
        }

        .thanhcongcu .facebook-adthis .share-adthis {
            width: auto;
            top: auto;
            left: auto;
            display: flex;
            margin-left: 2px;
            margin-top: -1px
        }

        .thanhcongcu .facebook-adthis .addthis_toolbox {
            display: flex
        }

    .facebook-adthis {
        justify-content: end;
        margin: 8px 0 4px
    }

    .contact .list .col-md-6:last-child {
        margin-top: 30px
    }

    .contact .list .col-md-6 .item .mapiframe {
        min-height: 300px
    }

    .contact .list .list-body .contact-row .item .subitem-2 .form-contact .item-links .item-link {
        padding: 8px 10px;
        text-align: center;
        width: calc(50% - 5px);
        font-size: 15px
    }

        .contact .list .list-body .contact-row .item .subitem-2 .form-contact .item-links .item-link:last-child {
            margin-left: auto
        }

    .contact .list .list-body .contact-row .item .subitem-2 .form-contact .item-links {
        display: flex;
        margin: 15px 0 0
    }

    .contact .list .list-body .contact-row .item .subitem-2 .item-title h2 {
        font-size: 15px
    }
}

.header .header-main .list .list-body .header-menu nav .visible .dropdowns > ul li.all:after {
    display: none
}

.projectImage {
    position: relative
}

    .projectImage .more {
        width: calc((100% - 30px)/4);
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 3;
        height: calc(50% - 5px);
        background-color: rgba(0,0,0,.4);
        font: 15px/22px UIBD;
        color: #fff;
        text-align: center;
        pointer-events: none
    }

        .projectImage .more span {
            position: absolute;
            width: 100%;
            left: 0;
            top: 50%;
            transform: translateY(-50%)
        }

.list-img-detail {
    display: grid;
    grid-gap: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
    grid-template-columns: auto auto auto auto
}

    .list-img-detail .imgc:before {
        padding-bottom: calc(231/347*100%)
    }

    .list-img-detail .imgc:nth-child(5n+1) {
        grid-row: 1/span 2;
        grid-column: 1/span 2
    }

@media(min-width:1200px) {
    .header .header-main .list .list-body .header-menu nav ul .dropdowns > ul li.all, .header .header-main .list .list-body .header-menu nav ul li.all {
        display: none !important
    }
}

@media(max-width:767px) {
    .detail .list .list-body .detail-chitiet .form-thongtin .divform-info {
        width: 100%
    }
}

@media(max-width:767px) {
    .content-box2 .list .list-body .sublist-box2 .item-row .header-title .item-body .youtube {
        top: 37px;
        left: 120px
    }

    .content-box2 .list .list-body .sublist-box1 {
        display: none
    }

    .list-img-detail {
        grid-template-columns: auto auto
    }

        .list-img-detail .imgc:nth-child(5n+1) {
            grid-row: auto
        }

    .list-img-detail {
        grid-gap: 5px;
        margin-top: 5px
    }

        .list-img-detail .imgc:nth-child(5n+1) {
            grid-column: 1/span 3
        }

        .list-img-detail .imgc:nth-child(4) ~ .imgc {
            display: none
        }

    .projectImage .more {
        width: calc((100% - 10px)/3);
        height: calc(74px)
    }

    .detail .list .list-body .detail-chitiet .form-thongtin .divform-info .item-left {
        width: 100%
    }

    .detail .list .list-body .detail-chitiet .form-thongtin .divform-info .item-right {
        width: 100%;
        max-width: none
    }

    .detail .list .list-body .detail-chitiet .form-thongtin .divform-info {
        display: block
    }
}

.dn {
    display: none
}

.fancybox-navigation {
    display: block !important
}

.fancybox-arrow--left:after {
    background-image: url(/Content/Home/next.png);
    background-size: auto
}

.fancybox-arrow--right:after {
    background-image: url(/Content/Home/next.png);
    background-size: auto
}

.header .header-main .list .list-body .header-menu nav ul .dropdown:hover .dn {
    display: flex;
    justify-content: space-between
}

.dn {
    position: absolute;
    top: 30px;
    left: -78px;
    background: #f2f2f2;
    min-width: 1523px;
    z-index: 1;
    line-height: normal
}

    .dn height:unset li {
        width: 100%;
        display: block
    }

        .dn height:unset li a {
            padding: 10px 20px !important;
            display: block
        }

            .dn height:unset li a:after {
                display: none
            }

.rs {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    line-height: inherit;
    text-decoration: none
}

    .rs:hover {
        color: inherit;
        text-decoration: none
    }

.videoHome {
    padding-bottom: 30px;
    padding-top:20px;
    background: url(Themes/Assets/css/Images/_Background/bg-boder.png) no-repeat bottom center
}

    .videoHome div:after {
        clear: both;
        content: "";
        display: block;
        height: 0;
        line-height: 0;
        visibility: hidden;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box
    }

    .videoHome .title {
        text-align: center;
        margin-bottom: 25px
    }

        .videoHome .title a {
            font-size: 34px;
            color: #1f0f07;
            margin-bottom: 10px;
            font-family: 'UISB'
        }

            .videoHome .title a:hover {
                color: #eb0606
            }

    .videoHome .left {
        width: calc(849/1280*100%);
        float: left
    }

        .videoHome .left .imgc:before {
            padding-bottom: calc(478/849*100%)
        }

        .videoHome .left .imgc:after {
            content: '';
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            z-index: 5;
            position: absolute;
            pointer-events: none;
            background-color: rgba(0,0,0,.25);
            transition: .3s;
            opacity: 0
        }

        .videoHome .left .imgc:hover:after {
            opacity: 1
        }

        .videoHome .left .item {
            position: relative
        }

        .videoHome .left .icon {
            width: 40px;
            height: 40px;
            position: absolute;
            left: calc(50% - 20px);
            top: calc(50% - 20px);
            z-index: 6;
            pointer-events: none
        }

    .videoHome .right {
        width: calc(411/1280*100%);
        float: right
    }

        .videoHome .right .imgc:before {
            padding-bottom: calc(231/411*100%)
        }

        .videoHome .right .imgc:after {
            content: '';
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            z-index: 5;
            position: absolute;
            pointer-events: none;
            background-color: rgba(0,0,0,.25);
            transition: .3s;
            opacity: 0
        }

        .videoHome .right .imgc:hover:after {
            opacity: 1
        }

        .videoHome .right .item {
            position: relative
        }

            .videoHome .right .item:nth-child(1) ~ .item {
                margin-top: 15px
            }

            .videoHome .right .item:nth-child(2) ~ .item {
                display: none
            }

        .videoHome .right .icon {
            width: 20px;
            height: 20px;
            position: absolute;
            left: calc(50% - 10px);
            top: calc(50% - 10px);
            z-index: 6;
            pointer-events: none
        }

    .videoHome .more {
        font: 16px/42px UILG;
        width: 250px;
        text-align: center;
        border: 1px solid #333;
        border-radius: 30px;
        display: table;
        margin: 20px auto 0;
        padding: 0 20px;
        color: #1f0f07;
        text-transform: uppercase
    }

        .videoHome .more:hover {
            background-color: #eb0606;
            border-color: #eb0606;
            color: #fff
        }

.content-box3 .list .div-header .list-title h2 span {
    background: none;
    border-bottom: 2px solid #f6dd79;
    padding-bottom: 8px
}

    .content-box3 .list .div-header .list-title h2 span:before {
        display: none
    }

    .content-box3 .list .div-header .list-title h2 span:after {
        display: none
    }

.content-box5 .list .list-title h2 span {
    background: none
}

    .content-box5 .list .list-title h2 span:before {
        display: none
    }

    .content-box5 .list .list-title h2 span:after {
        display: none
    }

.content-box5 .list .list-title h2, .content-box3 .list .div-header .list-title h2 {
    font-size: 30px
}

.header .header-main .list .list-body .header-logo {
    left: calc((100% - 1523px)/2);
    top: 44px
}

.header .header-top .list .list-body .header-left {
    float: left
}

    .header .header-top .list .list-body .header-left .form-popup {
        padding-left: 0
    }

.header .header-top .list .list-body .header-right .form-popup {
    margin-left: 10px;
    width: auto
}

    .header .header-top .list .list-body .header-right .form-popup .item-link {
        margin-left: 0
    }

.header-top .list-body {
    padding-left: 170px
}

.header .header-top .list .list-body .header-left .hotline a {
    color: #eb0606
}

.zalomobi, .callmobi {
    display: none
}

.content-box4 .list .list-body .divform .sublist-body .item .item-form .itembody textarea {
    height: 87px
}

.detail .list .list-body .detail-chitiet .formGuiYeuCauTuVan .sublist-body .item .item-form .itembody textarea {
    height: 87px
}

.hoidap-xaydung .list .list-body .sublist-body-1 .divform .sublist-body .item .item-form .itembody textarea {
    height: 87px
}

.divform .sublist-body .item .item-form .itembody textarea {
    height: 87px
}

#dichvu-detail .divform .sublist-body .item .item-form .itembody textarea {
    height: 88px
}

#dichvu-detail .divform .sublist-body {
    height: auto
}

* {
    outline: 0 !important
}

.library.home .title {
    text-align: center
}

    .library.home .title a {
        font-size: 30px;
        color: #eb0606;
        margin-bottom: 10px;
        font-family: 'UISB'
    }

.library.home .thuvienanh {
    padding-bottom: 35px
}

    .library.home .thuvienanh:first-child .row {
        padding-top: 0;
        margin-top: -15px
    }

    .library.home .thuvienanh .row {
        margin: 0 -10px;
        padding-bottom: 15px;
        padding-top: 8px
    }

    .library.home .thuvienanh .itemBox {
        padding: 0 10px
    }

    .library.home .thuvienanh .imgc:after {
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 5;
        position: absolute;
        pointer-events: none;
        background-color: rgba(0,0,0,.25);
        transition: .3s;
        opacity: 0
    }

    .library.home .thuvienanh .imgc:hover:after {
        opacity: 1
    }

    .library.home .thuvienanh .item-img {
        border-radius: 0 !important
    }

    .library.home .thuvienanh .icon {
        width: 40px;
        height: 40px;
        position: absolute;
        left: calc(50% - 20px);
        top: calc(50% - 20px);
        z-index: 6;
        pointer-events: none
    }

.library.home .list {
    padding-bottom: 15px
}

.containerN {
    width: calc(100% - 156px);
    margin: 0 auto
}

.khoiBao div:after, .khoiBao ul:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.khoiBao img {
    max-width: 100%
}

.headerBox {
    background-color: #1f0f07;
    padding: 11px 0 8px;
    position: relative;
    height: 80px
}

    .headerBox .logo {
        position: absolute;
        left: calc(50%);
        transform: translateX(-50%);
        top: 5px
    }

.logo img {
    max-height: 73px;
}

.headerBox .hotline {
    display: table;
    font: 16px/30px UISB;
    color: #fff;
    text-transform: uppercase
}

    .headerBox .hotline:hover {
        color: #eb0606
    }

.slideBox .imgc:before {
    padding-bottom: calc(636/1920*100%)
}

.slideBox .owl-nav > div {
    position: absolute;
    z-index: 4;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    background-color: rgba(0,0,0,.3);
    font-size: 0;
    color: #fff;
    border-radius: 50%;
    border: 2px solid rgba(236,237,238,.3)
}

    .slideBox .owl-nav > div:before {
        content: '';
        font-family: FontAwesome;
        font-size: 20px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        position: absolute;
        z-index: 5;
        margin-left: 2px
    }

    .slideBox .owl-nav > div:hover {
        background: #1f0f07
    }

    .slideBox .owl-nav > div.owl-next {
        right: 0
    }

    .slideBox .owl-nav > div.owl-prev {
        left: 0
    }

        .slideBox .owl-nav > div.owl-prev:before {
            content: '';
            margin-left: -2px
        }

.slideBox .owl-dots {
    display: none !important
}

.list-title span, .list-title a {
    background-image: none !important
}

    .list-title span:before, .list-title a:before {
        display: none !important
    }

    .list-title span:after, .list-title a:after {
        display: none !important
    }

.footerBox {
    background-color: #e7e0d1;
    padding: 45px 0 60px
}

    .footerBox .containerN {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footerBox .logo {
        -webkit-flex: 0 0 calc(437/1764*100%);
        -ms-flex: 0 0 calc(437/1764*100%);
        flex: 0 0 calc(437/1764*100%);
        max-width: calc(437/1764*100%);
        text-align: center
    }

    .footerBox .googleMap {
        -webkit-flex: 0 0 calc(382/1764*100%);
        -ms-flex: 0 0 calc(382/1764*100%);
        flex: 0 0 calc(382/1764*100%);
        max-width: calc(382/1764*100%);
        margin-left: 22px
    }

        .footerBox .googleMap .title {
            margin-bottom: 17px;
            text-transform: uppercase
        }

        .footerBox .googleMap .map iframe {
            width: 100%;
            height: 100%
        }

        .footerBox .googleMap .map .imgc:before {
            padding-bottom: calc(217/378*100%)
        }

@media(max-width:1199px) {
    .footerBox .googleMap {
        -webkit-flex: 0 0 calc(360/1764*100%);
        -ms-flex: 0 0 calc(360/1764*100%);
        flex: 0 0 calc(360/1764*100%);
        max-width: calc(360/1764*100%)
    }

        .footerBox .googleMap .title {
            height: 51px
        }
}

.bottomBox {
    background-color: #1f0f07
}

    .bottomBox .text {
        font: 14px/25px UISB;
        color: #fff;
        padding: 10px 0;
        text-align:center;
    }

.content-box2 .list .list-body .sublist-box1 {
    padding-bottom: 35px
}

    .content-box2 .list .list-body .sublist-box1 .sublist-title h2 span {
        background: #e7e0d1;
        color: #1f0f07;
        border-radius: 0;
        font-size: 38px;
        padding: 0 15px
    }

    .content-box2 .list .list-body .sublist-box1 .sublist-title .codetitle-moi .slide-verticar {
        background: #e7e0d1;
        border-radius: 0;
        margin-top: 2px;
        margin-left: 10px
    }

    .content-box2 .list .list-body .sublist-box1 .sublist-title h2 {
        color: #1f0f07
    }

    .content-box2 .list .list-body .sublist-box1 .sublist-title .codetitle-moi .slide-verticar .sp2 {
        color: #1f0f07
    }

    .content-box2 .list .list-body .sublist-box1 .noidung-about .item-text {
        font-size: 18px;
        color: #1f0f07
    }

.library.home .title a {
    font-size: 34px;
    color: #1f0f07
}

    .library.home .title a:hover {
        color: #eb0606
    }

.library .list .list-body .tabs-wraps .tabss-content .tabs-content .thuvienanh .item .item-img .imgc {
    border-radius: 5px
}

.content-box4 .list .list-body .formGuiYeuCauTuVan .list-title h2, .design .list .list-body .subitem-2 .divform .list-title h2, .detail .list .list-body .detail-chitiet .formGuiYeuCauTuVan .list-title h2 {
    font-size: 34px;
    text-transform: uppercase;
    color: #1f0f07;
    font-weight: normal
}

.divform .sublist-body .item .item-form .title-form .item-text {
    font-size: 17px;
    font-weight: normal
}

.divform .sublist-body .item .item-form .item-links .item-link {
    border-radius: 30px;
    background: #1f0f07;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal
}

    .divform .sublist-body .item .item-form .item-links .item-link i {
        display: none
    }

    .divform .sublist-body .item .item-form .item-links .item-link:hover {
        background-color: #eb0606;
        color: #fff
    }

.content-box4 .list .list-body .formGuiYeuCauTuVan .item-text, .design .list .list-body .subitem-2 .item-text {
    color: #333;
    font-size: 17px;
    font-weight: normal
}

    .content-box4 .list .list-body .formGuiYeuCauTuVan .item-text strong, .design .list .list-body .subitem-2 .item-text strong {
        font-weight: normal;
        font-size: 17px
    }

.item-design .item .item-body .subitem-body {
    display: none
}

.content-box3 .list .list-body .div-item .item-design .row {
    margin: 0 -10px
}

    .content-box3 .list .list-body .div-item .item-design .row .col-xl-3 {
        padding: 0 10px
    }

.content-box3 .list .div-header .list-title h2 span {
    font-size: 34px;
    text-transform: uppercase;
    color: #1f0f07;
    border-bottom: none
}

    .content-box3 .list .div-header .list-title h2 span:hover {
        color: #eb0606
    }

.content-box3 .more {
    font: 16px/43px UISB;
    text-transform: uppercase;
    color: #1f0f07;
    width: 250px;
    border: 1px solid #1f0f07;
    border-radius: 30px;
    display: table;
    margin: 0 auto 30px;
    text-align: center
}

    .content-box3 .more:hover {
        background-color: #eb0606;
        color: #fff;
        border-color: #eb0606
    }

.content-box3 .groupCate {
    max-width: 1245px;
    margin: 15px auto;
    font-size: 0;
    text-align: center
}

    .content-box3 .groupCate .itemBox {
        display: inline-block;
        width: calc((100% - 80px)/5);
        margin-right: 20px;
        position: relative
    }

        .content-box3 .groupCate .itemBox:nth-child(5n) {
            margin-right: 0
        }

        .content-box3 .groupCate .itemBox:last-child {
            margin-right: 0
        }

        .content-box3 .groupCate .itemBox:nth-child(5) ~ .itemBox {
            margin-top: 20px
        }

        .content-box3 .groupCate .itemBox:hover .itemTitle {
            background: rgba(0,0,0,.3)
        }

            .content-box3 .groupCate .itemBox:hover .itemTitle a {
                color: #eb0606
            }

    .content-box3 .groupCate .imgc {
        border-radius: 5px
    }

        .content-box3 .groupCate .imgc:before {
            padding-bottom: calc(156/234*100%)
        }

    .content-box3 .groupCate .itemTitle {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        z-index: 5;
        background: rgba(0,0,0,.5);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
        padding: 0 10px;
        pointer-events: none
    }

        .content-box3 .groupCate .itemTitle:after {
            display: none
        }

        .content-box3 .groupCate .itemTitle a {
            font: 18px/24px UISB;
            text-transform: uppercase;
            color: #fff;
            width: 100%
        }

.item-design .item .item-body .item-title {
    padding: 0;
    margin-top: 6px;
    font-weight:700;
}

.content-box3 .list .div-header .list-title h2 span, .content-box5 .list .list-title h2 span, .design .list .list-body .subitem-2 .list-title h2 span, .list-danhsach .list-title h2 span, .dichvu .list .list-title h2 span, .detail .list .list-body .dichvu-khac .list-title h2 span, .new-evr .list .list-title h2 span, .divcomment .list-title h2 span, .divslider .list-title h2 span, .detail .list .list-body .detail-chitiet .divslider .list-title h2 {
    font-weight: normal;
    font-size: 34px;
    text-transform: uppercase;
    color: #1f0f07
}

    .content-box3 .list .div-header .list-title h2 span:hover, .content-box5 .list .list-title h2 span:hover, .design .list .list-body .subitem-2 .list-title h2 span:hover, .list-danhsach .list-title h2 span:hover, .dichvu .list .list-title h2 span:hover, .detail .list .list-body .dichvu-khac .list-title h2 span:hover, .new-evr .list .list-title h2 span:hover, .divcomment .list-title h2 span:hover, .divslider .list-title h2 span:hover, .detail .list .list-body .detail-chitiet .divslider .list-title h2:hover {
        color: #eb0606
    }

body {
    font-family: UISB;
    font-size: 17px
}

.list-danhsach .sublist-body .item .item-body .item-title h2 {
    font-size: 17px;
    color: #333
}

    .list-danhsach .sublist-body .item .item-body .item-title h2:hover {
        color: #eb0606
    }

.design .list .list-body .subitem-2 .list-title h2 {
    font-weight: normal;
    color: #1f0f07;
    text-transform: uppercase;
    border-color: #1f0f07
}

.divform2 .item-row .item .item-body .item-link {
    border-radius: 30px;
    background: #1f0f07;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal
}

    .divform2 .item-row .item .item-body .item-link i {
        display: none
    }

    .divform2 .item-row .item .item-body .item-link:hover {
        background-color: #eb0606;
        color: #fff
    }

.divform2 .item-row #hn .item-body .form-controls {
    margin-bottom: 14px
}

.divform2 .item-row .item .item-body .form-controls .item-text {
    font-size: 17px
}

.design .list .list-body .subitem-2 .item-design .item .item-body .item-title {
    font-weight: normal;
    font-size: 17px
}

    .design .list .list-body .subitem-2 .item-design .item .item-body .item-title:hover {
        color: #eb0606
    }

.design .list .list-body .subitem-1 .item-subbody .item-body .item-bl {
    padding: 3px 22px;
    border-radius: 30px;
    border-color: #1f0f07;
    color: #1f0f07
}

    .design .list .list-body .subitem-1 .item-subbody .item-body .item-bl:hover {
        color: #fff;
        background: #1f0f07
    }

.phantrang .paging.SplitPages .hientai {
    border-color: #1f0f07;
    background-color: #1f0f07
}

.design .list .list-body .subitem-1 .item-subbody {
    display: block
}

    .design .list .list-body .subitem-1 .item-subbody .item-title {
        float: left;
        margin-top: 5px
    }

    .design .list .list-body .subitem-1 .item-subbody .item-body {
        float: left;
        width: calc(100% - 90px)
    }

        .design .list .list-body .subitem-1 .item-subbody .item-body .item-bl {
            float: left;
            margin-top: 0;
            margin-right: 5px
        }

.detail .list .list-body .header-detail .item-title h2 {
    font-weight: normal;
    font-size: 30px
}

.detail .list .list-body .header-detail .item-title h1 {
    font-weight: normal;
    font-size: 30px
}

.detail .list .list-body .tags .item-title h2 {
    font-weight: normal;
    color: #333;
    font-size: 20px;
    display: inline
}

.detail .list .list-body .tags .item-body {
    margin-top: 15px
}

.detail .list .list-body .tags .item-bl {
    font-size: 18px;
    color: #333
}

    .detail .list .list-body .tags .item-bl:hover {
        color: #eb0606
    }

    .detail .list .list-body .tags .item-bl:nth-child(1) {
        margin-left: 0
    }

    .detail .list .list-body .tags .item-bl:after {
        background: #333;
        top: 10px
    }

.detail .list .list-body .detail-chitiet .divform .sublist-body {
    max-width: 970px
}

.detail .list .list-body .thietke-khac .list-title h2, .library .list .list-title h2, .timeline .list .list-title h2, .sodo-tochuc .list .list-title h2, .vanhoa-congty .list .litem-title h2, .about2 .list .list-body .sublist-box3 .item-row .item .item-body .item-title h2, .about4 .list .list-body .sublist-box5 .item-row .item .item-body .item-title h2 {
    font-size: 34px;
    color: #1f0f07;
    text-transform: uppercase;
    border-bottom: none
}

    .detail .list .list-body .thietke-khac .list-title h2:before, .library .list .list-title h2:before, .timeline .list .list-title h2:before, .sodo-tochuc .list .list-title h2:before, .vanhoa-congty .list .litem-title h2:before, .about2 .list .list-body .sublist-box3 .item-row .item .item-body .item-title h2:before, .about4 .list .list-body .sublist-box5 .item-row .item .item-body .item-title h2:before {
        display: none
    }

    .detail .list .list-body .thietke-khac .list-title h2:after, .library .list .list-title h2:after, .timeline .list .list-title h2:after, .sodo-tochuc .list .list-title h2:after, .vanhoa-congty .list .litem-title h2:after, .about2 .list .list-body .sublist-box3 .item-row .item .item-body .item-title h2:after, .about4 .list .list-body .sublist-box5 .item-row .item .item-body .item-title h2:after {
        display: none
    }

.about2 .list .list-body .sublist-box3 .item-row .item .item-body .item-title h2, .about4 .list .list-body .sublist-box5 .item-row .item .item-body .item-title h2 {
    color: #fff
}

.detail .list .list-body .detail-chitiet .form-thongtin .divform-info .item-left .item-title {
    color: #1f0f07;
    font-size: 18px
}

    .detail .list .list-body .detail-chitiet .form-thongtin .divform-info .item-left .item-title:before {
        top: 2px;
        color: #1f0f07
    }

.detail .list .list-body .detail-chitiet .form-thongtin .divform-info .item-left {
    background: #e7e0d1
}

.detail .list .list-body .detail-chitiet .form-thongtin .divform-info .item-right .item-text {
    color: #1f0f07;
    font-size: 18px
}

.fb-like {
    top: 4px
}

.item-link.facebook {
    transform: translateY(5px)
}

.facebook-adthis .share-adthis {
    width: 75px
}

.thuvienanh .item .item-body .item-title h2 {
    padding-top: 0;
    margin-top: 10px
}

    .thuvienanh .item .item-body .item-title h2:hover {
        color: #eb0606
    }

.contact .list .list-body .contact-row .item .subitem-2 .form-contact .item-links .item-link:hover {
    background: #eb0606;
    color: #fff;
    border-color: #eb0606
}

.thongTinCongTy {
    font: 16px/24px UISB;
    color: #1f0f07;
}

    .thongTinCongTy .title {
        margin-bottom: 17px;
        text-transform: uppercase
    }

    .thongTinCongTy ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .thongTinCongTy ul li {
            position: relative;
            padding-left: 25px
        }

            .thongTinCongTy ul li a {
                font: 16px/22px UISB;
                color: #1f0f07
            }

                .thongTinCongTy ul li a:hover {
                    color: #eb0606
                }

            .thongTinCongTy ul li:nth-child(2) ~ li {
                margin-top: 10px
            }

            .thongTinCongTy ul li i {
                position: absolute;
                left: 0;
                top: 5px
            }

.contactInfo .title {
    margin-bottom: 17px;
    text-transform: uppercase
}

.contactInfo ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .contactInfo ul li a {
        font: 16px/22px UISB;
        color: #1f0f07
    }

        .contactInfo ul li a:hover {
            color: #eb0606
        }

    .contactInfo ul li:nth-child(2) ~ li {
        margin-top: 10px
    }

.new-evr .list .list-body .tabs-wraps .tabss .tabs, .library .list .list-body .tabs-wraps .tabss .tabs, .about .list .list-body .sublist-box1 .item-link {
    border-radius: 30px;
    border: 1px solid #1f0f07;
    background: none;
    color: #1f0f07
}

    .new-evr .list .list-body .tabs-wraps .tabss .tabs:hover, .library .list .list-body .tabs-wraps .tabss .tabs:hover, .about .list .list-body .sublist-box1 .item-link:hover {
        background: #1f0f07;
        color: #fff
    }

.about .list .list-body .sublist-box1 .noidung-about .item-text, .about .list .list-body .sublist-box1 .noidung-about {
    font-size: 18px
}

.about .list .list-body .sublist-box1 .item-link {
    text-transform: uppercase;
    font-size: 16px;
    width: 250px
}

    .about .list .list-body .sublist-box1 .item-link i {
        display: none
    }

.new-evr .list .list-body .tabs-wraps .tabss-content .tab-contents .sublist-body .item .item-body .item-text {
    display: none
}

.new-evr .list .list-body .tabs-wraps .tabss-content .tab-contents .sublist-body .item .item-body .item-title h2, .detail .list .list-body .detail-chitiet .divslider .sublist-body .item .item-body .item-title h2 {
    font-weight: normal;
    padding: 0;
    margin-top: 10px
}

    .new-evr .list .list-body .tabs-wraps .tabss-content .tab-contents .sublist-body .item .item-body .item-title h2:hover, .detail .list .list-body .detail-chitiet .divslider .sublist-body .item .item-body .item-title h2:hover {
        color: #eb0606
    }

.new-evr .list .list-body .tabs-wraps .tabss-content .tab-contents .sublist-body .item .item-body .item-date, .detail .list .list-body .detail-chitiet .divslider .sublist-body .item .item-body .item-date {
    display: none
}

.new-evr .list .list-body .tabs-wraps .tabss-content .tab-contents .sublist-body .row, .detail .list .list-body .detail-chitiet .divslider .sublist-body .row {
    margin: 0 -10px
}

    .new-evr .list .list-body .tabs-wraps .tabss-content .tab-contents .sublist-body .row .col-xl-3, .detail .list .list-body .detail-chitiet .divslider .sublist-body .row .col-xl-3 {
        padding: 0 10px
    }

    .detail .list .list-body .detail-chitiet .divslider .sublist-body .row [class^='col'] {
        padding: 0 10px
    }

.detail .list .list-body .detail-chitiet .divslider .sublist-body .item .item-body .item-text {
    display: none
}

.tags a {
    color: #333
}

    .tags a:hover {
        color: #eb0606
    }

.detail .list .list-body .detail-chitiet .formGuiYeuCauTuVan .sublist-body .item .item-form .title-form .item-text {
    text-transform: none
}

.about2:after, .about4:after {
    background-color: #1f0f07
}

.actionFix {
    position: fixed;
    right: 10px;
    bottom: 40px;
    z-index: 6
}

    .actionFix ul {
        padding: 0;
        margin: 0
    }

        .actionFix ul li {
            list-style: none
        }

            .actionFix ul li.phone a {
                animation: icon-luc-lac 1s infinite;
                position: relative;
                background: #f31111;
                -webkit-animation: rotatePhone 1s infinite ease-in-out;
                -moz-animation: rotatePhone 1s infinite ease-in-out;
                animation: rotatePhone 1s infinite ease-in-out;
                margin-bottom: -2px;
                border: 2px solid #f31111;
                color: #fff
            }

                .actionFix ul li.phone a i {
                    font-size: 24px;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%)
                }

            .actionFix ul li.top a {
                background: #1f0f07;
                border: 2px solid #1f0f07;
                color: #fff;
                position: relative;
                opacity: 0;
                pointer-events: none;
                transition: .3s ease-in-out;
                -webkit-transition: .3s ease-in-out
            }

                .actionFix ul li.top a.show {
                    opacity: 1;
                    pointer-events: auto
                }

                .actionFix ul li.top a i {
                    color: #fff;
                    font-size: 20px;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%)
                }

            .actionFix ul li a {
                display: inline-block;
                width: 48px;
                height: 48px;
                border-radius: 50%;
                margin: 2px 0
            }

                .actionFix ul li a:hover {
                    -webkit-filter: brightness(120%);
                    filter: brightness(120%);
                    -ms-filter: brightness(120%);
                    -moz-filter: brightness(120%)
                }

                .actionFix ul li a img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover
                }

.fancybox-thumbs {
    display: block !important
}

.detail .list .list-body .detail-chitiet img {
    display: table;
    margin: 0 auto
}

.fancybox-slide {
    padding-left: 10px;
    padding-right: 10px
}

.searchBox {
    margin-top: 5px;
    margin-left: 15px;
    float: right;
    position: relative
}

    .searchBox .btnSearch {
        color: #fff;
        font-size: 15px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 38px;
        display: block;
        border: 1px solid #fff;
        border-radius: 50%;
        display: none;
        position: absolute;
        top: 30px;
        left: -78px;
        background: #f2f2f2;
        min-width: 1523px;
        z-index: 1;
        line-height: normal
    }

        .searchBox .btnSearch height:unset li {
            width: 100%;
            display: block
        }

            .searchBox .btnSearch height:unset li a {
                padding: 10px 20px !important;
                display: block
            }

                .searchBox .btnSearch height:unset li a:after {
                    display: none
                }

        .searchBox .btnSearch:hover {
            color: #eb0606
        }

    .searchBox .box {
        position: static;
        right: 50px;
        top: 0;
        z-index: 1;
        transition: .5s
    }

        .searchBox .box a {
            color: #fff;
            right: 0;
            top: 0;
            position: absolute;
            width: 20px;
            height: 40px;
            border-radius: 50%;
            text-align: right;
            line-height: 40px;
            font-size: 14px
        }

            .searchBox .box a:hover {
                color: #eb0606
            }

    .searchBox input {
        width: 160px;
        border: none;
        height: 40px;
        padding: 0 20px 0 0;
        outline: 0 !important;
        z-index: 1;
        border-bottom: 1px solid #fff;
        background: none;
        color: #fff
    }

        .searchBox input::-webkit-input-placeholder {
            color: #fff
        }

        .searchBox input::-webkit-input-placeholder {
            color: #fff
        }

        .searchBox input::-moz-placeholder {
            color: #fff
        }

        .searchBox input:-ms-input-placeholder {
            color: #fff
        }

        .searchBox input:-moz-placeholder {
            color: #fff
        }

    .searchBox.active .box {
        opacity: 1;
        transform: translateX(0);
        pointer-events: auto
    }

    .searchBox.active .btnSearch i:before {
        content: ''
    }

.khungNoiDung {
    max-width: 1366px;
    margin: 0 auto
}

.thuvienanh .item .item-img .imgc:before {
    padding-bottom: calc(359/640*100%)
}

.videoHome .left .imgc iframe, .videoHome .right .imgc iframe, .thuvienanh .item .item-img iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.videoHome .right .item:nth-child(1) ~ .item {
    margin-top: 22px
}

.library .list .list-body .tabs-wraps .tabss-content .tabs-content .thuvienanh .item .item-img .imgc iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.divform .sublist-body .item .item-form .itembody input, .content-box4 .list .list-body .divform .sublist-body .item .item-form .itembody textarea, .detail .list .list-body .detail-chitiet .formGuiYeuCauTuVan .sublist-body .item .item-form .itembody textarea {
    font-weight: normal
}

.menuMain .menuMega > .subMenu > li.pic {
    padding-right: 0
}

    .menuMain .menuMega > .subMenu > li.pic .imgc:before {
        padding-bottom: calc(calc(207/237*100%))
    }

.design .list .list-body .subitem-1 .item-subbody .item-body .item-bl:hover span {
    color: #fff !important
}

.thuvienanh .item .item-img .imgc {
    border-radius: 5px
}

.popUpFirst {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: .5s;
    align-items: center
}

    .popUpFirst .form {
        float: left;
        width: 50%;
        padding: 0 40px
    }

        .popUpFirst .form .name {
            font: 22px/30px UISB;
            text-transform: uppercase;
            color: #1f0f07;
            margin: 13px 0;
            text-align: center
        }

        .popUpFirst .form .inputBox {
            margin-top: 8px
        }

        .popUpFirst .form input, .popUpFirst .form textarea {
            height: 40px;
            border: 1px solid #cdcdcd;
            border-radius: 5px;
            width: 100%;
            padding: 0 10px
        }

        .popUpFirst .form textarea {
            height: 85px;
            padding: 5px 10px
        }

        .popUpFirst .form .btnClick {
            text-align: center;
            margin-top: 5px
        }

            .popUpFirst .form .btnClick a {
                font: 15px/40px UISB;
                color: #fff;
                padding: 0 40px;
                border-radius: 50px;
                background: #1f0f07;
                text-transform: uppercase;
                display: inline-block
            }

    .popUpFirst:after {
        display: none
    }

    .popUpFirst.active {
        opacity: 1;
        pointer-events: auto
    }

    .popUpFirst .bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.5)
    }

    .popUpFirst .popUpContent {
        width: 700px;
        position: relative;
        background: #fff;
        border-radius: 10px
    }

        .popUpFirst .popUpContent .closePopUp {
            position: absolute;
            right: -15px;
            top: -15px;
            font: 15px/27px Roboto;
            color: #fff;
            background: url(/Content/Home/close.png) no-repeat;
            width: 30px;
            height: 30px
        }

            .popUpFirst .popUpContent .closePopUp:hover {
                color: #ff6334
            }

            .popUpFirst .popUpContent .closePopUp i {
                margin-right: 5px
            }

.infoPopUp {
    float: left;
    width: 50%;
    background: url(/Content/Home/bgTuVan.png) no-repeat center;
    background-size: cover;
    border-radius: 10px 0 0 10px;
    font: 15px/20px UISB;
    text-align: center;
    padding: 20px
}

    .infoPopUp .text {
        margin-top: 10px;
        text-align: left
    }

        .infoPopUp .text .line:nth-child(1) ~ .line {
            margin-top: 10px
        }

    .infoPopUp .logo {
        margin: 45px 0 45px
    }

@media(max-width:1366px) {
    .header .header-main .list .list-body .header-logo {
        left: 15px
    }

    .header .header-main .list .list-body .header-menu nav ul li a {
        padding-left: 5px
    }

    .containerN {
        width: calc(100% - 60px)
    }

    .item-design .item .item-body .item-title {
        height: 53px
    }

    .design .list .list-body .subitem-2 .divform2 .item-row #xd .item-body .form-controls {
        margin-bottom: 8px
    }

    .design .list .list-body .subitem-2 .divform2 .item-row #hn .item-body .form-controls .number-gt {
        margin-bottom: 0
    }

    .facebook-adthis .share-adthis {
        width: 75px
    }

    .videoHome .right .item:nth-child(1) ~ .item {
        margin-top: 16px
    }
}

@media(min-width:768px) {
    .container {
        width: calc(100% - 156px);
        max-width: none;
        padding: 0 !important
    }

    .header .header-main .list .list-body .header-menu nav ul li:nth-child(6) {
        margin-left: 0
    }

    .header .header-main .list .list-body .header-menu {
        padding-left: 170px
    }

        .header .header-main .list .list-body .header-menu nav ul li.home span {
            display: none;
            position: absolute;
            top: 30px;
            left: -78px;
            background: #f2f2f2;
            min-width: 1523px;
            z-index: 1;
            line-height: normal
        }

            .header .header-main .list .list-body .header-menu nav ul li.home span height:unset li {
                width: 100%;
                display: block
            }

                .header .header-main .list .list-body .header-menu nav ul li.home span height:unset li a {
                    padding: 10px 20px !important;
                    display: block
                }

                    .header .header-main .list .list-body .header-menu nav ul li.home span height:unset li a:after {
                        display: none
                    }

    .hoidap-xaydung .list .list-body .sublist-body-2 .item-body .item-img ~ p {
        min-height: 105px
    }

    .menuBox {
        position: relative
    }

    .menuMain {
        margin: 0;
        padding: 0;
        list-style: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between
    }

        .menuMain:after {
            display: none
        }

        .menuMain > li {
            position: relative
        }

            .menuMain > li > a {
                font: 16px/44px UISB;
                color: #1f0f07;
                display: block;
                text-transform: uppercase
            }

                .menuMain > li > a:hover {
                    color: #eb0606
                }

                .menuMain > li > a i {
                    display: none
                }

            .menuMain > li.active > a, .menuMain > li:hover > a {
                color: #eb0606
            }

            .menuMain > li.hasSub .openSub {
                display: none
            }

        .menuMain > .menuN:nth-last-of-type(1) .subMenu {
            left: auto;
            right: 0
        }

            .menuMain > .menuN:nth-last-of-type(1) .subMenu .subMenu {
                right: 100%;
                border-left: none;
                border-right: 1px solid rgba(0,0,0,0)
            }

        .menuMain > .menuN:nth-last-of-type(2) .subMenu {
            left: auto;
            right: 0
        }

            .menuMain > .menuN:nth-last-of-type(2) .subMenu .subMenu {
                right: 100%;
                border-left: none;
                border-right: 1px solid rgba(0,0,0,0)
            }

        .menuMain > .menuN:nth-last-of-type(3) .subMenu {
            left: auto;
            right: 0
        }

            .menuMain > .menuN:nth-last-of-type(3) .subMenu .subMenu {
                right: 100%;
                border-left: none;
                border-right: 1px solid rgba(0,0,0,0)
            }

        .menuMain > .menuN .more {
            display: none !important
        }

        .menuMain .menuMega {
            position: static
        }

            .menuMain .menuMega .openSub {
                display: none
            }

            .menuMain .menuMega > .subMenu {
                margin: 0;
                padding: 0 78px;
                width: 100%;
                list-style: none;
                position: absolute;
                top: 100%;
                left: 0;
                z-index: 9;
                opacity: 0;
                transform: translateY(30px);
                pointer-events: none;
                transition: .3s;
                background: #fff;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap
            }

                .menuMain .menuMega > .subMenu:before {
                    content: '';
                    width: 100%;
                    height: 20px;
                    position: absolute;
                    top: -20px;
                    left: 0
                }

                .menuMain .menuMega > .subMenu > li {
                    -webkit-flex: 0 0 calc(100%/5);
                    -ms-flex: 0 0 calc(100%/5);
                    flex: 0 0 calc(100%/5);
                    max-width: calc(100%/5);
                    padding: 20px 12px
                }

                    .menuMain .menuMega > .subMenu > li:nth-child(5) ~ li {
                        display: none;
                        position: absolute;
                        top: 30px;
                        left: -78px;
                        background: #f2f2f2;
                        min-width: 1523px;
                        z-index: 1;
                        line-height: normal
                    }

                        .menuMain .menuMega > .subMenu > li:nth-child(5) ~ li height:unset li {
                            width: 100%;
                            display: block
                        }

                            .menuMain .menuMega > .subMenu > li:nth-child(5) ~ li height:unset li a {
                                padding: 10px 20px !important;
                                display: block
                            }

                                .menuMain .menuMega > .subMenu > li:nth-child(5) ~ li height:unset li a:after {
                                    display: none
                                }

                    .menuMain .menuMega > .subMenu > li:nth-child(1) {
                        border-left: none;
                        padding-left: 0
                    }

                    .menuMain .menuMega > .subMenu > li > a {
                        font: 16px/22px UISB;
                        color: #1f0f07;
                        display: block;
                        text-transform: uppercase
                    }

                        .menuMain .menuMega > .subMenu > li > a > i {
                            display: none
                        }

                        .menuMain .menuMega > .subMenu > li > a:hover {
                            color: #eb0606
                        }

                        .menuMain .menuMega > .subMenu > li > a .pic {
                            display: none
                        }

                        .menuMain .menuMega > .subMenu > li > a span {
                            display: block;
                            height: 53px;
                            overflow: hidden
                        }

                        .menuMain .menuMega > .subMenu > li > a.more {
                            font-family: UISB;
                            margin-top: 10px
                        }

                            .menuMain .menuMega > .subMenu > li > a.more > i {
                                display: inline-block;
                                margin-left: 5px
                            }

                    .menuMain .menuMega > .subMenu > li .subMenu {
                        margin: 0;
                        padding: 0;
                        list-style: none
                    }

                        .menuMain .menuMega > .subMenu > li .subMenu li a {
                            font: 16px/22px UISB;
                            position: relative;
                            padding: 3px 0 3px 10px;
                            display: block;
                            color: #1f0f07
                        }

                            .menuMain .menuMega > .subMenu > li .subMenu li a > i {
                                position: absolute;
                                left: 0;
                                top: 7px
                            }

                            .menuMain .menuMega > .subMenu > li .subMenu li a:hover {
                                color: #eb0606
                            }

            .menuMain .menuMega:hover > .subMenu {
                opacity: 1;
                transform: translateY(0);
                pointer-events: auto;
                transition: .5s
            }

        .menuMain .menuN .subMenu {
            margin: 0;
            padding: 0;
            list-style: none;
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 9;
            padding: 1px 0 0;
            min-width: 220px;
            opacity: 0;
            transform: translateY(30px);
            pointer-events: none;
            transition: .3s
        }

        .menuMain .menuN:hover > .subMenu {
            opacity: 1;
            transform: translateY(0);
            pointer-events: auto;
            transition: .5s
        }

        .menuMain .menuN .subMenu > li {
            position: relative
        }

            .menuMain .menuN .subMenu > li > a {
                font: 16px/24px UISB;
                padding: 7px 15px 7px 15px;
                border-bottom: 1px solid #f2f2f2;
                display: block;
                background: #1f0f07;
                color: #fff;
                white-space: nowrap
            }

                .menuMain .menuN .subMenu > li > a i {
                    display: none;
                    position: absolute;
                    top: 30px;
                    left: -78px;
                    background: #f2f2f2;
                    min-width: 1523px;
                    z-index: 1;
                    line-height: normal
                }

                    .menuMain .menuN .subMenu > li > a i height:unset li {
                        width: 100%;
                        display: block
                    }

                        .menuMain .menuN .subMenu > li > a i height:unset li a {
                            padding: 10px 20px !important;
                            display: block
                        }

                            .menuMain .menuN .subMenu > li > a i height:unset li a:after {
                                display: none
                            }

            .menuMain .menuN .subMenu > li:last-child > a {
                border-bottom: none
            }

        .menuMain .menuN > li > .subMenu > li > a {
            position: relative
        }

            .menuMain .menuN > li > .subMenu > li > a i {
                display: none;
                position: absolute;
                top: 30px;
                left: -78px;
                background: #f2f2f2;
                min-width: 1523px;
                z-index: 1;
                line-height: normal
            }

                .menuMain .menuN > li > .subMenu > li > a i height:unset li {
                    width: 100%;
                    display: block
                }

                    .menuMain .menuN > li > .subMenu > li > a i height:unset li a {
                        padding: 10px 20px !important;
                        display: block
                    }

                        .menuMain .menuN > li > .subMenu > li > a i height:unset li a:after {
                            display: none
                        }

        .menuMain .menuN .subMenu > li:hover > a, .menuMain .menuN .subMenu > li.active > a {
            color: #eb0606
        }

        .menuMain .menuN .subMenu .subMenu {
            top: 0;
            left: 100%;
            border-left: 1px solid rgba(0,0,0,0);
            padding-top: 0
        }

    .openMenuRes, .openSearch, .closeMenu1 {
        display: none;
        position: absolute;
        top: 30px;
        left: -78px;
        background: #f2f2f2;
        min-width: 1523px;
        z-index: 1;
        line-height: normal
    }

        .openMenuRes height:unset li, .openSearch height:unset li, .closeMenu1 height:unset li {
            width: 100%;
            display: block
        }

            .openMenuRes height:unset li a, .openSearch height:unset li a, .closeMenu1 height:unset li a {
                padding: 10px 20px !important;
                display: block
            }

                .openMenuRes height:unset li a:after, .openSearch height:unset li a:after, .closeMenu1 height:unset li a:after {
                    display: none
                }
}

@media(max-width:1366px) {
    .menuMain .menuMega > .subMenu {
        padding: 0 30px
    }
}

@media(min-width:768px) {
    .imgMB {
        display: none
    }
}

@media(max-width:767px) {
    .imgPC {
        display: none
    }
}

@media(max-width:767px) {
    .videoHome {
        max-width: 100%
    }

        .videoHome .right .item:nth-child(2) ~ .item {
            margin-top: 10px
        }

    .header .header-main .list .list-body .header-logo {
        left: 20px;
        top: 0
    }

    .header .header-main .list .list-body .header-menu {
        right: 42px;
        position: absolute;
        top: 43px
    }

    .header .header-top .list .list-body .header-left .hotline2 {
        right: 200px
    }

    .header .header-main .list .list-body .header-menu nav ul li.home i {
        margin-right: 5px
    }

    .library.home .container {
        padding: 0 !important
    }

    .library.home .thuvienanh .itemBox:nth-child(2) ~ .itemBox {
        margin-top: 20px
    }
}

@media(max-width:767px) {
    .videoHome .left {
        width: 100%;
        padding-right: 0
    }

    .videoHome .right {
        margin-top: 15px;
        width: 100%
    }

        .videoHome .right .item:nth-child(2) ~ .item {
            margin-top: 15px
        }

    .videoHome .left .icon {
        width: 20px;
        height: 20px;
        left: calc(50% - 10px);
        top: calc(50% - 10px)
    }

    .header .header-main {
        position: relative
    }

    .header-top .list-body {
        padding-left: 0
    }

    .header .header-top .list .list-body .row .col-md-6.col-lg-7, .header .header-top .list .list-body .row .col-12 {
        padding: 0
    }

    .header .header-top .list .list-body .header-left .hotline2 {
        display: none
    }

    .header .header-main .list .list-body .header-logo {
        left: 20px !important;
        width: auto
    }

    .header .header-main .list .list-body .header-menu {
        right: 16px;
        top: 32px
    }

        .header .header-main .list .list-body .header-menu nav ul.visible {
            left: auto;
            right: calc(-16px)
        }

    .duong-dan .list .list-body nav .breadcrumb {
        padding-left: 0 !important
    }

    .header .header-top .list .list-body .header-right .search-header {
        margin-right: 35px;
        margin-top: -2px
    }

    .divform .sublist-body .item .item-form.dn1 {
        display: none !important
    }

    .detail .list .list-body .detail-chitiet .divform .sublist-body .item .item-form.dn1 {
        display: none !important
    }

    .library.home .thuvienanh .itemBox:nth-child(1) ~ .itemBox {
        margin-top: 20px
    }

    .library.home .thuvienanh:first-child .row {
        margin-top: 0
    }

    .containerN {
        width: calc(100% - 20px)
    }

    .menuBox {
        height: 44px;
        background: #e7e0d1
    }

    .headerBox .logo {
        position: static;
        float: left;
        transform: none;
        max-height: 40px
    }

        .headerBox .logo img {
            max-height: 40px
        }

    .headerBox .hotline {
        font: 13px/19px UISB
    }

    .headerBox {
        height: auto
    }

    .slideBox {
        margin-bottom: 25px
    }

        .slideBox .owl-nav > div {
            transform: scale(.7)
        }

        .slideBox .imgc:before {
            padding-bottom: calc(200/375*100%)
        }

    .videoHome .title a, .library.home .title a {
        font-size: 22px
    }

    .content-box3 .list .div-header .list-title h2 span, .content-box5 .list .list-title h2 span, .design .list .list-body .subitem-2 .list-title h2 span, .list-danhsach .list-title h2 span, .dichvu .list .list-title h2 span, .detail .list .list-body .dichvu-khac .list-title h2 span, .new-evr .list .list-title h2 span, .divcomment .list-title h2 span, .divslider .list-title h2 span, .detail .list .list-body .detail-chitiet .divslider .list-title h2, .detail .list .list-body .thietke-khac .list-title h2, .library .list .list-title h2 {
        font-size: 22px
    }

    .item-design .item .item-body .item-title {
        height: auto !important
    }

    .content-box3 .groupCate {
        display: none
    }

    .content-box2 {
        margin-bottom: -30px
    }

    .content-box4 .list .list-body .item-mobile .item-links {
        border-radius: 30px
    }

    .content-box4 .list .list-body .formGuiYeuCauTuVan .list-title h2, .design .list .list-body .subitem-2 .divform .list-title h2, .detail .list .list-body .detail-chitiet .formGuiYeuCauTuVan .list-title h2 {
        font-size: 22px
    }

    .divform .sublist-body .item .item-form .item-links {
        width: 100% !important
    }

        .divform .sublist-body .item .item-form .item-links .item-link {
            display: block;
            width: 100%
        }

    .footerBox .logo {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0
    }

    .thongTinCongTy {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
        padding: 0;
        margin-top: 25px
    }

    .footerBox .googleMap {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
        margin-top: 25px
    }

    .footerBox {
        background-color: #e7e0d1;
        padding: 30px 0 35px
    }

        .footerBox .title {
            margin-bottom: 15px !important
        }

        .footerBox .googleMap .title {
            height: auto
        }

    .new-evr .list .list-body .tabs-wraps .tabss .tabs, .library .list .list-body .tabs-wraps .tabss .tabs, .about .list .list-body .sublist-box1 .item-link {
        display: inline-block;
        width: 100%;
        margin-right: 0;
        margin-top: 10px
    }

    .new-evr .list .list-body .tabs-wraps .tabss {
        margin: 0
    }

    .design .list .list-body .subitem-1 .item-subbody .item-title h2 {
        margin-bottom: 10px
    }

    .design .list .list-body .subitem-1 .item-noidung {
        padding-top: 0
    }

    .fb-share-button {
        display: inline-block !important
    }

    .timeline .list .list-title h2, .sodo-tochuc .list .list-title h2, .vanhoa-congty .list .litem-title h2, .about2 .list .list-body .sublist-box3 .item-row .item .item-body .item-title h2, .about4 .list .list-body .sublist-box5 .item-row .item .item-body .item-title h2 {
        font-size: 28px
    }

    .about4 .list .list-body .sublist-box5 .item-row .col-md-6 .item, .about2 .list .list-body .sublist-box3 .item-row .col-md-6 .item {
        padding: 0 30px 20px
    }

    .searchBox .btnSearch {
        display: none
    }

    .searchBox input {
        border-radius: 0;
        width: 100%
    }

    .searchBox .box {
        right: -10px;
        top: 81px;
        transform: translateY(30px);
        width: 100vw;
        z-index: 11
    }

    .searchBox.active .box {
        transform: translateY(0)
    }

    .openSearch {
        color: #1f0f07;
        text-align: center;
        line-height: 30px;
        font-size: 20px;
        float: right;
        margin-top: 5px;
        text-align: right;
        text-transform: uppercase
    }

        .openSearch i {
            font-size: 20px
        }

        .openSearch.active i:before {
            content: ''
        }

    .openMenuRes {
        color: #1f0f07;
        text-align: center;
        line-height: 30px;
        font-size: 20px;
        float: left;
        margin-top: 7px;
        text-align: right;
        text-transform: uppercase
    }

        .openMenuRes i {
            font-size: 25px;
            margin-right: 7px
        }

        .openMenuRes.active i:before {
            content: ''
        }

    body .closeMenu {
        background-color: rgba(0,0,0,.8);
        width: 100%;
        height: calc(100% - 103px);
        position: fixed;
        left: 0;
        top: 103px;
        z-index: 11;
        opacity: 0;
        pointer-events: none;
        transition: .5s ease-in-out;
        -webkit-transition: .5s ease-in-out
    }

    body.active .closeMenu {
        opacity: 1;
        pointer-events: auto
    }

    .menuMain {
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 300;
        width: calc(100%);
        padding: 0;
        margin: 0;
        list-style: none;
        background: #fff;
        transition: .5s;
        height: 100vh;
        overflow-y: scroll;
        padding-top: 43px
    }

        .menuMain .more {
            display: none !important
        }

        .menuMain.active {
            left: 0
        }

    .menuBox .menuMain > li > a {
        font-family: UISB;
        font-size: 15px;
        text-decoration: none;
        line-height: 24px;
        text-transform: none;
        display: block;
        border-bottom: 1px solid #d3d3d3;
        color: #333;
        padding: 9px 10px 9px 10px;
        background: #fff;
        text-transform: uppercase
    }

    .menuBox .menuMain li.hasSub > a {
        padding-right: 30px
    }

    .menuBox .menuMain > li > a > i {
        display: none
    }

    .menuBox .menuMain > li.home a {
        border-top: 1px solid #d3d3d3
    }

    .menuBox .menuMain li {
        position: relative
    }

    .menuBox .menuMain > li.active > a {
        color: #fff;
        background-color: #1f0f07
    }

    .menuMain span.openSub {
        height: 41px;
        width: 30px;
        z-index: 3;
        border: none;
        top: 0;
        right: 0;
        position: absolute;
        cursor: pointer;
        display: inline-block;
        text-align: center
    }

        .menuMain span.openSub i {
            display: none
        }

        .menuMain span.openSub:before {
            content: '';
            font-family: FontAwesome;
            line-height: 41px;
            font-size: 14px
        }

        .menuMain span.openSub.active:before {
            content: '';
            color: #fff
        }

    .menuMain .subMenu span.openSub i {
        display: none
    }

    .menuMain .subMenu span.openSub:before {
        color: #333
    }

    .menuMain .subMenu {
        display: none;
        padding: 0;
        list-style: none
    }

        .menuMain .subMenu li a {
            color: #333;
            text-transform: none;
            text-decoration: none;
            border-bottom: 1px solid #d3d3d3;
            font: 15px/24px UISB;
            padding: 9px 10px 9px 10px;
            background: #fff;
            display: block
        }

            .menuMain .subMenu li a i {
                margin-right: 5px;
                color: #333;
                font-size: 14px;
                transform: translateY(-1px)
            }

        .menuMain .subMenu li > a:hover, .menuMain .subMenu li.active > a {
            color: #1f0f07
        }

        .menuMain .subMenu .subMenu li a {
            color: #333;
            text-transform: none;
            text-decoration: none;
            border-bottom: 1px solid #d3d3d3;
            font: 15px/24px UISB;
            padding: 9px 10px 9px 23px;
            background: #fff;
            display: block
        }

        .menuMain .subMenu .subMenu li > a:hover {
            color: #1f0f07
        }

        .menuMain .subMenu .subMenu .subMenu li a {
            padding: 9px 10px 9px 37px
        }

    .menuMain .menuMega > .subMenu {
        padding: 0
    }

    .menuBox .menuMain li.pic {
        display: none !important
    }

    body .fancybox-slide--iframe .fancybox-content {
        max-width: calc(100%) !important
    }

    .new-evr .list .list-body .tabs-wraps .tabss .tabs, .library .list .list-body .tabs-wraps .tabss .tabs, .about .list .list-body .sublist-box1 .item-link {
        width: 100%;
        font-size: 16px
    }

    .design .list .list-body .subitem-1 .item-subbody .item-body {
        width: 100%
    }

    .searchBox .box {
        position: absolute;
        opacity: 0;
        pointer-events: none;
        top: 43px
    }

        .searchBox .box a {
            background: url(/Content/Home/searchIcon.png) no-repeat center center;
            width: 44px;
            font-size: 0;
            height: 44px
        }

            .searchBox .box a i {
                font-size: 0
            }

            .searchBox .box a.acitve i:before {
                content: ''
            }

    .searchBox input {
        background: #fff
    }

    .headerRight {
        float: right
    }

    .openMenuRes i {
        font-size: 21px
    }

    .openSearch {
        margin-top: 3px
    }

        .openSearch i {
            font-size: 17px
        }

    .searchBox input {
        padding-left: 15px;
        padding-right: 40px;
        color: #333;
        height: 44px
    }

        .searchBox input::-webkit-input-placeholder {
            color: #333
        }

        .searchBox input::-webkit-input-placeholder {
            color: #333
        }

        .searchBox input::-moz-placeholder {
            color: #333
        }

        .searchBox input:-ms-input-placeholder {
            color: #333
        }

        .searchBox input:-moz-placeholder {
            color: #333
        }

    .videoHome .right .item {
        width: calc((100% - 15px)/2);
        margin-right: 15px;
        float: left
    }

        .videoHome .right .item:nth-child(2n) {
            margin-right: 0
        }

        .videoHome .right .item:nth-child(1) ~ .item {
            margin-top: 0
        }

        .videoHome .right .item:nth-child(2) ~ .item {
            margin-top: 15px
        }

    .videoHome {
        margin-bottom: 30px
    }

    .content-box4 #guiYeuCauTuVan {
        display: block !important
    }

    .content-box4 .item-mobile {
        display: none
    }

    .content-box4 .list {
        padding-top: 0
    }

    .detail .list .list-body .detail-chitiet .form-thongtin .divform-info .item-left {
        background: none
    }

        .detail .list .list-body .detail-chitiet .form-thongtin .divform-info .item-left .item-title {
            padding-left: 37px;
            font-size: 17px
        }

    .detail .list .list-body .detail-chitiet .form-thongtin .divform-info .item-right .item-text {
        font-size: 17px;
        padding-top: 0
    }

    .detail .list .list-body .header-detail .item-title h2 {
        font-size: 22px
    }

    .detail .list .list-body .header-detail .item-title h1 {
        font-size: 22px
    }

    .actionFix ul li.top {
        display: none !important
    }

    .fb-share-button {
        display: inline-block
    }

    .closeMenu1 {
        position: fixed;
        right: 100vw;
        height: 43px;
        width: 43px;
        text-align: center;
        line-height: 43px;
        top: 0;
        z-index: 999;
        display: block;
        transition: .5s;
        opacity: 0;
        color: #333
    }

        .closeMenu1.active {
            right: 0;
            opacity: 1
        }

        .closeMenu1:hover {
            color: #eb0606
        }

    .infoPopUp {
        display: none
    }

    .popUpFirst .form {
        width: 100%;
        padding: 30px 30px 40px
    }

    .popUpFirst .popUpContent {
        max-width: calc(100% - 30px)
    }

    .openSearch {
        width: 44px;
        height: 44px;
        background: url(/Content/Home/searchIcon.png) no-repeat center center;
        margin: 0;
        margin-right: -10px
    }

        .openSearch i {
            display: none
        }
}

