/*!
Theme Name: Central Cons
Theme URI: https://commamedia.vn/
Author: Comma Media
Author URI: https://commamedia.vn/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: central-cons
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Central Cons is based on Underscores https://commamedia.vn/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
.breadcrumb_site .breadcrumb_last,
.breadcrumb_site a{
    color: #ffffff;
    padding: 0 .5rem;
}
.notification_project{
    background: #e17126;
    color: #ffffff;
    border-radius: 5px;
}
.paging_nav .wp-pagenavi a, .paging_nav .wp-pagenavi span{
    border: 0;
    padding: .375rem .75rem;
}
.paging_nav .wp-pagenavi .previouspostslink,
.paging_nav .wp-pagenavi .nextpostslink{
    background: rgba(15, 20, 91, 0.2);
}
.wp-block-media-text .wp-block-media-text__media{
    margin-bottom: 1rem;
}
.news__page .post_featured .item_post figure{
    position: relative;
}
.news__page .post_featured .item_post figure img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}
#header_site .top_line .menu_lang li{
    position: relative;
}
#header_site .top_line .menu_lang li ul{
    position: absolute;
    list-style: none;
    padding-left: 0;
    width: 50px;
    background: #ffffff;
    left: -1rem;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    top: calc(100% + 30px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#header_site .top_line .menu_lang li ul li{
    margin-bottom: 0;
}
#header_site .top_line .menu_lang li ul li a{
    padding: .5rem 1rem 0;
    display: block;
}
#header_site .top_line .menu_lang li ul li:last-child a{
    padding-bottom: .5rem;
}
#header_site .top_line .menu_lang li:hover ul{
    top: 100%;
    opacity: 1;
    visibility: visible;
}
#banner_site .item >img{
    width: 100%;
}
.news__page .menu_news ul li.current-menu-item a{
    color: #e17126;
}
.menu_careers ul li.current-menu-item a{
    background: #FFFFFF;
    color: #e17126;
}
.project_section .slider_project .item img{
    width: 100%;
}
.menu_careers ul li.current-menu-item a:before{
    width: 100%;
    opacity: 1;
}
.overview_page .leader_list .leader_item figure img{
    width: auto;
    height: auto;
}

#LeaderInfo .modal-content .leader_content .lds-ellipsis {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    text-align: center;
    margin: 0 auto; }
#LeaderInfo .modal-content .leader_content .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #e17126;
    animation-timing-function: cubic-bezier(0, 1, 1, 0); }
#LeaderInfo .modal-content .leader_content .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite; }
#LeaderInfo .modal-content .leader_content .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite; }
#LeaderInfo .modal-content .leader_content .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite; }
#LeaderInfo .modal-content .leader_content .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite; }
#LeaderInfo figure{
    position: relative;
    padding-bottom: 100%;
    text-align: center;
    background: url('assets/images/logo-white.png') no-repeat center center/contain;
    border-radius: 50%;
    overflow: hidden;
}
#LeaderInfo figure.bod{
    background-image: url("assets/images/logo-blue.png");
}
#LeaderInfo figure img{
    position: absolute;
    max-width: 100%;
    max-height: 90%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    height: auto;
}
#LeaderInfo .btn-close{
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: .75rem;
    height: .75rem;
    background-size: contain;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0); }
    100% {
        transform: scale(1); } }
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1); }
    100% {
        transform: scale(0); } }
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0); }
    100% {
        transform: translate(24px, 0); } }
#menu_mobile .menu_lang{
    text-transform: uppercase;
}
#menu_mobile .menu_lang li.current-lang a{
    color: #333333;
    font-weight: bold;
}

#page404 {
    width: 100vw;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
#page404 #errorText {
    font-size: 22px;
    margin: 14px 0;
}
#page404 #errorLink {
    font-size: 20px;
    padding: 12px;
    border: 1px solid;
    color: #000;
    background-color: transparent;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
#page404 #errorLink:hover, main #errorLink:active {
    color: #fff;
    background: #000;
}
#page404 #g6219 {
    transform-origin: 85px 4px;
    -webkit-animation: an1 12s 0.5s infinite ease-out;
    animation: an1 12s 0.5s infinite ease-out;
}

@-webkit-keyframes an1 {
    0% {
        transform: rotate(0);
    }
    5% {
        transform: rotate(3deg);
    }
    15% {
        transform: rotate(-2.5deg);
    }
    25% {
        transform: rotate(2deg);
    }
    35% {
        transform: rotate(-1.5deg);
    }
    45% {
        transform: rotate(1deg);
    }
    55% {
        transform: rotate(-1.5deg);
    }
    65% {
        transform: rotate(2deg);
    }
    75% {
        transform: rotate(-2deg);
    }
    85% {
        transform: rotate(2.5deg);
    }
    95% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(0);
    }
}

@keyframes an1 {
    0% {
        transform: rotate(0);
    }
    5% {
        transform: rotate(3deg);
    }
    15% {
        transform: rotate(-2.5deg);
    }
    25% {
        transform: rotate(2deg);
    }
    35% {
        transform: rotate(-1.5deg);
    }
    45% {
        transform: rotate(1deg);
    }
    55% {
        transform: rotate(-1.5deg);
    }
    65% {
        transform: rotate(2deg);
    }
    75% {
        transform: rotate(-2deg);
    }
    85% {
        transform: rotate(2.5deg);
    }
    95% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(0);
    }
}
.project_item .excerpt{
    display: none;
}
.project_item.project_list{
    display: flex;
    flex-direction: row;
}
.project_item.project_list figure{
    flex: 0 0 auto;
    width: 30%;
}
.project_item.project_list .excerpt{
    display: block;
}
.wpcf7-form-control-wrap{
    display: block;
}
.wpcf7-not-valid-tip{
    position: absolute;
    right: 0;
    top: 9px;
    pointer-events: none;
}
#header_site .top_line{
    position: relative;
    z-index: 99;
}
.careers_page .career_form .form_apply .file_wrapper .wpcf7-form-control-wrap{
    position: static;
}
.careers_page .career_form .form_apply .file_wrapper .wpcf7-not-valid-tip{
    top: 100%;
}
.search_btn{
    position: relative;
}
.search_form{
    position: absolute;
    right: 0;
    width: 300px;
    padding: .5rem;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    display: none;
    z-index: 99999;
}
.search_form .form-control{
    height: 40px;
    border-radius: 0;
}
.search_form .btn.btn-orange{
    padding: 0 1rem;
    border-radius: 0;
    min-width: unset;
    height: 40px;
}
.filter_advance{
    background: #E9E9E9;
    display: none;
}
.filter_advance ul{
    list-style: none;
    padding-left: 0;
    display: flex;
    margin-bottom: 0;
    flex-wrap: none;
}
.filter_advance ul li:not(:first-child){
    margin-left: 1.5rem;
}
.filter_advance ul li label{
    cursor: pointer;
}
.filter_advance .btn.btn-orange{
    min-width: unset;
}
.careers_page .work_info table tr td:first-child{
    padding-right: 1rem;
}
/**
 * .aligncenter
 */
.aligncenter {
    clear: both;
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border-color: #e17126;
    background: #e17126;
    color: #ffffff;
    margin-left: 0;
    margin-right: 0;
}
.wpcf7 form.sent .wpcf7-response-output{
    border-color: #0F145B;
    background: #0F145B;
    color: #ffffff;
    margin-left: 0;
    margin-right: 0;
}
.chart_img img{
    width: 100%;
}
#menu_mobile .mega-menu-wrap{
    max-height: 70vh;
    overflow: auto;
}
.mega-menu-wrap .max-mega-menu > li.mega-menu-item > a.mega-menu-link{
    position: relative !important;
    z-index: 1000;
}
.mega-menu-wrap .max-mega-menu > li.mega-menu-item-has-children > a.mega-menu-link::before{
    position: absolute !important;
    top: 100% !important;
    left: 50%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px;
    z-index: 12;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.mega-menu-wrap .max-mega-menu > li.mega-menu-item-has-children:hover > a.mega-menu-link::before{
    opacity: 1;
}
.post_cff h4 a{
    color: #0F145B;
}
.post_cff .post_item figure{
    margin-bottom: 0;
}
/*#header_site .top_line .brochure-btn span{
    position: absolute;
    display: block;
}
#header_site .top_line .brochure-btn span:nth-child(1){
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,transparent,#e17126);
    animation: animate1 1s linear infinite;
}
#header_site .top_line .brochure-btn span:nth-child(2){
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg,transparent,#e17126);
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
}
#header_site .top_line .brochure-btn span:nth-child(3){
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg,transparent,#e17126);
    animation: animate3 1s linear infinite;
    animation-delay: 0.50s;
}
#header_site .top_line .brochure-btn span:nth-child(4){
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg,transparent,#e17126);
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
}
#header_site .top_line .brochure-btn span:nth-child(5){
    left: 0;
    top: 0;
    background: #e17126;
    z-index: -1;
    width: 0;
    opacity: 0;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#header_site .top_line .brochure-btn:hover{     
    color: #ffffff;
}
#header_site .top_line .brochure-btn:hover span:nth-child(5){
    width: 100%;
    opacity: 1;
}*/
#header_site .top_line .brochure-btn{
    --background: #0F145B;
    --rectangle: #19196f;
    --success: #2d3371;
    --text: #fff;
    --arrow: #fff;
    --checkmark: #fff;
    --shadow: rgba(10, 22, 50, 0.24);
    --duration: 3000;
    display: flex;
    overflow: hidden;
    text-decoration: none;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    background: var(--background);
    border-radius: 8px;
    box-shadow: 0 2px 8px -1px var(--shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}
#header_site .top_line .brochure-btn:active{
    transform: scale(0.95);
    box-shadow: 0 1px 4px -1px var(--shadow);
}
#header_site .top_line .brochure-btn ul{
    margin: 0;
    padding: 5px 20px;
    list-style: none;
    text-align: center;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: var(--text);
}
#header_site .top_line .brochure-btn li:not(:first-child){
    top: 16px;
    left: 0;
    right: 0;
    position: absolute;
}
#header_site .top_line .brochure-btn li:nth-child(2){
    top: 44px;
}
#header_site .top_line .brochure-btn li:nth-child(3){
    top: 85px;
}
#header_site .top_line .brochure-btn > div{
    position: relative;
    width: 40px;
    height: 40px;
    background: var(--rectangle);
}
#header_site .top_line .brochure-btn > div:before,
#header_site .top_line .brochure-btn > div:after{
    content: "";
    display: block;
    position: absolute;
}
#header_site .top_line .brochure-btn > div:before{
    border-radius: 1px;
    width: 2px;
    top: 50%;
    left: 50%;
    height: 17px;
    margin: -9px 0 0 -1px;
    background: var(--arrow);
}
#header_site .top_line .brochure-btn > div:after{
    width: 40px;
    height: 40px;
    transform-origin: 50% 0;
    border-radius: 0 0 80% 80%;
    background: var(--success);
    top: 0;
    left: 0;
    transform: scaleY(0);
}
#header_site .top_line .brochure-btn > div svg{
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    margin: -9px 0 0 -10px;
    fill: none;
    z-index: 1;
    stroke-width: 2px;
    stroke: var(--arrow);
    stroke-linecap: round;
    stroke-linejoin: round;
}
#header_site .top_line .brochure-btn.loading ul{
    -webkit-animation: text calc(var(--duration) * 1ms) linear forwards calc(var(--duration) * 0.065ms);
    animation: text calc(var(--duration) * 1ms) linear forwards calc(var(--duration) * 0.065ms);
}
#header_site .top_line .brochure-btn.loading > div:before{
    -webkit-animation: line calc(var(--duration) * 1ms) linear forwards calc(var(--duration) * 0.065ms);
    animation: line calc(var(--duration) * 1ms) linear forwards calc(var(--duration) * 0.065ms);
}
#header_site .top_line .brochure-btn.loading > div:after{
    -webkit-animation: background calc(var(--duration) * 1ms) linear forwards calc(var(--duration) * 0.065ms);
    animation: background calc(var(--duration) * 1ms) linear forwards calc(var(--duration) * 0.065ms);
}
#header_site .top_line .brochure-btn.loading > div svg{
    -webkit-animation: svg calc(var(--duration) * 1ms) linear forwards calc(var(--duration) * 0.065ms);
    animation: svg calc(var(--duration) * 1ms) linear forwards calc(var(--duration) * 0.065ms);
}
@-webkit-keyframes text {
    10%, 85% {
        transform: translateY(-100%);
    }
    95%, 100% {
        transform: translateY(-200%);
    }
}

@keyframes text {
    10%, 85% {
        transform: translateY(-100%);
    }
    95%, 100% {
        transform: translateY(-200%);
    }
}
@-webkit-keyframes line {
    5%, 10% {
        transform: translateY(-30px);
    }
    40% {
        transform: translateY(-20px);
    }
    65% {
        transform: translateY(0);
    }
    75%, 100% {
        transform: translateY(30px);
    }
}
@keyframes line {
    5%, 10% {
        transform: translateY(-30px);
    }
    40% {
        transform: translateY(-20px);
    }
    65% {
        transform: translateY(0);
    }
    75%, 100% {
        transform: translateY(30px);
    }
}
@-webkit-keyframes svg {
    0%, 20% {
        stroke-dasharray: 0;
        stroke-dashoffset: 0;
    }
    21%, 89% {
        stroke-dasharray: 26px;
        stroke-dashoffset: 26px;
        stroke-width: 3px;
        margin: -10px 0 0 -10px;
        stroke: var(--checkmark);
    }
    100% {
        stroke-dasharray: 26px;
        stroke-dashoffset: 0;
        margin: -10px 0 0 -10px;
        stroke: var(--checkmark);
    }
    12% {
        opacity: 1;
    }
    20%, 89% {
        opacity: 0;
    }
    90%, 100% {
        opacity: 1;
    }
}
@keyframes svg {
    0%, 20% {
        stroke-dasharray: 0;
        stroke-dashoffset: 0;
    }
    21%, 89% {
        stroke-dasharray: 26px;
        stroke-dashoffset: 26px;
        stroke-width: 3px;
        margin: -10px 0 0 -10px;
        stroke: var(--checkmark);
    }
    100% {
        stroke-dasharray: 26px;
        stroke-dashoffset: 0;
        margin: -10px 0 0 -10px;
        stroke: var(--checkmark);
    }
    12% {
        opacity: 1;
    }
    20%, 89% {
        opacity: 0;
    }
    90%, 100% {
        opacity: 1;
    }
}
@-webkit-keyframes background {
    10% {
        transform: scaleY(0);
    }
    40% {
        transform: scaleY(0.15);
    }
    65% {
        transform: scaleY(0.5);
        border-radius: 0 0 50% 50%;
    }
    75% {
        border-radius: 0 0 50% 50%;
    }
    90%, 100% {
        border-radius: 0;
    }
    75%, 100% {
        transform: scaleY(1);
    }
}
@keyframes background {
    10% {
        transform: scaleY(0);
    }
    40% {
        transform: scaleY(0.15);
    }
    65% {
        transform: scaleY(0.5);
        border-radius: 0 0 50% 50%;
    }
    75% {
        border-radius: 0 0 50% 50%;
    }
    90%, 100% {
        border-radius: 0;
    }
    75%, 100% {
        transform: scaleY(1);
    }
}
@keyframes animate1{
    0%{
        left: -100%;
    }
    50%,100%{
        left: 100%;
    }
}
@keyframes animate2{
    0%{
        top: -100%;
    }
    50%,100%{
        top: 100%;
    }
}
@keyframes animate3{
    0%{
        right: -100%;
    }
    50%,100%{
        right: 100%;
    }
}
@keyframes animate4{
    0%{
        bottom: -100%;
    }
    50%,100%{
        bottom: 100%;
    }
}
@media (max-width: 767px) {
    .news__page .post_featured .item_post figure img{
        position: static;
    }
    .careers_page .list_careers .item_career ul li{
        font-size: 12px;
    }
    .project_item.project_list{
        display: block;
    }
    .project_item.project_list figure{
        width: 100%;
    }
}
.iframe_embed{
    position: relative;
    width: 100%;
    height: 100vh;
}
.iframe_embed iframe{
    position: absolute;
    width: 100%;
    height: 100%;
}

#header_site .top_line .social li a:hover{
    color: #0F145B;
}
.news__page .content_single table tr td{
    vertical-align: top;
}
.news__page .content_single table tr td:nth-child(2){
    padding-right: .25rem;
}
.news__page .content_single table tr td:last-child{
    width: 100%;
}
.news__page .content_single h1{
    text-align: left;
}
.news_more{
    position: relative;
    margin-bottom: 2rem;
}
.news_more:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    left: 0;
    top: 55%;
    background: url("assets/images/stripe-title.png") repeat-x center center / auto 200%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news_more a{
    display: inline-block;
    position: relative;
    font-weight: bold;
    color: #333333;
    background: #ffffff;
    padding-right: 1rem;
}
.video_slider .item{
    position: relative;
}
.video_slider .item:before{
    content: '';
    opacity: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    pointer-events: none;
}
.video_slider .item a > img{
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.video_slider .item .title_video{
    position: absolute;
    left: 0;
    bottom: -1rem;
    opacity: 0;
    padding: 1rem;
    pointer-events: none;
    color: #ffffff;
    font-weight: bold;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.video_slider .item:hover .title_video{
    bottom: 0;
    opacity: 1;
}
.video_slider .item:hover a > img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.video_slider .item a{
    display: block;
    position: relative;
    overflow: hidden;
}
.video_slider .item a span{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: flex;
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.5);
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
    padding-left: 5px;
}
.video_slider .left_nav{
    position: absolute;
    top: 50%;
    left: 30px;
    width: 40px;
    height: 40px;
    background: #0F145B;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
}
.video_slider .right_nav{
    position: absolute;
    top: 50%;
    right: 30px;
    width: 40px;
    height: 40px;
    background: #0F145B;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
}

.slider_projects .slick-track{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slider_projects{
    margin-bottom: 0;
    padding-bottom: 2rem;
}
.slider_projects .item{
    margin: 0 12px;
}
.slider_projects .item .wrapper{
    padding: 0 0 125%;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
}
.slider_projects .item .wrapper > a{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.slider_projects .item:not(.slick-active){
    pointer-events: none;
}
.slider_projects .item:not(.slick-active) .wrapper{
    padding: 0 0 85%;
}
.slider_projects .item .wrapper .meta_info{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 40px 40px;
    color: #ffffff;
}
.slider_projects .item .wrapper .meta_info table{
    color: #ffffff;
}
.slider_projects .item .wrapper .meta_info table tr td{
    border: 0;
}
.slider_projects .item .wrapper .meta_info table tr td:first-child{
    padding-left: 0;
    white-space: nowrap;
}
.slider_projects .item .wrapper .meta_info table tr td:last-child{
    width: 100%;
}
.slider_projects .item .wrapper .meta_info .detail_info{
    max-height: 0;
    -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;
    overflow: hidden;
}
.slider_projects .item:hover .wrapper .meta_info .detail_info{
    max-height: 300px;
}
.slider_projects .item .wrapper figure{
    margin-bottom: 0;
}
.slider_projects .item .wrapper figure:after{
    content: '';
    opacity: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    pointer-events: none;
}
.slider_projects .item .wrapper figure img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.slider_projects .item:hover .wrapper figure img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.project_section .slider_projects .left_nav {
    position: absolute;
    top: 50%;
    left: 30px;
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 50px;
}

.project_section .slider_projects .right_nav {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 50px;
}
.project_section .slider_projects .slick-dots li {
    width: 10px;
    height: 10px;
}

.project_section .slider_projects .slick-dots li button {
    width: 10px;
    height: 10px;
}

.project_section .slider_projects .slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #0F145B;
    border-radius: 50%;
}
.project_section .title_project .line_img{
    height: 20px;
    background: url("assets/images/stripe-title2.png") repeat-x center center/auto 100%;
}
.partner_section .title_partner .line_img{
    height: 20px;
    background: url("assets/images/stripe-title2.png") repeat-x center center/auto 100%;
}
.partner_more a{
    display: inline-block;
    position: relative;
    font-weight: bold;
    color: #333333;
}
.partner_more .line_img{
    height: 10px;
    background: url("assets/images/stripe-title2.png") repeat-x center center/auto 200%;
}
#header_site .top_line .menu_lang li ul li a{
	white-space: nowrap;
}
@media (max-width: 991px) {
    .slider_projects .item .wrapper,
    .slider_projects .item:not(.slick-active) .wrapper{
        padding: 0 0 95%;
    }
    .slider_projects .item .wrapper .meta_info .detail_info{
        display: none;
    }
    .video_slider .item{
        margin-bottom: 1rem;
    }
    #header_site .top_line .brochure-btn ul{
        font-size: 14px;
    }
}
#menu_mobile .menu_lang li.lang-item-ch,
#header_site .top_line .menu_lang li ul li.lang-item-ch{
    display: none;
}
@media (min-width: 768px) {
    .col-md-custom{
        width: 20% !important;
    }
}
.btn.btn-download{
    height: 35px;
    width: 100%;
    background: #CCCCCC;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    color: #666666;
    border-radius: 0;
    font-size: 14px;
}
.btn.btn-download i{
    margin-left: .25rem;
}
.grecaptcha-badge { 
    visibility: hidden;
	opacity: 0;
}
.news__page .post_featured .item_post .meta_post h4{
    line-height: inherit;
}
.news__page .post_featured .item_post .meta_post h4 a{
	height: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 767px){
	.news__page .post_featured .item_post .meta_post h4 a{
		display: block;
		height: auto;
	}
}