@keyframes blinking {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes sdb07 {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes sdb07 {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

body {
    font-family: "Krub",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
    font-weight: 400;
    color: #000203;
    margin-top: 0;
}

body.single-du-an {
    margin-top: 0
}

body.iosBugFixCaret.modal-open {
    position: fixed;
    width: 100%
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Oswald",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 400;
    /* margin-top: 2rem; */
    margin-bottom: 1rem;
    color: #0B3050
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 1rem !important
}

p {
    margin-bottom: 0.5rem
}

#primary {
    padding: 0
}

.row {
    /* margin: 0; */
}

.justify {
    text-align: justify
}

b,strong {
    font-weight: 700
}

img {
    max-width: 100%;
    display: block;
    height: auto
}

img.float-left {
    margin-right: 15px
}

img.float-right {
    margin-left: 15px
}

img.aligncenter {
    margin: auto;
    height: auto
}

a:focus,button:focus {
    outline: none
}

a {
    text-decoration: none;
    color: #155D9C
}

a:hover {
    color: inherit
}

a[href="https://dongtayland.vn/shortcodes/"] {
    display: none
}

a.custom-lightbox img {
    box-shadow: 0 0.5rem 1.2rem rgba(0,0,0,0.2);
    border: 2px solid #003050;
    padding: 5px;
    transition: all .3s ease-in-out
}

a.custom-lightbox img:hover {
    filter: brightness(120%);
    box-shadow: 0 0.25rem 0.6rem rgba(0,0,0,0.15)
}

a.sdt {
    color: inherit
}

iframe {
    max-width: 100%
}

input[type="submit"] {
    cursor: pointer
}

.badge {
    font-size: 100%;
    font-weight: inherit
}

abbr {
    text-decoration: none !important;
    border-bottom: 1px dotted #bb6a12 !important;
    color: #003050
}

.tooltip .tooltip-inner {
    background-color: #155D9C
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #155D9C !important
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before {
    border-top-color: #155D9C !important
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before {
    border-left-color: #155D9C !important
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before {
    border-right-color: #155D9C !important
}

.btn {
    white-space: normal
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: #155D9C
}

.btn-outline-primary {
    border: 2px solid #0B3050;
    color: #0B3050;
    font-weight: bold;
    padding: 7px 30px 5px
}

.btn-outline-primary:hover {
    background-color: #155D9C;
    border-color: #155D9C;
    color: #fff
}

.btn:link,.btn:visited {
    transition: all .2s
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2)
}

.btn:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    background-color: #155D9C
}

#namhoian-lido ul {
    margin: 0
}

#namhoian-lido ul li {
    list-style: none !important;
    background: #f7eed0 !important;
    padding: 7px 15px 7px 30px !important;
    margin-bottom: 5px;
    counter-increment: item;
    position: relative
}

#namhoian-lido ul li:before {
    position: absolute;
    content: counter(item);
    font-size: 1.5em;
    left: -15px;
    background-color: #73633f;
    top: 0px;
    color: #fff;
    line-height: 32px;
    padding: 0 10px
}

blockquote {
    padding: 10px 0 20px 20px;
    border-left: 5px solid #bb6a12;
    font-style: italic;
    color: #555;
    font-size: 1.1em;
    position: relative
}

blockquote:after {
    position: absolute;
    content: " Ã¢â‚¬Â";
    top: -30px;
    right: -20px;
    font-size: 10em;
    opacity: .2;
    line-height: 1em;
    font-weight: 700;
    font-style: normal
}

blockquote p {
    display: inline;
    border-bottom: 1px solid #dedede;
    padding-bottom: 3px
}

.captcha-wrapper .form-control {
    background-color: transparent;
    border: none;
    padding: 0
}

.inline-contact textarea {
    display: none
}

.inline-contact input[type="text"],.inline-contact input[type="tel"],.inline-contact input[type="email"] {
    border: none !important;
    background-color: #fff !important
}

.inline-contact input[type="submit"] {
    background-color: #155D9C !important;
    color: #fff !important;
    padding: 5px 20px !important;
    font-weight: 700
}

.alm-btn-wrap {
    text-align: center
}

.alm-btn-wrap .alm-load-more-btn.done {
    opacity: 0.3;
    pointer-events: none
}

.alm-btn-wrap .alm-load-more-btn {
    background-color: #0B3050 !important
}

.info-modal .modal-content .modal-title {
    font-weight: 700;
    color: #155D9C;
    line-height: 25px;
    margin-top: 0.5rem
}

.modal-backdrop.show {
    opacity: 0.95;
    background-color: #ececec
}

.modal-content {
    padding: 20px;
    box-shadow: 10px 10px 60px -25px;
    border: none;
    border-radius: 0
}

.modal-content .modal-title {
    margin-top: 0.5rem
}

.wpcf7 .ajax-loader {
    display: none !important
}

.cf7-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,0.9);
    display: none;
    z-index: 9999999999
}

.cf7-loading .wrapper {
    margin: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.cf7-loading .loader {
    box-shadow: 0px 0px 15px -5px black;
    margin: auto
}

.cf7-loading .text {
    margin-top: 20px;
    color: #155D9C
}

#comments ol {
    border-left: 3px solid #f7f7f7;
    list-style-type: none
}

#comments .comment-reply-link {
    background-color: transparent;
    color: #c0c0c0;
    padding: 0;
    border: none;
    font-size: 0.8em;
    text-transform: uppercase
}

#comments .comment-reply-link:hover {
    color: #0B3050
}

#comments .comment-body {
    margin-bottom: 20px
}

#comments img {
    border-radius: 50%;
    margin-left: -65px;
    float: left;
    margin-right: 12px
}

#comments .comment-author {
    font-size: 0.8em;
    margin-bottom: 5px
}

#comments .comment-author .fn {
    color: #155D9C
}

#comments .comment-author time {
    color: #c0c0c0;
    display: inline-block
}

#comments .comment-author .phone {
    font-family: monospace;
    color: #155D9C
}

#comments .comment.byuser>article .comment-author .fn:after {
    content: "CSKH";
    margin-left: 5px;
    margin-right: 2px;
    background: #0B3050;
    color: #fff;
    padding: 0 5px;
    font-size: 0.8em;
    border-radius: 2px
}

#comments .comment.byuser>article .phone {
    display: none
}

#comments #comment {
    border-radius: 0
}

#comments #comment:focus,#comments #comment:hover {
    outline: none;
    box-shadow: none;
    border-color: #155D9C
}

#comments #author,#comments #email,#comments #url {
    border-radius: 0;
    border-width: 0 0 1px 0
}

#comments #author:focus,#comments #author:hover,#comments #email:focus,#comments #email:hover,#comments #url:focus,#comments #url:hover {
    outline: none;
    box-shadow: none;
    border-color: #155D9C
}

#comments .children .children>li:last-child {
    margin-bottom: 40px
}

#comments .form-submit {
    width: 50%
}

#reply-title {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: bold
}

.comment-notes,.logged-in-as {
    font-size: 0.8em;
    color: #155D9C
}

.comments-pagination {
    text-align: center;
    margin-top: 60px
}

.comments-pagination h2 {
    display: none
}

.comments-pagination .page-numbers {
    padding: 1px 5px;
    border: 1px solid #155D9C;
    font-size: .8em
}

.comments-pagination .page-numbers:hover,.comments-pagination .page-numbers.current {
    background: #155D9C;
    color: #fff;
    text-decoration: none
}

.comment-list ~ #respond {
    margin-top: 80px;
    margin-bottom: 0px
}

.comment-body ~ #respond {
    margin-top: 20px;
    margin-bottom: 60px
}

#home-slides .carousel-control {
    cursor: pointer;
    background-color: #445986;
    display: inline-block;
    padding: 20px 30px 15px;
    margin-top: -100px;
    transition: all 0.3s ease-in-out
}

#home-slides .carousel-control:hover {
    background-color: #155D9C
}

#home-slides .dtl-carousel-control-prev:hover {
    transform: translateX(-10px)
}

#home-slides .dtl-carousel-control-next:hover {
    transform: translateX(10px)
}

#home-slides .carousel-inner {
    overflow-x: visible;
    overflow-y: visible;
    border-bottom: 3px solid #0B3050
}

#home-slides .carousel-item {
    background-size: cover !important;
    padding-top: 600px;
}

#home-slides .dtl-carousel-caption {
    padding: 30px 60px 60px;
    background-color: #fff;
    color: #000203;
    position: absolute;
    bottom: -42px;
    box-shadow: rgba(50,50,93,0.25) 0px 50px 100px -20px,rgba(0,0,0,0.3) 0px 30px 60px -30px
}

#home-slides .dtl-carousel-caption h2 {
    font-weight: 700;
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #445986;
}

#home-slides .dtl-carousel-caption p {
    color: #000203
}

#home-slides .dtl-carousel-caption .btn {
    padding: 7px 30px;
    border: 0;
    margin-top: 10px;
    position: relative;
    z-index: 2
}

#home-slides .dtl-carousel-caption .btn:hover {
    background-color: #155D9C
}

#home-slides .dtl-carousel-caption::before {
    content: "";
    position: absolute;
    background-image: url(../images/asset1.png);
    width: 50px;
    height: 72px;
    left: -25px;
    top: -12px
}

#about {
    background-image: url(img/logo-DTL-parallax.jpg);
    background-position: 10% 30%;
    background-size: auto;
    background-repeat: no-repeat
}

.home-section .section-title {
    text-transform: uppercase;
    color: #155D9C;
    font-size: 2.5em;
    position: relative;
    font-weight: bold
}

#home-icons .icon {
    text-align: center;
    font-size: 4em;
    color: #155D9C;
    display: inline-block;
    position: relative;
    transition: all .3s ease-in-out
}

#home-icons .title {
    text-align: center;
    color: #155D9C;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 15px 0
}

#home-icons .content {
    text-align: center;
    font-size: 16px
}

#home-icons .icon-wrapper:hover .icon {
    border-color: #0B3050
}

.post-v3-wrapper .post-item {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    border-top: 5px solid #445986;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding: 60px 40px 40px;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 24px
}

.post-v3-wrapper .post-item .date {
    padding: 20px 23px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #445986;
}

.post-v3-wrapper .post-item .date .day {
    font-size: 3em;
    line-height: 0.8
}
.post-v3-wrapper .post-item .title{margin-top: 20px;}
.post-v3-wrapper .post-item .desc {
    display: none;
    color: #fff
}

.post-v3-wrapper .post-item::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #445986;
    top: -100%;
    left: 0;
    z-index: 0;
    transition: all 0.3s ease-in-out
}

.post-v3-wrapper .post-item:hover::before {
    top: 0
}

.post-v3-wrapper .post-item:hover .date {
    color: #445986;
    background-color: #fff
}

.post-v3-wrapper .post-item:hover .title a {
    color: #fff
}

.post-v3-wrapper .post-item:hover img {
    display: none
}

.post-v3-wrapper .post-item:hover .desc {
    display: block
}

.post-v3-wrapper .post-item:hover .desc a {
    display: block;
    color: #e4eef5;
    margin-top: 15px;
    font-family: "Oswald"
}

.post-v3-wrapper .first-post {
    margin-bottom: 60px
}

.post-v3-wrapper .first-post .brief {
    padding: 20px 30px 40px;
    background: #fff;
    margin-top: -60px
}

.post-v3-wrapper .first-post .brief a {
    font-weight: bold;
    font-family: "Oswald";
    margin-top: 15px
}

.post-v3-wrapper .first-post .date {
    padding: 40px 23px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #445986;
    margin-bottom: -40px;
    z-index: 1;
    position: relative
}

.post-v3-wrapper .first-post .date .day {
    font-size: 3em;
    line-height: 0.8
}

.newest-posts {
    margin-top: 120px
}

.newest-posts .title-wrapper {
    padding: 90px 0 110px;
    background-color: #445986;
    color: #fff
}

.newest-posts .title-wrapper h2 {
    color: #fff
}

.newest-posts .title-wrapper .row {
    transition: all 0.5s ease-in-out
}

.newest-posts .post-wrapper {
    overflow-x: clip
}

.newest-posts .post-wrapper .container {
    transform: translateX(33.33333%);
    margin-top: -470px;
    transition: all 0.5s ease-in-out
}

.newest-posts .post-wrapper .post-item {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    border-top: 5px solid #445986;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding: 60px 40px 40px;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    background-color: #fff
}

.newest-posts .post-wrapper .post-item .date {
    padding: 20px 23px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #445986;
}

.newest-posts .post-wrapper .post-item .date .day {
    font-size: 3em;
    line-height: 0.8
}
.newest-posts .post-wrapper .post-item .title{
  margin-top:20px;
}
.newest-posts .post-wrapper .post-item .desc {
    display: none;
    color: #fff
}

.newest-posts .post-wrapper .post-item::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #445986;
    top: -100%;
    left: 0;
    z-index: 0;
    transition: all 0.3s ease-in-out
}

.newest-posts .post-wrapper .post-item:hover::before {
    top: 0
}

.newest-posts .post-wrapper .post-item:hover .date {
    color: #0B3050;
    background-color: #fff
}

.newest-posts .post-wrapper .post-item:hover .title a {
    color: #fff
}

.newest-posts .post-wrapper .post-item:hover img {
    display: none
}

.newest-posts .post-wrapper .post-item:hover .desc {
    display: block
}

.newest-posts .post-wrapper .post-item:hover .desc a {
    display: block;
    color: #e4eef5;
    margin-top: 15px;
    font-family: "Oswald"
}

.newest-posts:hover .post-wrapper .container {
    transform: translateX(0)
}

.newest-posts:hover .title-wrapper .row {
    opacity: 0
}

#home-videos {
    background-image: url(../images/home-icons-bg-2.png);
    background-size: 120%;
    background-position: left bottom;
    background-repeat: repeat-x;
    padding: 24px 0 150px
}

#home-videos a:hover {
    text-decoration: none
}

#home-videos .wrapper {
    position: relative
}

#home-videos .title {
    text-align: center;
    text-transform: uppercase;
    background: #445986;
    color: #fff;
    padding: 10px 15px;
    line-height: 20px;
    min-height: 60px
}

#home-videos .overlay {
    background: #445986;
    opacity: .9;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all .3s
}

#home-videos .play {
    position: absolute;
    width: 100%;
    height: 30%;
    background-image: url(../images/play-button-blue.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    top: 50%;
    transform: translateY(-50%) translateX(-30px);
    left: 50%;
    mix-blend-mode: overlay;
    transition: all 1s;
    transform-origin: center left;
    z-index: 1
}

#home-videos .video-item {
    overflow: hidden
}

#home-videos .video-item:hover .overlay {
    opacity: 0
}

#home-videos .video-item:hover .play {
    opacity: 0;
    transform: scale(5);
    left: 10%
}

#home-videos .video-item:hover .title {
    background: #f17d26;
}

.home .wrapper .col-md-6 {
    margin-bottom: 60px
}

#home-projects {
    padding: 250px 0 100px;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center center
}

#home-projects .section-title {
    margin-top: 20px;
    margin-bottom: 30px
}

#home-projects .project-list {
    position: relative;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    background-color: #fff;
    padding: 40px 40px 60px
}

#home-projects .all-project {
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

#home-projects #accordionProject .accordion-header {
    margin-top: 0;
    text-transform: uppercase
}

#home-projects #accordionProject .accordion-header .accordion-button {
    font-size: 1.5rem;
    color: #0B3050
}

#home-projects #accordionProject .accordion-header .accordion-button:not(.collapsed) {
    background-color: #445986;
    color: #fff;
    opacity: 1;
}

#home-projects #accordionProject .accordion-collapse {
    background-color: #445986;
    color: #fff
}

#home-projects #accordionProject .accordion-collapse .accordion-body {
    padding-top: 0
}

#home-projects #accordionProject .accordion-collapse .accordion-body a {
    color: #fff;
    display: block;
    margin-top: 10px;
    font-family: "Oswald";
    text-align: right
}

#home-projects #accordionProject .accordion-item {
    border: none
}

.contact {
    
    background-size: cover;
    background-position: center top;
    padding: 120px 0 200px
}

.contact .contact-left {
    position: relative
}

.contact .form-control {
    border-radius: 0;
    background-color: #fff;
    border: 1px solid transparent;
    padding: 12px 20px;
    color: #0B3050
}

.contact .form-control::-webkit-input-placeholder {
    color: #0B3050;
    font-weight: 400
}

.contact .form-control::-moz-placeholder {
    color: #0B3050;
    font-weight: 400
}

.contact .form-control:-ms-input-placeholder {
    color: #0B3050;
    font-weight: 400
}

.contact .form-control:-moz-placeholder {
    color: #0B3050;
    font-weight: 400
}

.contact .form-control.g-recaptcha {
    background-color: transparent
}

.contact input[type="submit"] {
    padding: 0px 15px;
    background-color: #f17d26;
    transition: all .3s ease-in-out;
    margin: 0;
}

.contact .notice {
    color: #fff;
    opacity: 0.5
}

.contact h6 {
    text-align: center;
    color: #fff
}

.contact h6 a {
    color: #fff
}

.contact h6 .big {
    font-size: 2rem;
    font-weight: bold
}

.inline-social.social {
    margin-right: 30px;
    font-family: "Oswald"
}

.inline-social.social a {
    padding: 0 5px;
    color: #fff
}

#home-duan a {
    cursor: pointer
}

#home-duan a:hover {
    text-decoration: none
}

#home-duan .title {
    background-color: #0B3050;
    padding: 5px 15px
}

#home-duan .nav-tabs {
    border-bottom-color: #677f8e
}

#home-duan .nav-tabs .nav-item .nav-link {
    margin: 0 2px;
    position: relative;
    background-color: #0B3050;
    color: #fff;
    border-color: transparent;
    padding: 6px 16px;
    border-radius: 3px;
    transition: transform .5s;
    font-family: "Oswald"
}

#home-duan .nav-tabs .nav-item .nav-link.active {
    background: #fff;
    font-weight: 700;
    color: #155D9C;
    border-color: #155D9C #155D9C #fff #155D9C;
    padding: 8px 16px;
    border-radius: 3px 3px 0 0
}

#home-duan .nav-tabs .nav-item .nav-link:not(.active):hover {
    transform: translateY(3px);
    border-radius: 3px 3px 0 0
}

#home-duan .nav-tabs .nav-item .nav-link.active:after {
    content: "";
    position: absolute;
    height: 3px;
    width: calc(100% - 2rem);
    bottom: 0;
    left: 1rem;
    background-color: #155D9C
}

#home-duan .wrapper:first-child {
    margin-top: 30px
}

#home-duan .wrapper a:hover {
    color: #155D9C
}

#home-duan .wrapper .inner {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden
}

#home-duan .wrapper .inner h5 {
    position: absolute;
    color: #fff;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.8)
}

#home-duan .wrapper .inner img {
    transition: all .3s
}

#home-duan .wrapper .inner:hover img {
    transform: scale(1.1, 1.1);
    filter: brightness(70%)
}

#home-duan .wrapper .inner-bg {
    background-position: center;
    background-size: cover;
    padding-top: calc(100%/20*9);
    position: relative;
    transition: all .3s
}

#home-duan .wrapper .inner-bg:before {
    content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAQAAAAm93DmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFEWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIwLTA0LTA3VDE1OjQxOjEyKzA3OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0wNC0wN1QxNTo0MjozNSswNzowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMC0wNC0wN1QxNTo0MjozNSswNzowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjEiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJEb3QgR2FpbiAyMCUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Y2Q2YzAxZTctZTk2Zi01YjRiLThhZDgtYTU0NjBkM2I3MDhiIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOmNkNmMwMWU3LWU5NmYtNWI0Yi04YWQ4LWE1NDYwZDNiNzA4YiIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmNkNmMwMWU3LWU5NmYtNWI0Yi04YWQ4LWE1NDYwZDNiNzA4YiI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6Y2Q2YzAxZTctZTk2Zi01YjRiLThhZDgtYTU0NjBkM2I3MDhiIiBzdEV2dDp3aGVuPSIyMDIwLTA0LTA3VDE1OjQxOjEyKzA3OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+H3x4egAAAplJREFUSMetlk1oE0EUx6dQxKZNRcRDKWLwKqKHgl8UPXgQKdFo3BhsDyK2NTQxjRQKFg/SnoMXj9LqxUOrB/ETPPSgUq2CaPVioAqtIn5Q+6UJ9edlMtnsx3R36c5l895/fpmZN++9FYhAo55TjPCeWQrcJ8eWsicYbj/jVD+fSAcHHmcepycfDGiwIgETXCLOeW5TlJZO/8AEi3LyFeqlrYYYcwB8YatfXHkt3RZPG38AyPk7u78S1+PgHQXggZ/VlSTugqO/G4CPXnEHVGTTrsECmPEKPCdxKVdFPwBvvQI3coM3nHX1h3gNwIifoGzS+IbkDuKCtRi9EveC8OribexiOxs0ih6JW6BFnyl1ZHjEND/5xiuG2aO5LlAkps/lg0xakn+Oq9S6bHaRhL7atPNLgYom6C0aTKqstP7D0NdDQ0HGyXKEJHl+SMtupUpJS6mCcwZGWZbSy6xX1p08AcZotOCWOGmebcedVjmbtXgaaCUk3zNSs0yyWmXf7JKU5jTxz6jNdlh91T9jLFhKQJjDNFkmZdXqovY/q653RQsuxF3gA4eUppYBFXvDafWV17jqFZXNRtRahukgSh8TytLufBwVXLneXTS5a7lmuoMr6u13dWTtwGOquNvrXZrvlox5zl73gAkELSoUGUfRDoZ4RoHPTDHGGep0xUTQqHK2VyMM00Qzm6lZrToJEhI3uCaVUQhuAjBpSjJ7RVznBzgFQL+rpItpHhPxDpwFcL0GaZcvBQ2wAECXtleUaPUOfAjAqKZXFDnq5wz7ZCq1ufaKhL8oR/gqO0ZM3bIwg9Ze4R0o6FRruUMKgwFequw1/N9DgSDv+Ik7z4kgF7scgIIF95R9wTKlPJrJco8CM7zjOknCwVLvP3XqqEhzNYoTAAAAAElFTkSuQmCC");
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(0,87,138,0.8);
    width: 100%;
    color: #fff;
    font-size: 3em;
    font-weight: 400;
    text-align: center;
    line-height: 3em;
    height: 0;
    opacity: 0;
    transition: all .3s
}

#home-duan .wrapper .inner-bg h5 {
    position: absolute;
    background: #fff;
    margin-bottom: 0;
    margin-top: -39px;
    width: 90%;
    margin-left: 5%;
    padding: 20px;
    text-align: center;
    font-weight: 400
}

#home-duan .wrapper .inner-bg:hover {
    box-shadow: 0px 10px 30px -7px rgba(5,57,97,0.5)
}

#home-duan .wrapper .inner-bg:hover:before {
    top: 0;
    opacity: 1;
    height: 100%
}

.form-control::-webkit-input-placeholder {
    color: rgba(0,0,0,0.85);
    font-weight: 400
}

.form-control::-moz-placeholder {
    color: rgba(0,0,0,0.85);
    font-weight: 400
}

.form-control:-ms-input-placeholder {
    color: rgba(0,0,0,0.85);
    font-weight: 400
}

.form-control:-moz-placeholder {
    color: rgba(0,0,0,0.85);
    font-weight: 400
}

.form-control[type="date"] {
    height: 38px
}

#homepopup p {
    margin-bottom: 0
}

#homepopup .first {
    position: relative;
    cursor: pointer;
    transition: filter 0.3s
}

#homepopup .first:hover {
    filter: brightness(105%)
}

#homepopup .first:hover .overlay {
    opacity: 1
}

#homepopup .first .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background-color: rgba(0,0,0,0.8);
    padding: 3px 20px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity .3s;
    cursor: pointer
}

.daily {
    margin: 2px 0
}

.daily i {
    opacity: 0.5
}

.doitac {
    width: 210px;
    margin-bottom: 20px
}

.doitac img {
    margin: auto;
    transition: all .5s;
    filter: grayscale(1)
}

.doitac img:hover {
    filter: grayscale(0)
}

.vcenter {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.navbar.scrollspy .nav-link.active {
    color: #155D9C
}

.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper {
    max-width: 100% !important
}

.navbar {
    padding: 0 1rem;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.04);
    background-color: #fff
}

.navbar.fixed-top {
    box-shadow: 0 2px 15px rgba(0,0,0,0.15)
}

.navbar .navbar-brand img {
    max-height: 60px
}

.navbar .navbar-nav .menu-item {
    text-transform: uppercase;
    font-weight: 700
}

.navbar .navbar-nav .menu-item a {
    font-family: "Oswald";
    position: relative;
    color: #000203
}

.navbar .navbar-nav .menu-item a:hover {
    color: #0B3050
}

.navbar .navbar-nav .menu-item.active a {
    color: #0B3050
}

.navbar .navbar-nav .menu-item .dropdown-menu {
    border: none;
    border-radius: 0 0 3px 3px;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.04);
    margin: 0
}

.navbar .navbar-nav .menu-item .dropdown-menu a:active {
    background-color: transparent;
    color: #155D9C
}

.trans-navbar {
    position: absolute;
    z-index: 99999;
    width: 100%;
    top: 20px;
    background: transparent;
    border: none
}

.trans-navbar .container {
    background: rgba(255,255,255,0.3);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    border: 2px solid rgba(255,255,255,0.2);
    padding: 0 30px
}

.trans-navbar .navbar-nav .nav-link {
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.4)
}

.trans-navbar .navbar-brand img {
    max-height: 80px
}

.trans-navbar .navbar-collapse {
    transition: all 0.5s
}

.trans-navbar .navbar-collapse.show {
    text-align: center;
    background-color: rgba(187,106,18,0.8)
}

@media (min-width: 1200px) {
    .main .navbar-nav .nav-link {
        padding-right:1rem;
        padding-left: 1rem
    }

    .navbar-collapse-2 {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.page-header {
    padding: 80px 0 20px;
    margin-bottom: 80px;
    background-color: #445986;
    color: #fff;
    animation: panning 60s infinite linear
}

.page-header h1,.page-header a {
    color: #fff
}

.page-header #breadcrumbs {
    margin-bottom: 5px
}

.page-header #breadcrumbs .breadcrumb_last {
    opacity: 0
}

@keyframes panning {
    0% {
        background-position: 0% 0%
    }

    50% {
        background-position: 100% 100%
    }

    100% {
        background-position: 0% 0%
    }
}

.single-post-wrapper p,.single-post-wrapper h1,.single-post-wrapper h2,.single-post-wrapper h3,.single-post-wrapper h4,.single-post-wrapper h5,.single-post-wrapper h6,.single-post-wrapper ul,.single-post-wrapper ol,.single-post-wrapper blockquote,.single-post-wrapper div {
    /* width: 800px; */
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.single-post-wrapper p {
    font-size: 14pt;
    margin-bottom: 1em
}

.single-post-wrapper ul {
    font-size: 14pt
}

.single-post-wrapper h1,.single-post-wrapper h2,.single-post-wrapper h3,.single-post-wrapper h4,.single-post-wrapper h5,.single-post-wrapper h6 {
    font-weight: bold
}

.single-post-wrapper figure {
    margin: 40px auto !important
}

.related-wrapper article {
    margin-bottom: 20px
}

.related-wrapper .archive-entry-title {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 0
}

.related-wrapper a:hover {
    text-decoration: none
}

.post-archive-wrapper {
    list-style-type: none;
    padding-left: 0;
    padding-right: 0
}

.post-archive-wrapper .post-archive-card {
    transition: all .3s;
    position: relative;
    margin-bottom: 20px
}

.post-archive-wrapper .post-archive-card .archive-entry-title {
    font-size: 1.2em;
    font-weight: 700;
    color: #155D9C;
    margin-top: 0.5rem
}

.post-archive-wrapper .post-archive-card .date {
    opacity: .5;
    font-size: .8em
}

.post-archive-wrapper .post-archive-card img {
    transition: all .3s;
    margin-left: -10px;
    border-left: 4px solid #0B3050
}

.post-archive-wrapper .post-archive-card a {
    color: inherit
}

.post-archive-wrapper .post-archive-card a:hover {
    text-decoration: none
}

.post-archive-wrapper .post-archive-card:hover {
    border-color: #fff;
    -webkit-box-shadow: 0px 10px 77px -23px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 10px 77px -23px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 77px -23px rgba(0,0,0,0.3)
}

.post-archive-wrapper .post-archive-card:hover img {
    margin-left: -15px
}

.post-archive-wrapper .post-archive-card:hover .archive-entry-title {
    color: #155D9C;
    color: #0B3050
}

.post-archive-wrapper article {
    font-size: 16px
}

#blog-sidebar section {
    padding: 15px;
    background-color: #fdebd8;
    margin-bottom: 30px
}

#blog-sidebar .widget-title {
    color: #0B3050
}

#blog-sidebar .widget_recent_entries {
    position: sticky;
    top: 90px
}

#blog-sidebar .widget_recent_entries ul {
    margin-top: 10px
}

#blog-sidebar .widget_recent_entries ul li {
    font-size: 0.8em;
    font-weight: 700;
    border-bottom: 1px solid rgba(187,106,18,0.2)
}

#blog-sidebar .widget_recent_entries ul li:last-child {
    border: none
}

#blog-sidebar .widget_recent_entries ul li a {
    padding: 6px 0;
    transition: color .3s
}

#blog-sidebar .widget_recent_entries ul li a:hover {
    color: #0B3050
}

#blog-sidebar .widget_categories ul li a {
    font-weight: 700;
    text-transform: uppercase;
    transition: color .3s;
    padding: 5px 2px
}

#blog-sidebar .widget_categories ul li a:hover {
    color: #0B3050
}

#blog-sidebar .widget_categories ul.children li a {
    text-transform: none;
    font-size: 0.8em;
    padding: 4px 0px 4px 20px
}

figure {
    max-width: 100%
}

figure.aligncenter {
    margin: 0 auto 15px
}

figcaption {
    text-align: center;
    background: #e4eef5;
    color: #155D9C;
    padding: 3px 5px
}

.card.cta {
    border: none
}

.dot-overlay {
    position: relative;
    color: #fff
}

.dot-overlay:after {
    content: '';
    opacity: .8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: url(img/dot-overlay.png);
    z-index: 1;
    pointer-events: none
}

.dot-overlay .container {
    position: relative;
    z-index: 2
}

#intro-duan {
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 50%;
    padding: 150px 0;
    margin-top: 70px;
    text-align: center
}

#intro-duan .wrapper {
    display: inline-block;
    background-color: rgba(0,48,80,0.7);
    border: 1px solid rgba(0,48,80,0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    color: #fff;
    padding: 30px 40px 20px;
    margin: 0 15px
}

#intro-duan .wrapper #breadcrumbs {
    opacity: 0.6
}

#intro-duan .wrapper #breadcrumbs a {
    color: #fff
}

.banner {
    position: relative
}

.banner:after {
    position: absolute;
    content: "";
    height: 20%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.65) 100%)
}

.banner a span {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
    z-index: 9
}

.banner a span:nth-of-type(1) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.banner a span:nth-of-type(2) {
    bottom: 76px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

.banner a span:nth-of-type(3) {
    bottom: 102px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}
.section-title-pr {
    font-weight: 700;
    margin-bottom: 30px;
    color: #445986;
    position: relative;
    font-size: 2.5rem
}
.section-title-pr small {
    color: #155D9C
}
.section-title {
    font-weight: 700;
    margin-bottom: 30px;
    color: #155D9C;
    position: relative;
    font-size: 2.5rem
}

.section-title small {
    color: #155D9C
}

.project-wrapper section {
    padding: 60px 0
}

.project-wrapper section.no-padding {
    padding: 0
}

.project-wrapper section#tong-quan {
    background-color: #fdebd8
}

.project-wrapper section#tong-quan .content {
    padding: 20px
}

.project-wrapper section#tong-quan .image p {
    margin: 0
}

.project-wrapper section#tong-quan table.tongquan th,.project-wrapper section#tong-quan table.tongquan td {
    border: none
}

.project-wrapper section#tong-quan table.tongquan th {
    white-space: pre
}

.project-wrapper section#phan-tich .section-title {
    color: #fff
}

.project-wrapper section#phan-tich #phantichTabs .item {
    background-color: rgba(0,0,0,0.7);
    padding: 15px 15px 7px 15px;
    margin: 5px 0;
    border-radius: 3px
}

.project-wrapper section#phan-tich #phantichTabs a[data-toggle="collapse"] {
    color: #0B3050;
    cursor: pointer
}

.project-wrapper section#phan-tich #phantichTabs a[data-toggle="collapse"] h3 {
    font-size: 1.5em
}

.project-wrapper section#phan-tich #phantichTabs a[data-toggle="collapse"]:hover {
    text-decoration: none;
    color: #0B3050
}

.project-wrapper section#hinh-anh .img-holder {
    text-align: center;
    margin-bottom: 30px
}

.project-wrapper section#hinh-anh .img-holder img {
    border-radius: 5px;
    transition: all .3s;
    margin: auto;
    box-shadow: 0 0 14px -4px black;
    border: 10px solid #fff
}

.project-wrapper section#hinh-anh .img-holder img:hover {
    filter: brightness(120%);
    box-shadow: 0px 10px 77px -23px rgba(0,0,0,0.75)
}

.project-wrapper section#tien-ich {
    background: #e4eef5
}

.project-wrapper section#tien-ich h3 {
    font-size: 1.5em;
    color: #0B3050
}

.project-wrapper section#tien-ich .img-holder {
    margin-bottom: 20px
}

.project-wrapper section#tien-ich .img-holder img {
    transition: all .3s;
    margin: auto;
    border: 5px solid #fff
}

.project-wrapper section#tien-ich .img-holder img:hover {
    filter: brightness(120%);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1)
}

.project-wrapper section#chinh-sach .feature {
    display: table-cell;
    vertical-align: middle
}

.project-wrapper section#chinh-sach .feature.icon {
    font-size: 4em;
    color: #155D9C
}

.project-wrapper section#chinh-sach .feature.text {
    font-size: 1.2em;
    padding-left: 10px;
    color: #155D9C
}

.project-wrapper section#lien-he {
    background-color: #155D9C;
    color: #fff
}

.project-wrapper section#lien-he .section-title {
    color: #fff;
    margin-bottom: 0
}

.project-wrapper section#lien-he .section-subtitle {
    opacity: .7
}

.project-wrapper section#lien-he .phone {
    font-size: 1.7em;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 25px
}

.carousel-slider .carousel-slider__item img {
    width: auto !important
}

.sow-masonry-grid-item img {
    transition: filter .3s;
    filter: brightness(60%)
}

.sow-masonry-grid-item:hover img {
    filter: brightness(30%)
}

.sow-masonry-grid-item:hover .project-name {
    bottom: 20%
}

.project-name {
    bottom: 5%;
    position: absolute;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 1.5em;
    transition: bottom .3s
}

.cta-btn {
    color: #fff;
    background: #155D9C;
    padding: .5rem 2rem;
    box-shadow: 0 10px 77px -23px rgba(0,0,0,0.75);
    transition: all .3s;
    border: 2px #155D9C solid;
    white-space: normal
}

.cta-btn:hover {
    color: #fff;
    background: #0B3050;
    border-color: #0B3050
}

.cta-btn img {
    animation: blinking 1s step-start infinite;
    margin-right: 5px;
    font-size: 1.2em
}

.btn-primary {
    background-color: #445986;
    border: none;
    border-radius: 3px;
    padding: 6px 30px;
    font-family: "Oswald"
}

.btn-primary:hover {
    background-color: #155D9C
}

.category-select .btn-primary {
    color: #fff;
    background-color: #f17d26;
    text-transform: uppercase;
}

.category-select .btn-primary.active {
    background-color: #fff;
    color: #f17d26;
}

.r-post-item {
    padding: 10px;
    border: 3px dashed #eae8e6;
    border-radius: 5px;
    transition: all .3s
}

.r-post-item img {
    height: 85px;
    width: auto
}

.r-post-item:hover {
    border: 3px solid #fff;
    box-shadow: 0 10px 77px -23px rgba(0,0,0,0.75)
}

.r-post-item a:hover {
    text-decoration: none
}

.r-post {
    margin: 10px 0
}

@keyframes line {
    from {
        top: 0px;
        opacity: 1
    }

    to {
        top: -15px;
        opacity: 0;
        height: 8px
    }
}

.search-fullscreen {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: rgba(10,48,80,0.95);
    z-index: 9999999999;
    display: flex;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center
}

.search-fullscreen h1 {
    color: #fff
}

.search-fullscreen input[type="text"] {
    width: 600px;
    max-width: 100%;
    padding: 15px 20px;
    font-size: 1.2em;
    margin-bottom: 10px
}

.search-fullscreen button {
    background: #155D9C;
    padding: 19px 30px;
    margin-top: -3px
}

#search-close {
    font-family: "Oswald";
    font-size: 1.6em;
    color: #fff;
    margin-top: 30%;
    display: block
}

#search-close img {
    display: inline;
    margin-top: -7px;
    margin-right: 8px
}

.call-btn {
    position: fixed;
    bottom: 36px;
    right: 165px;
    background: #37c837;
    text-align: center;
    color: #fff;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
    z-index: 99;
    transition: all .3s;
    font-weight: 700;
    border-radius: 5px;
    padding: 3px 10px 0px 38px;
    font-size: 18px;
    line-height: 25px
}

.call-btn img {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 7px;
    background: rgba(0,0,0,0.3);
    border-radius: 5px 0 0 5px;
    animation: blinking 1s ease-in-out infinite
}

.call-btn:hover {
    box-shadow: 0 0 0 rgba(0,0,0,0)
}

.call-btn:hover span {
    opacity: 1
}

.call-btn span {
    position: absolute;
    white-space: nowrap;
    font-size: 16px;
    left: 109px;
    top: 11px;
    transform: translateX(-50%);
    background: #37c837;
    line-height: 24px;
    padding: 2px 8px;
    border-radius: 0px 5px 5px 0;
    font-weight: 700;
    transition: all .3s;
    opacity: 0
}

.call-btn-zalo {
    background-color: #35c235;
    background: -moz-linear-gradient(left, #35c235 0%, #007bff 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #35c235), color-stop(100%, #007bff));
    background: -webkit-linear-gradient(left, #35c235 0%, #007bff 100%);
    background: -o-linear-gradient(left, #35c235 0%, #007bff 100%);
    background: -ms-linear-gradient(left, #35c235 0%, #007bff 100%);
    background: linear-gradient(41deg, #35c235 0%, #007bff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35c235', endColorstr='#007bff', GradientType=1 );
    position: fixed;
    bottom: 24px;
    right: 92px;
    z-index: 999;
    padding: 6px 12px;
    border-radius: 5px;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
    transition: all .3s
}

.call-btn-zalo:hover {
    box-shadow: 0 0 0 rgba(0,0,0,0)
}

.paginate ul {
    padding: 0;
    margin-top: 40px;
    list-style-type: none
}

.paginate ul li {
    display: inline-block;
    margin: 0 1px
}

.paginate ul li a {
    padding: 2px 10px 4px;
    border: 1px solid #155D9C;
    transition: all .3s
}

.paginate ul li a:hover {
    text-decoration: none;
    background-color: #155D9C;
    color: #fff
}

.paginate ul li span {
    padding: 2px 10px 4px;
    border: 1px solid #155D9C;
    background-color: #155D9C;
    color: #fff;
    cursor: none
}

#colophon {
    background-color: #051e33;
    color: #fff;
    text-align: center
}

#colophon a {
    color: #fff;
    font-weight: 700
}

.site-info {
    display: inline-block;
    vertical-align: middle
}

@media all and (max-width: 1199px) {
    #home-slides .carousel-item .dtl-carousel-caption {
        padding:30px
    }

    #home-slides .carousel-item .dtl-carousel-caption h2 {
        font-size: 1.6rem;
        margin-top: 1rem
    }
}

@media all and (max-width: 991px) {
    .post-v3-wrapper .post-item {
        padding-top:0;
        min-height: auto;
        border: none
    }

    .post-v3-wrapper .post-item .date {
        display: none
    }

    .newest-posts {
        margin-top: 0
    }

    .newest-posts .post-wrapper .post-item {
        padding-top: 0;
        min-height: auto;
        border: none
    }

    .newest-posts .post-wrapper .post-item .date {
        display: none
    }

    .newest-posts .post-wrapper .container {
        transform: translateX(0);
        margin-top: -50px
    }

    .newest-posts:hover .title-wrapper .row {
        opacity: 1
    }
}

@media all and (max-width: 767px) {
    .post-v3-wrapper .first-post .brief {
        margin-top:0px
    }

    #home-slides .carousel-item .dtl-carousel-caption {
        bottom: -130px
    }

    #home-slides .carousel-item .dtl-carousel-caption .btn {
        display: block
    }

    #home-slides .carousel-item .dtl-carousel-caption::before {
        width: 30px;
        height: 43px;
        background-size: contain;
        left: -15px;
        top: -7px
    }

    #home-slides .carousel-control {
        padding: 8px 20px 3px;
        margin-top: 127px
    }

    #home-slides .carousel-control .icon {
        width: 1.2rem;
        height: 1.2rem
    }

    #home-slides .row {
        text-align: center
    }

    #home-slides .carousel-inner {
        z-index: 2
    }

    .banner:after {
        display: none
    }

    #about-slide {
        top: 0 !important
    }

    .banner a {
        /* display: none; */
    }
}

@media all and (max-width: 500px) {
    .dropdown-menu .menu-item .dropdown-item {
        white-space:normal
    }

    .post-archive-wrapper .post-archive-card {
        width: 100%;
        margin: 10px 0
    }
}

.timeline {
    list-style: none;
    padding: 60px 0;
    position: relative
}

.timeline a:hover {
    text-decoration: none;
    color: #0B3050
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #155D9C;
    left: 50%;
    margin-left: -1.5px
}

.timeline>li {
    margin-bottom: 20px;
    position: relative
}

.timeline>li:before,.timeline>li:after {
    content: " ";
    display: table
}

.timeline>li:after {
    clear: both
}

.timeline>li:before,.timeline>li:after {
    content: " ";
    display: table
}

.timeline>li:after {
    clear: both
}

.timeline>li>.timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    padding: 10px;
    position: relative;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    transition: all .3s
}

.timeline>li>.timeline-panel:hover {
    box-shadow: 0px 8px 40px 0px rgba(0,0,0,0.18)
}

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #d6d6d6;
    border-right: 0 solid #d6d6d6;
    border-bottom: 15px solid transparent;
    content: " "
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " "
}

.timeline>li>.timeline-badge {
    color: #fff;
    font-size: 0.8em;
    text-align: center;
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0B3050;
    z-index: 100;
    line-height: 15px;
    padding: 4px 10px;
    border-radius: 3px
}

.timeline>li>.timeline-badge span {
    display: block;
    font-weight: 700
}

.timeline>.timeline-inverted>.timeline-panel {
    float: right
}

.timeline>.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}

.timeline>.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}

.timeline-title {
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase
}

.timeline-body>p,.timeline-body>ul {
    margin-bottom: 0
}

.timeline-body>p+p {
    margin-top: 5px
}

@media (max-width: 767px) {
    .timeline:before {
        left:40px
    }

    .timeline>li>.timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px)
    }

    .timeline>li>.timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px
    }

    .timeline>li>.timeline-panel {
        float: right
    }

    .timeline>li>.timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto
    }

    .timeline>li>.timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto
    }
}
