@import "reset.css";
@import "fonts.css";
#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;}
header {
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}
.search-hd {
    position: absolute;
    width: 300px;
    right: 0;
    z-index: 2;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
    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: 2px;
    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;}
.btn-none {
    background: transparent;
    border: none;
    padding: 0;
}
.btn-none:focus {
    box-shadow: none;
}
.flex-wrap {display: flex;}
.cols-left {
    flex: 0 0 30%;
    max-width: 30%;
    padding-left: 80px;
}
.cols-right {
    flex: 0 0 70%;
    max-width: 70%;
    padding-right: 120px;
}
header .cols-right {
    padding-right: 0;
}
.header_right {
    display: flex;
    align-items: center;
}
.header_plus {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    flex: 0 0 120px;
    max-width: 120px;
}
.header_nav {
    border-right: 1px solid rgba(38, 49, 112, 0.2);
    border-left: 1px solid rgba(38, 49, 112, 0.2);
    padding: 0 80px;
    width: 100%;
}
.header_nav > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_nav > ul > li > a {
    font-size: 14px;
    font-weight: bold;
    padding: 26px 0;
    text-transform: uppercase;
}
.has-child > a:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    margin-left: 7px;
}
.header_nav > ul > li > a:hover {
    color: #ea272a;
}
.btn-search {
    color: #263170;
    line-height: 1;
    margin-right: 15px;
}
.language a img {
    height: 24px;
    width: 24px;
}
main {
    display: flex;
    align-items: center;
    margin-top: 71px;
    height: calc(100vh - 71px);
    padding: 90px 0;
    position: relative;
}
main:before {
    background: rgba(38, 49, 112, 0.4);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block !important;
}
main > section {
    position: relative;
    z-index: 2;
    width: 100%;
}
.main-index {
    background: url("../images/home-bgr.jpg") no-repeat center /cover;
    padding-top: 30px;
}
.home_left {
    padding-right: 40px;
}
.home_left h1 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0 40px 0;
}
.home_logo {
    padding-bottom: 20px;
    position: relative;
}
.home_logo:before {
    background-color: #ea272a;
    content: '';
    width: 120px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.btn-red {
    background-color: #ea272a;
    background-image: url("../images/icon-right.png");
    background-repeat: no-repeat;
    background-position: center right 20px;
    border: 2px solid transparent;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    padding: 8px 40px 0 20px;
}
.btn-red:hover {
    background-color: #fff;
    background-image: url("../images/icon-right-red.png");
    border-color: #ea272a;
    color: #ea272a;
}
.home-item {
    /*flex: 0 0 calc((100% - 4 * 40px) / 5);*/
    /*width: calc((100% - 4 * 40px) / 5);*/
    margin-bottom: 30px;
}
/*.about-content .home-item:not(:last-child) {*/
/*    margin-right: 40px;*/
/*}*/
.home-item .zoom-img:before {
    padding-bottom: 147%;
}

.img-abs {
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
}
.ft-social {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 30px 40px;
}
.ft-social a {
    background-color: rgba(255, 255, 255, 0.4);
    border: solid 1px #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    height: 40px;
    width: 40px;
}
.ft-social a:not(:last-child){
    margin-right: 15px;
}
.ft-social a:hover {
    background: #ea272a;
    border-color: #ea272a;
}
/*.main-me {*/
/*    background: url("../images/bg-home-2.png") no-repeat center /cover;*/
/*    padding-top: 30px;*/
/*}*/
/*.main-energy, .main-lib {*/
/*    background: url("../images/bg-home-3.png") no-repeat center /cover;*/
/*    padding-top: 30px;*/
/*}*/
/*.main-pt {*/
/*    background: url("../images/bg-home-4.png") no-repeat center /cover;*/
/*    padding-top: 30px;*/
/*}*/
/*.main-parkland {*/
/*    background: url("../images/bg-home-5.png") no-repeat center /cover;*/
/*    padding-top: 30px;*/
/*}*/
/*.main-agri {*/
/*    background: url("../images/bg-home-6.png") no-repeat center /cover;*/
/*    padding-top: 30px;*/
/*}*/
.company .cols-left {
    flex: 0 0 38%;
    max-width: 38%;
    padding-left: 0;
    display: flex;
    align-items: flex-end;
}
.company .cols-right {
    flex: 0 0 62%;
    max-width: 62%;
}
.company-text {
    background: rgba(234, 39, 42, 0.8);
    padding: 30px 30px 30px 80px;
    min-width: 80%;
}
.company .home_logo:before {
    width: 80px;
}
.btn-red-w {
    background-color: transparent;
    background-position: center right 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    height: auto;
    padding: 5px 15px 5px 0;
    transition: all ease 0.3s;
}
.btn-red-w:hover {
    background-color: transparent;
    background-image: url(../images/icon-right.png);
    border-color: transparent;
    border-bottom-color: #ea272a;
    color: #fff;
    margin-left: 10px;
}
.company .home_left h1 {
    margin-bottom: 20px;
}
.menus li:not(:last-child) {
    margin-bottom: 16px;
}
.menus a {
    background-color: #263170;
    background-image: url(../images/icon-right-lg_red.png);
    background-repeat: no-repeat;
    background-position: center right 20px;
    box-shadow: 12px 12px 40px 0 rgba(23, 29, 63, 0.6);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    text-transform: uppercase;
    width: 290px;
}
.menus li:hover a {
    background-image: url(../images/icon-right-lg_white.png);
    color: #fff;
}
.menus li:first-child a:hover {
    background-color: rgba(234, 39, 42, 1);
}
.menus li:nth-child(2) a:hover {
    background-color: #ff7d01;
}
.menus li:nth-child(3) a:hover {
    background-color: #ffa600;
}
.menus li:nth-child(4) a:hover {
    background-color: #e1b704;
}
.menus li:nth-child(5) a:hover {
    background-color: #ffcf00;
}
.menus .active a {
    background-image: url(../images/icon-right-lg_white.png);
    color: #fff;
}
.main-me .menus .active a {
    background-color: rgba(234, 39, 42, 1);
}
.main-energy .menus .active a {
    background-color: #0f1950;
}
.main-pt .menus .active a {
    background-color: #ffa600;
}
.main-parkland .menus .active a {
    background-color: #cb9765;
}
.main-agri .menus .active a {
    background-color: #ffcf00;
}
.main-energy .company-text {
    background-color: rgba(38, 49, 112, 0.8);
}
.main-pt .company-text {
    background-color: rgba(252, 165, 3, 0.8);
}
.main-parkland .company-text {
    background-color: rgba(203, 151, 101, 0.8);
}
.main-agri .company-text {
    background-color: rgba(138, 118, 3, 0.8)
}
.main-about {
    padding: 0;
}
.main-about:after {
    background: rgba(255, 255, 255, 0.3);
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    left: 80px;
    top: 0;
}
.main-about .cols-left {
    flex: 0 0 20%;
    max-width: 20%;
}
.main-about .cols-right {
    flex: 0 0 80%;
    max-width: 80%;
}
.main-about-1 {
    background: url("../images/bg-about.png") no-repeat center /cover;
}
.main-about-2 {
    background: url("../images/bg-triet-ly.png") no-repeat center /cover;
}
.main-about-1:before {
    background: linear-gradient(90deg, rgba(31, 49, 99, 0.15) 0%, #1F3163 100%);
}
/*.main-about-1:before {*/
/*    display: none;*/
/*}*/
.title-page {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 60px;
    text-transform: uppercase;
}
.about-nav li:not(:last-child) {
    margin-bottom: 40px;
}
.about-nav a {
    color: #fff;
    font-size: 18px;
    padding-left: 25px;
    position: relative;
}
.about-nav a:before {
    background: #fff;
    border-radius: 50%;
    content: '';
    height: 9px;
    width: 9px;
    position: absolute;
    left: -4px;
    top: 7px;
    z-index: 2;
}
.about-nav a:hover {
    text-decoration: underline;
}
.about-nav .active a {
    font-weight: 900;
    text-decoration: underline;
}
.about-img {
    flex: 0 0 35%;
    max-width: 35%;
}
.about-img img {
    border-radius: 8px;
    height: 600px;
    width: 100%;
    object-fit: cover;
}
.about-text {
    flex: 0 0 65%;
    max-width: 700px;
    padding: 30px 0 0 80px;
}
.about-text h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}
.about-text p {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}
.about-text p:not(:last-child) {
    margin-bottom: 20px;
}
.tl-item {
    display: flex;
}
.tl-item:not(:last-child) {
    margin-bottom: 40px;
}
.tl-item > span {
    background-color: rgba(255, 255, 255, 0.3);
    border: solid 1px #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    flex: 0 0 100px;
    max-width: 100px;
    margin-right: 30px;
}
.tl-text h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.tl-text p, .tl-text li {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}
.tl-text p:not(:last-child), .tl-text li:not(:last-child) {
    margin-bottom: 20px;
}
.tl-text li {
    padding-left: 15px;
    position: relative;
}
.tl-text li:before {
    background: #fff;
    border-radius: 50%;
    content: '';
    height: 6px;
    width: 6px;
    position: absolute;
    left: 0;
    top: 10px;
}
.pd-80 {
    padding: 0 80px;
}
.nl-nav {
    display: flex;
    align-items: center;
    position: relative;
}
.nl-nav:before {
    background: rgba(255, 255, 255, 0.3);
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.nl-nav a {
    border-bottom: 2px solid transparent;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    flex: 1 0 auto;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.nl-nav a.active {
    border-bottom-color: #fff ;
    color: #fff;
    font-weight: bold;
}
.nl-index {
    display: flex;
}
.nl-item {
    border: 1px solid #fff;
    border-top: none;
    border-radius: 20px;
    flex: 1 0 auto;
    text-align: center;
    padding: 30px;
    position: relative;
}
.nl-item:not(:last-child) {
    margin-right: 40px;
}
.nl-i {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}
.nl-i span {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin-right: 5px;
}
.nl-y {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    top: -15px;
    z-index: 2;
    left: 0;
    right: 0;
    padding-top: 4px;
}

.chart img {
    width: 100%;
}
.nl-content-1 > p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 30px 0 40px 0;
}
.nl-y:before, .nl-y:after {
    border: 1px solid #fff;
    content: '';
    height: 20px;
    width: 20%;
    top: 15px;
    position: absolute;
}
.nl-y:before {
    border-radius: 20px 0 0 0;
    border-bottom: none;
    border-right: none;
    left: -1px;
}
.nl-y:after {
    border-radius: 0 20px 0 0;
    border-bottom: none;
    border-left: none;
    right: -1px;
}
.about-content-tv {
    align-items: center;
    height: 100%;
}
.main-about-tv {
    background: url("../images/bg-tvien.png") no-repeat center /cover;
    align-items: flex-start;
    padding-top: 90px;
}
.main-about-dt {
    background: url("../images/bg-dtac.png") no-repeat center /cover;
    align-items: flex-start;
    padding-top: 90px;
}
.main-about-tv:before {
    background: rgba(0, 0, 0, 0.2);
}
.main-about-dt .nl-nav {
    max-width: 50%;
    margin: 0 auto;
}
.about-partner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.about-partner a {
    background: #fff;
    border-radius: 12px;
    flex: 0 0 calc((100% - 2*60px) / 3);
    max-width: calc((100% - 2*60px) / 3);
    margin-right: 60px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.about-partner a:nth-child(3n) {
    margin-right: 0;
}
.about-partner a img {
    max-height: 100%;
}
.main-120 {
    align-items: flex-start;
    padding-top: 30px;
}
.main-about-dt .about-nav, body .main-120 .about-nav{
    margin-top: 120px;
}
.main-nl .about-nav {
    margin-top: 30px;
}

.ns-slide {
    padding: 0 100px 0 80px;
    position: relative;
}
.ns-slide img {
    object-fit: cover;
    height: 480px;
    border-radius: 20px;
    width: 100%;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    display: none;
}
.swiper-button {
    width: 50px;
    height: 50px;
    border: solid 1px #fff;
}
.swiper-button:hover {
    background-color: rgba(234, 39, 42, 0.4);
}
.nl-content-sc {
    padding: 30px 0 0 0;
}
.nl-scroll {
    max-height: calc(100vh - 320px);
    overflow: auto;
}
.nl-scroll::-webkit-scrollbar-track {
    background-color: transparent;
}
.nl-scroll::-webkit-scrollbar {
    background-color: transparent;
    width: 6px;
}
.nl-scroll::-webkit-scrollbar-thumb {
    background-color: #c4c4c4;
    border-radius: 3px;
}
.ns-text {
    color: #fff;
    padding: 0 100px 0 80px;
}
.nl-content .desc {
    color: #fff;
    font-size: 18px;
    margin: 20px 0;
}
.nl-2_group {
    display: flex;
    margin: 20px 0;
}
.nl-2_group > div {
    flex: 1;
}
.nl-2_item span,.nl-2_item div {
    font-size: 46px;
    font-weight: 700;
}
.nl_dt p:not(:last-child) {
    margin-bottom: 15px;
}
.nl_dt p {
    color: #fff;
    margin-bottom: 15px;
}
.company-container {
    margin: 0 auto;
    padding: 0 120px 0 250px;
}
.lv-item {
    display: flex;
}
.lv-img {
    flex: 0 0 34%;
    max-width: 34%;
}
.lv-cache {
    padding: 0 120px;
    position: relative;
}
.lv-content {
    padding: 30px 0 0 90px;
}
.lv-logo a span:first-child {
      flex: 0 0 200px;
      max-width: 200px;
}
.lv-logo a span:first-child img {
    width: 100%;
}
.lv-name {
    border-left: 2px solid #fff;
    color: #fff;
    font-size: 53px;
    font-weight: 700;
    line-height: 1;
    margin-left: 30px;
    padding-left: 20px;
}
.lv-content .desc {
    padding: 60px 0;
}
.lv-content .desc p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.lv-content .desc p:not(:last-child) {
    margin-bottom: 20px;
}
body .swiper-pagination-number {
    bottom: 90px !important;
    text-align: right;
    padding-right: 90px;
}
.swiper-pagination-number .swiper-pagination-bullet {
    background: transparent;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    height: auto;
    width: auto;
    margin: 0 20px !important;
    transition: all ease 0.3s;
}
.swiper-pagination-number .swiper-pagination-bullet-active {
    font-size: 40px;
    font-weight: bold;
}
.pd-80-120 {
    padding-right: 120px;
}
.pro-flex {
    display: flex;
    flex-wrap: wrap;
}
.pro-flex > div {
    flex: 0 0 calc((100% - 2 * 50px) / 3);
    margin-top: 40px;
    margin-right: 50px;
}
.pro-flex > div:nth-child(3n) {
    margin-right: 0;
}
.pro-item .zoom-img:before {
    padding-bottom: 52%;
}
.pro-item .zoom-img img {
    border-radius: 12px;
}
.pro-item  h4 a {
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-top: 15px;
    line-height: 1.3;
}
.pro-item  h4 a:hover {
    color: #ea272a;
}
.main-project {
    background: url(../images/bg-project.png) no-repeat center /cover;
}
.pagi {
    margin-top: 30px;
}
.pagi li:not(:last-child) {
    margin-right: 12px;
}
.pagi li a {
    background-color: rgba(255, 255, 255, 0.3);
    border: solid 1px #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    width: 46px;
}
.pd-80-200 {
    padding: 0 200px 0 80px;
}
.pagi li a:hover , .pagi li.active a {
    background: #fff;
    color: #263e90;
}
.news .pro-item h4 a {
    font-size: 16px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.date {
    color: #fff;
    font-size: 12px;
    margin-top: 15px;
}
.main-news {
    background: url(../images/bg-news.png) no-repeat center /cover;
}
.main-news .title-page {
    margin-bottom: 20px;
}
.mgb-20 {
    margin-bottom: 20px !important;
}
.news-left {
    flex: 0 0 60%;
    max-width: 60%;
}
.news-right {
    flex: 0 0 40%;
    max-width: 40%;
}
.news-detail {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 25px 40px 0 40px;
    height: calc(100vh - 131px);
}
.main-news-dt {
    background: url(../images/bg-news-dt.png) no-repeat center /cover;
    padding: 30px 0;
}
.news-left {
    max-height: calc((100vh - 71px - 60px - 25px));
    overflow: auto;
    padding-right: 30px;
}
.news-left::-webkit-scrollbar-track {
    background-color: transparent;
}
.news-left::-webkit-scrollbar {
    background-color: transparent;
    width: 6px;
}
.news-left::-webkit-scrollbar-thumb {
    background-color: #c4c4c4;
    border-radius: 3px;
}
.news-left h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.19;
    color: #29337a;
}
.news-left .date {
    color: #d32030;
    font-size: 16px;
    margin-top: 0;
}
.news-text p {
    color: #191d3f;
    margin-top: 15px;
}
.news-text img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
}
.news-right {
    padding-left: 60px;
}
.hot-item {
    display: flex;
    margin-top: 30px;
}
.hot-item > a {
    flex: 0 0 116px;
    max-width: 116px;
    margin-right: 20px;
}
.hot-item > a img {
    border-radius: 12px;
    height: 116px;
    width: 100%;
    object-fit: cover;
}
.hot-item .date {
    color: #d32030;
    font-size: 14px;
    margin: 0 0 10px 0;
}
.hot-item h4 a {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.56;
    color: #191d3f;
}
.hot-item h4 a:hover {
    color: #d32030;
}
.news-right > h3 {
    color: #d32030;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.nb {
    color: #191d3f;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.23;
    text-transform: uppercase;
}
.main-news-dt .company-container {
    padding-right: 180px;
}
.docs-item {
    flex: 0 0 calc((100% - 3 * 30px) /4);
    max-width: calc((100% - 3 * 30px) /4);
    margin-right: 30px;
    margin-top: 30px;
}
.docs-item:nth-child(4n) {
    margin-right: 0;
}
.flex {
    flex-wrap: wrap;
}
.docs-item .zoom-img:before {
    padding-bottom: 56%;
}
.docs-item .zoom-img img {
    border-radius: 12px 12px 0 0;
}
.docs-cache {
    background: #fff;
    border-radius: 0 0 12px 12px;
    padding: 15px 10px;
    height: 150px;
}
.docs-cache .date {
    color: #bfbfbf;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.docs-cache h4 a {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.67;
    color: #263e90;
}
.docs-cache h4 a:hover, .recu-item h4 a:hover {
    color: #d32030;
}
.main-recu {
    background: url(../images/bg-tuyen-dung.png) no-repeat center /cover;
    padding: 30px 0;
}
.main-recu:before {
    background: rgba(0, 0, 0, 0.6);
}
.recu-container {
    margin: 0 auto;
    padding: 0 250px;
}
.flows {
    margin-bottom: 20px;
}
.flows .ft-social {
    margin-left: 160px;
    position: static;
    padding: 0;
}
.flows span {
    font-size: 18px;
    color: #fff;
}
.recu-head {
    padding: 0 80px 40px 80px;
}
.recu-form select, .recu-form button {
    height: 60px;
}
.recu-form {
    display: flex;
    align-items: center;
}
.recu-form select {
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url("../images/icon-l-r.png");
    background-position: right 10px top 15px;
    background-repeat: no-repeat;
    border-radius: 8px;
    flex: 0 0 calc((100% - 3 * 20px - 60px)/3);
    margin-right: 20px;
    padding: 0 30px 0 15px;
    font-size: 18px;
    font-weight: 700;
    color: #191d3f;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
.recu-form button {
    background-color: #d32030;
    border: solid 1px #fff;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
    width: 60px;
}
.recu-body {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 15px 10px 15px 40px;
}
.recu-scroll {
    max-height: 460px;
    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 {
    color: #191d3f !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin-bottom: 10px;
}
.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: 55px;
    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: 80px 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 - 191px);
}
.main-contact{
    background: url(../images/bg-contact.png) no-repeat center /cover;
    padding: 30px 0;
}
.map iframe {
    border-radius: 20px;
}
.ct-left {
    padding-right: 60px;
}
.ct-left h1 {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.ct-item {
    display: flex;
    color: #fff;
    font-size: 18px;
    flex-wrap: nowrap;
    margin-bottom: 15px;
}
.ct-item span {
    font-weight: bold;
    margin-right: 15px;
    text-decoration: underline;
}
.ct-form input, .ct-form textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    display: block;
    height: 50px;
    width: 100%;
}
.ct-form textarea {
    height: 60px;
}
.ct-form .col-md-6 {
    margin-bottom: 20px;
}
.ct-form input::-webkit-input-placeholder, .ct-form textarea::-webkit-input-placeholder  { color: #fff;font-size: 16px;}
.ct-form input::-moz-placeholder, .ct-form textarea::-moz-placeholder { color: #fff;font-size: 16px;}
.ct-form input:-ms-input-placeholder, .ct-form textarea:-ms-input-placeholder { color: #fff;font-size: 16px}
.ct-i {
    display: flex;
}
.ct-i span {
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    border: solid 1px #fff;
    background-color: rgba(255, 255, 255, 0.3);
    margin-right: 15px;
}
.ct-i h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.ct-i p {
    color: #fff;
    font-size: 14px;
}
.nm {
    margin: 40px 0;
}
.main-ls {
    background: url(../images/bg-ls.png) no-repeat center /cover;
    padding: 30px 0;
    align-items: flex-start;
}
.year-top {
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
}
.ls-slider .swiper-slide:before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}
.year-bot {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin: 5px 0;
}
.year-box {
    color: #fff;
    padding-left: 120px;
}
.year-box h4 {
    font-size: 20px;
    font-weight: bold;
}
.year-box p {
    font-size: 16px;
    margin-top: 10px;
}

.ls-slider .swiper-slide {
    padding-top: 55px;
    padding-bottom: 60px;
    width: 227px;
}
.ls-slider .swiper-slide img {
    height: 227px;
    width: 100%;
    object-fit: cover;
    transition: all ease 0.8s;
}
.ls-slider .swiper-slide-active{
    transition: all ease 0.5s;
    width: 356px !important;
    padding-top: 0;
}
.ls-slider .swiper-slide-active img {
    height: 356px !important;
    object-fit: cover;
    width: 100%;
}
.ls-slider .swiper-slide-active .year-top {
    display: none;
}
.ls-slider .swiper-slide-active:before {
    border: 6px solid #ea272a;
    height: 24px;
    width: 24px;
}
.ls-slider .swiper-slide-active:after {
    content: '';
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}
.about-ls {
    padding: 0 80px;
    position: relative;
}
.gr {
    position: absolute;
    top: 397px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gr > div {
    position: static;
}
.gr:before {
    background: #fff;
    content: '';
    height: 1px;
    width: calc(100% - 100px);
    position: absolute;
    left: 50px;
    top: 3px;
}
.header_nav li {
    position: relative;
}
.header_nav > ul > li:has(ul) > a:after {
    content: "\25BC";
    font-family: "Roboto";
    margin-left: 7px;
}
.header_nav > ul > li:last-child > a:after {
    display: none;
}
.header_nav  ul ul {
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 71px;
    min-width: 240px;
    transition: all ease 0.3s;
    z-index: 9990;
    min-height: auto;
}
.header_nav ul ul li {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.header_nav ul ul li a {
    display: flex;
    font-size: 16px;
    padding: 10px 15px;
}
.header_nav li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}
.header_nav ul ul li a:hover {
    background: #ea272a;
    color: #fff;
}
.main-ls .about-nav {
    margin-top: 80px;
}
.share a {
    color: #888;
    font-size: 15px;
}
.share a:not(:last-child) {
    margin-right: 15px;
}
.nav-tabs .nav-link, .nav-tabs {
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
}
.nav-tabs .nav-item {
    flex: 1 0 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: transparent;
    border-bottom-color: #fff;
    color: #fff;
    font-weight: bold;
}
.nav-tabs .nav-link{
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-contact .ft-social {
    left: auto;
    width: auto;
    display: block;
    padding: 10px 10px 40px 10px;
}
.ft-social a {
    display: flex;
    margin: 15px 0 0 0;
}
.home-s .main-me, .home-s .main-pt, .home-s .main-agri,
.home-s .main-energy, .home-s .main-parkland{
    padding: 0;
}
.main-index {
    padding: 0;
}
.home-s {
    height: 100%;
}
.home-s > .swiper-wrapper > .swiper-slide {
    display: flex;
    align-items: center;
    width: 100%;
}
.home-s .swiper-slide > * {
    width: 100%;
}
.home-s .home-item {
    padding-bottom: 30px;
}
.main-index .swiper-pagination {
    pointer-events: none;
    bottom: 30px;
    z-index: 99;
}
.main-index .swiper-pagination .swiper-pagination-bullet {
    pointer-events: auto;
    background: #fff;
    height: 12px;
    width: 12px;
    opacity: 0.7;
}
.main-index .swiper-pagination .swiper-pagination-bullet-active {
    background: #ea272a;
}
.ls-slider-2 {
    pointer-events: none;
}
#file_name {
    height: 23px;
    width: 185px;
    overflow: hidden;
}
.fake-file {
    height: 23px;
}
@media screen and (max-width: 767px) {
    .home-s .swiper-slide {
        padding: 30px 0;
    }
    .main-index .ft-social {
        margin: 0;
        position: absolute;
        padding: 0 15px 30px 15px;
    }
    .home-s > .swiper-wrapper > .swiper-slide  {
        height: auto;
        display: block;
    }
    .main-index .swiper-pagination {
        display: none;
    }
}

.main-energy-lv {
    background: transparent;
    padding: 0;
    display: block;
}

.main-energy-lv > section, .lv-slider, .lv-slider .company-container{
    height: 100%;
}
.main-energy-lv .swiper-button-prev {
    left: 250px;
}
.main-energy-lv .swiper-button-next {
    left: auto;
    right: 120px;
}
@media screen and (min-width: 1200px) and (max-width: 1599px){
    .main-energy-lv .swiper-button-prev {
        left: 120px;
    }
}
@media screen and (max-width: 767px){
    .main-energy-lv {
        padding: 30px 0;
    }
}
.ns-text ul {
    padding-left: 30px;
}
.ns-text ul, .ns-text ul li {
    list-style: inherit;
}
.ns-text ul li {
    margin-top: 10px;
}
.recu-yc p, .recu-yc ol {
    border: none !important;
}
.recu-yc ol {
    padding-left: 0 !important;
}
.news-text * {
    font-family: "Roboto", sans-serif !important;
}
.news-text  p *, .news-text  p {
    font-size: 16px !important;
    color: #000 !important;
    line-height: 1.42 !important;
}
.tabs_tk .nav-tabs .nav-link {
    background: transparent;
    flex: 1;
}