@import "reset.css";
@import "fonts.css";
.header_lang {display:none;}
#back-to-top{
    background-color: #fab702;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    position: fixed;
    right: 50px;
    bottom: 80px;
    z-index: 999;
    opacity: 0;
    width: 40px;
    height: 40px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    transition:opacity ease 0.3s;
}
#back-to-top.show{opacity:1;}
.search-hd {
    position: absolute;
    width: 300px;
    right: 0;
    z-index: 2;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 30%);
    display: none;
    top: calc(100% + 15px);
    background: #fff;
    padding: 10px;
}
.search-fr {
    position: relative;
}
.search-fr input {
    background: rgba(0, 0, 0, 0.07);
    width: 100%;
    height: 38px;
    border: none;
    padding-right: 35px;
    font-size: 14px;
    padding-left: 10px;
}
.search-fr button {
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    color: #1D3455;
    font-size: 16px;
}
.search-b {
    position: relative;
}
.search-hd:before {
    content: '';
    position: absolute;
    bottom: 100%;
    width: 0;
    height: 0;
    right: 169px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
}
.search-fr input::-webkit-input-placeholder {   color: #1D3455;}
.search-fr input::-moz-placeholder {   color: #1D3455;}
.search-fr input:-ms-input-placeholder {   color: #1D3455;}
.flex-center > div {width: 100%;
}
header {
    background: rgba(255, 255, 255, 0.94);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    padding: 10px 0;
    transition: all ease 0.3s;
}
header.scroll {
    padding: 5px 0;
}
.header_nav {
    padding-right: 30px;
}
.header_nav li a {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.header_nav li a:before {
    background: #d3af35;
    content: '';
    display: none;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -10px;
}
.header_nav li:hover a, .header_nav li.current a {
    color: #d3af35;
}
.header_nav li:hover a:before, .header_nav li.current a:before {
    display: none;
}
.btn-search {
    background-color: #008c3f;
    border-radius: 50%;
    color: #fff;
    margin-right: 40px;
    height: 40px;
    width: 40px;
}
.btn-search:hover {
    background: #d3af35;
}
.header_lang {
    border: solid 2px #008c3f;
    height: 40px;
    border-radius: 23px;
    width: 110px;
}
.header_lang a {
    color: #111;
    position: relative;
}
.header_lang a.active {
    color: #008c3f;
}
.header_lang a:first-child:after {
    content: "|";
    color: #111;
    opacity: 0.6;
    margin: 0 8px;
}
.header_lang a:hover {
    color: #d3af35;
}
.banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: -moz-linear-gradient( 0deg, rgba(0,0,0,0.70196) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(0,0,0,0.70196) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(0,0,0,0.70196) 0%, rgba(0,0,0,0) 100%);
    width: 35%;
    z-index: 2;
}

.thumb_abs {
    position: absolute;
    left: 30px;
    z-index: 2;
    top: 50%;
    transform: translate(0, -50%);
}
.slider_thumb {
    position: relative;
}
.slider_thumb .swiper {
    padding-right: 30px;
}
.slider_thumb:before {
    background: rgba(255, 255, 255, 0.6);;
    content: '';
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 40px;
}
.thumb_item {
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 20px;
    padding-bottom: 60px;
    position: relative;
}
.thumb_item span, .thumb_item {
    line-height: 1;
}
.thumb_item:last-child {
    padding-bottom: 0;
}
.thumb_item.swiper-slide-thumb-active {
    color: #ddb52b;
    font-weight: 600;
}
.thumb_item.swiper-slide-thumb-active:before {
    content: '';
    width: 2px;
    background-color: #ddb52b;
    position: absolute;
    right: -30px;
    top: 0;
    height: 100%;
}
.thumb_item:last-child:before {
    display: none !important;
}
.banner_item, .banner_item img, .banner_item video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.banner .swiper-button, .banner .swiper-pagination {
    bottom: 55px;
    top: auto;
    height: auto;
}
.banner .swiper-button:after {
    display: none;
}
.banner .swiper-button i {
    font-size: 24px;
    color: #fff;
}
.banner .swiper-button-prev {
    left: calc(50% - 60px);
}
.banner .swiper-button-next {
    right: calc(50% - 60px);
}
.banner .swiper-pagination {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.ch {
    margin: 0 5px;
}
.index_about {
    background: url("../images/bg-about.jpg") no-repeat center /cover;
    position: relative;
}
.index_about:before {

    background:url("../images/bg-2.png") no-repeat left;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}
.index_about .container {
    position: relative;
    z-index: 3;
}
.title_line {
    color: #008c3f;
    font-family: 'Myriad Pro';
    font-weight: bold;
    font-size: 70px;
    margin-bottom: 40px;
    position: relative;
    line-height: 1;
}
.title_line:before {
    content: '';
    width: 148px;
    height: 7px;
    background-color: #d3af35;
    position: absolute;
    top: -50px;
    display: none;
}
.desc {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
}
.about_tabs {
    margin-top: 60px;
}
.nav-tabs {
    border: none;
}
.nav-tabs .nav-item {
    margin-bottom: 0;
}
.nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    padding: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    background: transparent;
    border: none;
}
.about_tabs .nav-tabs .nav-link {
    border-bottom: 3px solid transparent;
    padding: 30px 0;
}
.about_tabs .nav-tabs li:not(:last-child) {
    margin-right: 100px;
}
.img_active {
    display: none;
}
.txt_tabs {
    font-family: 'Myriad Pro';
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-left: 10px;
    line-height: 1;
}
.about_tabs .nav-tabs .nav-link.active {
    border-bottom: 3px solid #d7a818;
}
.about_tabs .nav-tabs .nav-link.active .img_active {
    display: inline-block;
}
.about_tabs .nav-tabs .nav-link.active .img_nor {
    display: none;
}
.about_tabs .nav-tabs .nav-link.active .txt_tabs {
    color: #d7a818;
}
.about_tabs .nav-tabs {
    position: relative;
}
.about_tabs .nav-tabs:before {
    background: rgba(246, 246, 246, 0.1);
    content: '';
    position: absolute;
    left: -500px;
    right: -200px;
    top: 0;
    bottom: 0;
    pointer-events: none;
}
.index_pj {
    background: url("../images/bg-pj.jpg") no-repeat top /cover;
    overflow: hidden;
}
.text_stroke {
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 2px #fff;
    font-family: 'Averta';
    font-size: 180px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    pointer-events: none;
}
.index_pj .text_stroke {
    position: absolute;
    right: -8px;
    top: 50px;
}
.pj_tabs {
    padding-top: 120px;
}
.pj_tabs .nav-tabs li {
    height: 40px;
    display: flex;
    width: 100%;
}
.pj_tabs .nav-item .nav-link {
    color: rgba(54, 54, 54, 0.6);
    font-family: 'Myriad Pro';
    font-size: 24px;
    line-height: 1;
    position: relative;
}
.pj_tabs .nav-item .nav-link.active {
    font-size: 30px;
    font-weight: bold;
    color: rgb(54 54 54)
}
.pj_tabs .nav-item:not(:last-child) {
    margin-bottom: 20px;
}
.pj_tabs .nav-item .nav-link.active:before {
    content: '';
    height: 4px;
    background-color: #d3af35;
    width: 300px;
    position: absolute;
    left: calc(-300px - 30px);
    top: 15px;
}
.pj_item .zoom-img:before {
    padding-bottom: 49%;
}
.pj_item .zoom-img {
    border: solid 6px #d3af35;
}
.date {
    background-color: #d3af35;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 63px;
    padding: 10px 0;
    position: absolute;
    left: 28px;
    bottom: -30px;
    z-index: 2;
}
.date > * {
    color: #fff;
    font-size: 18px;
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'SFU Helvetica';
}
.date strong {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}
.pj_relative {
    margin-bottom: 25px;
}
.pj_cache {
    border-left: 2px solid #d3af35;
    padding: 45px 0 0 25px;
}
.pj_cache h4 a {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    height: 50px;
    overflow: hidden;
}
.pj_slider .pj_cache h4 a {
    color: #363636;
    font-weight: normal;
}
.pj_cache h4 a:hover {
    color: #e0a800;
}
.index_pj .text_stroke {
    -webkit-text-stroke: 2px #e1b10c
}
.xt {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.pj_item.swiper-slide-active .zoom-img:before {
    padding-bottom: 90%;
    transition: all ease 0.3s;
}
.pj_slider .swiper-wrapper {
    align-items: center;
    min-height: 600px;
}
.partner {
    background: url("../images/bg-partner.jpg") no-repeat top center /cover;
}
.title_db {
    margin-bottom: 90px;
}
.title_db p {
    color: #fff;
    font-size: 46px;
    text-align: center;
}
.title_db p:first-child {
    color: #e0a800;
    font-weight: bold;
}
.partner_slider {
    margin-bottom: 120px;
}
.partner_item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 100%;
}
.swiper-button-white:after {
    color: #fff;
    font-size: 30px;
}
.swiper-button-white.swiper-button-next {
    right: -60px;
}
.swiper-button-white.swiper-button-prev {
    left: -60px;
}
footer{
    background: url("../images/bg-ft-1.png") no-repeat top -118px left -112px ,url("../images/bg-ft-2.png") no-repeat bottom -180px left -200px ,url(../images/bg-ft-3.png) no-repeat right -200px bottom -200px #e6e6e6;
}
.ft_logo {
    margin-bottom: 60px;
}
.form input, .form textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(17, 17, 17, 0.6);
    display: block;
    width: 100%;
    height: 46px;
}
.ft_1 h2 {
   font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.ft_1 p:not(:last-child) {
    margin-bottom: 25px;
}
.ft_1 p a {
    color: #111;
}
.ft_1 strong {
    color: #008c3f;
    margin-right: 5px;
}
.btn_radius {
    width: 200px;
    height: 50px;
    border-radius: 25px;
    border: solid 2px #008c3f;
    background-color: #d7d4d4;
    color: #008c3f;
    font-weight: 500;
}
.btn_radius:hover {
    background: #008c3f;
    color: #fff;
}
.social {
    margin-top: 90px;
}
.social a {
    border: solid 2px #949494;
    border-radius: 50%;
    color: #929292;
    font-size: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    width: 120px;
}
.social a:not(:last-child) {
    margin-right: 40px;
}
.social a:hover {
    background: #d3af35;
    border-color: #d3af35;
    color: #fff;
}
.copyright {
    padding: 30px 0;
}
.copyright, .copyright a {
    color: #292929;
    font-family: 'SFU Helvetica';
    font-size: 20px;
}
.index_news {
    background: url("../images/bg-news.jpg") no-repeat top center /cover;
}
.index_news .text_stroke_right {
    right: 0;
    top: 3px;
    left: auto;
    position: absolute;
    line-height: 0.7;
    opacity: 0.4;
    -webkit-text-stroke: 1px #fff;
}
.index_news .text_stroke_left {
    bottom: 0;
    left: 15px;
    position: absolute;
}
.news_item .zoom-img {
    border: solid 10px #d3af35;
}
.news_item .zoom-img:before {
    padding-bottom: 55%;
}
.news_title a {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}
.news_title a:hover {
    color: #d3af35;
}
.news_title a:before {
    background-color: #fff;
    content: '';
    width: 105px;
    height: 2px;
    position: absolute;
    bottom: 0;
}
.news_title a:hover:before {
    background: #d3af35;
}
.news_relative .date {
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: auto;
}
.news_item_type2 .zoom-img, .news_item_type3 .zoom-img {
    border: none;
}
.news_item_type2 .date, .news_item_type3 .date {
    left: 0;
    top: 0;
}
.sidenav-wrapper {
    position: fixed;
    top: 23%;
    left: 40px;
    z-index: 10;
}
#menus a {
    /*color: rgba(255, 255, 255, 0.6);*/
    font-size: 14px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    padding-bottom: 40px;
    position: relative;
    width: 10px;
}
#menus a:before {
    background: rgba(255,255, 255, 0.6);
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    right: -30px;
    top: 0;
}
#menus li:last-child a {
    padding-bottom: 0;
}
#menus .active a {
    color: #ddb52b;
    font-weight: 600;
}
#menus .active a:before {
    background: #ddb52b;
}
.about_1 {
    background: url("../images/bg-about-1.jpg") no-repeat center /cover;
}
.title_db_right p {
    text-align: right !important;
}
.title_db_2 p:first-child {
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
}
.title_db_2 p:last-child {
    font-weight: bold;
    font-size: 50px;
    line-height: 1;
}
.desc_p p {
    color: #f6f6f6;
    font-size: 18px;
    line-height: 1.64;
}
.desc_p p:not(:last-child) {
    margin-bottom: 20px;
}
.about_2 {
    background: url("../images/bg-about-2.jpg") no-repeat center /cover;
}
.sm_title {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.sm_title span {
    background-color: #008c3f;
    border-radius: 50%;
    margin-right: 20px;
    width: 70px;
    height: 70px;
}
.sm_item .desc_p strong {
    color: #e1b10c;
}
.about_2 .col-md-6:last-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 60px;
}
.main_page .container {
    padding-left: 200px;
}
.about_3 {
    background: url("../images/bg-about-3.jpg") no-repeat center /cover;
}
.mgl_200 {
    margin-left: -200px;
}
.container-fluid {
    padding: 0 45px;
}
.about_3 .container-fluid {
    padding-left: calc((100% - 1530px)/2 + 170px);
}
.history_slider .pj_item.swiper-slide-active {
    width: 900px !important;
}
.history_slider .pj_item .zoom-img:before {
    padding-bottom: 240px;
}
.history_slider .pj_item.swiper-slide-active .zoom-img:before{
    padding-bottom: 400px;
}
.about_3 .date {
    background-color: #e1b10c;
    font-size: 30px;
    font-weight: bold;
    width: auto;
    padding: 15px 30px;
}
.about_3 .swiper-slide-active .date {
    font-size: 40px;
}
.about_3 .swiper-wrapper {
    align-items: flex-end;
}
.about_4 {
    background: url("../images/bg-about-4.jpg") no-repeat center /cover;
}
.main_page .partner .container {
    padding-left: 15px;
}
.sec_nav .nav-tabs  a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 20px;
    font-weight: 500;
    color: #f6f6f6;
    text-transform: uppercase;
    padding: 0 60px 30px 60px;
}
.sec_nav .nav-tabs a.active, .sec_nav .nav-tabs a:hover {
    color: #e1b10c;
    border-bottom: 2px solid  #e1b10c;
}
.sec_cover .zoom-img:before {
    padding-bottom: 92%;
}
.sec_text p:not(:last-child) {
    margin-bottom: 20px;
}
.sec_text p {
    color: #f6f6f6;
    font-size: 20px;
}
.sec_content {
    padding-top: 60px;
}
.menus_page li a {
    display: flex;
    align-items: center;
    position: relative;
}
.menus_page li span:first-child {
    font-family: 'Oswald', sans-serif;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
    font-size: 20px;
    width: 20px;
    padding-bottom: 60px;
    position: relative;
    margin-right: 60px;
}
.menus_page li span:last-child {
    color: #f6f6f6;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    visibility: hidden;
    opacity: 0;
}
.menus_page a:before {
    background: rgba(255,255, 255, 0.6);
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    left: 60px;
    top: 0;
}
.menus_page .active span:first-child {
    color: rgba(225, 177, 12, 0.9);
    font-weight: 500;
}
.menus_page .active span:last-child {
    opacity: 1;
    visibility: visible;
}
.menus_page .active a:before {
    background-color: #ddb52b;
    left: 59px;
    width: 2px;
}
.projects {
    background: url("../images/bg-project.jpg") no-repeat center /cover;
}
.projects_slider .pj_cache h4 a {
    font-weight: 500;
}
.projects_slider .pj_item.swiper-slide-active .zoom-img:before, .projects_slider .pj_item .zoom-img:before {
    padding-bottom: 60%;
}
.projects_slider .pj_item .zoom-img {
    border-radius: 90px 0 90px 0;
}
.projects_slider {
    margin-top: 60px;
}
.projects_slider .swiper-button-prev {
    left: -90px;
}
.projects_slider  .swiper-button-next {
    right: -90px;
}
.projects_slider  .swiper-button:after {
    color: #fff;
    font-size: 35px;
}
.projects_slider  .swiper-button:hover:after {
    color: #ddb52b;
}
.section_single .title_db_2 {
    margin-bottom: 30px;
}
.projects_detail {
    background: url("../images/bg-pj-detail.jpg") no-repeat center /cover;
}
.pj_album_1 .zoom-img:before {
    padding-bottom: 58%;
}
.pj_album_2 .zoom-img:before {
    padding-bottom: 61%;
}
.pj_album_1 .zoom-img, .pj_album_2 .zoom-img {
    border: solid 2px #fff;
}
.pj_album_1 .zoom-img, .pj_album_1 .zoom-img img {
    border-radius: 22px;
}
.pj_album_2 .zoom-img, .pj_album_2 .zoom-img img {
    border-radius: 12px;
}
.pj_album_2 .swiper-slide-thumb-active {
    border: solid 2px #e1b10c;
}
.pj_content {
    padding-left: 30px;
}
.pj_content h1 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin: 20px 0;
}
.btn_brown {
    border-radius: 10px;
    background-color: #e1b10c;
    height: 45px;
    font-weight: bold;
    color: #fff;
    padding: 0 20px;
}
.btn_brown:hover {
    background: #fff;
}
.pj_content ul {
    margin: 30px 0;
}
.pj_content ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    display: flex;
    font-size: 18px;
    padding: 15px 0;
}
.pj_content ul span {
    color: #e1b10c;
    font-weight: bold;
    flex: 0 0 140px;
    max-width: 140px;
}
.pj_content ul li i {
    margin-right: 7px;
    width: 20px;
}
.section_single {
    padding-top: 30px;
}
.news {
    background: url("../images/bg-newss.jpg") no-repeat center /cover;
}
.news_box {
    margin-top: 60px;
}
.news_box .news_item .zoom-img {
    border-width: 6px;
}
.news_box .news_relative .date {
    left: 6px;
    top: 6px;
}
.news_box .news_title a {
    font-size: 18px;
}
.pagi {
    margin-top: 30px;
}
.pagi li:not(:last-child) {
    margin-right: 10px;
}
.pagi li a {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}
.pagi li.active a, .pagi li:hover a {
    background: rgba(255, 255, 255, 0.9);
    color: #008c3f;

}
.news_right li {
    display: flex;
    margin-top: 30px;
}
.news_right li > a {
    border-radius: 6px;
    flex: 0 0 92px;
    max-width: 92px;
    margin-right: 20px;
}
.news_right a img {
    border-radius: 6px;
    object-fit: cover;
    height: 92px;
    width: 100%;
}
.news_right li p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-bottom: 5px;
}
.news_right li div a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.news_right li div a:hover {
    color: #e1b10c;
}
.n_title {
    color: #e1b10c;
    text-transform: uppercase;
    padding-left: 50px;
    position: relative;
}
.n_title:before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #e1b10c;
    position: absolute;
    left: 0;
    top: 10px;
}
.n_title_2 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.news_right {
    padding-left: 60px;
}
.news_left > p {
    color: #fff;
}
.news_left h1 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
}
.news_left article p, .news_left article div {
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: justify;
}
figcaption {
    margin-top: 10px;
    font-style: italic;
}
.news_left article img {
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 0 auto;
}
.news_left {
    max-height: 740px;
    overflow-x: auto;
    padding-right: 30px;
}
.box_scroll::-webkit-scrollbar-track {
    background-color: transparent;
}
.box_scroll::-webkit-scrollbar {
    background-color: transparent;
    width: 4px;
}
.box_scroll::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3);;
    border-radius: 2px;
}
.albums {
    background: url("../images/bg-album.jpg") no-repeat center /cover;
}
.album_item .zoom-img {
    border: solid 6px #e1b10c;
}
.album_item .zoom-img:before {
    padding-bottom: 55%;
}
.album_text {
    background-color: #00843b;
    position: absolute;
    bottom: 50px;
    left: 100px;
    z-index: 2;
    max-width: 510px;
    padding: 20px;
}
.album_text h4 a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    line-height: 1.45;
}
.album_text h4 {
    margin-bottom: 40px;
}
.album_text h4 a:before {
    content: '';
    width: 101px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -20px;
}
.btn_x {
    background: url("../images/icon-z.png") no-repeat center right;
    padding-right: 25px;
}
.album_text h4 a:hover {
    color: #e1b10c;
}
.album_slider .swiper-button {
    bottom: 40px;
    top: auto;
    left: auto;
    right: 18%;
}
.album_slider .swiper-button:after {
    color: #fff;
    font-size: 25px;
}
.album_slider .swiper-button-prev {
    right: calc(18% + 50px);
}
.contact {
    background: url("../images/bg-contact.jpg") no-repeat center /cover;
}
.map {
    margin-top: 60px;
}
.map iframe {
    border-radius: 20px;
    height: 270px;
}
.contact .ft_1 h2 {
    color: #fff;
}
.contact .ft_1  p, .contact .ft_1 p a {
    color: #fff;
}
.contact .form input, .contact .form textarea {
    border-color: rgba(214, 214, 214, 0.6);
    color: #fff;
}
.contact .form input::-webkit-input-placeholder { color: #fff;font-size: 16px; }
.contact .form input::-moz-placeholder { color: #fff;font-size: 16px; }
.contact .form input:-ms-input-placeholder { color: #fff;font-size: 16px; }
.contact .form textarea::-webkit-input-placeholder { color: #fff;font-size: 16px; }
.contact .form textarea::-moz-placeholder { color: #fff;font-size: 16px; }
.contact .form textarea:-ms-input-placeholder { color: #fff;font-size: 16px; }
.contact .btn_radius {
    background: transparent;
    border-color: #e1b10c;
    color: #fff;
}
.contact .btn_radius:hover {
    background: #e1b10c;
}
.md_slider__scroll {
    width: 21px;
    height: 32px;
    border-radius: 20px;
    border: solid 1px #fff;
    cursor: pointer;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    bottom: 20px;
    pointer-events: none;
    z-index: 99;
}
.md_slider__scroll:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    top: 8px;
    background-color: #ff8b24;
    -webkit-animation: sliderScroll 1s;
    animation: sliderScroll 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.md_slider__scroll:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    height: 2.08333vw;
    width: 1px;
    background-color: #e7e6e1;
    margin-top: 1px;
}

@-webkit-keyframes sliderScroll {
    0% {
        opacity: 0
    }
    to {
        opacity: 1;
        top: 60%
    }
}

@keyframes sliderScroll {
    0% {
        opacity: 0
    }
    to {
        opacity: 1;
        top: 60%
    }
}
.pj_slider .pj_item .zoom-img {
    border-radius: 60px 0;
}
.banner_item  img {
    object-fit: cover;
    height: 100vh;
    width: 100%;
    transform: scale(1.1);
    opacity: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: opacity .8s ease-in-out,-webkit-transform 10s;
    transition: opacity .8s ease-in-out,-webkit-transform 10s;
    -o-transition: transform 10s,opacity .8s ease-in-out;
    transition: transform 10s,opacity .8s ease-in-out;
    transition: transform 10s,opacity .8s ease-in-out,-webkit-transform 10s;
}
.banner_item.swiper-slide-active img{
    transform: scale(1);
    opacity: 1;
}
.partner_item img {
    filter: brightness(0) invert(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.partner_item:hover img {
    filter: none

}
.box_2 {
    max-height: 740px;
    overflow-x: auto;
    padding-right: 30px;
}
/*css 0309*/
.jobs {
    background: url(../images/bg-tuyen-dung.png) no-repeat center /cover;
    position: relative;
}
.jobs:before {
    background: rgba(0, 0, 0, 0.4);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}
.recu-body {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 15px 10px 15px 40px;
}
.recu-scroll {
    height: 560px;
    overflow: auto;
}
.recu-scroll::-webkit-scrollbar-track {
    background-color: transparent;
}
.recu-scroll::-webkit-scrollbar {
    background-color: transparent;
    width: 6px;
}
.recu-scroll::-webkit-scrollbar-thumb {
    background-color: #c4c4c4;
    border-radius: 3px;
}
.recu-item h4 {
    display: flex;
    align-items: center;
}
.recu-item h4 a {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.67;
    color: #191d3f;
}
.recu-item h4 span {
    width: 36px;
    height: 16px;
    border-radius: 4px;
    background-color: #d32030;
    margin-left: 20px;
    font-size: 10px;
    color: #fff;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.recu-bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.recu-bot span {
    color: #191d3f;
    width: 20%;
}
.recu-bot span:nth-child(3) {
    width: 40%;
}
.recu-bot i {
    color: #d32030;
    margin-right: 5px;
}
.recu-item {
    max-width: 95%;
    padding: 15px 0;

}
.recu-item:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0 , 0.1);
}
.recu-bot a i {
    color: #191d3f;
    font-size: 22px;
    transition: all ease 0.3s;
}
.recu-bot a:hover i {
    color: #d32030;
}
.cs-body {
    padding: 30px 10px 30px 60px;
}
.cs-body .recu-scroll {
    max-height: 500px;
}
.cs-article {
    padding-right: 60px;
}
.cs-article p {
    color: #000;
    line-height: 1.78;
    margin-bottom: 20px;
}
.recu-box {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    height: calc(100vh - 131px);
}
.recu-left {
    padding: 30px 15px 30px 30px;
    margin-right: 50px;
    width: 65%;
}
.recu-right {
    width: calc(35% - 50px);
}
.recu-left .recu-scroll {
    max-height: 100%;
    overflow: auto;
}
.recu-dt {
    padding-right: 60px;
}
.recu-dt h1 {
    font-size: 36px;
    font-weight: 900;
    color: #263e90;
    margin-bottom: 10px;
}
.recu-dt .recu-bot {
    border-bottom: 1px solid rgba(125, 125, 125, 0.35);;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.recu-dt .recu-bot span {
    margin-right: 50px;
    width: auto;
}
.recu-yc {
    margin-bottom: 30px;
}
.recu-yc h2 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration: underline;
    text-transform: uppercase;
}
.recu-yc * {
    background: none !important;
    color: #191d3f !important;
    font-weight: normal !important;
    font-family: 'Roboto', sans-serif !important;
}
.recu-yc p, .recu-yc li{
    border: none !important;
    color: #191d3f !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
}
.recu-yc li {
    position: relative;
    padding-left: 15px;
}
.recu-yc li:before {
    content: '';
    background: #000;
    border-radius: 50%;
    height: 5px;
    width: 5px;
    position: absolute;
    left: 0;
    top: 8px;
}
.recu-right {
    padding: 30px;
}
.recu-right h2 {
    font-size: 22px;
    font-weight: 700;
    color: #ea272a;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.input-nor {
    display: block;
    height: 45px;
    border-radius: 8px;
    border: solid 1px #bdbdbd;
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    padding: 0 10px;
    width: 100%;
}
.input-nor::-webkit-input-placeholder { color: #191d3f;font-size: 16px; font-weight: 700}
.input-nor::-moz-placeholder { color: #191d3f;font-size: 16px; font-weight: 700}
.input-nor:-ms-input-placeholder { color: #191d3f;font-size: 16px; font-weight: 700}
.fake label {
    height: 60px;
    border-radius: 8px;
    border: dashed 1px #a7a7a7;
    background-color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.fake input {
    position: absolute;
    left: 0;
    width: 1px;
    opacity: 0;
    visibility: hidden;
}
.fake label img {
    margin-right: 10px;
}
.dl a {
    border-radius: 8px;
    border: solid 1px #f0f0f0;
    background-color: rgba(155, 155, 155, 0.8);
    height: 60px;
    width: 70%;
    margin: 40px auto;
    font-size: 14px;
    font-weight: 700;
    color: #191d3f;
}
.dl a:hover {
    background-color: #ea272a;
    color: #fff;
}
.send {
    border: none;
    height: 60px;
    border-radius: 8px;
    background-color: #ea272a;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.send:hover {
    background: #263170;
}
.main-recu-dt {
    padding: 60px 0;
}
.recu-box {
    height: calc(100vh - 291px);
}
.jobs .container {
    position: relative;
    z-index: 2;
}
.social_fix {
    position: fixed;
    z-index: 9999;
    right: 40px;
    bottom: 103px;
}
.social_fix a {
    color: #fff;
    display: block;
    margin-top: 20px;
    text-align: center;
}
.social_fix a:hover {
    color: #d3af35;
}
.top_nav {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.top_nav li:not(:last-child) {
    margin-right: 30px;
}
.top_nav a {
    color: #4a4a4a;
    font-size: 14px;
}
.top_nav a:hover {
    color: #d3af35;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
    .recu-scroll {
        max-height: 380px;
    }
    .recu-dt h1 {
        font-size: 24px;
    }
    .recu-box {
        padding: 15px;
    }
    .recu-right h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .input-nor {
        margin-bottom: 10px;
    }
    .dl a {
        margin: 10px auto;
    }
    .fake label {
    }
    .jobs_detail .title_db_2 {
        display: none;
    }
    .section_single.jobs_detail .container {
        padding-top: 0 !important;
    }
    .recu-dt {
        padding-right: 30px;
    }
    .recu-box {
        height: calc(100vh - 190px);
    }
    .send, .dl a {
        height: 50px;
    }
    .btn-search {
        margin-right: 20px;
    }
    .search-hd:before {
        right: 117px;
    }
}
@media screen and (max-width: 1199px) {
    .news-left, .recu-left .recu-scroll {
        max-height: none;
        padding: 0;
    }
    .news-left h1, .recu-dt h1 {
        font-size: 24px;
    }
    .recu-box {
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
        padding: 30px 15px;
        height: auto;
    }
    .recu-dt, .cs-article {
        padding-right: 0;
    }
    .recu-right {
        margin-top: 20px;
    }
    .dl a {
        margin: 20px auto;
    }
    .flex {
        flex-wrap: wrap;
    }
    .recu-body {
        padding: 15px;
    }
    .recu-scroll {
        max-height: none;
    }
    .recu-item {
        max-width: 100%;
    }
    .recu-bot {
        flex-wrap: wrap;
    }
    .recu-bot span {
        margin-bottom: 10px;
        width: 100%;
    }
    .recu-bot span:nth-child(3) {
        margin-bottom: 0;
        width: 100%;
    }
    .recu-bot a {
        display: none;
    }
    .recu-form select {
        background-position: right 10px top 10px;
        height: 46px;
        font-size: 16px;
    }
    .ct-left {
        padding-right: 0;
    }
    .none_mb {
        display: none;
    }
}
article * {color: #fff;}
.news_dtt {background: #fff !important;}
.news_dtt .news_left * {color: #363636 !important;}
.news_dtt .n_title_2, .news_dtt .news_right li div a, .news_dtt .news_right li p {color: #363636}
.index_news .news_title a:before {
    background: #363636;
}
.index_news .news_title a {
    color: #363636
}
.index_news .text_stroke {
    -webkit-text-stroke: 2px #d3af35;
}
.index_news .news_title a:hover {
    color: #d3af35;
}
.index_news .news_title a:hover:before {
    background: #d3af35;
}
.index_news, .partner {
    background: transparent;
}
.partner .title_db p {
    color: #363636;
}
.partner .title_db p:first-child {
    color: #d3af35;
}
.partner .desc {
    color: #363636;
}
.partner_item img {
    filter: none;
}