@charset "UTF-8";
body {
    font-family: 'Prompt', sans-serif;
    background: #fff;
    font-weight: inherit;
    animation: fade-in 1s, bg-move 15s linear infinite;
    -webkit-animation: fade-in 1s, bg-move 15s linear infinite;
}

.business-Core {
    margin-left: auto;
    margin-right: auto;
}

.business-Core-r {
    margin-left: auto;
}

.business-Core-l {
    margin-right: auto;
}

::-moz-selection {
    background: rgba(0, 0, 0, 0.2);
}

::selection {
    background: rgba(0, 0, 0, 0.2);
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.clear {
    clear: both;
    display: block;
    width: 100%;
    font-weight: 400;
}

ul {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

li {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1 {
    font-size: 3.0em;
}

h2 {
    font-size: 2.0em;
}

h4 {
    font-size: 1.3em;
}

h5 {
    font-size: 1.1em;
}

p {
    font-size: 0.9em;
}

.mr_30 {
    margin: 30px auto;
}

.w_80 {
    width: 80%;
    margin: 0 auto;
}

.font-blue {
    color: #031d6c;
}

.border_left {
    border-left: 5px solid #ffcf00;
}

.border_right {
    border-right: 5px solid #ffcf00;
}

.bgblue {
    background: #031d6c;
}

.bgblue_rgba {
    background-color: rgba(3, 29, 108, 0.8);
}

.bg-gray {
    background: #ebebeb;
}

.bg_texture_square {
    background: url(../images/texture_square.jpg);
    background-size: cover;
    background-position: left top;
    padding: 7% 0;
}

.textures_blue {
    background-color: #031d6c;
    background-image: url("https://www.transparenttextures.com/patterns/cream-pixels.png");
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.textures_cubes {
    background-color: #ffffff;
    /* background-image: url("https://www.transparenttextures.com/patterns/cubes.png"); */
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}


/*
.background-news{
	background: #fafafa;
	position: relative;
}
*/

.background-texturesnewsLeft {
    background: url(../images/texturesnewsLeft.png) no-repeat left top, url(../images/texturesnewsRight.png) no-repeat right top;
    background-color: #fdfdfd;
}

.img_header {
    width: 100%;
    background: #000;
}

.img_header img {
    width: 100%;
    height: auto;
    opacity: 0.9;
}

.img_header_plan img {
    width: 100%;
    height: auto;
    opacity: 1;
}

.box_relative {
    position: relative;
}


/* ===== NAVBAR SECTION ===== */

.navbar-brand {
    width: 12%;
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    width: 100%;
    height: auto;
}

.nav-menu {
    background: transparent;
    padding: 5px 60px;
    /*	position: absolute;*/
    width: 100%;
    z-index: 9999;
    transition: all .4s;
}

.navbar-expand-lg .navbar-nav {
    margin-top: 45px;
}

.navbar-expand-lg.costum-navbar .navbar-nav {
    margin-top: 20px;
}

.navbar-expand-lg.costum-navbar .navbar-collapse {
    padding-right: 50px;
}

.costum-navbar .menuTop {
    display: none;
}

.costum-navbar .itemShow {
    display: block;
}

.menuTop {
    position: absolute;
    top: 15px;
}

.nav-menutop {
    float: left;
    border-right: 1px solid #031d6c;
    padding-right: 10px;
    margin-right: 10px;
}

.nav-menutop .nav-item {
    float: left;
}

.language-mobile {
    display: none;
}

.language,
.language-mobile {
    float: right;
}

.language li,
.language-mobile li {
    float: left;
    margin-left: 5px;
}

.language li img,
.language-mobile li img {
    width: 20px;
    height: auto;
}

.nav-item {
    margin: 0 5px;
    position: relative;
}

.menu-item {
    font-family: 'Prompt', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    color: #252525;
}

.itemShow {
    display: none;
}

.navbar-toggler {
    cursor: pointer;
    outline: 0;
}

.ham {
    transition: width 0.3s;
    background: #252525;
}

.line1,
.line2,
.line3 {
    width: 28px;
    height: 2px;
    margin: 6px;
    transition: 0.4s;
}

.change .line1 {
    transform: rotate(-45deg) translate(-3px, 2px);
}

.change .line2 {
    display: none;
}

.change .line3 {
    transform: rotate(45deg) translate(-3px, -2px);
}

.menu-item:hover {
    color: #031d6c;
    text-decoration: none;
}

.nav-item.active .nav-link {
    color: #031d6c;
}

.nav-item.active .menu-item {
    color: #031d6c;
}

.dropdown .dropbtn.dropdisktop {
    display: block;
}

.dropdown .dropbtn.dropmobile {
    display: none;
}

@media screen and (max-width:1300px) {
    .menu-item {
        font-size: 14px;
    }
}

@media screen and (max-width:1237px) {
    .costum-navbar .menu-item {
        color: #252525;
        font-size: 13px;
    }
}

@media screen and (max-width:1199px) {
    .nav-menu {
        background: #f8f9fa;
    }
}

@media screen and (max-width:767px) {
    .menuTop {
        position: absolute;
        top: 45px;
    }
}


/* *************** */


/* @media screen and (max-width:1300px) {
    .menu-item {
        font-size: 14px;
    }
} */


/* *************** */


/*
.menu-item::after {
	content: " ";
	width: 1px;
	height: 20px;
	background-color: #ccc;
	position: absolute;
	transform: rotate(12deg);
	top: 8px;
	right: -4px;
}
*/

.menu-item.br-none::after {
    background-color: transparent;
}

.nav-item.active .nav-link .dropdown-content a {
    background: #031d6c;
}

.dropdown-item {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

.costum-navbar {
    padding: 0;
    background-color: #fff !important;
    position: fixed;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.costum-navbar .stickyheader {
    position: relative;
    display: inline-block;
    transition: all .4s;
}

.costum-navbar .stickyheader::after {
    content: " ";
    width: 275px;
    height: 100%;
    /*background-color: #031d6c;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 2s;
    -webkit-transition: width 2s;
}

.costum-navbar .stickyheader .navbar-brand::after {
    content: " ";
    position: absolute;
    right: -10%;
    top: 0;
    height: 100%;
    width: 25px;
    transform: skewX(-11deg);
    background-color: #fff;
}

.stickyheader .navbar-brand {
    display: none;
}

.costum-navbar .navbar-brand {
    display: none;
}

.costum-navbar .stickyheader .navbar-brand {
    width: 135px;
    height: 60px;
    margin-left: 90px;
    margin-right: 35px;
    display: block;
}

.costum-navbar .menu-item {
    color: #252525;
    font-size: 14px;
}

.dropbtn {
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    border-top: 5px solid #031d6c;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #252525;
    padding: 8px 10px;
    font-size: 12px;
    text-decoration: none;
    display: block;
    font-weight: 100;
    letter-spacing: 1px;
}

.dropdown-content a:hover {
    background-color: #031d6c;
    color: #fff;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    color: #031d6c;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -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;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 9999;
    display: block;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    outline: none;
    padding: 10px;
    font-family: 'Playfair Display SC', serif;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
}

#search .close:hover {
    color: #344da1;
    cursor: pointer;
}


/* ===== END OF NAVBAR SECTION ===== */

.section_top {
    position: relative;
}

.top_slider {
    position: relative;
}

.top_slider .carousel-item {
    background: #000;
}

.top_slider .carousel-item img {
    opacity: 0.7;
}

.top_slider .carousel-caption {
    bottom: 45%;
}

.top_slider .carousel-caption h1 {
    letter-spacing: 2px;
}

.top_slider .carousel-caption h4 {
    font-weight: 100;
    letter-spacing: 1px;
}

.top_slider .carousel-indicators {
    bottom: 5%;
}

.top_slider .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #fff;
    margin: 0 5px;
}

.top_slider .carousel-indicators .active {
    background-color: #fff;
    border: 1px solid #fff;
}

.mouse {
    width: 36px;
    height: 65px;
    border-radius: 50px;
    transform: none;
    border: 2px solid white;
    position: absolute;
    bottom: 15%;
    left: 49%;
}

.wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: white;
    position: relative;
    height: 4px;
    width: 4px;
    border: 2px solid #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.wheel {
    -webkit-animation: mouse-wheel 0.7s linear infinite;
    -moz-animation: mouse-wheel 0.7s linear infinite;
}

@media screen and (max-width:1237px) {
    .costum-navbar .menu-item {
        color: #252525;
        font-size: 13px;
    }
}

@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-moz-keyframes mouse-wheel {
    0% {
        top: 1px;
    }
    25% {
        top: 2px;
    }
    50% {
        top: 3px;
    }
    75% {
        top: 2px;
    }
    100% {
        top: 1px;
    }
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

.imgMobile {
    display: none;
}

.imgDesktop {
    display: block;
}

.core_business {
    width: 95%;
    margin: 30px auto;
    display: block;
}

.core_business .content_core {
    width: 20%;
    float: left;
    padding: 0 15px;
    color: #031d6c;
}

.core_business .content_core h4 {
    color: #031d6c;
    margin: 10px 0 5px;
    ;
}

.core_business .content_core p {
    margin-bottom: 5px;
}

.core_business .content_core a {
    color: #031d6c;
    margin-bottom: 10px;
}

.core_business .content_core img {
    width: 100%;
    height: auto;
}

.icon-element {
    width: 100%;
    margin: 5% 0;
    display: inline-block;
}

.icon-element li {
    width: 14.2%;
    text-align: center;
    float: left;
    font-weight: 500;
    color: #031d6c;
}

.icon-element li img {
    margin-bottom: 10px;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    cursor: default;
    background: #000;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    /*	background-color: rgba(0, 0, 0, 0.5);*/
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect:hover h4 {
    display: none;
}

.hovereffect:hover .overlay {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
}

.hovereffect img {
    display: block;
    position: relative;
    opacity: 0.5;
}

.hovereffect h4 {
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    letter-spacing: 2px;
    font-weight: 100;
    z-index: 2;
}

.hovereffect h4 span {
    font-size: 12px;
    color: #ffcf00;
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.hovereffect .info {
    width: 100%;
    height: 100%;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: rgba(3, 29, 108, 0.8);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-weight: 100;
}

.hovereffect .info h3 {
    color: #6bc048;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 20px;
}

.hovereffect .info a {
    color: #fff;
    font-size: 12px;
}

.hovereffect:hover .info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.img_element {
    width: 100%;
}

.img_element img {
    width: 100%;
    height: auto;
}

.content_element {
    padding: 20px;
    letter-spacing: 1px;
}

.custom-btn {
    color: #031d6c;
    padding: 8px 40px;
    margin: 20px 0;
    font-weight: 500;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.btn-hover {
    border: 1px solid #031d6c;
    z-index: 1;
}

.btn-hover:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: #031d6c;
    transition: all 0.3s ease;
}

.btn-hover:hover {
    color: #fff;
    text-decoration: none;
}

.btn-hover:hover:after {
    left: 0;
    width: 100%;
}

.btn-hover:active {
    top: 2px;
}

.salogan {
    text-align: center;
}

.sustainability_center .content_element .custom-btn {
    color: #fff;
}

.sustainability_center .content_element .btn-hover {
    border: 1px solid #fff;
}

.sustainability_center .content_element .btn-hover:hover {
    color: #031d6c;
}

.sustainability_center .content_element .btn-hover:after {
    background: #ededed;
}

.sustainability_center {
    background-image: url(../images/background_center.jpg);
    background-size: cover;
    background-position: left center;
}

.sustainability_center .bgblue_rgba {
    min-height: 600px;
    padding: 10%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.sustainability_center .content_element {
    color: #fff;
}

.sustainability_center .content_element h2 {
    letter-spacing: 2px;
}

.sustainability_center .content_element a {
    color: #fff;
}

.top-News {
    width: 60%;
    margin: 30px auto;
}

.top-News img {
    width: 100%;
    height: auto;
}

.news_slider {
    margin: 5% 0;
}

.news_slider h2 {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    color: #031d6c;
}

.news_slider h2::before {
    content: '';
    width: 20%;
    height: 5px;
    background: #ffcf00;
    position: absolute;
    bottom: -20px;
    left: 40%;
}

.news_slider .news_item p {
    margin: 0;
}

.news_slider .news_item {
    margin-bottom: 30px;
    height: 390px;
}

.news_slider .news_item .card {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    overflow: hidden;
    -webkit-transition: box-shadow .5s;
    transition: box-shadow .5s;
    border: none;
    border-radius: 0;
}

.news_slider .news_item .card a {
    color: inherit;
    text-decoration: none;
}

.news_slider .news_item .card .card_image {
    height: 250px;
    overflow: hidden;
    background-color: #000;
    -webkit-transition: height .5s;
    transition: height .5s;
}

.news_slider .news_item .card .card_image .img_cover {
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s, -webkit-transform .5s;
}

.news_slider .news_item .card:hover .card_image {
    height: 180px;
}

.news_slider .news_item .card:hover .card_image .img_cover {
    opacity: .6;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.news_slider .news_item .card .card_body {
    position: relative;
    height: 100px;
    padding: 20px 10px 15px;
    -webkit-transition: height .5s;
    transition: height .5s;
}

.news_slider .news_item .card:hover .card_body {
    height: 170px;
}

.news_slider .news_item .card .card_body .card_date {
    letter-spacing: 1px;
    position: absolute;
    top: -35px;
    left: 0;
    padding: 5px 15px;
    background-color: #ffc72c;
    color: 06038d;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 25px;
}

.news_slider .news_item .card .card_body .card_date span {
    margin-right: 5px;
}

.news_slider .news_item .card .card_body .card_title {
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 24px;
    color: #031d6c;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_slider .news_item .card .card_body .card_description {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 15%;
    margin: 0;
    padding: 0;
    color: #252525;
    line-height: 22px;
    opacity: 0;
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_slider .news_item .card:hover .card_body .card_description {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.news_slider .news_item .card .card_footer .card-read {
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 4px;
    padding: 0 20px;
    margin: 5px 0 20px;
    position: relative;
    text-align: right;
    text-transform: uppercase;
    color: #30434F;
    transition: all .4s ease-in-out;
}

.news_slider .news_item .card .card_footer .card-read {
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.news_slider .news_item .card:hover .card_footer .card-read {
    color: #031d6c;
    font-weight: 700;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.news_slider .news_item .card .card_footer .card-read p {
    position: relative;
}

.news_slider .news_item .card .card_footer .card-read p::before {
    background-color: #fff;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
}

.news_slider .news_item .card .card_footer .card-read p::after {
    background-color: #ccc;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
}

.news_slider .news_item .card .card_footer .card-read p span {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding-left: 10px;
    letter-spacing: 0;
    bottom: 1px;
}


/*
.news_slider {
	margin: 10% 0;
}

.news_slider h2 {
	position: relative;
	text-align: center;
	margin-bottom: 60px;
	color: #031d6c;
}

.news_slider h2::before {
	content: '';
	width: 20%;
	height: 5px;
	background: #ffcf00;
	position: absolute;
	bottom: -20px;
	left: 40%;
}


.news_slide a {
	color: #252525;
	text-decoration: none;
}

.news_slide a h5 {
	color: #031d6c;
	margin-top: 20px;
}

.news_slide a .post {
	font-size: 12px;
	color: #898989;
	margin-bottom: 5px;
}

.news_slide a .post span {
	margin-right: 5px;
}
*/

.owl-prev,
.owl-next {
    position: absolute;
    top: 40%;
    margin-top: -10px; // Half of the prev/next buttons height here in negatives to center them perfectly
}

.recently .owl-prev,
.recently .owl-next {
    position: absolute;
    top: 30%;
    margin-top: -10px; // Half of the prev/next buttons height here in negatives to center them perfectly
}

.owl-prev {
    left: -4%;
}

.owl-next {
    right: -4%;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    /*	opacity: 0;*/
}

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
    opacity: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: dimgray !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent !important;
}

.whistle {
    padding: 20px 0;
    background: #2849ae;
}

.whistle h3 {
    color: #ffcf00;
}

.whistle img {
    width: auto;
    display: block;
    margin: 0 auto;
}

.whistle .content_element {
    color: #fff;
}

.content_profile {
    width: 100%;
    display: inline-block;
}

.content_profile .content_element {
    margin: 10px 0;
    line-height: 1.8em;
    font-weight: 100;
}

.content_profile .content_element h5 {
    color: #898989;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 0;
}

.content_profile .content_element h2 {
    color: #031d6c;
    margin: 0;
}

.img_absolute {
    min-width: 500px;
    position: absolute;
    right: 0;
}

.img_absolute img {
    width: 100%;
    height: auto;
}

.img_center {
    margin: 40px 0 20px;
    background: #ebebeb;
    padding: 20px 0;
}

.icon-about {
    text-align: center;
}

.icon-about img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.icon-about h4 {
    font-size: 14px;
    letter-spacing: 2px;
}

.timeline_company {
    margin: 30px 0;
}

.timeline_company h2 {
    text-align: center;
}


/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline_company .timeline ul {
    padding: 0 0 50px;
}

.timeline_company .timeline ul li {
    list-style-type: none;
    position: relative;
    width: 6px;
    margin: 0 auto;
    padding-top: 50px;
    background: #E4022B;
}

.timeline_company .timeline ul li h6 {
    width: 80px;
    height: 80px;
    background: #fff;
    color: #06038D;
    border: 4px solid #E4022B;
    border-radius: 50%;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 20px;
    line-height: 72px;
}

.timeline_company .timeline ul li div {
    position: relative;
    bottom: 0;
    width: 500px;
    padding: 0 20px;
    background: #fff;
}

.timeline_company .timeline ul li div::before {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline_company .timeline ul li div::after {
    content: '';
    position: absolute;
    top: 7px;
    width: 0;
    height: 0;
}

.timeline_company .timeline ul li div img {
    margin: 15px 0;
}

.timeline_company .timeline ul li:nth-child(odd) div {
    left: 80px;
}

.timeline_company .timeline ul li:nth-child(odd) div::before {
    left: -15px;
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #E4022B;
}

.timeline_company .timeline ul li:nth-child(odd) div::after {
    width: 40px;
    height: 5px;
    left: -42px;
    background: #E4022B;
}

.timeline_company .timeline ul li:nth-child(even) div {
    left: -575px;
}

.timeline_company .timeline ul li:nth-child(even) div::before {
    right: -15px;
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #E4022B;
}

.timeline_company .timeline ul li:nth-child(even) div::after {
    width: 40px;
    height: 5px;
    right: -42px;
    background: #E4022B;
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
    transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
    background: #E4022B;
}

.timeline ul li div {
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
    transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
    transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
    .timeline ul li div {
        width: 250px;
    }
    .timeline ul li:nth-child(even) div {
        left: -289px;
        /*250+45-6*/
    }
}

@media screen and (max-width: 600px) {
    .timeline ul li {
        margin-left: 20px;
    }
    .timeline ul li div {
        width: calc(100vw - 91px);
    }
    .timeline ul li:nth-child(even) div {
        left: 45px;
    }
    .timeline ul li:nth-child(even) div::before {
        left: -15px;
        border-width: 8px 16px 8px 0;
        border-color: transparent #F45B69 transparent transparent;
    }
}

.ct_vision {
    margin: 30px 0 0;
}

.ct_vision h2 {
    text-align: center;
    color: #031d6c;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
}


/*

.ct_vision h2::before {
	content: '';
	width: 6%;
	height: 5px;
	background: #ed1c24;
	position: absolute;
	bottom: -15px;
	left: 47%;
}
*/

.ct_vision h4 {
    text-align: center;
    color: #252525;
    font-weight: 100;
    margin-bottom: 50px;
}

.ct_vision .bg-gray {
    height: 100%;
    padding: 5% 10%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.ct_vision .bg-gray h5 {
    margin: 10px 0 5px;
    border-left: 4px solid #031d6c;
    padding: 10px;
    font-size: 20px;
}

.box_vision {
    width: 100%;
    height: 500px;
    padding: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    line-height: 28px;
    margin: 0 auto;
}

.content_organization {
    padding-left: 15px;
    margin-bottom: 20px;
    font-size: 16px;
}

.content_organization li {
    list-style: none;
    font-size: 14px;
    margin-bottom: 5px;
    position: relative;
    font-weight: 100;
}

.content_organization li:before {
    content: "·";
    position: absolute;
    top: 0;
    left: -20px;
    font-size: 70px;
    vertical-align: middle;
    line-height: 19px;
}

.ct_center {
    margin: 30px 0;
    text-align: center;
    line-height: 26px;
    font-weight: 100;
}

.ct_center h2 {
    text-align: center;
    color: #031d6c;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
}

.ct_center h2::before {
    content: '';
    width: 6%;
    height: 5px;
    background: #ed1c24;
    position: absolute;
    bottom: -15px;
    left: 47%;
}

.images_management_group {
    margin-bottom: 10%;
}

.images_management_group img {
    width: 100%;
    height: auto;
}

.tabbable-panel {
    margin: 20px 0;
}

.tabbable-line>.nav-tabs {
    border-bottom: 1px solid #0f0944;
    margin: 0px;
}

.tabbable-line>.nav-tabs>li {
    margin-right: 15px;
    font-size: 16px;
}

.tabbable-line>.nav-tabs>li>a {
    border: 0;
    margin-right: 0;
    color: #252525;
    padding: 5px 35px;
    display: inline-block;
    text-decoration: none;
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
    color: #352a67;
    border-bottom: 3px solid #352a67;
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
    border: 0;
    background: none !important;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
    margin-top: 0px;
}

.tabbable-line>.nav-tabs>li.active {
    border-bottom: 3px solid #0f0944;
    position: relative;
}

.tabbable-line>.nav-tabs>li.active>a {
    border: 0;
    color: #252525;
}

.tabbable-line>.tab-content {
    border: 0;
    padding: 30px 0;
}

.boardName {
    margin: 15px 0;
    display: block;
}

.number-chairman {
    width: 15%;
    float: left;
}

.number-chairman h4 {
    width: 50px;
    height: 50px;
    padding: 5px;
    font-size: 22px;
    line-height: 38px;
    background: #031d6c;
    color: #fff;
    border-radius: 50px;
}

.box_board {
    width: 85%;
    text-align: left;
    float: right;
    padding: 0 10px;
    font-size: 16px;
    line-height: 20px;
}

.box_board h5 {
    color: #031d6c;
    margin-bottom: 5px;
}

.box_board_center {
    text-align: center;
}

.box_board_center img {
    margin-bottom: 20px;
}

.box_board_center h5 {
    color: #031d6c;
    margin-bottom: 5px;
}

.board-committees {
    margin-bottom: 30px;
}

.board-committees .table {
    border-bottom: 2px solid #dee2e6;
}

.board-committees .bg-blue {
    background: #031d6c;
    color: #fff;
}

.board-committees .table thead th {
    width: 50%;
}

.box_circle {
    margin: 0 auto 20px;
    display: inline-block;
}

.box_circle img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
}

.cd-horizontal-timeline a {
    text-decoration: none;
}

.cd-horizontal-timeline {
    opacity: 0;
    margin: 2em auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}

.cd-horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1;
}

.cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 100%;
    margin: 0 auto;
}

.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
}

.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
    /* these are used to create a shadow effect at the sides of the timeline */
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
}

.cd-horizontal-timeline .events-wrapper::before {
    left: 0;
    background-image: -webkit-linear-gradient(left, #f8f8f8, rgba(248, 248, 248, 0));
    background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}

.cd-horizontal-timeline .events-wrapper::after {
    right: 0;
    background-image: -webkit-linear-gradient(right, #f8f8f8, rgba(248, 248, 248, 0));
    background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}

.cd-horizontal-timeline .events {
    /* this is the grey line/timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    /* width will be set using JavaScript */
    background: #dfdfdf;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.cd-horizontal-timeline .filling-line {
    /* this is used to create the green line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fd8204;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 13px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    color: #383838;
    /* fix bug on Safari - text flickering while timeline translates */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.cd-horizontal-timeline .events a::after {
    /* this is used to create the event spot */
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #fd8204;
    background-color: #f8f8f8;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #085796;
    border-color: #085796;
}

.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
}

.cd-horizontal-timeline .events a.selected::after {
    background-color: #085796;
    border-color: #085796;
}

.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    color: #dfdfdf;
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.cd-timeline-navigation a:hover {
    border: 2px solid #005695;
    color: #005695;
}

.cd-timeline-navigation a.prev {
    left: 0;
}

.cd-timeline-navigation a.next {
    right: 0;
}

.no-touch .cd-timeline-navigation a:hover {
    border-color: #7b9d6f;
}

.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}

.cd-timeline-navigation a.inactive::after {
    background-position: 0 -16px;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 1em 0;
    overflow: hidden;
    text-align: left;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}

.cd-horizontal-timeline .events-content ol {
    padding: 0;
}

.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.cd-horizontal-timeline .events-content li.selected {
    /* visible event content */
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.cd-horizontal-timeline .events-content li h3 {
    color: #031d6c;
}

.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.box_awards {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.box_awards:last-child {
    border: none;
}

.box_awards .img_certificate {
    width: 15%;
    overflow: hidden;
    float: left;
}

.box_awards .img_certificate img {
    width: 100%;
    height: auto;
    transition: all .4s ease-in-out;
}

.box_awards .img_certificate img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.box_awards .ct_certificate {
    width: 85%;
    float: right;
    padding: 5px 20px;
}

.box_awards .ct_certificate p {
    margin-bottom: 5px;
}

.sub_line {
    margin: 50px 0;
}

.sub_line h3 {
    color: #031d6c;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
}

.sub_line h3::before {
    content: '';
    width: 20%;
    height: 5px;
    background: #ed1c24;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.sub_line h5 {
    margin: 5px 0;
    vertical-align: middle;
}

.sub_line h5 span {
    vertical-align: middle;
    margin: 5px;
    display: inline-block;
}

.sub_line ul li {
    border-top: 1px solid #ccc;
    font-size: 14px;
}

.sub_line ul li:last-child {
    border-bottom: 1px solid #ccc;
}

.sub_line ul li a {
    padding: 10px 5px;
    display: block;
    color: #252525;
    text-decoration: none;
    border-left: 5px solid transparent;
}

.sub_line ul li a:hover {
    color: #031d6c;
    border-left: 5px solid #031d6c;
    font-weight: 700;
}

.content_line_subsidiary {
    margin: 50px 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 100;
    padding: 0 10px;
}

.content_line_subsidiary p {
    margin-bottom: 10px;
}

.content_line_subsidiary ul {
    padding-left: 20px;
    margin-bottom: 10px;
}

.content_line_subsidiary li {
    list-style: disc;
}

.content_line_subsidiary .img_line {
    margin: 20px 0;
}

.content_line_subsidiary .img_line img {
    width: 100%;
    height: auto;
}

.content_line_subsidiary .logo_subsidiary {
    padding: 10px;
}

.content_line_subsidiary h5 {
    color: #031d6c;
    margin-bottom: 5px;
}

.business_element {
    margin: 5% 0;
    padding: 20px;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: center;
}

.business_element h2 {
    color: #031d6c;
    text-transform: uppercase;
    margin-bottom: 0;
}

.business_element h5 {
    color: #898989;
    text-transform: uppercase;
    margin: 10px 0;
    position: relative;
    font-weight: 100;
}

.business_element h5::before {
    content: '';
    width: 6%;
    height: 4px;
    background: #898989;
    position: absolute;
    left: 23%;
    bottom: 10px;
}

.business_element h5::after {
    content: '';
    width: 6%;
    height: 4px;
    background: #898989;
    position: absolute;
    right: 23%;
    bottom: 10px;
}

.business_products {
    margin-bottom: 30px;
    position: relative;
}

.business_products .txHead-business {
    width: 100%;
    position: absolute;
    top: 40px;
    text-align: center;
    z-index: 5;
    color: #031d6c;
}

.bg-business {
    display: none;
    overflow: hidden;
}

.bg-business img {
    width: 100%;
    height: auto;
    position: relative;
    transition: 0.3s;
}

.content-busin {
    width: 30%;
    background: rgba(85, 96, 162, 0.8);
    position: absolute;
    top: 50px;
    left: 30px;
    padding: 20px;
    color: #fff;
    z-index: 1;
    transition: 0.3s;
}

.content-busin h3 {
    color: #f7e55d;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.bg_cycle {
    width: 30%;
    height: auto;
    position: absolute;
    bottom: 120px;
    left: 35%;
    z-index: 5;
}

.bg_cycle #group01 .st3,
.bg_cycle #group02 .st3,
.bg_cycle #group03 .st3,
.bg_cycle #group04 .st3,
.bg_cycle #group05 .st3 {
    /*	fill: rgba(191, 191, 193, 0.8);*/
    transition: 0.3s;
    opacity: 0.8;
    cursor: pointer;
}

.bg_cycle #group01 .st3:hover,
.bg_cycle #group02 .st3:hover,
.bg_cycle #group03 .st3:hover,
.bg_cycle #group04 .st3:hover,
.bg_cycle #group05 .st3:hover {
    /*	fill:  rgba(85, 96, 162, 0.8);*/
}

.box_business {
    height: 100%;
    text-align: center;
    margin: 0;
    position: relative;
}

.business_products .col-md {
    padding: 0;
}

figure.test {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-weight: 100;
    margin: 0;
}

figure.test img {
    width: 100%;
    height: 100%;
}

figure.test figcaption {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 15%;
    right: 15%;
    opacity: 0;
    z-index: 1;
    transition: all 0.8s ease-out;
    transition-delay: 0.2s;
}

figure.test figcaption h2 {
    color: #fff;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
}

figure.test figcaption h2::after {
    content: '';
    width: 10%;
    height: 4px;
    background: #00a651;
    position: absolute;
    left: 45%;
    bottom: -10px;
}

figure.test figcaption a {
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 20px;
    display: inline-block;
    text-decoration: none;
}

figure.test figcaption a:hover {
    color: #00a651;
    border: 1px solid #00a651;
}

figure.test:after {
    display: inline-block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    transition: all 0.8s ease-out;
}

figure.test h6 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 0;
    z-index: 1;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

figure.test:hover h6 {
    opacity: 0;
    transition: all 0.8s ease-out;
}

figure.test:hover:after {
    opacity: 0.9;
}

figure.test:hover figcaption {
    transform: translateY(-50%);
    opacity: 1;
}

.business_center .col-md-6 {
    padding: 0;
}

.business_center .business_element {
    min-height: 600px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    padding: 5%;
    font-weight: 100;
    margin: 0;
    color: #fff;
    background: rgba(3, 29, 106, 0.6);
}

.business_center .business_element h4 {
    color: #ffda00;
}

.bg-str {
    min-height: 600px;
    width: 100%;
    background: url(../images/bg-rubber-str.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.bg-latex {
    min-height: 600px;
    width: 100%;
    background: url(../images/bg-rubber-latex.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.typedetailCenter .col-md-4 {
    padding: 0;
}

.typedetailCenter .col-md-8 {
    padding: 0;
}

.typedetailCenter .bg-blue {
    height: 100%;
    background: #031d6c;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10% 15%;
}

.typedetailCenter .bg-blue ul {
    padding-left: 20px;
}

.typedetailCenter .bg-blue li {
    list-style: disc;
    font-weight: 100;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.typedetailCenter .bg-gray {
    height: 100%;
    color: #252525;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10% 15%;
}

.typedetailCenter .bg-gray ul {
    padding-left: 20px;
}

.typedetailCenter .bg-gray li {
    list-style: disc;
    font-weight: 100;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.content_governance {
    padding: 5% 15px;
    font-size: 18px;
    line-height: 26px;
}

.content_governance h2 {
    text-align: center;
    color: #031d6c;
    position: relative;
    margin-bottom: 30px;
    letter-spacing: 1px;
    letter-spacing: 100;
}

.content_governance h2::after {
    content: '';
    width: 10%;
    height: 4px;
    background: #00a651;
    position: absolute;
    left: 45%;
    bottom: -15px;
}

.box-governance {
    margin: 20px 0;
}

.detail-governance {
    padding: 20px;
}

.detail-governance ul {
    padding-left: 35px;
}

.detail-governance ul li {
    list-style: disc;
    font-size: 16px;
    margin-bottom: 5px;
}

.content-sustainability {
    font-size: 16px;
}

.content-sustainability .tx-topic {
    text-align: center;
    margin: 5% auto;
}

.content-sustainability .tx-topic h2 {
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #031d6c;
}

.detail-sustainability {
    width: 100%;
    font-size: 16px;
}

.justify-center {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.detail-sustainability h5 {
    font-size: 20px;
}

.detail-sustainability ul {
    padding-left: 30px;
}

.detail-sustainability li {
    list-style: disc;
}

.detail-sustainability .left {
    width: 50%;
    float: left;
}

.detail-sustainability .left40 {
    width: 40%;
    float: left;
}

.detail-sustainability .right {
    width: 50%;
    float: right;
}

.detail-sustainability .right60 {
    width: 60%;
    float: right;
}

.detail-sustainability .bg-gray {
    padding: 50px;
}

.detail-sustainability .img-fluid {
    width: 100%;
    height: auto;
}

.detail-sustainability .bg-blue {
    color: #fff;
    background: #031d6c;
    padding: 30px 50px;
    text-align: center;
}

.detail-sustainability .bg-blue h5 {
    font-size: 24px;
}

.detail-sustainability .bg-blue ul {
    width: 55%;
    padding: 0;
    margin: 0 auto;
}

.detail-sustainability .bg-blue ul li {
    float: left;
    margin: 0 20px;
}

.content-activity-csr {
    margin: 50px 0;
}

.contenttopic {
    padding: 10px 30px;
    font-size: 16px;
    line-height: 26px;
}

.contenttopic .card_date span {
    margin-right: 5px;
}

.contenttopic h5 {
    font-size: 20px;
    color: #031d6c;
}

.contenttopic a {
    color: #00a651;
    text-decoration: none;
}

.contenttopic a:hover {
    color: #16c16a;
    text-decoration: underline;
}

.SubNews.news_slider {
    margin: 0 -15px;
}

.next {
    width: 100%;
    display: inline-block;
    margin: 20px 0 30px;
}

.next .page-item {
    font-size: 0.8em;
}

.next .page-link {
    color: #252525;
}

.next .page-link:hover {
    background: #031d6c;
    color: #fff;
}

.next .page-item.active .page-link {
    background: #031d6c;
    border-color: #031d6c;
    color: #fff;
}

.content_job {
    margin-top: 30px;
    margin-bottom: 10%;
}

.content_job h3 {
    text-align: center;
    color: #031d6c;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative;
}

.content_job h3::after {
    content: '';
    width: 10%;
    height: 4px;
    background: #ed1c24;
    position: absolute;
    bottom: -15px;
    left: 45%;
}

.content_job h4 {
    width: 80%;
    margin: 0 auto 30px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
}

.accordion-toggle {
    width: 100%;
    color: #252525;
    background: #ebebeb;
    border-top: none;
    border-left: none;
    border-right: none;
    border-top: 6px solid #fff;
    cursor: pointer;
    padding: 15px 0 0;
    text-align: left;
    outline: none;
    transition: 0.4s;
    margin: 0;
    display: inline-block;
}

.accordion-toggle.active {
    background: #031d6c;
    color: #fff;
}

.accordion-toggle h5 {
    width: 75%;
    float: left;
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 20px;
}

.accordion-toggle .position {
    width: 10%;
    float: left;
}

.accordion-toggle .postjob {
    width: 10%;
    float: left;
}

.Contact_job {
    margin: 20px 0;
}

.Contact_job a {
    padding: 6px 26px;
    background: #031d6c;
    color: #fff;
    display: inline-block;
    margin: 20px 0;
}

button:focus {
    outline: none;
}

.accordion-toggle.active:after {
    color: #fff;
}

.accordion-toggle:after {
    content: '\002B';
    color: #252525;
    font-weight: 100;
    margin-left: 5px;
    font-size: 1.8em;
    line-height: 20px;
}

.accordion-toggle.active:after {
    content: "\2212";
}

.accordion-content {
    display: none;
    padding: 10px 30px;
    line-height: 26px;
    margin-bottom: 30px;
    background: #f7f7f7;
}

.accordion-content h6 {
    margin: 10px 0;
    color: #002856;
}

.accordion-content p {
    margin-bottom: 5px;
}

.accordion-content .apply_job {
    width: 100%;
    text-align: right;
}

.accordion-content .apply_job a {
    background: #002856;
    padding: 5px 20px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
}

.application {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.application-txhead {
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 25%;
}

.PreviewIMage {
    width: 100%;
    display: inline-block;
}

.PreviewIMage i {
    font-size: 12px;
    display: block;
    color: #ff0000;
    margin: 5px 0;
}

.PreviewIMage .showPreview img {
    width: 120px;
    height: 120px;
    border: 1px solid #ccc;
    float: left;
    margin-right: 20px;
}

.PreviewIMage #fileselector label {
    font-size: 14px;
    border: 1px solid #ccc;
    margin: 10px 0;
}

#fileselector {
    margin: 10px;
}

#upload-file-selector {
    display: none;
}

.margin-correction {
    margin-right: 10px;
}

.Datepicker .form-control,
.Datepicker2 .form-control,
.Datepicker3 .form-control {
    margin: 0 !important;
}

.Datepicker .gj-unselectable,
.Datepicker2 .gj-unselectable,
.Datepicker3 .gj-unselectable {
    width: 100%;
    margin-bottom: 10px;
}

.AppForm {
    width: 100%;
    display: inline-block;
    padding: 30px 20px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #252525;
}

.AppForm h2 {
    color: #1b1463;
}

.AppForm h4 {
    color: #009ee0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    font-weight: 100;
}

.AppForm h3 {
    color: #031d6c;
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #031d6c;
}

.AppForm h5 {
    font-size: 16px;
    color: #009ee0;
}

.AppForm form {
    width: 100%;
    display: inline-block;
    margin: 10px 0 20px;
}

.AppForm form .form-control {
    margin-bottom: 10px;
}

.AppForm form label {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
    padding-left: 5px;
    font-weight: 500;
    font-size: 14px;
}

.AppForm form label span {
    font-size: 12px;
    color: #898989;
}

.AppForm .marginTop {
    margin-top: 25px;
}

.AppForm .form-check-inline {
    padding-left: 10px;
}

.AppForm .table {
    width: 100%;
    display: table;
    margin: 20px 0;
}

.AppForm .row-table {
    display: table-row;
    border-bottom: 1px solid #ebebeb;
}

.row-table.header {
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    background: #031d6c;
}

.row-table.header .cell {
    text-align: center;
    padding: 10px 12px;
    border-right: 1px solid #ebebeb;
    vertical-align: middle;
}

.cell {
    font-size: 12px;
    padding: 10px 12px;
    display: table-cell;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    vertical-align: middle;
}

.Educational .row-table.header .cell:first-child,
.Educational .cell:first-child {
    width: 15%;
    border-left: 1px solid #ebebeb;
}

.Educational .row-table.header .cell:nth-child(2),
.Educational .cell:nth-child(2) {
    width: 10%;
}

.Educational .row-table.header .cell:nth-child(3),
.Educational .cell:nth-child(3) {
    width: 10%;
}

.Educational .row-table.header .cell:nth-child(4),
.Educational .cell:nth-child(4) {
    width: 25%;
}

.Educational .row-table.header .cell:nth-child(5),
.Educational .cell:nth-child(5) {
    width: 20%;
}

.Educational .row-table.header .cell:nth-child(6),
.Educational .cell:nth-child(6) {
    width: 10%;
}

.Educational .row-table.header .cell:nth-child(7),
.Educational .cell:nth-child(7) {
    width: 10%;
}

.knowledge .row-table.header .cell:first-child,
.knowledge .cell:first-child {
    width: 40%;
    border-left: 1px solid #ebebeb;
}

.knowledge .row-table.header .cell:nth-child(2),
.knowledge .cell:nth-child(2) {
    width: 20%;
}

.knowledge .row-table.header .cell:nth-child(3),
.knowledge .cell:nth-child(3) {
    width: 20%;
}

.knowledge .row-table.header .cell:nth-child(4),
.knowledge .cell:nth-child(4) {
    width: 20%;
}

.abilites .row-table.header .cell:first-child,
.abilites .cell:first-child {
    width: 40%;
    border-left: 1px solid #ebebeb;
}

.abilites .row-table.header .cell:nth-child(2) {
    width: 30%;
}

.abilites .row-table.header .cell:nth-child(3) {
    width: 30%;
}

.abilites .cell .form-control {
    width: 60%;
    float: left;
}

.abilites .cell span {
    width: 40%;
    display: inline-block;
    text-align: center;
}

.employment .row-table.header .cell:first-child,
.employment .cell:first-child {
    border-left: 1px solid #ebebeb;
}

.custom-file-label::after {
    background: #252525;
    color: #fff;
}

.send {
    padding-top: 30px;
    display: block;
    text-align: center;
    margin: 30px 0;
    border-top: 1px solid #ccc
}

.send a {
    padding: 10px 50px;
    background: #031d6c;
    color: #fff;
    display: inline-block;
}

.intoContact h4 {
    margin: 10% 0 40px;
    position: relative;
    color: #031d6c;
    text-transform: uppercase;
}

.intoContact h4::after {
    content: '';
    width: 10%;
    height: 4px;
    position: absolute;
    bottom: -20px;
    left: 0;
    background: #ed1c24;
}

.intoContact h5 {
    margin-top: 20px;
}

.intoContact h5.mt-50 {
    margin-top: 50px;
}

.intoContact p {
    font-size: 14px;
    line-height: 28px;
}

.flip {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}


/* a.underline:link {
	color: #000;
	text-decoration: underline;
} */

a.underline:link {
    color: #000;
    text-decoration: none;
}

a.underline:visited {
    color: #000;
    text-decoration: none;
}

a.underline:hover {
    color: #000;
    text-decoration: none;
}

.bg-sitemap {
    background-position: top center;
    background-size: cover;
    padding: 1% 0;
    color: #000;
}

.bg-sitemap .container-fluid {
    width: 80%;
    margin: 0 auto;
}

.bg-sitemap ul li {
    width: 33.33%;
    padding: 20px;
    float: left;
}

.bg-sitemap h3 {
    text-align: center;
    position: relative;
    color: #000;
    margin: 30px 0 50px;
}

.bg-sitemap h6 {
    margin-bottom: 5px;
}

.bg-sitemap p {
    font-weight: 300;
}

.bg-sitemap h3::after {
    content: '';
    width: 10%;
    height: 4px;
    background: #ed1c24;
    position: absolute;
    left: 45%;
    bottom: -20px;
}

.bg-Branch {
    background: url(../images/background-Branch.jpg);
    background-position: top center;
    background-size: cover;
    padding: 5% 0;
    color: #fff;
}

.bg-Branch .container-fluid {
    width: 80%;
    margin: 0 auto;
}

.bg-Branch ul li {
    width: 33.33%;
    padding: 20px;
    float: left;
}

.bg-Branch h3 {
    text-align: center;
    position: relative;
    color: #fff;
    margin: 30px 0 50px;
}

.bg-Branch h6 {
    margin-bottom: 5px;
}

.bg-Branch p {
    font-weight: 300;
}

.bg-Branch h3::after {
    content: '';
    width: 10%;
    height: 4px;
    background: #ed1c24;
    position: absolute;
    left: 45%;
    bottom: -20px;
}

.map {
    height: 450px;
}

.detail-news {
    margin: 30px 0;
}

.detail-news .category-news {
    color: #00a651;
    text-transform: uppercase;
}

.detail-news h3 {
    color: #031d6c;
}

.detail-news .coverNews {
    margin: 10px 0 30px;
}

.detail-news .description-news {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
}

.detail-news .description-news ul {
    width: 100%;
    display: inline-block;
}

.detail-news .description-news ul li {
    width: 25%;
    padding: 0 15px;
    float: left;
}

.detail-news .description-news ul li img {
    width: 100%;
    height: auto;
}

.detail-news .description-news .backPage {
    width: 190px;
    text-align: center;
    display: block;
    padding: 8px 25px;
    color: #363636;
    border: 1px solid #363636;
    margin: 30px auto;
    text-decoration: none;
}

.detail-news .description-news .backPage:hover {
    color: #fff;
    background: #031d6c;
    border: 1px solid #031d6c;
}

.other-news {
    padding: 30px 0;
}

.other-news h3 {
    width: 100%;
    text-align: center;
    color: #031d6c;
    margin-bottom: 30px;
}

footer {
    padding: 60px 0;
    color: #fff;
    font-weight: 100;
    letter-spacing: 1px;
}

footer .left h5 {
    margin-bottom: 5px;
    font-size: 1em;
}

footer .left p {
    margin-bottom: 5px;
    font-size: 14px;
}

footer .right {
    text-align: right;
    font-size: 14px;
}

footer .right p {
    width: 100%;
    float: right;
    margin-bottom: 5px;
}

footer .right p span {
    margin-right: 5px;
    font-size: 15px;
}

footer .right p a {
    color: #fff;
}

footer .right .social-footer {
    float: right;
}

footer .right .social-footer li {
    float: left;
    font-size: 30px;
    line-height: 30px;
}

footer .right .social-footer li a {
    padding: 8px;
    color: #fff;
    display: block;
}

.back-to-top {
    position: fixed;
    bottom: 5%;
    right: 30px;
    display: inline-block;
    margin: 5px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 5px;
    letter-spacing: 2px;
    text-align: center;
    z-index: 5;
    color: #6bc048;
}

.back-to-top:hover {
    cursor: pointer;
}

.back-to-top span {
    width: 50px;
    height: 50px;
    border: 2px solid #6bc048;
    color: #6bc048;
    display: block;
    border-radius: 50%;
    font-size: 42px;
    line-height: 12px;
    font-weight: 100;
    margin: 10px auto;
}

.images-group img {
    width: 100%;
    height: auto;
}

.salogan img {
    width: 100% !important;
    height: auto !important;
}


/* ===== R E S P O N S I V E ===== */

@media (max-width: 34em) {
    .menu-item {
        padding: 10px 10px 10px;
    }
}

@media (max-width:34em) {
    .nav-menu {
        background: #fff !important;
    }
}

@media (max-width: 500px) {
    .timeline-slide__content {
        width: 100%;
    }
    .timeline-wrapper {
        height: 1000px;
        max-height: 900px;
    }
}

@media (min-width: 1080px) {
    .timeline .slick-list {
        padding: 0 0 !important;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-nav a:not(:first-child),
    .dropdown .dropbtn {
        display: block;
    }
    .dropdown:hover .dropdown-content {
        display: block;
        position: static;
        background: none;
        box-shadow: none;
        border: none;
        padding: 0;
        min-width: auto;
        float: left;
    }
}

@media screen and (max-width: 600px) {
    .navbar-nav.responsive {
        position: relative;
    }
    .navbar-nav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .navbar-nav.responsive .dropdown {
        float: none;
    }
    .navbar-nav.responsive .dropdown-content {
        position: relative;
    }
    .navbar-nav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
}

@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline {
        margin: 2em auto;
    }
    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
}

@media screen and (max-width: 580px) {
    .AppForm .table {
        display: block;
    }
}

@media screen and (max-width: 580px) {
    .row-table {
        padding: 14px 0 7px;
        display: block;
    }
    .row-table.header {
        padding: 0;
        height: 6px;
    }
    .row-table.header .cell {
        display: none;
    }
    .row-table .cell {
        margin-bottom: 10px;
    }
    .row-table .cell:before {
        margin-bottom: 3px;
        content: attr(data-title);
        min-width: 98px;
        font-size: 10px;
        line-height: 10px;
        font-weight: bold;
        text-transform: uppercase;
        color: #969696;
        display: block;
    }
}

@media screen and (max-width: 580px) {
    .cell {
        padding: 2px 16px;
        display: block;
    }
}

@media (max-width: 767.98px) {
    header .container-fluid {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    body {
        font-size: 14px;
    }
    .dropdown .dropbtn.dropdisktop {
        display: none;
    }
    .dropdown .dropbtn.dropmobile {
        display: block;
    }
    .menuTop {
        display: none;
    }
    .navbar-expand-lg .navbar-nav {
        margin-top: 20px;
        padding-top: 10px;
        border-top: 1px solid #ccc;
    }
    .nav-menu {
        padding: 10px;
    }
    .nav-menu.costum-navbar {
        padding: 0;
    }
    .navbar-expand-lg.costum-navbar .navbar-collapse {
        padding: 0 10px;
    }
    .navbar-expand-lg.costum-navbar .navbar-nav {
        margin-top: 0;
    }
    .costum-navbar .stickyheader .navbar-brand {
        /* margin-left: 90px; */
        margin-left: 20px;
    }
    .costum-navbar .stickyheader::after {
        width: 200px;
    }
    .dropdown:hover .dropdown-content {
        width: 100%;
    }
    .navbar-brand {
        width: 40%;
    }
    .language-mobile {
        display: block;
        margin-right: -40px;
    }
    .itemShow {
        display: block;
    }
    .core_business .content_core {
        width: 100%;
        padding: 0;
    }
    .icon-element li {
        width: 25%;
        min-height: 160px;
        margin: 0 auto;
    }
    .icon-element li img {
        width: 100%;
        height: auto;
    }
    .mouse {
        display: none;
    }
    .imgMobile {
        display: block;
    }
    .imgDesktop {
        display: none;
    }
    .top-News {
        width: 100%;
    }
    .owl-nav {
        display: none;
    }
    .whistle .col-8 {
        max-width: 100%;
        flex: auto;
    }
    .whistle .border_left {
        border: none;
    }
    .whistle .content_element {
        padding: 20px;
        text-align: center;
    }
    footer .col {
        max-width: 100%;
        flex: auto;
    }
    footer .right .social-footer {
        float: left;
    }
    footer .right {
        text-align: left;
    }
    footer .left h5 {
        font-size: 14px;
    }
    footer .left p {
        font-size: 12px;
    }
    footer .right p {
        font-size: 12px;
    }
    .content_profile .content_element {
        padding: 0 20px;
    }
    .content_profile .content_element h2 {
        font-size: 24px;
    }
    .img_absolute {
        min-width: inherit;
        position: static;
    }
    .img_absolute img {
        width: 100%;
        height: auto;
    }
    .timeline_company .timeline ul li:nth-child(even) div {
        left: 80px;
    }
    .timeline_company .timeline ul li:nth-child(even) div::after {
        width: 40px;
        height: 5px;
        left: -42px;
        background: #E4022B;
    }
    .timeline_company .timeline ul li {
        margin-left: 20px;
    }
    .timeline_company .timeline ul li h6 {
        width: 60px;
        height: 60px;
        font-size: 16px;
        line-height: 54px;
    }
    .timeline_company .timeline ul li div::after {
        display: none;
    }
    .timeline_company .timeline ul li:nth-child(odd) div::after {
        display: none;
    }
    .timeline_company .timeline ul li div::before {
        display: none;
    }
    .timeline_company .timeline ul li:nth-child(even) div,
    .timeline_company .timeline ul li:nth-child(odd) div {
        left: 35px;
        top: -20px;
    }
    .timeline_company .timeline ul li div {
        width: calc(100vw - 91px);
    }
    .w_80 {
        width: 100%;
    }
    .ct_vision {
        padding: 0;
    }
    .box_vision {
        height: auto;
        padding: 20px 50px;
        margin-bottom: 20px;
    }
    .images-group img {
        width: 100%;
        height: auto;
    }
    .content_element {
        padding: 0;
    }
    .tabbable-line>.nav-tabs>li {
        margin-right: 10px;
        font-size: 14px;
    }
    .tabbable-line>.nav-tabs>li>a {
        padding: 5px 0;
    }
    .number-chairman h4 {
        width: 40px;
        height: 40px;
        padding: 5px;
        font-size: 18px;
        line-height: 32px;
    }
    .box_board {
        font-size: 14px;
    }
    .cd-timeline-navigation a.next {
        top: 30px;
    }
    .box_awards .img_certificate {
        width: auto;
    }
    .box_awards .ct_certificate {
        width: auto;
    }
    .content_line_subsidiary {
        margin-top: 0;
    }
    .content_line_subsidiary img {
        margin-bottom: 30px;
    }
    .detail-sustainability .left,
    .detail-sustainability .left40 {
        width: 100%;
        float: none;
    }
    .detail-sustainability .left40.justify-center,
    .detail-sustainability .left.justify-center {
        height: auto;
    }
    .detail-sustainability .right60,
    .detail-sustainability .right {
        width: 100%;
        height: auto;
    }
    .detail-sustainability .img-fluid {
        width: 100% !important;
        height: auto !important;
    }
    .detail-news h3 {
        font-size: 18px;
    }
    .detail-news .backPage {
        margin: 20px 0;
        display: block;
    }
    .other-news {
        padding: 20px 0;
    }
    .SubNews.news_slider h3 {
        width: 100%;
        padding: 20px 0;
        text-align: center;
    }
    .accordion-toggle {
        padding: 15px 5px 0;
    }
    .accordion-toggle h5 {
        padding: 0;
    }
    .accordion-toggle .postjob,
    .accordion-toggle .position {
        width: auto;
    }
    .bg-sitemap .container-fluid {
        width: 100%;
    }
    .bg-sitemap ul li {
        width: 100%;
    }
    .bg-Branch .container-fluid {
        width: 100%;
    }
    .bg-Branch ul li {
        width: 100%;
    }
    .salogan img {
        width: 100% !important;
        height: auto !important;
    }
    .business_element h5::before {
        left: 20%;
        bottom: 5px;
    }
    .business_element h5::after {
        right: 20%;
        bottom: 5px;
    }
    .business_products .txHead-business {
        position: static;
        margin-bottom: 20px;
    }
    .content-busin {
        width: 100%;
        position: static;
    }
    .bg_cycle {
        top: 20%;
        bottom: inherit;
    }
    .business_center .business_element {
        font-size: 14px;
        line-height: 26px;
    }
    .navbar-expand-lg.costum-navbar .navbar-collapse {
        padding: 0 10px;
        overflow: scroll;
        height: 500px;
    }
}

@media (max-width: 767.98px) {
    .icon-element li img {
        width: 100%;
        height: auto;
    }
    .navbar-expand-lg.costum-navbar .navbar-collapse {
        padding: 0 10px;
        overflow: scroll;
        height: 450px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    body {
        font-size: 14px;
    }
    .itemShow {
        display: block;
    }
    .dropdown .dropbtn.dropdisktop {
        display: none;
    }
    .dropdown .dropbtn.dropmobile {
        display: block;
    }
    .menuTop {
        display: none;
    }
    .navbar-expand-lg .navbar-nav {
        margin-top: 20px;
        padding-top: 10px;
        border-top: 1px solid #ccc;
    }
    .nav-menu {
        padding: 10px;
    }
    .nav-menu.costum-navbar {
        padding: 0;
    }
    .navbar-expand-lg.costum-navbar .navbar-collapse {
        padding: 0 10px;
        overflow: scroll;
        height: 450px;
    }
    .navbar-expand-lg.costum-navbar .navbar-nav {
        margin-top: 0;
    }
    .costum-navbar .stickyheader .navbar-brand {
        margin-left: 70px;
    }
    .costum-navbar .stickyheader::after {
        width: 200px;
    }
    .dropdown:hover .dropdown-content {
        width: 100%;
    }
    .navbar-brand {
        width: 20%;
    }
    .language-mobile {
        display: block;
        margin-left: 430px;
    }
    .core_business {
        width: 100%;
    }
    .icon-element li img {
        width: 100%;
        height: auto;
    }
    .whistle img {
        width: 90%;
    }
    footer .left h5 {
        font-size: 20px;
    }
    .img_absolute {
        min-width: inherit;
        position: static;
    }
    .content_element {
        padding: 0;
    }
    figure.test h6 {
        font-size: 14px;
    }
    .timeline_company .timeline ul li div {
        width: 250px;
    }
    .accordion-toggle h5 {
        width: 65%;
    }
    .accordion-toggle .postjob {
        width: 15%;
    }
    .box_vision {
        height: 300px;
        padding: 20px;
    }
    .timeline ul li:nth-child(even) div {
        left: -325px !important;
    }
    .w_80 {
        width: 100%;
    }
    .ct_vision .col-md-6 {
        max-width: 100%;
        flex: initial;
    }
    .images-group img {
        width: 100%;
        height: auto;
    }
    .box_board {
        width: 100%;
        font-size: 14px;
    }
    .box_board_center img {
        width: 100% !important;
        height: auto !important;
    }
    .content_governance {
        font-size: 14px;
    }
    .Container-ipad .col-md-6 {
        max-width: 100%;
        flex: auto;
    }
    .detail-sustainability .left40,
    .detail-sustainability .right60 {
        width: 50%;
    }
    .salogan img {
        width: 100% !important;
        height: auto !important;
    }
    .core_business .content_core {
        width: 50%;
    }
    .core_business .content_core:last-child {
        width: 100%;
    }
    .imgMobile {
        display: block;
    }
    .imgDesktop {
        display: none;
    }
    .ct_vision .col-md-3 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .ct_vision .col-md-5 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-top: 30px;
    }
    .bg-sitemap .container-fluid {
        width: 100%;
    }
    .bg-sitemap ul li {
        height: 120px;
    }
    .bg-Branch .container-fluid {
        width: 100%;
    }
    .bg-Branch ul li {
        height: 120px;
    }
    .whistle .content_element {
        padding-left: 20px;
    }
}

@media (width: 1024px) {
    .nav-menu {
        padding: 10px;
    }
    .costum-navbar.nav-menu {
        padding: 0;
    }
    .navbar-expand-lg.costum-navbar .navbar-nav {
        margin-top: 0;
    }
    .navbar-expand-lg .navbar-nav {
        margin-top: 30px;
    }
    .menu-item {
        font-size: 14px;
    }
    .salogan img {
        width: 100% !important;
        height: auto !important;
    }
}


/* menu_sub*/

.dropdown-toggle::after {
    position: absolute;
    right: 15px;
    /* top: 82px; */
    /* bottom: 82px; */
    /* padding: 1px; */
    margin-top: -9px;
}


/* .dropdown-toggle::after {
    right: 16px;
    top: 48px;
    position: absolute;
    border-top: 6px solid;
    border-right: 5px solid transparent;
    border-bottom: 14;
    border-left: 5px solid transparent;
} */


/* .dropdown-toggle::after:hover {
    color: #ffffff;
}

.dropdown-toggle:hover {
    color: #ffffff;
} */

.dropdown-content-sub {
    display: none;
    position: absolute;
    border-top: 5px solid #031d6c;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    left: -200px;
    margin-top: -34px;
    margin-right: 200px;
}

.dropdown-sub:hover .dropdown-content-sub {
    display: block;
}

@media screen and (max-width: 1199px) {
    .dropdown-content-sub {
        position: static;
        left: 0;
        margin-top: 0;
    }
    .dropdown-content-sub a {
        padding-left: 25px;
    }
}

@media screen and (max-width: 1199px) {
    .dropdown-sub:hover .dropdown-content-sub {
        display: block;
        position: static;
        background: none;
        box-shadow: none;
        border: none;
        padding: 0;
        min-width: auto;
        float: left;
    }
}

@media (max-width: 575.98px) {
    .dropdown-sub:hover .dropdown-content-sub {
        width: 100%;
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .dropdown-sub:hover .dropdown-content-sub {
        width: 100%;
    }
}


/* ************************************************************** */

@media (min-width: 576px) {
    .container.containerIR-sub {
        max-width: 715px;
    }
}

@media (min-width: 768px) {
    .container.containerIR-sub {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .container.containerIR-sub {
        max-width: 1290px;
    }
}

.containerIR-sub {
    padding-left: 0 15%;
}


/* @media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
} */