/*
Theme Name: neomedia
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

@font-face {
    font-family: 'SFUFutura';
    src: url('assets/fonts/SFUFuturaHeavy.eot');
    src: url('assets/fonts/SFUFuturaHeavy.eot') format('embedded-opentype'),
         url('assets/fonts/SFUFuturaHeavy.woff2') format('woff2'),
         url('assets/fonts/SFUFuturaHeavy.woff') format('woff'),
         url('assets/fonts/SFUFuturaHeavy.ttf') format('truetype'),
         url('assets/fonts/SFUFuturaHeavy.svg#SFUFuturaHeavy') format('svg');
    font-weight: 600;
}


@font-face {
    font-family: 'SFUFutura';
    src: url('assets/fonts/SFUFutura.eot');
    src: url('assets/fonts/SFUFutura.eot') format('embedded-opentype'),
         url('assets/fonts/SFUFutura.woff2') format('woff2'),
         url('assets/fonts/SFUFutura.woff') format('woff'),
         url('assets/fonts/SFUFutura.ttf') format('truetype'),
         url('assets/fonts/SFUFutura.svg#SFUFutura') format('svg');
    font-weight: bold;
}
body {font-size: 16px;line-height: 1.5;-webkit-font-smoothing: antialiased;-webkit-text-size-adjust: 100%;}
#wrapper, #main {background: #f2f2f2;}
#breadcrumbs {padding: 15px 0;font-size: 13px;}
.push-right {margin-left: auto;margin-right: initial;}
input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
    box-shadow: unset;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}
form {margin-bottom: 0;}

/*************** HEADER   ***************/
.home .header-wrapper.stuck, .home .header-wrapper.stuck .header-bg-color {background: rgba(0,0,0,.6);}
.header-nav > li {margin: 0 20px;}
.nav-dark .header-nav > li > a {font-family: 'SFUFutura';padding: 0;font-size: 18px;line-height: 60px;height: 60px;font-weight: 600;color: white;text-transform: uppercase;}
.header-nav > li > .sub-menu {padding: 0;border: none;box-shadow: 2px 4px 5px #00000029;}
.header-nav > li > .sub-menu a {font-size: 14px;font-weight: normal;}
.header-search .nav-dropdown {padding: 0;margin: 0;border: none;box-shadow: none;top: 50%;right: 10px !important;transition: all linear .3s;width: 300px;left: initial;visibility: hidden;}
.header-search .nav-dropdown input {
    box-shadow: none;
    border: 1px solid #ebebeb;
    outline: none;
    font-size: 14px;
    height: 36px;
}
.header-search:hover .nav-dropdown {transform: translateY(-50%);visibility: visible;}
.header-search .nav-dropdown button {
    border:none;
    height: 36px;
    width: 36px;
    background: #0d8cf0;
    line-height: 36px;
    padding: 0;
    text-align: center;
    min-width: unset;
    font-size: 14px;
    min-height: unset;
}
.header-nav-main .languages {
    display: flex;
    margin: 0;
}
.header-nav-main .languages a {
    padding: 0 5px !important;
    background: 0 0 !important;
    border-radius: 0 !important;
}
.header-nav-main .languages img, .mobile-nav .languages img {
    width: 32px;
    height: auto;
    display: block;
}

/*************** HOME PAGE   ***************/
.full-page {
    height: 100vh;
    width: 100%;
    position: relative;
}
#banner-video-container {
    width: 100%;
    height: 100%;
    position: relative
}
.banner-navigator {
    padding: 0;
    margin: 0;
    list-style: none
}
.banner-navigator li {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    cursor: default;
    bottom: 16.25%;
    width: 150px;
    padding: 10px 40px 10px 10px;
    font-family: "Montserrat", sans-serif;
}
.banner-navigator li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: rgba(242, 99, 34, 0);
    width: 0;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}
.banner-navigator li .bar-left {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background: #0d8cf0;
    top: 0;
    right: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}
.banner-navigator li.pos-x-2 {
    left: 25%
}
.banner-navigator li.pos-x-3 {
    left: 50%
}
.banner-navigator li.pos-x-4 {
    left: 75%
}
.banner-navigator li.pos-x-5 {
    left: 100%
}
.banner-navigator li.pos-y-2 {
    bottom: 5.75%
}
.banner-navigator li.pos-y-3 {
    bottom: 29.25%
}
.banner-navigator li.pos-y-4 {
    bottom: 10.25%
}
.banner-navigator li.pos-y-5 {
    bottom: 20.625%
}
.banner-navigator li .number {
    font-size: 36px;
    font-weight: 500;
    color: #0d8cf0;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}
.banner-navigator li p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
}
.banner-navigator li.active,
.banner-navigator li:hover {
    padding: 10px 40px 10px 10px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}
.banner-navigator li.active:before,
.banner-navigator li:hover:before {
    width: 150px;
    background: #0d8cf0a6;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}
.banner-navigator li.active .bar-left,
.banner-navigator li:hover .bar-left {
    right: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}
.banner-navigator li.active .number,
.banner-navigator li:hover .number {
    left: 20px;
    opacity: 0;
    pointer-events: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.banner-navigator li.active p,
.banner-navigator li:hover p {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}
.banner__section .play_btn {
    position: absolute;
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer
}
.banner__section .play_btn img {
    width: 150px
}
.banner__t-1 {
    height: 100%;
    position: relative;
    z-index: 2
}
.banner__t-1 .t-container,
.banner__t-1 .t-inner {
    height: 100%
}
.banner-item__wrap {
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}
.banner-item__wrap:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 1
}
.banner-item__wrap .banner-item {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    overflow: hidden
}
.banner-item__wrap .banner-item.active {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1
}
.banner-text__wrap {
    position: absolute;
    z-index: 3;
    top: 40%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.banner-text__wrap h3 {
	font-family: SFUFutura;
    font-size: 48px;
    color: #ececec;
    z-index: 9999;
}
.banner-text__wrap .number,
.banner-text__wrap h3 {
    font-weight: 800;
    font-style: normal;
}
.banner-text__wrap .number {
    position: absolute;
    font-size: 200px;
    color: rgb(0 152 218 / 25%);
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.banner-text__wrap a {
    display: inline-block;
    padding: 5px 20px;
    background: #0d8cf0;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    position: relative
}
.banner-text__wrap a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #0d8cf0;
    left: 5px;
    top: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    content: ""
}
.banner-text__wrap a:hover:before {
    left: 0;
    top: 0;
    opacity: 0
}
.banner-text__wrap a img {
    margin-left: 10px
}
.t-inner {
    position: relative;
}
.ef-wrap {
    overflow: hidden
}
.ef-wrap.no-over {
    overflow: unset
}
.hide-wrap {
    overflow: hidden
}
.hide-wrap .hide-fx.run {
    -webkit-transform: translateY(120%);
    transform: translateY(120%)
}
.fade-wrap .fade-fx,
.hide-wrap .hide-fx {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}
.fade-wrap .fade-fx {
    opacity: 1
}
.fade-wrap .fade-fx.run {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0
}
.bmc-title {
    margin-bottom: 0;
    max-width: unset !important;
}
.bmc-title .section-title-normal {
    width: 300px;
    border: none;
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;
}
.bmc-title h3.section-title-normal {width: 100%;padding-left: 15px;}
.large-12 > .col-inner > .bmc-title .section-title-normal {width: 100%;}
.bmc-title .section-title-normal:before{position: absolute;content: "";width: 10px;background: #0d8cf0;height: 100%;top: 0;left: 0;}
.bmc-title .section-title-normal span.section-title-main {
    border: none;
    font-size: 60px;
    line-height: 1;
    font-family: 'SFUFutura';
}
.page-template-default .bmc-title .section-title-normal span.section-title-main {
    font-family: "Open Sans", sans-serif;
    line-height: 1.2;
    font-weight: normal;
}
.bmc-title h3.section-title-normal span.section-title-main {font-size: 26px;}
.block-term-du-an .bmc-title h3.section-title-normal span.section-title-main {font-size: 20px;font-weight: normal;font-family: "Open Sans", sans-serif;padding: 0;}
.block-term-du-an .bmc-title {display: flex;justify-content: space-between;align-items: center;margin-bottom: 10px;}
.block-term-du-an .bmc-title h3.section-title-normal {margin: 0;font-weight: normal;}
.block-term-du-an .bmc-title .view_all {
    min-width: 110px;
    font-size: 13px;
    line-height: 30px;
    height: 30px;
    background: #0d8cf0;
    text-align: center;
    color: white;
    border-radius: 5px;
}
.block-term-du-an .bmc-title .view_all i {margin-left: 5px;vertical-align: -2px;font-size: 12px;}
.bmc-title h3.section-title-normal:before {width: 5px;}
.home-abouts .col-left p {padding: 0 20px;color: rgba(0,0,0,.5);}
.about-statistic .col {padding-bottom: 10px;}
.about-statistic h4 {
    padding: 0 25px;
    color: #0d8cf0;
    font-size: 38px;
    line-height: 1.6;
    margin-bottom: 0;
    font-family: 'SFUFutura';
}
.home-abouts .about-statistic p {
    margin-bottom: 0;
    position: relative;
    color: #333;
    font-size: 14px;
}
.about-statistic p:before {content:'';width: 100%;display: block;height: 1px;background: #0d8cf0;margin-bottom: 10px;}
.home-customer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.home-customer .col-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-customer .col-left .block-title {
    margin: 0;
    font-size: 46px;
    text-align: center;
    color: #0d8cf0;
    font-family: 'SFUFutura';
    line-height: 1.1;
}
.home-customer .col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.home-customer .slick-carousel {margin-bottom: 0;}
.slick-slider-dots .slick-dots {
    position: relative;
    bottom: 0;
}
.home-news .flickity-page-dots {
    position: static;
    margin: 0 auto;
}
.home-news .post-item .col-inner {padding: 5px;background: #0d8cf0f5;}
.slick-slider-dots .slick-dots li {width: auto;margin: 0 5px;}
.slick-slider-dots .slick-dots li button,.nav-dots-small .flickity-page-dots .dot, .row-slider .flickity-page-dots .dot {
    width: 36px;
    height: 8px;
    border: 2px solid #0d8cf0;
    padding: 0;
    border-radius: 0;
    background: none;
    opacity: 1;
}
.slick-slider-dots .slick-dots li.slick-active button,.flickity-page-dots .dot.is-selected{
    background: #0d8cf0;
}
.slick-slider-dots .slick-dots li button:before {display:none;}
.home-customer .slider-item {position: relative;margin: 0 2px;}
.home-customer .slider-item:before {content: '';width: 100%;height: 100%;z-index: 1;position: absolute;background: #0000000a;}
.h-project-list__wrap {
    position: relative;
    width: 100%;
    height: 100%
}
.h-project-list__wrap .project-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: 0;
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out
}
.h-project-list__wrap .project-item.active {
    opacity: 1
}
.project-box {
    width: 450px;
    height: 300px;
    z-index: 9;
}
.project-box,
.project-box .ef-target {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.project-box .ef-target {
    bottom: 0;
    right: 0
}
.project-box .project-box-item {
    width: 150px;
    height: 150px;
    border: 2px solid #0d8cf0;
    border-right: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    overflow: hidden;
}
.project-box .project-box-item:not(.long) .text {
    width: 100%;
    padding: 0 15px;
    bottom: 10px;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, .25);
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 1.4;
}
.project-box .project-box-item:not(.long) .text,
.project-box .project-box-item:not(.long) a {
    position: absolute;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.project-box .project-box-item:not(.long) a {
    font-size: 14px;
    font-weight: 500;
    bottom: 5px;
    right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
    pointer-events: none;
}
.project-box .project-box-item:not(.long) a img {
    margin-right: 5px;
    opacity: 0;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    pointer-events: none
}
.project-box .project-box-item:not(.long) a:hover img {
    -webkit-transform: none;
    transform: none;
    opacity: 1
}
.project-box .project-box-item:not(.long) .numb {
    position: absolute;
    top: 10px;
    width: 100%;
    padding: 0 10px;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
    line-height: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, .5)
}
.project-box .project-box-item:not(.long).active {
    background: rgb(0 152 218 / 74%);
}
.project-box .project-box-item:not(.long).active .text {
    bottom: calc(100% - 10px);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    text-shadow: none;
    line-height: 1.2
}
.project-box .project-box-item:not(.long).active a {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    pointer-events: auto
}
.project-box .project-box-item:not(.long).active .numb {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0
}
.project-box .project-box-item.long {
    background: #0d8cf0;
    width: 300px;
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.project-box .project-box-item.long a {
    position: absolute;
    bottom: 15px;
    right: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.project-box .project-box-item.long a:hover {
    text-decoration: underline
}
.project-box .project-box-item.long .text {
    display: table;
    font-family: SFUFutura;
    font-size: 50px;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 4px;
}
.project-box .project-box-item.large-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 70px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
    color: #fff
}
.project-box .project-box-item.item-4 {
    border-top: 0;
    border-right: 2px solid #0d8cf0;
}
.project-box .project-box-item.item-2:not(.long) {
    border-right: 2px solid #0d8cf0;
}
.project-box .project-box-item.item-3 {
    border-left: none;
    border-right: 2px solid #0d8cf0;
}
.project-box.project-navigator {
    bottom: 0;
    top: auto;
    right: 0;
    left: auto
}
/*************** SINGLE PROJECT STYLE   ***************/
.project-single .project-name {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 30px;
    font-weight: normal;
    line-height: 1.4;
}
.project-single .project-name:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #faa100;
    margin-top: 5px;
}
.project-single .project-details .group {
    margin-bottom: 20px;
    font-size: 15px;
}
.project-single .project-details .label {
    color: #999;
}
.foot-project h2 {
    padding-top: 30px;
    border-top: 1px solid #c3c3c3;
    margin-top: 10px;
    font-weight: normal;
    margin-bottom: 15px;
    font-size: 24px;
}
.project-list .project-name, .archive .project-name {font-weight: 500;font-size: 15px;text-transform: uppercase;line-height: 1.4;}
#project .project-img {position: relative;width: 100%;height: 100%;}
#project .project-img:before {content:'';position: absolute;width: 100%;height: 100%;z-index: 1;background: #00000038;display: block;}
.page-title {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: normal;
}
/*.tax-danh_muc_du_an .project-item .project-name {font-weight: 500;font-size: 16px;text-align: center;}*/
.filter {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.filter-form {
    position: relative;
}
.filter-form .current {
    border: 1px solid #272727;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    color: #272727;
    text-transform: uppercase;
    padding: 10px 13px;
    padding-right: 41px;
    display: block;
    letter-spacing: 2px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    background: white;
    -ms-user-select: none;
    user-select: none;
    min-width: 250px;
    cursor: pointer;
}
.filter-form > i {
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 41px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.filter-form .neo-menu {
    position: absolute;
    background: white;
    z-index: 999;
    width: 100%;
    border: 1px solid black;
    top: calc(100% + 50px);
    opacity: 0;
    visibility: hidden;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.filter-form.active .neo-menu {
    top: calc(100% + 2px);
    visibility: visible;
    opacity: 1;
}
.filter-form .neo-menu .neo-sub-menu {display: block;position: relative;border: none;margin: 0;padding-left: 10px;border-top: 1px solid #ddd;}
.filter-form .neo-menu .menu-item a {
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    color: #272727;
    text-transform: uppercase;
    padding: 10px 13px;
    display: flex;
    justify-content: space-between;
}
.filter-form.active > i {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
}
.filter-form .neo-menu .neo-sub-menu a {
    font-size: 12px;
    justify-content: flex-start;
    color: #6f6f6f;
}
.filter-form .neo-menu .neo-sub-menu a i {font-size: 10px;margin-right: 10px;margin-top: 3px;}
.big-post {padding: 0 15px 30px;position: relative;}
.big-post .post-inner {position: relative;display: block;color: white;}
.big-post .box-text {
    position: absolute;
    bottom: 0;
    padding: 30px 20px;
}
#post-list .post-name {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: black;
}
#post-list .big-post .post-name {color: white;font-size: 20px;font-weight: 500;}
#post-list .post-meta {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    padding: 7px 0;
    margin-top: 15px;
    font-size: 13px;
}
#post-list .post-meta .readmore i {
    vertical-align: -2px;
    margin-left: 3px;
}
#post-list .post-item .col-inner {background: white;-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
#post-list .post-item:hover .col-inner {
    -webkit-transform: translateY(-5px);
    -khtml-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 2px 2px 5px rgb(0 0 0 / 40%);
    -ms-box-shadow: 2px 2px 5px rgba(0,0,0,.4);
    -o-box-shadow: 2px 2px 5px rgba(0,0,0,.4);
    box-shadow: 2px 2px 5px rgb(0 0 0 / 40%);
}
#post-list .post-item .col-inner .box-text {padding: 20px 25px;}
.page-wrapper {padding-top: 0;}
.archive .page-wrapper, .danh_muc_du_an-archive {padding-top: 30px;}
.entry-title {font-weight: 500;line-height: 1.4;text-transform: uppercase;}
.widget.neo_recent_posts {
    padding: 20px;
    background: white;
}
.recent-blog-posts-li:not(:last-child){border-bottom: 1px solid #ddd;margin-bottom: 20px !important;}
.recent-blog-posts-li .post-name a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    display: block;
    line-height: 1.4;
}
ul.nav-pagination > li {
    margin-left: 0;
    margin-right: 3px;
}
.nav-pagination>li>span, .nav-pagination>li>a {
    border-radius: 0;
    border: 1px solid grey;
    font-weight: 500;
    font-size: 14px;
}
.nav-pagination>li>.current, .nav-pagination>li>span:hover, .nav-pagination>li>a:hover {
    background: #0098da;
    border-color: #0098da;
}

/*************** FOOTER   ***************/
#footer {background: rgba(0,0,0,.94);padding: 60px 0 0;color: white;font-size: 14px;}
#footer > .row {max-width: 1280px;}
#footer .social-icons.follow-icons {display: flex;}
#footer .social-icons.follow-icons .icon {border-radius: 0 !important;padding-top: 3px;width: 32px;float: left;height: 32px;border: none !important;margin: 0 2px;}
#footer .social-icons.follow-icons .icon.email {background: #c51200 !important;}
#footer .col {padding-bottom: 20px;}
#footer a {color: white;}
#footer p {display: flex;margin-bottom: 10px;}
#footer p i {
    margin-top: 3px;
    margin-right: 7px;
}
#footer .section-title-container {margin-bottom: 15px;}
#footer .section-title-normal {border: none;margin: 0;padding-left: 15px;color: white;font-size: 14px;}
#footer .section-title-normal:before {content:'';width: 4px;background: #0d8cf0;position: absolute;left: 0;top: 0;height:100%;}
#footer .section-title-normal span {border: none;padding: 0;margin: 0;}

.post-template-default .entry-content p,
.post-template-default .entry-content span{font-size:16px !important;}

@media (min-width: 1351px){
    .t-container {
        max-width: 83.33333% !important;
        margin-left: auto;
        margin-right: 0;
        padding: 0;
    }
    .t-container .t-inner {
        width: 80%;
        margin-left: 0;
    }
}
@media screen and (min-width: 850px) {
    .push-3 {margin-left: 25%;}
}
@media only screen and (max-width: 768px) {
    body {overflow-x: hidden;}
    .home-customer .col-left, .home-customer .col-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .project-box {
        width: 360px;
        height: 240px;
    }
    .project-box .project-box-item {
        width: 120px;
        height: 120px;
    }
    .project-box .project-box-item.long {
        width: 240px;
    }
    .project-box .project-box-item.long .text {
        font-size: 30px;
    }
    .project-box .project-box-item:not(.long) .text, .project-box .project-box-item:not(.long).active .text {
        font-size: 12px;
    }
    .project-box .project-box-item:not(.long) .numb {
        font-size: 23px;
    }
    #logo {position: relative;}
}
@media only screen and (max-width: 480px) {
    .project-box .project-box-item {
        width: 50%;
        height: 100px;
    }
    .banner-text__wrap {padding: 0 15px;}
    .banner-text__wrap h3 {font-size: 36px;line-height: 1.4;}
    .project-navigator .project-box-item.item-3 {
        /* border-right: none; */
        border-left: 2px solid #0d8cf0;
        border-top: none;
    }
    .project-show .project-box-item.item-1 {display: none;}
    .project-box {
        width: 100%;
        height: 200px;
    }
    .project-box .project-box-item.long {
        width: 200px;
        padding: 10px 20px;
    }
    .project-box .project-box-item.large-num {
        font-size: 45px;
    }
    .project-show .project-box-item.large-num {border-top: 2px solid #0d8cf0;}
    .col {padding-bottom: 15px;}
    .banner-navigator li.pos-x-1, .banner-navigator li.pos-x-2, .banner-navigator li.pos-x-3 {left: 10px;}
    .banner-navigator li.pos-x-4, .banner-navigator li.pos-x-5 {left: 200px;}
    .banner-navigator li.pos-y-1 {bottom: 165px;}
    .banner-navigator li.pos-y-2, .banner-navigator li.pos-y-4 {bottom: 85px;}
    .banner-navigator li.pos-y-3, .banner-navigator li.pos-y-5 {bottom: 5px;}
    .banner-text__wrap .number {transform: translate(0, -50%);}
}