#loading .preloader-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    opacity: .5;
}
.preloader-wrapper.active {
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite
}
@-webkit-keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg)
    }
}
@keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.preloader-wrapper.small {
    width: 36px;
    height: 36px
}
.spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-color: #26a69a
}
.circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit
}
.circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent!important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0
}
.left {
    float: left!important
}
.circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent!important;
    -webkit-transform: rotate(129deg);
    transform: rotate(129deg)
}
.active .circle-clipper.left .circle {
    -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.right {
    float: right!important
}
.gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit
}
.gap-patch .circle {
    width: 1000%;
    left: -450%
}
.active .circle-clipper.right .circle {
    -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes left-spin {
    from {
        -webkit-transform: rotate(130deg)
    }
    50% {
        -webkit-transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(130deg)
    }
}
@keyframes left-spin {
    from {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg)
    }
    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg)
    }
}
@-webkit-keyframes right-spin {
    from {
        -webkit-transform: rotate(-130deg)
    }
    50% {
        -webkit-transform: rotate(5deg)
    }
    to {
        -webkit-transform: rotate(-130deg)
    }
}
@keyframes right-spin {
    from {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }
    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    to {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }
}
.circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent!important;
    -webkit-transform: rotate(-129deg);
    transform: rotate(-129deg)
}
.spinner-blue,
.spinner-blue-only {
    border-color: rgba(0, 0, 0, .2)
}
.spinner-red,
.spinner-red-only {
    border-color: #db4437
}
.spinner-yellow,
.spinner-yellow-only {
    border-color: #f4b400
}
.spinner-green,
.spinner-green-only {
    border-color: #0f9d58
}
.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
    opacity: 1;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-red {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-blue {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}
.active .spinner-layer.spinner-yellow {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-green {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg)
    }
    25% {
        -webkit-transform: rotate(270deg)
    }
    37.5% {
        -webkit-transform: rotate(405deg)
    }
    50% {
        -webkit-transform: rotate(540deg)
    }
    62.5% {
        -webkit-transform: rotate(675deg)
    }
    75% {
        -webkit-transform: rotate(810deg)
    }
    87.5% {
        -webkit-transform: rotate(945deg)
    }
    to {
        -webkit-transform: rotate(1080deg)
    }
}
@keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg)
    }
    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg)
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg)
    }
    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg)
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg)
    }
    to {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg)
    }
}
@-webkit-keyframes green-fade-in-out {
    from {
        opacity: 1
    }
    25% {
        opacity: 1
    }
    26% {
        opacity: 0
    }
    89% {
        opacity: 0
    }
    90% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}
@keyframes green-fade-in-out {
    from {
        opacity: 1
    }
    25% {
        opacity: 1
    }
    26% {
        opacity: 0
    }
    89% {
        opacity: 0
    }
    90% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes yellow-fade-in-out {
    from {
        opacity: 0
    }
    15% {
        opacity: 0
    }
    25% {
        opacity: 1
    }
    50% {
        opacity: 1
    }
    51% {
        opacity: 0
    }
}
@keyframes yellow-fade-in-out {
    from {
        opacity: 0
    }
    15% {
        opacity: 0
    }
    25% {
        opacity: 1
    }
    50% {
        opacity: 1
    }
    51% {
        opacity: 0
    }
}
@-webkit-keyframes red-fade-in-out {
    from {
        opacity: 0
    }
    40% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    75% {
        opacity: 1
    }
    76% {
        opacity: 0
    }
}
@keyframes red-fade-in-out {
    from {
        opacity: 0
    }
    40% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    75% {
        opacity: 1
    }
    76% {
        opacity: 0
    }
}
@-webkit-keyframes blue-fade-in-out {
    from {
        opacity: 0
    }
    65% {
        opacity: 0
    }
    75% {
        opacity: 1
    }
    90% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes blue-fade-in-out {
    from {
        opacity: 0
    }
    65% {
        opacity: 0
    }
    75% {
        opacity: 1
    }
    90% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
body.loading {
    overflow: hidden;
}
#loading {
    content: " ";
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    z-index: 9999;
    background: #fff;
}
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
}
a {
    color: #3b3b3b;
}
.font-bold {
    font-family: 'Roboto Bold', 'Roboto Regular', 'Roboto', sans-serif;
    font-weight: 700;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    text-transform: none;
}
td,
th {
    padding: 10px;
}
blockquote {
    text-align: left;
    background: #e2eef3;
    border-color: #1e96c7;
}
h1 {
    font-weight: 600;
    font-size: 32px;
}
h2 {
    font-weight: 600;
    font-size: 25px;
}
h3 {
    font-weight: 700;
    font-size: 16px;
}
h4 {
    font-weight: 600;
    font-size: 15px;
}
h5 {
    font-weight: 400;
}
.color-1 {
    color: #0c4ca3;
}
.color-2 {
    color: #fff!important;
}
.color-3 {
    color: #333;
}
.color-4 {
    color: #7F7F7F;
}
.color-5 {
    color: #D7D7D7;
}
.color-6 {
    color: #0c4ca3;
}
.link-1 {
    padding: 5px 10px 10px;
    color: #3b3b3b;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #0c4ca3;
}
.link-1:hover {
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
}
.btn-1 {
    padding: 10px 40px;
    border-radius: 10px;
    border: none;
}
.btn-2 {
    padding: 10px 30px;
    background: #0c4ca3;
    color: #fff;
    font-size: 15px!important;
    border: none;
    text-transform: uppercase;
}
.btn-2:hover {
    background: rgba(0, 64, 106, 1);
    color: #fff;
}
.row-5 {
    margin-left: -5px;
    margin-right: -5px;
}
.row-5 [class^=col-] {
    padding-left: 5px;
    padding-right: 5px;
}
.hidescroll-mx {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
}
.hidescroll-mx::-webkit-scrollbar {
    display: none;
}
ul.items.horizontal li {
    margin-bottom: 10px;
}
.list-inline li {
    display: inline-block;
}
.main-container {
    width: 100%;
}
.sidebar {
    position: relative;
    margin: 0 auto;
    display: block;
    /*width: 300px;*/
}
.sidebar .widget {
    padding: 15px;
}
.page-wrapper {
    position: relative;
    overflow: hidden;
}
.banner-header {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10%;
    padding-bottom: 10%;
}
.banner-header.no-content {
    display: block;
    min-height: 80px;
    content: " ";
    clear: both;
    background: #fff;
}
.banner-content {
    width: 100%;
    text-align: center;
    color: #f0f0f0;
    padding-left: 15px;
    padding-right: 15px;
}
.item-image {
    position: relative;
    display: block;
}
.item-image:after {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid rgba(0, 0, 0, .1);
}
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
}
.section {
    padding: 40px 0;
}
.section-heading {
    position: relative;
}
.section-heading .heading {
    border-left: 7px solid #ed1b24;
    padding: 5px 0 5px 20px;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 35px;
    color: #0c4ca3;
}
.section-heading hr {
    width: 90px;
    margin: 25px auto 40px;
}
.section-heading.black hr {
    border-top: 2px solid #000;
}
.section-heading.white hr {
    border-top: 2px solid #fff;
}
.site-overlay {
    z-index: 9;
    position: fixed;
    display: none;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, .1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#header {
    position: relative;
}
#header .navbar-header, #header .navbar-header a {
    color: rgb(15, 74, 168);
}
.navbar-top {
    position: relative;
}
.navbar-top .hd3 {
    display: flex;
    float: right;
    margin-top: 20px;
}
.navbar-top .hd3 .language {
    margin-top: 5px;
}
.header-top {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100px;
}
.header-bottom {
    background-color: rgb(224, 224, 224);
}
.header-bottom.sticky{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
}
#header .languages {padding-top:16px;}
#header .icl-en,
#header .icl-vi {
    display: inline-flex;
    text-indent: -10000px;
    overflow: hidden;
    width: 30px;
    height: 20px;
}
#header .icl-en {
    background: url('../images/en.png') 0 0 no-repeat;
}
#header .icl-vi {
    background: url('../images/vi.png') 0 0 no-repeat;
    margin-left: 10px;
}
.with--sidebar .site-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
}
html.with--sidebar,
body.with--sidebar {
    overflow: hidden;
    height: 100%;
    position: relative;
}
.search-box .dropdown-menu {
    border: none;
    padding: 0px;
    top: -40px !important;
}
.search-box .search-button {
    margin-right: 10px;
    height: 35px;
    width: 35px;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
}
.search-box form {
    min-width: 300px;
}
.search-box .search-input {
    padding-right: 50px;
    border-radius: 0px;
    border-color: rgb(15, 74, 168);
}
.search-box .search-btn {
    background-color: #fff;
    border: 1px solid rgb(15, 74, 168);
    height: 38px;
    position: absolute;
    top: 0;
    right: 0px;
    line-height: 38px;
    padding: 0 10px;
}
.mobile-nav-heading,
.main-menu-toggle {
    z-index: 999;
}
.main-menu-toggle {
    font-size: 25px;
    color: #333;
    line-height: 54px;
}
.navbar-header {
    padding: 15px 0;
}
.navbar-brand img {
    max-height: 72px;
}
.main-nav {
    position: relative;
}
.main-navbar, .visitorTabs {
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    background-color: rgba(224,224,224, .75);
}
.main-navbar {
    display: inline-block;
    position: relative;
    font-size: 0px;
    margin: 0;
}
.main-navbar>.nav-item {
    line-height: 54px;
    display: inline-block;
}
.main-nav .nav-link {
    color: #333333;
    display: block;
    font-style: normal;
    font-size: 15px;
    position: relative;
    padding: 0 10px;
    margin: 0;
    text-transform: uppercase;
}
.main-navbar>.nav-item>.nav-link {
    padding: 0px;
}
.main-navbar>.nav-item {
    font-weight: 700;
    padding: 0 20px;
}
.main-navbar>.nav-item:first-child {
    font-weight: 700;
}
.main-nav .active>.nav-link:after, .main-nav .nav-link:after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 3px;
    content: ' ';
    display: block;
    width: 0px;
    -webkit-transition: width 0.25s ease-in-out;
    -moz-transition: width 0.25s ease-in-out;
    -ms-transition: width 0.25s ease-in-out;
    -o-transition: width 0.25s ease-in-out;
    transition: width 0.25s ease-in-out;
    background-color: #d91f26;
}
.main-nav .active>.nav-link:after, .main-nav .nav-link:hover:after {
    width: 100%;
}
.visitorTabs {
    height: 54px;
    position: absolute;
    right: 0px;
    top: 0px;
    padding-left: 10px;
}
.visitorTabs > li > a {
    line-height: 54px;
}
#footer {
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    background-color: #d91f26;
}
#footer a {
    color: #fff;
}
.dark-overlay,
.blue-overlay {
    position: relative;
}
.dark-overlay:before,
.blue-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .85);
}
.blue-overlay:before {
    background: rgba(12, 76, 163, .95);
}
.floatover {
    position: relative;
    z-index: 1;
}
.footer-content .content-1 {
    padding: 40px 5px 5px 0px;
}
.footer-content hr {
    border-color: #fff;
}
.footer-logo {
    z-index: 1;
    position: relative;
}
.footer li {
    padding-top: 5px;
    margin: 0px;
}
.footer li i{
    margin-right: 5px;
}
.footer .list-1 li {
    position: relative;
    font-size: 13px;
}
.footer .list-1 .fa {
    position: absolute;
    top: 10px;
    left: 0px;
}
.footer .social {
    font-size: 20px;
}
.footer .social a {
    margin-right: 10px;
}
.footer .contact-info td {padding: 6px 0;}
.slider {
    position: relative;
}
.slider--middle-button .owl-theme .owl-nav {
    margin-top: 0px;
}
.slider--middle-button.size-1 .owl-nav button {
    position: absolute;
    top: 50%;
    margin-top: -42px;
    color: #aaa9a0;
}
.dot-style-1 .owl-dots .owl-dot span {
    border: 2px solid #d1d1d1;
    background-color: #fff;
}
.slider--middle-button.size-1 .owl-nav .owl-prev,
.slider--middle-button.size-1 .owl-nav .owl-next {
    font-size: 50px;
}
.slider--middle-button.size-1 .owl-nav .owl-prev {
    left: 30px;
}
.slider--middle-button.size-1 .owl-nav .owl-next {
    right: 30px;
}
.separator-1 {
    margin: 20px auto 30px;
    width: 170px;
    position: relative;
    height: 16px;
    background-image: url('../images/sepicon.svg');
    background-repeat: no-repeat;
    background-position: center center;
}
.separator-1:before,
.separator-1:after {
    height: 1px;
    width: 38%;
    position: absolute;
    top: 7px;
    content: ' ';
    background-color: #d7d7d7;
}
.separator-1:before {
    left: 0;
}
.separator-1:after {
    right: 0;
}
.view-more {
    font-weight: 600;
    font-size: 15px;
}
.list-post .post-item {
    position: relative;
    margin-bottom: 40px;
}
.list-post.avatar-right .post-image {
    float: right;
    margin-left: 20px;
}
.list-post .post-item .published-date {
    padding: 5px 0;
    font-weight: 400;
    font-style: italic;
    color: #7F7F7F;
    font-size: 12px;
}
.list-post-video .hashtag,
.list-post .post-item .hashtag {
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    color: #0c4ca3;
}
.list-post-video .hashtag {
    text-transform: uppercase;
    font-style: normal;
}
.list-post .post-item .post-avatar img {
    width: 100%;
}
.list-post .post-item .post-title {
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #000;
    margin-top: 5px;
    display: block;
}
.sidebar-menu {
    border: none;
    background: transparent;
}
.sidebar-menu .widget-title {
    padding: 0px;
}
.sidebar-menu .nav {
    flex-direction: column;
}
.sidebar-menu .nav a {
    display: block;
    padding: 10px 0;
}
.sidebar-menu .nav>li>a:hover,
.sidebar-menu .nav>li.active>a {
    color: #333;
    background: transparent;
    text-decoration: underline;
}
.sidebar-menu .nav>li>a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    display: inline-block;
    margin-right: 5px;
}
.sidebar-menu .nav .active>ul {
    background: transparent;
    padding-left: 15px;
}
.sidebar-menu .dropdown-menu {
    position: static;
    float: none;
}
.latest-video,
.video-detail {
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.list-video .post-image,
.latest-video .post-image {
    position: relative;
}
.list-video .video-icon,
.latest-video .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    color: #fff;
    margin-top: -25px;
    margin-left: -17.5px;
    opacity: 0.9;
}
.list-video .video-icon.icon-sm {
    font-size: 40px;
    margin-top: -16px;
    margin-left: -8.5px;
}
.list-post .left-image .post-image {
    float: left;
    clear: right;
    margin-right: 10px;
    width: 95px;
}
.caption,
.tie-date,
figcaption {
    font-weight: 500;
    font-size: 12px;
}
.tie-date {
    color: #7F7F7F;
}
.post-detail .post-title {
    font-size: 32px;
}
.post-detail .sapo {
    font-size: 16px;
    line-height: 25px;
    padding: 10px;
}
.tags .tag-item {
    padding: 5px 10px 5px 10px;
    background: #f2f2f2;
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
}
.article-footer .post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}
.article-footer .post-meta .source {
    background: #f2f2f2;
    padding: 5px 10px;
    font-size: 12px;
    max-width: 60%;
}
.social-share {
    text-align: right;
}
.video-metadata .tags .tag-item {
    border: none;
    color: #fff;
    padding: 5px 0;
    margin-right: 10px;
}
.pagination li span,
.pagination li a {
    border-radius: 6px;
    width: 36px;
    height: 36px;
    background-color: #fff;
    display: block;
    color: #7f7f7f;
    text-align: center;
    line-height: 36px;
    border: 1px solid #e1e1e1;
    margin: 0 5px;
}
.pagination li:hover a,
.pagination li.active a {
    background-color: #d9001b;
    color: #fff;
    border-color: #d9001b;
}
.pagination li.prev,
.pagination li.next {
    font-size: 25px;
}
.zoom-hover img.zoom-hover-image {
    transition: transform .3s ease, opacity .3s;
    -webkit-transition: -webkit-transform .3s ease, opacity .3s;
    transition-timing-function: ease;
}
.zoom-hover .zhover-item {
    position: relative;
    overflow: hidden;
}
.zoom-hover .zhover-item:hover img.zoom-hover-image {
    -webkit-transition: all .3s ease 0s;
    -khtml-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.formLoader {
    overflow: hidden;
    height: 100%;
    position: absolute;
    width: 100%;
    min-height: 150px;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .02);
    display: none;
    z-index: 999;
}
.formLoader ul {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 999999;
    margin: 0;
}
@keyframes preload {
    0% {
        background: #ed7c00;
        opacity: 1
    }
    50% {
        background: #fff;
        opacity: 0.5
    }
    100% {
        background: #ed7c00;
        opacity: 1
    }
}
.formLoader .formLoading {
    display: block;
    height: 14px;
    margin: 0 auto;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 100%;
    padding: 0;
}
.formLoader .formLoading li {
    background: #fff;
    opacity: 0.5;
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    border: 1px solid #ed7c00;
    line-height: 12px;
    padding: 0;
    position: relative;
    margin: 0 0 0 4px;
    animation: preload 1s infinite;
    top: -50%;
    border-radius: 50%;
}
.formLoader .formLoading li:first-child {
    margin-left: 0
}
.formLoader .formLoading li:nth-child(2) {
    animation-delay: .15s
}
.formLoader .formLoading li:nth-child(3) {
    animation-delay: .3s
}
.formLoader.formLoader-complete {
    opacity: 0;
    visibility: hidden;
    transition-duration: 1s
}
.loading>.formLoader {
    display: block;
}
form.lnxForm {
    position: relative;
}
.navbar-brand {
    margin-right: 0;
    padding: 0;
}
.help-block {
    color: red;
    font-size: small;
    font-style: italic;
}
.slick-dots li button {
    border: 2px solid #ed1b24;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}
.slick-dots .slick-active button {
    background-color: #ed1b24;
}
.owl-nav-btn-1 button {
    background-color: #f2f2f2;
    border: none;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-weight: 100;
    font-size: 20px;
    color: #919191;
    margin-left: 10px;
    border-radius: 2px;
    font-size: 24px;
}
.owl-nav-btn-1.top.right {
    position: absolute;
    top: 8px;
    right: 0px;
}
.m-0+.owl-nav-btn-1.top.right {
    top: -5px;
}
.activated-menu .submenu {
    font-size: 0px;
    border-bottom: 1px solid #f2f2f2;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 35px;
}
.activated-menu .submenu li {
    display: inline-block;
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    padding: 0 18px;
}
.activated-menu .submenu li:first-child {
    padding-left: 0px;
}
.activated-menu .submenu li:last-child {
    padding-right: 0px;
}
.activated-menu .submenu li a {
    display: block;
    color: #AAAAAA;
    position: relative;
}
.activated-menu .submenu li.active a,
.activated-menu .submenu li:hover a {
    color: #0c4ca3;
    text-decoration: none;
}
.activated-menu .submenu li a:after,
.activated-menu .submenu li a:after {
    position: absolute;
    display: block;
    content: ' ';
    width: 0%;
    height: 2px;
    background-color: #0c4ca3;
    bottom: -10px;
    -webkit-transition: width 0.25s ease-in-out;
    -moz-transition: width 0.25s ease-in-out;
    -ms-transition: width 0.25s ease-in-out;
    -o-transition: width 0.25s ease-in-out;
    transition: width 0.25s ease-in-out;
}
.activated-menu .submenu li.active a:after,
.activated-menu .submenu li:hover a:after {
    width: 100%;
}
.widget .widget-title {
    padding: 3px 0 3px 10px;
    color: #d91f26;
    text-transform: uppercase;
    font-size: 15px;
    border-left: 2px solid #d91f26;
}
.sidebar-list-post .post-item .post-title,
.list-post.layout-2 .post-item .post-title {
    font-weight: 700;
    font-size: 13px;
}
.breadcrumb {
    background-color: transparent;
    padding-left: 0px;
    color: #555555;
    font-size: 15px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.breadcrumb-wrapper.text-center .breadcrumb {
    justify-content: center;
}
.breadcrumb li a {
    color: #555555;
}
.breadcrumb li:after {
    content: '/';
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}
.breadcrumb li:last-child:after {
    display: none;
}
.social-share a.item {
    padding: 5px;
    font-size: 30px;
    margin-right: 10px;
    color: #aaaaaa;
}
.social-share a.item:hover {
    color: inherit;
}
.article-content ul,
.article-content ol {
    padding-left: 40px;
}
.article-content ul li,
.article-content ul li {
    padding: 8px 0;
    list-style-type: disc;
}
.article-content ul li {
    list-style-type: number;
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
    margin-bottom: .5rem;
    margin-top: .5rem;
}
#slide-1 .bg-image img {
    display: none;
}
#slide-1 .bg-image {
    min-height: 250px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.pagination{
    width: 100%;
    justify-content: center;
    padding-top: 20px;
}
.introduce .entry-content img {
    height: auto;
    width: 90%;
}
.box-heading .heading-label, .box-heading .heading-label-2 {
    display: inline-block;
    border-top: 3px solid #d91f26;
    border-bottom: 3px solid #d91f26;
    padding: 10px 0;
    font-size: 28px;
    font-weight: bold;
    white-space: nowrap;
}
.box-heading .heading-label-2 {
    border-color: #fdb94c;
}
.sub-heading-2 {
    border-bottom: 2px solid #fdb94c;
    padding-bottom: 6px;
}
.left-label {
    display: flex;
}
.left-label .label {
    margin-right: 40px;
}
.gallery-hashtags .item {
    display: inline-block;
    padding: 10px 0;
}
.gallery-hashtags .item a {
    border-right: 1px solid #d91f26;
}
.gallery-hashtags .item:last-child a {
    border-right: 0px;
}
.gallery-hashtags a {
    font-size: 15px;
    padding: 0 15px;
}
.align-image,
.list-collect-items .collect-item .image {
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    background-color: transparent;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    position: relative;
}
.align-image img,
.list-collect-items .collect-item .image img {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
}
.image {
    position: relative;
    display: inline-block;
    width: 100%;
}
a.image .duration {
    display: block;
    padding: 0px 3px;
    background: rgba(0,0,0,.5);
    position: absolute;
    right: 4px;
    bottom: 4px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 2px!important;
}
a.image .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
a.image .play-icon .fa-play {
    font-size: 50px;
    color: #fff;
    opacity: .65;
}
.more-images {
    background-color: rgba(0,0,0,.75);
    bottom: 0;
    color: #fff;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
}
.more-images.bg-red {
    background-color: #d91f26;
}
.more-images .mi-a {
    display: table;
    height: 100%;
    width: 100%;
}
.more-images .mi-b {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.section.database {color:#fff;}
.database .list-entries.slider .item {
    /*width: 185px;*/
    /*height:*/ 
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.database .list-entries.slider .image {
    position: relative;
}
.database .list-entries.slider .image:before {
    position: absolute;
    background-color: rgba(0,0,0,.75);
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: block;
    content: ' ';
    opacity: 0;
    transition: 0.4s;
}
.database .list-entries.slider .image__text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    color: #fff;
    z-index: 2;
    padding: 10px;
    opacity: 0;
    transition: 0.3s;
}
.database .list-entries.slider .item:hover .image__text,
.database .list-entries.slider .item:hover .image:before {
    opacity: 1;

}
.database .list-entries .slick-track
{
    display: flex !important;
}
.database .list-entries .slick-slide
{
    height: inherit !important;
    position: relative;
    padding-bottom: 70px;
}
.database .list-entries .slick-slide .item {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.database .list-entries .slick-slide .period:before {
    position: absolute;
    width: 1px;
    height: 100px;
    background: #646464;
    content: ' ';
    bottom: 30px;
    left: 50%;
    display: block;
}
.database .list-entries .period {
    position: absolute;
    bottom: 0px;
    z-index: 9;
    left: 50%;
    margin-left: -35px;
}
.entry-content.view-center {
    max-width: 85%;
    margin: 0 auto;
}
.title-floatover {
    position: relative;
}
.title-floatover:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-color: rgba(0,0,0,.75);
}
.title-floatover .title {
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0px;
    padding: 10px;
}
#project-slider .entry-content img {
    width: auto;
    display: initial;
}
#project-slider .list-images .item {
    height: 250px;
    margin: 5px;
}
#project-slider .list-images .item img {
    height: 100%;
    width: auto;
}
#project-slider .slick-prev,
#project-slider .slick-next {
    font-size: 40px;
    color: #d9001b;
    opacity: 0.75;
}
#project-slider .slick-prev:before,
#project-slider .slick-next:before {
    display: none;
}
#project-slider .slick-prev {
    left: 25px;
    z-index: 1;
}
#project-slider .slick-next {
    right: 25px;
    z-index: 1;
}
.slider-control {
    position: fixed;
    bottom: 0px;
    background: #fff;
    height: 50px;
    width: 100%;
    z-index: 99;
    text-align: center;
    -webkit-box-shadow: 0px 2px 10px 1px rgba(0,0,0,.25);
    box-shadow: 0px 2px 10px 1px rgba(0,0,0,.25);
}
.slider-control .owl-prev, .slider-control .owl-prev:focus,
.slider-control .owl-next, .slider-control .owl-next:focus {
    border: none;
    background: transparent;
    font-size: 20px;
    margin-top: 8px;
    outline:0;
    display: flex;
    align-items: center;
}
.slider-control .owl-prev .nav-icon {
    font-size: 32px;
    margin-right: 5px;
}
.slider-control .owl-next .nav-icon {
    font-size: 32px;
    margin-left: 5px;
}
.slider-control .owl-prev.disabled, .slider-control .owl-next.disabled{
    color: #aaa;
}
.slider-control .owl-prev {
    float: left;
}
.slider-control .owl-next {
    float: right;
}
.slider-control .owl-dots-container {
    padding-top: 16px;
    position: relative;
}
.slider-control .owl-dots {
    position: relative;
}
.owl-dots-container:after {
    content: ' ';
    position: absolute;
    display: block;
    height: 2px;
    width: 50%;
    background: #b0b0b0;
    left: 2px;
    top: 7px;
    z-index: 0;
}
.owl-dots-container:before {
    width: 17px;
    height: 17px;
    background-color: #000;
    display: block;
    content: ' ';
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: -32px;
    top: 16.5px;
    z-index: 1;
}
.owl-dots-container:after {
    top: 24px;
    left: -12px;
    width: 14px;
}
.owl-dots-container .strike-line {
    height: 2px;
    background: #b2b2b2;
    position: absolute;
    width: 100%;
    top: 24px;
    right: 4px;
}
.slider-control .owl-dots:after {
    right: 2px;
    left: auto;
}
.slider-control .owl-dots .owl-dot span {
    display: block;
    background-color: #fff;
    border: 2px solid #b0b0b0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.slider-control .owl-dots .owl-dot {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 4px;
    margin: 0 5px;
    z-index: 1;
}
.slider-control .owl-dots .owl-dot:first-child {
    margin-left: 0px;
}
.slider-control .owl-dots .owl-dot:last-child {
    margin-right: 0px;
}
.slider-control .owl-dots .owl-dot.active {
    padding: 0px;
}
.slider-control .owl-dots .owl-dot.active span {
    background-color: #555555;
    width: 16px;
    height: 16px;
}
.prj-quick-nav {
    position: fixed;
    top: 200px;
    left: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #7F7F7F;
    z-index: 99;
    display: block;
    min-height: 10px;
    min-width: 40px;
}
.prj-quick-nav .list-items li {
    padding: 4px 0;
}
.prj-quick-nav a {
    color: #7F7F7F;
    text-transform: uppercase;
    background-color: rgba(255,255,255, .75);
}
.prj-quick-nav .list-items {
    max-width: 200px;
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.prj-quick-nav .list-items li:hover a {
    color: #333;
    text-decoration: none;
}
.prj-quick-nav .list-items li.active {
    border-left: 1px solid #d91f26;
    padding-left: 8px;
}
.prj-quick-nav .list-items li.active a {
    color: #d91f26;
}
.prj-quick-nav .list-short {
    position: relative;
    margin: 0px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.prj-quick-nav .list-short:before {
    content: ' ';
    height: 100%;
    width: 2px;
    display: block;
    background-color: #e67984;
    position: absolute;
    top: 0px;
    left: 3px;
    z-index: 0;
}
.prj-quick-nav .list-short li {
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid #e67984;
    z-index: 2;
    margin-bottom: 10px;
    border-radius: 50%;
    position: relative;
    background-color: #fff;
}
.prj-quick-nav .list-short li:last-child {
    margin-bottom: 0px;
}
.prj-quick-nav:hover .list-short {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
}
.prj-quick-nav:hover .list-items {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
.post-gallery .masonry-row .row div[class^="col-"] {
    padding: 3px;
}
.post-gallery .item-image {
    position: relative;
    display: block;
}
.post-gallery .more-images {
    background-color: rgba(0, 0, 0, .7);
    bottom: 0;
    color: #fff;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
}
.post-gallery .more-images .mi-a {
    display: table;
    height: 100%;
    width: 100%;
}
.post-gallery .more-images .mi-b {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.post-gallery .item-image:after {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid rgba(0, 0, 0, .1);
}
.post-gallery__caption {
    max-width: 700px;
    margin:0 auto;
}
.post-gallery__caption p {
    margin-bottom: 10px;
}
.post-detail figure.image {
    width: 100%;
    text-align: center;
}
.list-post .post-item.border-bottom {
    border-color: #ebebeb;
    padding-bottom: 20px;
}
.list-post .post-item:last-child {
    border-bottom: none;
}
.list-post .image-right {
    display: flex;
}
.list-post .image-right .post-image {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    order: 2;
}
.list-post .image-right .post-info {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-right: 20px;
}
.site-assistive {
    position: fixed;
    right: 15px;
    top: 50%;
    font-size: 40px;
    text-align: center;
    z-index: 98;
    line-height: 0;
    background: rgba(255, 255, 255, .89);
    border-radius: 10px;
    box-shadow: 1px 1px 15px #ccc;
    padding: 5px;
}
.site-assistive .home {
    font-size: 30px;
}
figure.image {
    width: auto!important;
    margin: 0 auto;
    display: table;
    margin-bottom: 1em;
}
figure figcaption {
    background-color: #ebebeb;
    padding: 5px 10px;
    text-align: center;
    display: table-caption;
    caption-side: bottom;
    padding: 10px;
}
@media (min-width: 1024px){
    .main-navbar .nav-item:hover>.dropdown-menu .dropdown-menu, .main-navbar .nav-item.show>.dropdown-menu .dropdown-menu{
        margin-left: 200px;
        margin-top: -60px;
    }
}
@media (max-width: 992px) {
    .collapsed-main-nav .main-nav{
        position: absolute;
        right: 0;
        top: 0px;
        background-color: #fff;
        width: 280px;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        overflow-y: auto;
        overflow-x: hidden;
        height: 100vh;
        z-index: 100;
        float: none;
        margin-right: 0px;
    }
    .with--sidebar .collapsed-main-nav .main-nav{
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    .navbar-top .container {
        max-width: 100%;
        padding: 0px;
    }
    #footer .container {
        max-width: 100%;
    }
    .navbar-header .brand-text {
        margin-top: 0px!important;
    }
    .collapsed-main-nav .main-navbar {
        list-style: none;
        padding: 0;
        height: auto;
        width: 100%;
        background-color: transparent;
    }
    .collapsed-main-nav .main-navbar .nav-item{
        display: block;
        text-align: left;
        line-height: inherit;
        position: relative;
        clear: both;
        line-height: 50px;
    }
    .collapsed-main-nav .nav-link{
        color: #2b2b2b;
    }
    .collapsed-main-nav .main-navbar .nav-item .menu-toggle{
        float: right;
        padding: 20px 0 10px 20px;
        display: block;
    }
    .collapsed-main-nav .main-navbar .nav-item.show .dropdown-menu{
        position: relative!important;
        width: 100%;
        border: none;
        transform: none!important;
        padding: 0;
        box-shadow: none;
        top: auto;
        left: auto;
    }
    .collapsed-main-nav .main-navbar .nav-item .dropdown-menu li>a{
        padding-left: 20px;
        font-size: 14px;
    }
    .header-bottom {
        height: 54px;
    }
    .visitorTabs {
        position: relative;
    }
    .visitorTabs .nav-link {
        font-size: 15px;
        padding: 0px 0.5rem;
    }
}
@media (max-width: 767px) {
    .hidescroll-mx {
        white-space: nowrap;
    }
    .activated-menu .submenu {
        border-bottom: none;
        margin-bottom: 0px;
    }
    .activated-menu .hidescroll-mx {
        border-bottom: 1px solid #f2f2f2;
        margin-bottom: 35px;
    }
    .footer .contact-info td {
        display: block;
        padding: 0xp;
    }
    .slider-control .owl-prev, .slider-control .owl-next {
        font-size: 0px;
    }
}
@media screen and (max-width: 467px) {
    .content-wrapper {
        margin-top: 10px;
    }
    .navbar-header {
        text-align: center;
        margin-top: 0;
    }
    .navbar-header .brand-text {
        display: block;
        clear: both;
    }
    .navbar-brand img {
        max-width: 350px;
    }
    #header {
        position: relative;
        height: auto;
    }
    #header:after {
        clear: both;
        display: table;
        content: ' ';
    }
    .navbar-top .hd3 {
        position: absolute;
        top: 0px;
        right: 10px;
    }
}
@media (min-width: 768px) {
    .section {
        padding: 40px 0;
    }
    .footer-content .gmap-embed iframe {
        width: 100%;
    }
    .navbar-header {
    }
    .navbar-brand {
        padding-right: 10px;
        margin-right: 15px;
    }
    .row-less-space-2 .row {
        margin-left: -1px;
        margin-right: -1px;
    }
    .row-less-space-2 .row div[class^="col-"] {
        padding-left: 1px;
        padding-right: 1px;
    }
}
@media (min-width: 992px) {
    .main-navbar .nav-item:hover>.dropdown-menu, .main-navbar .nav-item.show>.dropdown-menu{
        display: block;
        margin: 0;
    }
    .main-navbar>.nav-item:first-child  {
        padding-left: 0px;
    }
    .main-navbar .dropdown-menu{
        min-width: 200px;
        border: none;
        box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, .1);
        padding: 0px;
        background-color: rgba(0,0,0,.85);
        padding: 10px 0;
    }
    .main-navbar>.nav-item.has-children:hover > .dropdown-menu {
        display: block;
    }
    .main-navbar .dropdown-menu .nav-item {
        padding: 0 15px;
    }
    .main-navbar .dropdown-menu .nav-link{
        margin: 0px;
        padding: 0px;
        display: block;
        color: #fff;
        line-height: 3.75;
        line-height: 2;
        text-transform: none;
    }
    .dropdown-menu>li.active:hover>a, .dropdown-menu>li.active>a, .dropdown-menu>li:hover>a {
        color: #fff;
        background-color: transparent;
    }
    .main-navbar .dropdown-menu .active .nav-link{
        color: #fff;
    }
    .main-nav .menu-toggle {display: none;}
    .main-container {
        float: left;
        margin-right: -320px;
        width: 100%;
    }
    .main-content {
        margin-right: 350px;
    }
    .sidebar {
        float: right;
        width: 320px;
    }
    .row-less-space .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .row-less-space .row div[class^="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 1200px) {
    .section {
        padding: 60px 0;
    }
}
@media (min-width: 1401px) {
    .section {
        padding: 60px 0;
    }
    .prj-quick-nav .list-short {
        display: none;
    }
    .prj-quick-nav .list-items {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}