body {
    background-color: #e6e6e6;
    overflow-x: hidden;
}

a.back_page {
    display: inline-block;
    margin-bottom: 15px;
    color: #333333;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    position: relative;
    padding-left: 30px;
    text-transform: uppercase;
    transition: 0.3s;
}

.main-navigation,
.main-navigation ul ul {
    background-color: transparent;
}

#menu-item-97>.sub-menu {
    width: 200%;
}

a.back_page:before {
    position: absolute;
    background-image: url(../images/back.jpg);
    width: 17px;
    height: 11px;
    content: "";
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.inside-header {
    padding: 0px;
    padding-left: 80px;
    line-height: 70px;
}

header#masthead {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99999;
    background: #e6e6e6;
}

div#page {
    margin-top: 70px;
}

.inside-right-sidebar {
    display: none;
}

.single div#primary {
    width: 100%;
}

body.archive.tax-list-project-category .gr_head h1 {
    display: none;
}

body.tuyen-dung-template-default.single.single-tuyen-dung .breadcrumbs {
    display: none;
}

body.archive.tag h1.tite_page {
    display: none;
}

body.archive.tag section.news_page h2.heading_h2 {
    font-size: 40px;
    margin-bottom: 50px;
}

body.search .inside-right-sidebar {
    display: none;
}

body.search div#primary {
    width: 100%;
    font-family: Montserrat;
}

body.search nav#nav-below {
    display: flex;
    width: 100%;
    text-align: center;
}

body.search .nav-links {
    margin: 0px auto;
}

body.search .nav-links a {
    color: black;
    margin: 0px 10px;
    color: black;
    margin: 0px 10px;
    padding: 10px 15px;
    border: 1px solid;
    font-family: Averta;
    font-size: 20px;
}

body.search .nav-links a:hover {
    color: white;
    background: #FEDE00;
}

body.search .nav-links span.page-numbers.current {
    font-family: Averta;
    font-size: 20px;
    padding: 10px 15px;
    /*border: 1px solid;*/
    background: #FEDE00;
    color: white;
}

.main-navigation .main-nav ul ul li[class*="current-menu-"].sfHover>a {
    background: #FEDE00 !important;
    color: white !important;
}

body.search .nav-links a.next.page-numbers {
    display: none;
}

body.search .nav-links a.prev.page-numbers {
    display: none;
}

body.search .nav-links span {
    margin: 0px 10px;
}

body.search #banner_gr {
    display: none;
}

body.search.search-no-results nav.breadcrumb {
    display: none;
}

body.search.search-results .post-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

body.search.search-results .post-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .2s;
}

body.search.search-no-results #banner_gr {
    display: inherit;
}

body.search article {
    width: 33.33333333%;
    float: left;
}

body.search.search-results article.project {
    overflow: hidden;
    position: inherit;
    /*width: inherit;*/
    margin-left: inherit;
    left: inherit;
}

body.search h1.page-title {
    font-weight: 700;
    color: #FEDE00;
}

body.search article .entry-title {
    text-align: center;
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 700;
    color: black;
    margin-top: 15px;
}

.navigation-search {
    top: 75px;
}

body.search article .entry-title a {
    color: black;
}

body.search article .inside-article {
    padding: 15px;
}

body.search article .inside-article img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.team-template-default.single section.breadcrumbs {
    display: none;
}


/*.dropdown-hover .main-navigation:not(.toggled) ul li:hover>ul, .dropdown-hover .main-navigation:not(.toggled) ul li.sfHover>ul{*/


/*    width: 180%;*/


/*}*/

.footer-widgets .widget-title {
    color: #c4c4c4;
    font-size: 20px;
    font-weight: 800;
    line-height: 25px;
    text-transform: uppercase;
    font-family: Montserrat;
    width: 30%;
    float: left;
}

.footer-widgets {
    padding: 80px 40px;
}

.footer-widgets .textwidget {
    color: #c4c4c4;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 700;
    border-right: 1px solid #212121;
    width: 70%;
    float: left;
    padding: 0px 30px;
}

.footer-widget-3.grid-parent.grid-33.tablet-grid-50.mobile-grid-100 .textwidget {
    border: none;
}

.footer-widgets .textwidget a {
    font-size: 13px;
    font-weight: 500;
    color: #c4c4c4;
}

.main-navigation .main-nav ul ul li[class*="current-menu-"]>a {
    background-color: #ffffff;
}

.main-navigation .main-nav ul ul li[class*="current-menu-"]>a:hover,
.main-navigation .main-nav ul ul li[class*="current-menu-"].sfHover>a {
    background-color: #FEDE00;
}

.main-navigation .main-nav .sub-menu li a {
    color: #686868;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
}

.main-navigation .main-nav ul ul li:hover>a,
.main-navigation .main-nav ul ul li:focus>a,
.main-navigation .main-nav ul ul li.sfHover>a {
    background: #FEDE00;
}

#banner_gr {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    height: 600px;
    position: relative;
}

.post-image {
    margin-top: 10px !important;
    overflow: hidden;
    width: 100%;
    margin-top: 10px !important;
    height: 330px;
}

body.search article:hover .post-image img {
    transform: scale(1.2);
    transition: .2s;
}

#banner_gr:before {
    position: absolute;
    content: "";
    background-image: url(../images/Layer_6107.png);
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 300px;
}

h1.tite_page {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 700;
    line-height: 35px;
}

nav.breadcrumb {
    background: none;
    margin: 0px;
    padding: 0px;
}

h2.heading_h2 {
    font-family: Montserrat;
    font-size: 55px;
    font-weight: 800;
    color: #000;
    line-height: 55px;
}

h2.heading_h2 p {
    margin: 0px;
    color: #000 !important;
}

h2.heading_h2 span {
    color: #000 !important;
}

.main-navigation li {
    background: #e6e6e6;
    position: relative;
}

.main-navigation li:before {
    position: absolute;
    content: "";
    background: #fede00;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 5px;
    z-index: 99;
    transition: 0.5s;
}

.main-navigation li:hover:before {
    width: 100%;
    transition: 0.5s;
}

.main-navigation .main-nav ul li[class*="current-menu-"]:before {
    width: 100%;
}

.main-navigation .main-nav ul li[class*="current-menu-"]>a:hover,
.main-navigation .main-nav ul li[class*="current-menu-"].sfHover>a {
    color: black;
    background-color: #e6e6e6;
}

.main-navigation .main-nav ul li:hover>a,
.main-navigation .main-nav ul li:focus>a,
.main-navigation .main-nav ul li.sfHover>a {
    color: black;
    background-color: #e6e6e6;
}

.main-navigation .main-nav ul li a,
.menu-toggle {
    padding-top: 13px;
    padding-bottom: 13px;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
}

.main-navigation .main-nav ul li[class*="current-menu-"]>a {
    color: black;
    background: #e6e6e6;
}

ul#menu-menu-header>li>ul.sub-menu>li.current-menu-item>a {
    background: #FEDE00;
}

ul#menu-menu-header ul.sub-menu li:before {
    display: none;
}

ul#menu-menu-header ul.sub-menu li.current-menu-item>a {
    color: white;
}

ul#menu-menu-header>ul.sub-menu li:hover a {
    background: #FEDE00;
    color: white;
}

.main-navigation .main-nav .sub-menu li a:hover {
    background: #FEDE00;
    color: white;
}

.main-navigation .main-nav ul ul li[class*="current-menu-"]>a {
    background: #FEDE00;
    color: white !important;
}

.content {
    color: #333333;
    font-family: Averta;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.sub_title {
    color: #333333;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 300;
}

.left_bar {
    position: absolute;
    height: 80px;
    width: 800px;
    background: white;
    z-index: 999;
    transform: rotate(-90deg);
    left: -360px;
    top: 360px;
    line-height: 80px;
}

#banner_gr .left_bar {
    position: absolute;
    height: 80px;
    width: 601px;
    background: white;
    z-index: 9999;
    transform: rotate(-90deg);
    /* top: 395px; */
    line-height: 80px;
    bottom: 259px;
    left: -261px;
    top: inherit;
}

#banner_gr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#banner_gr .gr_head {
    position: absolute;
    bottom: 50px;
}

nav.breadcrumb a {
    font-weight: 400;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 13px;
}

nav.breadcrumb span.divider {
    margin: 0px 15px;
}

nav.breadcrumb i.fa.fa-chevron-right {
    color: white;
    font-size: 9px;
}

nav.breadcrumb li.title_single cite {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    font-family: Montserrat;
    text-transform: lowercase;
    font-style: inherit;
}

#banner_gr ul {
    display: inherit;
    list-style: none;
    margin: 0px;
}

.left_bar p.content {
    padding-left: 40px;
    line-height: inherit;
    display: inline-block;
    padding: 20px 0px 20px 40px;
    line-height: normal;
    border-left: 1px solid #dcdcdc;
    color: #333333;
    font-family: Averta;
    font-size: 11px;
    font-weight: 400;
}

.left_bar .link_social_network {
    float: left;
    /* display: inline-block; */
}

.left_bar i {
    color: black;
    transform: rotate(90deg);
}

.left_bar a {
    margin-right: 25px;
}

.left_bar a:first-child {
    margin-left: 30px;
}

.banner_slider {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    height: 800px;
    position: relative;
}

.banner_slider .banner video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_slider .banner:before {
    position: absolute;
    background-color: #000000;
    opacity: 0.4;
    width: 100%;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    z-index: 9;
}

.banner_slider .slick-slide .banner {
    width: 100%;
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.3);
    opacity: 0.5;
    transition: 1s;
}

.banner_slider .slick-slide.slick-active .banner {
    width: 100%;
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1);
    opacity: 1;
    transition: 1s;
}

.banner_slider .banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    height: 870px;
    transform: scale(1);
    transition: 1.5s;
    opacity: 1;
}

.banner_slider .slick-next.slick-arrow {
    position: absolute;
    right: 0px;
    bottom: 50%;
    z-index: 99;
    background-color: #e6e6e6;
    cursor: pointer;
}

.banner_slider .slick-prev.slick-arrow {
    position: absolute;
    right: 80px;
    top: 50%;
    z-index: 99;
    background-color: #e6e6e6;
    cursor: pointer;
}

.banner_slider .slick-arrow {
    padding: 18px 32px;
}

.banner_slider .slick-arrow i {
    color: #333;
    font-size: 45px;
}

.banner_slider h3 {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 500;
    line-height: 55px;
    /* text-transform: uppercase; */
    position: absolute;
    z-index: 10;
    right: 200px;
    top: 54%;
    transform: translateY(-50%);
    transition: 1.5s;
    opacity: 0;
}

.banner_slider .slick-slide.slick-active .banner h3 {
    transition: 1.5s;
    opacity: 1;
}

.about_us {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    padding-bottom: 140px;
    position: relative;
}

.about_us:before {
    position: absolute;
    content: "";
    background-image: url(../images/about_befor.jpg);
    height: 100%;
    width: 532px;
    right: 0px;
    top: 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.about_us .box {
    margin-right: 25px;
    width: 20%;
    float: left;
}

.about_us .box p {
    font-family: Averta;
}

.about_us .col-xl-4 {
    padding-right: 100px;
    padding-left: 0px;
}

.about_us .col-xl-4 .box_right {
    background-color: #FEDE00;
    height: 100%;
    padding: 90px 20px 0px 20px;
}

.about_us .col-xl-4 .box_right h2 {
    margin-bottom: 0px;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.about_us .col-xl-4 .box_right h1 {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 120px;
    font-weight: 700;
    line-height: 100px;
    margin-bottom: 10px;
}

.about_us .col-xl-4 .box_right h3 {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    padding-right: 55px;
    margin-bottom: 60px;
}

.about_us .col-xl-4 .box_right p {
    font-family: Montserrat;
    font-size: 14px;
    color: white;
    font-weight: 400;
    padding-bottom: 20px;
    border-bottom: 5px solid #ebebeb;
    margin-bottom: 175px;
}

.about_us .col-xl-8 {
    margin-top: 125px;
}

.about_us .col-xl-8 h2.heading_h2 {
    line-height: 50px;
    font-family: Montserrat;
    font-size: 55px;
    font-weight: 800;
    color: #333333;
    margin-bottom: 30px;
}

.about_us .col-xl-8 .sub_title {
    margin-bottom: 10px;
}

.about_us .col-xl-8 p.content {
    padding-right: 300px;
    margin-bottom: 0px;
    font-family: Averta-nm;
}

.about_us .featured {
    margin-top: 65px;
}

.about_us .featured img {
    margin-bottom: 20px;
    height: 50px;
    margin-bottom: 20px;
    width: 50px;
    object-fit: contain;
}

.project {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}

.project .row {
    position: relative;
    height: 840px;
}

.project .row .box_project_home:nth-child(4) {
    position: absolute;
    left: 0;
    bottom: 0px;
}

.project .row .box_project_home:nth-child(5) {
    position: absolute;
    bottom: 0px;
    left: 25%;
}

.project .row .box_project_home:nth-child(6) {
    position: absolute;
    left: 50%;
    bottom: 0;
}

.project .col-xl-3 {
    padding: 0px;
}

.project .col-xl-3 img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.project h3 {
    margin-bottom: 5px;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

.project h2 {
    margin-bottom: 0px;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    text-transform: none;
}

.project button {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    background: none;
    width: 73px;
    height: 73px;
}

.project button i {
    font-size: 40px;
}

.project h2.heading_h2 {
    line-height: 60px;
    font-family: Montserrat;
    font-size: 55px;
    font-weight: 800;
    color: #333333;
    margin-bottom: 30px;
    color: white;
}

.project .row {
    margin: 0px;
}

.project .box_project_home {
    width: 25%;
    float: left;
    height: 420px;
}

.box_project_home a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}

.project .box_project_home img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project .box_project_home:nth-child(3) {
    width: 25%;
}

.project .box_project_home:nth-child(6) {
    width: 50%;
}

.box_project_home a:before {
    background-image: url(../images/Layer_45.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 214px;
    content: "";
    pointer-events: none;
}

.box_project_home a:after {
    background-color: #FEDE00;
    opacity: 0.4;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 0%;
    content: "";
    transition: 0.5s;
    pointer-events: none;
}

.box_project_home a:hover:after {
    height: 100%;
    transition: 0.5s;
    pointer-events: none;
}

.box_project_home a:after {
    background-color: #e6e6e6;
    opacity: 0.4;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 0%;
    content: "";
    transition: 0.5s;
    pointer-events: none;
}

.box_project_home a:hover button {
    background-color: #000000;
}

.project .box_project_home:nth-child(1) {
    background-color: #000000;
}

.project .box_project_home:nth-child(1) .info p.content {
    color: white;
}

.project .box_project_home .info {
    position: absolute;
    bottom: 20px;
    z-index: 99;
    left: 40px;
}

.project .box_project_home:nth-child(1) .info {
    top: 50%;
    left: inherit;
    right: 40%;
    transform: translate(40%, -50%);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}


.location {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    padding: 60px 0px;
}



.location .info {
    max-width: 400px;
    float: left;
    margin-top: 80px;
}

.location .info h3 {
    margin-bottom: 10px;
}

.location .info h2 {
    margin-bottom: 30px;
}

.location .info p {
    color: #333333;
    font-family: Averta;
    font-size: 14px;
    font-weight: 400;
}

.location .info h2 p {
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
}

.location .info a {
    margin-top: 30px;
    transition: inherit;
    transition: 0.3s;
    /*border: 3px solid black;*/
    background-color: black;
    padding: 15px 85px 15px 40px;
    display: inline-block;
    color: #f5f5f5;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}

.location .info a:hover {
    background-color: #FEDE00;
    transition: inherit;
    transition: 0.3s;
}

.location .info a:before {
    position: absolute;
    background-image: url(../images/Vector_Smart_Object7_copy_10.png);
    content: "";
    width: 11px;
    height: 20px;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

.location .info a:after {
    position: absolute;
    background: #252525;
    content: "";
    width: 2px;
    height: 100%;
    right: 50px;
    top: 0px;
    transition: 0.3s;
}

.location .info a:hover:after {
    background: #ffffff;
    width: 2px;
    opacity: 0.3;
    transition: 0.3s;
}

.location img {
    max-width: 340px;
    height: 100%;
    float: left;
}

.location .number {
    text-align: right;
    float: right;
    margin-top: 120px;
    padding-right: 90px;
}

.location .number .one_item {
    max-width: 145px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}

.location .number .one_item:before {
    background-image: url(../images/after.png);
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 7px;
}

.location .number .one_item:nth-child(1):before {
    width: 290px;
}

.location .number .one_item:nth-child(2):before {
    width: 206px;
}

.location .number .one_item:nth-child(3):before {
    width: 180px;
}

.location .number .one_item:nth-child(4):before {
    width: 240px;
}

.location .number .one_item h4 {
    color: #000000;
    font-family: Montserrat;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 40px;
}

.location .number .one_item p.content {
    color: #4e4e4e;
    font-family: Averta;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    padding-left: 0px;
    margin-bottom: 0px;
}

.citibank {
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.citibank:before {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    content: "";
}

.citibank .col-xl-5 {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    padding: 85px 75px 100px 65px;
}

.citibank h2.heading_h2 {
    font-family: Montserrat;
    font-size: 100px;
    font-weight: 700;
    line-height: 42.28px;
    text-align: right;
    margin-bottom: 100px;
    line-height: 100px;
}

.info_citibank {
    text-align: left;
    color: white;
}

.info_citibank h3 {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 35px;
}

.info_citibank .content {
    color: white;
    font-family: Averta-nm;
}

.citibank ul.slick-dots {
    list-style: none;
    margin: 0px;
    margin-top: -30px;
}


/*.citibank li {*/


/*    background: white;*/


/*    height: 2px;*/


/*    width: 30px;*/


/*    display: inline-block;*/


/*    margin-right: 10px;*/


/*    transition: 0.5s;*/


/*}*/

.citibank button {
    display: none;
}


/*.citibank li.slick-active{*/


/*    width: 65px;*/


/*    background-color: #FEDE00;*/


/*    transition: 0.5s;*/


/*}*/

.info_citibank a {
    float: right;
    margin-top: 23px;
    color: #f5f5f5;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
}

.info_citibank a i {
    font-size: 10px;
}

.citibank .col-xl-7 .box_logo {
    margin-bottom: 60px;
    width: 33.33333%;
    float: left;
    height: 60px;
    position: relative;
    transition: .2s;
    cursor: pointer;
}

.citibank .col-xl-7 .box_logo img {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    /*transform: scale(1.1);*/
}

.citibank .col-xl-7 .box_logo:hover {
    transform: scale(1.2);
    transition: .2s;
}

.citibank .col-xl-7 {
    padding-left: 150px;
    padding-top: 235px;
}

.Join_us {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    padding: 60px 0px 100px 0px;
}

.Join_us .info {
    position: relative;
    float: left;
    width: 40%;
    text-align: right;
    height: max-content;
    height: 530px;
}

.Join_us .info h3 {
    color: #333333;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
}

.Join_us .info p {
    color: #333333;
    margin-bottom: 30px;
}

.Join_us .info a {
    transition: inherit;
    transition: 0.3s;
    /*border: 3px solid black;*/
    background-color: black;
    padding: 15px 85px 15px 40px;
    display: inline-block;
    color: #f5f5f5;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}

.Join_us .info a:hover {
    background-color: #FEDE00;
    transition: inherit;
    transition: 0.3s;
}

.Join_us .info a:before {
    position: absolute;
    background-image: url(../images/Vector_Smart_Object7_copy_10.png);
    content: "";
    width: 11px;
    height: 20px;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

.Join_us .info a:after {
    position: absolute;
    background: #252525;
    content: "";
    width: 2px;
    height: 100%;
    right: 50px;
    top: 0px;
    transition: 0.3s;
}

.Join_us .info a:hover:after {
    background: #ffffff;
    width: 2px;
    opacity: 0.3;
    transition: 0.3s;
}

.Join_us .Join_us_img {
    height: 530px;
    width: 60%;
    float: right;
}

.Join_us .Join_us_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Join_us_img .slider {
    height: 100%;
}

.Join_us_img .slick-list.draggable {
    height: 100%;
}

.Join_us_img .slick-track {
    height: 100%;
    width: 100%;
}

.Join_us_img .slick-slide>div {
    height: 100%;
}

.Join_us .info .box {
    max-width: 330px;
    position: absolute;
    bottom: 0px;
    right: 50px;
}

section.news {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    padding: 115px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
    z-index: 1
}

section.news h3.sub_title {
    color: #343434;
    padding-left: 15px;
    margin-bottom: 15px;
}

section.news h2.heading_h2 {
    color: #343434;
    padding-left: 15px;
    margin-bottom: 30px;
}

.news .info_new .time_news {
    text-align: center;
    width: 20%;
    float: left;
    border-right: 1px solid #cccccc;
}

.news .info_new .time_news h3 {
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 700;
    color: #000000;
    line-height: 35px;
    margin-bottom: 5px;
}

.news .info_new .time_news p {
    color: #000000;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 10px;
    margin: 0px;
}

.news .img_news {
    width: 100%;
    margin-bottom: 20px;
    height: 210px;
    overflow: hidden;
}

.news .img_news:hover img {
    transform: scale(1.1);
    transition: .2s;
}

.news .img_news img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .2s;
}

.news .info_new .tile_news {
    color: #000000;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    padding-left: 15px;
    padding-top: 5px;
    width: 80%;
    float: left;
}

.item_news {
    padding: 0px 15px;
    width: 33.333%;
    float: left;
}

.news .slick-arrow {
    cursor: pointer;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    position: absolute;
    top: -50px;
    right: 0px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.news .slick-arrow:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.11);
    background-color: #fede00;
}

.news .slick-arrow:hover i {
    color: #ffffff;
    opacity: 0.6;
}

.news i {
    color: #a3a3a4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}

.news .slick-prev.slick-arrow {
    top: -70px;
    right: 65px;
}

.news .slick-next.slick-arrow {
    top: -70px;
    right: 15px;
}

.about_us_page {
    padding: 150px 0px;
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}

.about_page_design {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    height: 714px;
}

.slider_about_page_design {
    height: 100%;
    width: 70%;
    display: block;
    float: left;
}

.slider_about_page_design .slick-list.draggable {
    height: 100%;
}

.slider_about_page_design .slick-track {
    width: 100%;
    height: 100%;
}

.slider_about_page_design .slick-slide {
    width: 100%;
    height: 100%;
}

.slider_about_page_design .slick-slide>div {
    width: 100%;
    height: 100%;
}

.slider_about_page_design .slick-slide>div .left {
    width: 100%;
    height: 100%;
}

.left {
    position: relative;
    height: 100%;
    float: left;
    width: 70%;
    height: 100%;
    /*background-attachment: fixed;*/
    background-position: center;
    background-size: cover;
}

.slider_about_page_design .left:before {
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    pointer-events: none;
}

.left .content {
    z-index: 99;
    color: #ffffff;
    font-family: Averta-nm;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    left: 50%;
    top: 80%;
    position: absolute;
    transform: translateX(-50%);
}

.right {
    position: relative;
    z-index: 99;
    height: 100%;
    width: 30%;
    float: left;
    background: black;
    padding-top: 125px;
    padding-left: 60px;
}

.right .info h3 {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 15px;
    margin-bottom: 10px;
}

.right .info p.content {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    padding-bottom: 20px;
    margin-bottom: 290px;
    border-bottom: 5px solid #FEDE00;
    max-width: 230px;
}

.right .info h2 {
    line-height: 90px;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 120px;
    font-weight: 700;
    margin-bottom: 15px;
}

.right .info h4 {
    color: #ffffff;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 20px;
    max-width: 155px;
    font-size: 16px;
    text-transform: uppercase;
}

.mission_and_core_values {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    padding: 135px 0px;
    background-color: #f5f5f5;
}

.mission_and_core_values .col-xl-4 {
    padding: 0px;
    cursor: pointer;
}

.mission_and_core_values .col-xl-4 h3.sub_title {
    font-weight: 700;
}

.mission_and_core_values .col-xl-4 .content {
    padding-right: 30px;
}

.mission_and_core_values .col-xl-4 .box_img {
    width: 80px;
    height: 80px;
}

.mission_and_core_values .col-xl-4 .box_img img {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

.mission_and_core_values .col-xl-4:hover .box_img img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mission_and_core_values h3 {
    margin-bottom: 10px;
}

.mission_and_core_values h2 {
    margin-bottom: 70px;
}

.mission_and_core_values .col-xl-4 h3.sub_title {
    position: relative;
    margin-bottom: 65px;
    margin-top: 15px;
}

.mission_and_core_values .col-xl-4 h3.sub_title:before {
    background-image: url(../images/2-layerssawerw.png);
    background-size: cover;
    height: 12px;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    content: "";
    bottom: -25px;
    left: 0px;
}

.mission_and_core_values .col-xl-4 p.content {
    padding: 0px;
    margin: 0px;
    padding-right: 130px;
}

.info_timeline {
    padding-top: 115px;
    text-align: center;
    margin-bottom: 100px;
}

.info_timeline h3 {
    color: #333333;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px
}

.info_timeline h2.heading_h2 {
    margin-bottom: 0px;
}

.timeline h2 {
    font-size: 50px;
}

.timeline {
    position: relative;
    /*margin:50px auto;*/
    padding-top: 100px;
    width: 1000px;
    box-sizing: border-box;
}

.timeline:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #c5c5c5;
    top: 0px;
}

.timeline ul {
    padding: 0;
    margin: 0;
}

.timeline ul li {
    list-style: none;
    position: relative;
    width: 50%;
    padding: 20px 40px;
    box-sizing: border-box;
    margin-bottom: 245px;
}

.timeline ul li:nth-child(odd) {
    float: right;
    text-align: left;
    clear: both;
}

.timeline ul li:nth-child(even) {
    float: left;
    text-align: right;
    clear: both;
}


/*.content{*/


/*    padding-bottom:20px;*/


/*}*/

.timeline ul li:nth-child(odd):before {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    top: 50%;
    left: -7px;
    background: #000;
    border-radius: 50%;
}

.timeline ul li:nth-child(even):before {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    top: 50%;
    right: -9px;
    background: #000;
    border-radius: 50%;
}

.timeline ul li h3 {
    padding: 0;
    margin: 0;
    color: rgba(233, 33, 99, 1);
    font-weight: 600;
}

.timeline ul li p {
    margin: 10px 0 0;
    padding: 0;
}

.timeline ul li .time h4 {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.timeline ul li:nth-child(odd) .time {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -500px;
    margin: 0;
    padding: 8px 16px;
    color: #fff;
}

.timeline ul li:nth-child(even) .time {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -500px;
    margin: 0;
    padding: 8px 16px;
    color: #fff;
    border-radius: 18px;
}

@media(max-width:1000px) {
    .timeline {
        width: 100%;
    }
}

@media(max-width:767px) {
    .timeline {
        width: 100%;
        padding-bottom: 0;
    }
    h1 {
        font-size: 40px;
        text-align: center;
    }
    .timeline:before {
        left: 20px;
        height: 100%;
    }
    .timeline ul li:nth-child(odd),
    .timeline ul li:nth-child(even) {
        width: 100%;
        text-align: left;
        padding-left: 50px;
        padding-bottom: 50px;
    }
    .timeline ul li:nth-child(odd):before,
    .timeline ul li:nth-child(even):before {
        top: -18px;
        left: 16px;
    }
    .timeline ul li:nth-child(odd) .time,
    .timeline ul li:nth-child(even) .time {
        top: -30px;
        left: 50px;
        right: inherit;
    }
}

.social_activities {
    padding: 650px 0px 90px 0px;
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.social_activities h2 {
    text-align: center;
    color: white;
}

.social_activities p.content {
    text-align: center;
    color: white;
    padding: 0px 250px;
    margin-bottom: 60px;
}

.social_activities .news .info_new .tile_news {
    color: #f5f5f5;
}

.social_activities .news .slick-next.slick-arrow {
    transform: translateY(-50%);
    top: 40%;
    right: -10px;
}

.social_activities .news .slick-prev.slick-arrow {
    transform: translateY(-50%);
    top: 40%;
    left: -10px;
    z-index: 999;
}


/*==========factory================*/

.factory {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    padding-top: 150px;
}

.factory:before {
    background-image: url(../images/3-layerssadasd.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 534px;
    height: 1075px;
    z-index: -1;
}

.factory .content {
    padding-bottom: 0px;
    margin-bottom: 140px;
}

.factory .col-xl-8 {
    padding: 0px;
}

.factory .container {
    padding: 0px;
}

.factory h2.heading_h2 {
    margin-bottom: 30px;
}

.factory h3.sub_title {
    margin-bottom: 10px;
}

.factory .slick-arrow {
    cursor: pointer;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    position: absolute;
    top: -50px;
    right: 0px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.factory i {
    color: #a3a3a4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}

.factory .slick-arrow:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.11);
    background-color: #FEDE00;
}

.factory .slick-arrow:hover i {
    color: white;
}

.factory .slick-prev.slick-arrow {
    top: 50%;
    left: 25px;
    z-index: 999;
    transform: translateY(-50%);
}

.factory .slick-next.slick-arrow {
    top: 50%;
    right: 25px;
    z-index: 999;
    transform: translateY(-50%);
}

.team_experience {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    padding-top: 80px;
    padding-bottom: 120px;
}

.team_experience .col-xl-4 {
    padding: 0px;
    padding-top: 95px;
}

.team_experience .row {
    justify-content: space-between;
}

.team_experience h3.sub_title {
    margin-bottom: 20px;
}

.team_experience h2 {
    margin-bottom: 30px;
}

.about_team_green_world {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    padding-top: 150px;
    padding-bottom: 90px;
}

.about_team_green_world:before {
    position: absolute;
    background-image: url(../images/3-layersasfsafas.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 534px;
    height: 100%;
    z-index: -1;
    right: 0px;
    top: 0px;
    content: "";
}

.about_team_green_world h3.sub_title {
    margin-bottom: 15px;
}

.about_team_green_world h2 {
    margin-bottom: 40px;
}

.message {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    padding-top: 90px;
    padding-bottom: 190px;
    background-color: #f5f5f5;
}

.message .box_content {
    text-align: right;
    background: white;
    max-width: 800px;
    position: absolute;
    padding: 100px 80px 60px 190px;
    top: 50px;
    right: 0px;
}

.message .box_content i {
    position: relative;
    font-family: Montserrat;
    font-size: 14px;
    font-style: italic;
    color: #131313;
}

.message .box_content i:before {
    position: absolute;
    background-color: #959595;
    width: 33px;
    height: 1px;
    z-index: 99;
    left: -43px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}

.message .box_content h3 {
    margin-bottom: 10px;
}

.message .box_content h2 {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 30px;
}

.message .box_content p {
    padding: 0px;
    margin-bottom: 30px;
}

.message .box_content:before {
    background-image: url(../images/before.png);
    position: absolute;
    content: "";
    width: 101px;
    height: 82px;
    z-index: 99;
    top: -20px;
    right: 80px;
}

.message .col-xl-12 {
    padding: 0px;
}

.message .col-xl-5 {
    padding: 0px;
}

.message .col-xl-5 img {
    position: relative;
    z-index: 9999;
}

.team_green_world {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    padding: 120px 0 85px;
    text-align: center;
}

.team_green_world h3.sub_title {
    text-align: left;
    margin-bottom: 10px;
}

.team_green_world h2 {
    text-align: left;
    margin-bottom: 50px;
}

.team_green_world .slider {
    height: 100%;
    /*display: inline-block;*/
    max-width: 1500px;
    margin: 0px auto;
}

.team_green_world .box {
    width: 20%;
    float: left;
    text-align: left;
    padding: 0px 15px;
}

.team_green_world .box .box_img {
    box-shadow: 10px -10px #88888800;
    width: 100%;
    height: 350px;
    overflow: hidden;
    transition: 0.4s;
}

.team_green_world .box a:hover .box_img {
    box-shadow: 10px -10px #f5f5f5;
    transition: 0.4s;
}

.team_green_world .box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    transition: 0.4s;
}

.team_green_world .box a:hover img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    transition: 0.4s;
}

.team_green_world .box .box_content {
    padding-bottom: 30px;
    border-bottom: 1px solid #959595;
    transition: 0.4s;
}

.team_green_world .box .box_content h3 {
    color: #333333;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
    transition: 0.3s;
}

.team_green_world .box .box_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding: 0px;
    margin: 0px;
    color: #333333;
    font-family: Averta;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    height: 36px;
}

.team_green_world .box a:hover .box_content {
    border-bottom: 1px solid #FEDE00;
    transition: 0.4s;
}

.team_green_world .box a:hover .box_content h3 {
    color: #FEDE00;
    transition: 0.3s;
}

.team_green_world .slick-arrow {
    cursor: pointer;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    position: absolute;
    top: -100px;
    right: 0px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: 0.3s;
}

.team_green_world i {
    color: #a3a3a4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}

.team_green_world .slick-arrow:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.11);
    background-color: #FEDE00;
    transition: 0.3s;
}

.team_green_world .slick-next.slick-arrow {
    right: 155px;
}

.team_green_world .slick-prev.slick-arrow {
    right: 205px;
}

.team_green_world .slick-list.draggable {
    padding-top: 20px;
}

.prize_page {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    padding: 150px 0px;
}

.prize_page:before {
    background-image: url(../images/prize.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 534px;
    height: 1045px;
    position: absolute;
    z-index: -1;
    content: "";
    top: 0px;
    right: 0px;
}

.prize_page .box_prize {
    min-height: 370px;
    float: left;
    background: black;
    width: 25%;
    padding: 100px 25px 40px 25px;
    position: relative;
    border-right: 1px solid white;
}

.prize_page .box_prize .box_content .content {
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    font-family: Averta-nm;
}

.prize_page .box_prize img {
    height: 285px;
    top: -210px;
    position: absolute;
}

.prize_page .slick-track {
    padding-top: 210px;
}

.prize_page .slick-arrow {
    cursor: pointer;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    position: absolute;
    top: 65%;
    right: 0px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.prize_page i {
    color: #a3a3a4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}

.prize_page .slick-arrow:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.11);
    background-color: #FEDE00;
}

.prize_page .slick-next.slick-arrow {
    z-index: 999;
    right: 0px;
    transform: translateX(50%);
}

.prize_page .slick-prev.slick-arrow {
    z-index: 999;
    left: 0px;
    transform: translateX(-50%);
}

.prize_page .box_prize h3 {
    font-size: 15px;
    color: #ffffff;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 58px;
}

.prize_page .box_prize .box_content .content p {
    margin: 0px;
}

.prize_page .box_prize .box_content .content {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: white;
    padding-bottom: 40px;
    border-bottom: 5px solid #FEDE00;
}

.prize_page .col-xl-7 {
    margin-bottom: 100px;
}

.prize_page .col-xl-7 p.content {
    margin: 0px;
    padding: 0px
}

.logo_customer .container {
    padding: 0px 110px;
}

.logo_customer .box_logo {
    width: 20%;
    float: left;
    height: 120px;
    position: relative;
}

.logo_customer .box_logo:hover img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    transition: 0.3s;
}

.logo_customer .box_logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
    cursor: pointer;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    transition: 0.4s;
}

.logo_customer .slick-arrow {
    cursor: pointer;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
}

.logo_customer i {
    color: #a3a3a4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}

.logo_customer .slick-arrow:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.11);
    background-color: #FEDE00;
}

.logo_customer .slick-next.slick-arrow {
    z-index: 999;
    right: -110px;
}

.logo_customer .slick-prev.slick-arrow {
    z-index: 999;
    left: -110px;
}

.logo_customer {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    background-color: #f6f6f6;
    padding: 100px 0px 80px 0px
}

.customer {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    padding: 150px 0px 120px 0px;
}

.customer:before {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 534px;
    content: "";
    background-image: url(../images/3-layersasfas.jpg);
}

.project_page {
    /*overflow-x: hidden;*/
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    padding-top: 150px;
}

/*.project_page:before {*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    right: 0px;*/
/*    height: 100%;*/
/*    width: 534px;*/
/*    height: 670px;*/
/*    content: "";*/
/*    z-index: -1;*/
/*    background-image: url(../images/project_paeg_before.jpg );*/
/*}*/


/*.project_page .col-xl-7 {*/


/*    padding-right: 70px;*/


/*}*/

.project_page .col-xl-7 p.content {
    margin: 0px;
    padding: 0px;
    margin-bottom: 125px;
}

.project_page li {
    float: left;
    display: block;
    color: #333333;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 700;
}

.project_page li:last-child {
    border-right: none;
}

.project_page .list_menu {
    margin-bottom: 40px;
}

.project_page ul {
    background: white;
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    box-shadow: 0 0 46px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
}

.project_page .box_project {
    width: 25%;
    float: left;
    height: 420px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.project_page .box_project:nth-child(3) {
    width: 50%;
}

.project_page.project_list .box_project:nth-child(3) {
    width: 25%;
}

.project_page.project_list .box_project:nth-child(4) {
    width: 25%;
}

.project_page.project_list .box_project a {
    pointer-events: none;
    cursor: pointer;
}

.project_page .box_project:nth-child(4) {
    width: 50%;
}

.project_page .box_project img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.project_page .slider {
    position: relative;
    display: table;
    width: 100%;
}

.project_page .box_project:before {
    pointer-events: none;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 214px;
    content: "";
    background-image: url(../images/Layer_46.png);
}

.project_page .box_project:after {
    pointer-events: none;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    transition: 0.4s;
}

.project_page .box_project:hover:after {
    width: 100%;
    transition: 0.4s;
}

.project_page .box_project:hover button {
    background-color: #000000;
}

.project_page button i {
    font-size: 40px;
}

.project_page button {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    background: none;
}

.project_page .info {
    position: absolute;
    bottom: 20px;
    left: 30px;
    z-index: 999;
}

.project_page h3 {
    margin-bottom: 10px;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.project_page h2 {
    margin-bottom: 0px;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.project_page h2.heading_h2 {
    color: #333333;
    font-family: Montserrat;
    font-size: 55px;
    text-transform: none;
    margin-bottom: 20px;
    font-weight: 800;
}

.project_page h3.sub_title {
    color: #333333;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: none;
}

section.project_page.project_list .slider {
    position: relative;
    display: inherit;
    /* width: 100%; */
}

section.project_page.project_list ul.thenativePagination {
    top: -82px;
}

section.project_page.project_list ul.thenativePagination li {
    background: #ffffff;
}

.project_page.project_list .thenativePagination li.active {
    background: #FEDE00;
}

.about_project_detail {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    padding: 110px 0px 0px 0px;
}

.about_project_detail .slider {
    margin-top: 30px;
}

.about_project_detail .slick-prev.slick-arrow {
    width: 73px;
    background: black;
    height: 73px;
    left: 0px;
    z-index: 99;
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    cursor: pointer;
}

.about_project_detail .slick-prev.slick-arrow i {
    font-size: 45px;
    top: 50%;
    position: absolute;
    left: 45%;
    transform: translate(-50%, -50%);
    color: white;
}

.about_project_detail .slick-next.slick-arrow i {
    font-size: 45px;
    top: 50%;
    position: absolute;
    right: 45%;
    transform: translate(50%, -50%);
    color: white;
}

.about_project_detail .slick-next.slick-arrow {
    width: 73px;
    background: black;
    height: 73px;
    right: 0px;
    z-index: 99;
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    cursor: pointer;
}

.about_project_detail .col-xl-5 .content {
    padding-left: 30px;
    border-left: 8px solid #959595;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
}

.about_project_detail .col-xl-5 .content p:last-child {
    margin-bottom: 0;
}

.about_project_detail .col-xl-7 p.content {
    margin: 0px;
    padding: 0px;
}

.about_project_detail .col-xl-7 {
    padding-left: 90px;
}

.about_project_detail .box_detail_project {
    width: 33.333333%;
    float: left;
    padding-right: 20px;
}

.about_project_detail .box_detail_project h3 {
    margin-top: 10px;
    color: #000000;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.about_project_detail .about_project {
    padding: 100px 0px 85px 0px;
}

.about_project_detail .about_project h3 {
    color: #333333;
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px;
}

.about_project_detail .about_project p.content {
    padding: 0px;
    margin: 0px;
}

.project_other h3 {
    color: #333333;
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 35px;
}

.project_other .project_page {
    padding: 0px;
}

.project_other .project_page .box_project {
    width: 25%;
}

.project_other .project_page h3 {
    margin-bottom: 10px;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.project_other .project_page:before {
    display: none;
}

.project_other .slick-prev.slick-arrow {
    top: -70px;
    right: 285px;
}

.project_other .slick-next.slick-arrow {
    top: -70px;
    right: 235px;
}

.project_other .project_page {
    overflow: initial;
}

.project_other .slick-arrow {
    cursor: pointer;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    position: absolute;
    top: -50px;
    right: 0px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.project_other .slick-arrow i {
    color: #a3a3a4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}


/*.project_other .slick-next.slick-arrow {*/


/*    top: -70px;*/


/*    right: 15px;*/


/*}*/

.project_other {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}

.project_other .slick-arrow:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.11);
    background-color: #FEDE00;
}

.why_choose_green {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    padding: 120px 0px 100px 0px;
}

.why_choose_green:before {
    position: absolute;
    content: "";
    background-image: url(../images/5-layers.jpg);
    top: 0px;
    right: 0px;
    width: 534px;
    height: 100%;
    z-index: -1;
}

.why_choose_green .content strong {
    float: left;
    font-size: 40px;
    line-height: 40px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}

.commitment_of_green {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0px;
    text-align: center;
    z-index: 0;
}

.commitment_of_green:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.commitment_of_green .info {
    max-width: 800px;
    margin: 0px auto;
}

.commitment_of_green h2 {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 30px;
}

.commitment_of_green h3 {
    color: #ffffff;
    font-family: Averta-nm;
    font-size: 30px;
    font-weight: 300;
    line-height: 25px;
}

.commitment_of_green p.content {
    color: white;
    font-size: 18px;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
    position: relative;
    display: inline-block;
    font-family: Montserrat;
}

body.archive.tax-project-category h1.tite_page {
    display: none;
}

.commitment_of_green p.content:before {
    position: absolute;
    top: 50%;
    left: -50px;
    background: white;
    height: 1px;
    width: 30px;
    content: "";
    z-index: 999;
}

.service_why_choose_green {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    padding: 160px 0px 130px 0px;
}

.service_why_choose_green:before {
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../images/5-layers.jpg);
    height: 100%;
    width: 533px;
    content: "";
    z-index: -1;
}

.service_why_choose_green .col-xl-6:nth-child(1) {
    padding-left: 100px;
}

.service_why_choose_green .col-xl-6:nth-child(1) img {
    width: 100%;
    height: 100%;
}

.service_why_choose_green .col-xl-6 h3.sub_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 30px;
}

.service_why_choose_green .col-xl-6:nth-child(2) {
    padding-top: 70px;
}

.service_why_choose_green h2.heading_h2 {
    margin-bottom: 40px;
}

.service_page {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    padding: 150px 0px;
}

.service_page:before {
    position: absolute;
    content: "";
    background-image: url(../images/before_service.jpg);
    top: 0px;
    right: 0px;
    width: 534px;
    height: 831px;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}

.service_page .col-xl-5 p.content {
    margin: 0px;
    padding: 0px;
}

.service_page .col-xl-5 {
    padding: 0px;
    margin-bottom: 90px;
}

.service_page .col-xl-5 h3 {
    margin-bottom: 15px;
}

.service_page .col-xl-5 h2 {
    margin-bottom: 20px;
}

.service_page .row.item_service {
    position: relative;
    height: 490px;
    margin-bottom: 80px;
}

.service_page .row.item_service .col-xl-7 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.service_page .info_service {
    padding: 40px 50px;
    box-shadow: 0 0 49px rgba(0, 0, 0, 0.14);
    background-color: #ffffff;
    transition: 0.4s;
}

.service_page .info_service .content {
    max-height: 150px;
    overflow-y: scroll;
}

.service_page .info_service img {
    margin-bottom: 20px;
}

.service_page .info_service h3 {
    margin-bottom: 20px;
    color: #333333;
    font-family: "Averta";
    font-size: 22px;
    font-weight: 400;
    line-height: 20px;
    transition: 0.4s;
}

.service_page .info_service p.content {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: 0.4s;
}

a.view_detail {
    padding: 20px 90px 20px 30px;
    color: #f5f5f5;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 700;
    background-color: #161616;
    display: inline-block;
    margin-top: 40px;
    position: relative;
}

a.view_detail:before {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9;
    background-image: url(../images/Vector_Smart_Object7_copy_10.png);
    content: "";
    width: 11px;
    height: 20px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.service_page .col-xl-6 {
    cursor: pointer;
    right: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.service_page .info_service:hover {
    background-color: #000000;
    transition: 0.4s;
}

.service_page .info_service:hover h3,
.service_page .info_service:hover p {
    color: #e7e7e7;
    transition: 0.4s;
}

.service_page .row.item_service:nth-child(even) .col-xl-7 {
    position: absolute;
    right: 0px;
}

.service_page .row.item_service:nth-child(even) .col-xl-6 {
    left: 0px;
}

.service_page .row.item_service:last-child {
    margin-bottom: 0px;
}

.workflow_at_green_world {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    padding-bottom: 100px;
    text-align: center;
}

.workflow_at_green_world .info {
    margin: 0px auto;
    max-width: 720px;
}

.workflow_at_green_world h3.sub_title {
    margin-bottom: 10px;
}

.workflow_at_green_world h2.heading_h2 {
    margin-bottom: 30px;
}

.workflow_at_green_world .info p.content {
    margin: 0px;
    padding: 0px;
}

.workflow_at_green_world .item_step {
    position: relative;
    width: 16.6666666%;
    display: block;
    float: left;
    height: 185px;
    border-radius: 50%;
    background-color: #ebebeba8;
    cursor: pointer;
    margin-top: 70px;
    transition: 0.3s;
}

.workflow_at_green_world .box_step {
    display: inline-block;
    width: 100%;
}

.workflow_at_green_world .item_step:hover {
    transform: scale(1.1);
    background-color: #FEDE00;
    transition: 0.3s;
}


/*.workflow_at_green_world .item_step:hover*/

.workflow_at_green_world .item_step .info {
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    max-width: 720px;
    left: 50%;
    text-align: left;
}

.workflow_at_green_world .item_step .info h2 {
    color: #333333;
    font-family: Montserrat;
    font-size: 43px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 10px;
}

.workflow_at_green_world .item_step .info p {
    color: #333333;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    transition: 0.3s;
}

.workflow_at_green_world .item_step:hover p {
    border-bottom: 3px solid #000000;
    transition: 0.3s;
}

.workflow_at_green_world .item_step.active {
    z-index: 999;
}

.workflow_at_green_world .item_step:nth-child(1) {
    right: -50px;
}

.workflow_at_green_world .item_step:nth-child(2) {
    right: -30px;
}

.workflow_at_green_world .item_step:nth-child(3) {
    right: -10px;
}

.workflow_at_green_world .item_step:nth-child(4) {
    left: -10px;
}

.workflow_at_green_world .item_step:nth-child(5) {
    left: -30px;
}

.workflow_at_green_world .item_step:nth-child(6) {
    left: -50px;
}

.workflow_at_green_world .content_bottom {
    max-width: 520px;
    text-align: center;
    margin: 0px auto;
    margin-top: 70px;
}

.workflow_at_green_world .content_bottom h3 {
    color: #333333;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.workflow_at_green_world .content_bottom p.content {
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

.service_page_contact {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    padding-top: 130px;
    padding-bottom: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.service_page_contact .info {
    max-width: 615px;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 50px;
}

.service_page_contact h3.sub_title {
    margin-bottom: 15px;
}

.service_page_contact h2.heading_h2 {
    margin-bottom: 15px;
    font-size: 50px;
}

.service_page_contact .info p.content {
    margin: 0px;
    padding: 0px;
}

.service_page_contact .col-xl-3 {
    padding: 0px;
    box-shadow: 0 0 62px rgba(75, 75, 75, 0.18);
}

.service_page_contact .col-xl-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service_page_contact .col-xl-7 {
    background: white;
    padding: 60px 70px 40px 70px;
    box-shadow: 0 0 62px rgba(75, 75, 75, 0.18);
    background-color: #ffffff;
}

.service_page_contact form span {
    width: 100%;
    display: inline-block;
}

.service_page_contact form input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #b7b7b7;
    background-color: #ffffff;
    opacity: 0.8;
}

.service_page_contact form input:focus {
    border: 1px solid #FEDE00;
}

.service_page_contact form label {
    color: #333333;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.service_page_contact .form-service {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.service_page_contact .form-service:last-child {
    margin-bottom: 0px;
}

.service_page_contact .form-service:nth-child(even) {
    padding-right: 10px;
}

.service_page_contact .form-service:nth-child(odd) {
    padding-left: 10px;
}

.service_page_contact span.wpcf7-form-control-wrap.menu-949 {
    height: 45px;
}

.service_page_contact select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    height: 100%;
}

.service_page_contact textarea.wpcf7-form-control.wpcf7-textarea {
    height: 90px;
    border-radius: 5px;
    border: 1px solid #b7b7b7;
    background-color: #ffffff;
    opacity: 0.8;
}

.service_page_contact textarea.wpcf7-form-control.wpcf7-textarea:focus {
    border: 1px solid #FEDE00;
}

.service_page_contact .content_form.form-service {
    width: 100%;
    padding: 0px;
}

.service_page_contact input.wpcf7-form-control.wpcf7-submit {
    width: inherit;
    background-color: #FEDE00;
    opacity: 1;
    border: none;
    padding: 20px 90px 20px 40px;
    border-radius: 0px;
    color: #f5f5f5;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
}

.service_page_contact .submit {
    position: relative;
    display: inline-block;
}

.service_page_contact .submit:before {
    position: absolute;
    background-repeat: no-repeat;
    z-index: 9;
    background-image: url(../images/Vector_Smart_Object7_copy_10.png);
    content: "";
    width: 11px;
    height: 20px;
    top: 50%;
    right: 43px;
    transform: translateY(-50%);
    pointer-events: none;
}

.service_page_contact .submit:after {
    background-color: #f5f5f5;
    width: 1px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 9;
    bottom: 0px;
    content: "";
    height: 60px;
    right: 80px;
    opacity: 0.3;
}

.service_page_contact .row {
    justify-content: center;
}

.service_page_contact .wpcf7-not-valid-tip {
    display: none;
}

.service_page_contact .wpcf7-not-valid {
    border: 1px solid red;
}

.service_page_contact .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important;
}

.item_post {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}

.item_post .col-xl-11 {
    display: inline-block;
    box-shadow: 0 0 46px rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
    /*padding: 50px;*/
    padding: 0px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.wrap-footer-post {
    border-top: 1px solid #e1e1e1;
    padding: 40px 60px;
}

ul.list-tags {
    list-style: none;
    margin: 0px;
    display: inline-block;
}

.wrap-tags {
    display: inline-block;
}

.wrap-next-post {
    display: block;
    float: right;
    position: relative;
    top: -20px;
}

label.label-tag {
    color: #565656;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 15px;
}

ul.list-tags li.tag-name a {
    color: #5f5f5f;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    padding: 13px 25px;
    border-radius: 5px;
    background-color: #ebebeb;
}

ul.list-tags li.tag-name:hover a {
    background-color: #000000;
    color: #ffffff;
}

.item_post .col-xl-11 .box_time {
    width: 10%;
    float: left;
    color: #FEDE00;
    text-align: center;
    border-right: 1px solid #e1e1e1;
}

.wrap-next-post a {
    margin-right: 10px;
    color: #575757;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.item_post .col-xl-11 .box_time h3 {
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 35px;
}

.wrap-next-post i {
    right: -10px;
    top: 12px;
    position: relative;
    border: 1px solid;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    color: #575757;
}

.wrap-next-post .fa-angle-right:before {
    top: 50%;
    content: "\f105";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.item_post .col-xl-11 .box_time p {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    padding: 0px;
    margin: 0px;
}

.item_post .col-xl-11 h2.the_title_post {
    width: 90%;
    float: left;
    color: #333333;
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 700;
    padding-left: 25px;
}

.item_post .col-xl-11 .info {
    display: inline-block;
    padding: 50px 50px 0px 50px;
    width: 100%;
}

.item_post .col-xl-11 .info a.back_page {
    margin-bottom: 30px;
}

.item_post .col-xl-11 .info .boder_info {
    display: inline-block;
    width: 100%;
}

.item_post .col-xl-11 .content {
    padding: 0px 50px 50px 50px;
}

.box_news_relate .info_new .time_news {
    text-align: center;
    width: 20%;
    float: left;
}

.news_relate .info_new .time_news h3 {
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 700;
    color: #363636;
    line-height: 35px;
    margin-bottom: 5px;
}

.news_relate .info_new .time_news p {
    color: #363636;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    margin: 0px;
}

.news_relate .info_new .tile_news {
    color: #f5f5f5;
}

.news_relate .box_img {
    width: 100%;
    height: 210px;
    overflow: hidden;
}

.news_relate .box_img:hover img {
    transform: scale(1.1);
    transition: .2s;
}

.news_relate .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: .2s;
}

.box_news_relate {
    float: left;
    width: 33.3333333%;
    padding: 0px 10px;
}

.box_news_relate .info_new .tile_news {
    padding-left: 15px;
    padding-top: 5px;
    width: 80%;
    float: left;
    border-left: 1px solid #e1e1e1;
    color: #333333;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.83px;
}

.box_news_relate .info_new {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 30px 20px 30px 20px;
    background: #fff;
}

.news_relate h2 {
    color: #333333;
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 30px;
    padding-left: 10px;
}

.news_relate {
    display: inline-block;
    padding-bottom: 100px;
    /*overflow: hidden;*/
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}

.news_relate .slick-arrow {
    cursor: pointer;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    position: absolute;
    top: -50px;
    right: 0px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.news_relate i {
    color: #a3a3a4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}

.news_relate .slick-arrow:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.11);
    background-color: #FEDE00;
}

.news_relate .slick-prev.slick-arrow {
    top: -60px;
    right: 65px;
}

.news_relate .slick-next.slick-arrow {
    top: -60px;
    right: 15px;
}

.img_slider_project {
    padding: 0px 7.5px;
    height: 663px;
}

.img_slider_project img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.about_project_detail .slider .img_slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.about_project_detail .slider .img_slider_project .img_slider:before {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 99;
    content: "";
    top: 0px;
    left: 0px;
    position: absolute;
    transition: 0.2s;
}

.slick-slide.slick-current.slick-active.slick-center .img_slider:before {
    opacity: 0;
}

.tile_news {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.info_job_detail a:before {
    position: absolute;
    background-image: url(../images/back.jpg);
    width: 17px;
    height: 11px;
    content: "";
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.info_job_detail .info .box_info_left p:nth-child(1):before {
    background-image: url(../images/luong.png);
    width: 17px;
    height: 17px;
    opacity: 0.8;
}

.info_job_detail .info .box_info_left p:nth-child(2):before {
    background-image: url(../images/kinhnghiem.png);
    width: 17px;
    height: 17px;
    opacity: 0.8;
}

.info_job_detail .info .box_info_left p:nth-child(3):before {
    background-image: url(../images/bangcap.png);
    width: 18px;
    height: 15px;
    opacity: 0.8;
}

.info_job_detail .info .box_info_left p:last-child {
    margin-bottom: 0px;
}

.info_job_detail .info .box_info_right p:last-child {
    margin-bottom: 0px;
}

.info_job_detail .info .box_info_right p:nth-child(1):before {
    background-image: url(../images/giolam.png);
    width: 17px;
    height: 17px;
    opacity: 0.8;
}

.info_job_detail .info .box_info_right p:nth-child(2):before {
    background-image: url(../images/gioitinh.png);
    width: 18px;
    height: 19px;
    opacity: 0.8;
}

.info_job_detail .info .box_info_right p:nth-child(3):before {
    background-image: url(../images/diachi.png);
    width: 14px;
    height: 19px;
    opacity: 0.8;
    margin-bottom: 0px;
}

.info_job_detail .container {
    padding: 0px;
}

.info_job_detail .col-xl-3 .send_records h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Montserrat;
    margin-bottom: 10px;
}

.info_job_detail .col-xl-3 {
    color: white;
    background-image: linear-gradient(to left, #FEDE00 0%, #FEDE00 100%);
    padding: 0px;
}

.info_job_detail .col-xl-3 .send_records {
    padding: 60px 30px 40px 30px;
    border-bottom: 1px solid rgba(256, 256, 256, 0.8);
}

.info_job_detail .col-xl-3 i.fa.fa-chevron-right {
    font-size: 10px;
    margin-right: 10px;
}

.info_job_detail .col-xl-3 .send_records p {
    color: white;
}

.info_job_detail .col-xl-3 a {
    padding: 0px;
    margin: 0px;
    color: white;
}

.info_job_detail .col-xl-3 a:before {
    display: none;
}

.info_job_detail .col-xl-3 .download_file {
    padding: 20px 30px 30px 80px;
}

.info_job_detail .col-xl-3 .download_file a:before {
    position: absolute;
    background-image: url(../images/fsafassadsd.png);
    width: 27px;
    height: 30px;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: inherit;
}

section.info_job_detail {
    margin-top: 60px;
    margin-bottom: 30px;
}

.form-recruitment input {
    width: 100%;
}

.form-recruitment input:focus {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
    border: 1px solid #FEDE00;
}

.form-recruitment:nth-child(even) {
    padding-right: 10px;
}

.form-recruitment:nth-child(odd) {
    padding-left: 10px;
}

.form-recruitment:nth-child(6) {
    width: 100%;
    padding: 0px;
    margin-bottom: 40px;
}

.form-recruitment:nth-child(7) {
    padding: 0px;
}

.button-apply {
    position: relative;
    float: right;
    display: block;
}

.button-apply:before {
    background-image: url(../images/Vector_Smart_Object7_copy_10.png);
    width: 11px;
    height: 20px;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}

.button-apply:after {
    background: #f5f5f5;
    opacity: 0.3;
    position: absolute;
    width: 2px;
    height: 100%;
    right: 50px;
    top: 0px;
    content: "";
}

.button-apply input {
    float: right;
    padding: 15px 85px 15px 40px;
    background-color: #FEDE00;
    color: #f5f5f5;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
}

.form-recruitment:nth-child(6) textarea {
    height: 110px;
}

.form-recruitment:nth-child(6) textarea:focus {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
    border: 1px solid #FEDE00;
}

.form-recruitment {
    float: left;
    width: 50%;
    margin-bottom: 20px;
}

.form-recruitment label {
    color: #333333;
    font-family: Averta;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 10px;
}

.form-recruitment p {
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

.form_td h3 {
    color: #333333;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.form_td {
    margin-top: 50px;
}

.form_td p.content.info {
    color: #333333;
    font-family: Averta;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin-bottom: 50px;
}

.form_td .info_form {
    margin-top: 50px;
    display: inline-block;
    padding: 65px 80px;
    background-color: #f7f7f7;
}

#recruitment_detail {
    padding-bottom: 90px;
}

.about_recruitment {
    padding: 120px 0px 130px 0px;
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}

.about_recruitment h3.sub_title {
    margin-bottom: 15px;
}

.about_recruitment h2.heading_h2 {
    margin-bottom: 35px;
}

.about_recruitment p.content {
    padding: 0px;
    margin: 0px;
}

.about_recruitment:before {
    position: absolute;
    background-image: url(../images/after_recruitment.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    right: 0px;
    top: 0px;
    height: 100%;
    width: 534px;
    z-index: -1;
}

.table_recruitment {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    padding: 115px 0px 135px 0px;
    background-color: #f5f5f5;
}

.table_recruitment .table {
    width: 100%;
}

.contact_page {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    padding: 125px 0px 100px 0px;
}


.contact_page h3.sub_title {
    margin-bottom: 15px;
}

.contact_page h2.heading_h2 {
    margin-bottom: 80px;
}

.contact_page ul {
    list-style: none;
    margin: 0px;
}

.contact_page ul h3 {
    color: #333333;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    position: relative;
}

.contact_page ul h3:before {
    position: absolute;
    background-image: url(../images/icon-maps1.png);
    content: "";
    left: -25px;
    top: 50%;
    width: 14px;
    height: 19px;
    transform: translateY(-50%);
}

.contact_page ul li {
    padding-left: 15px;
    padding-bottom: 25px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e1e1e1;
}

.contact_page ul li:last-child {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.form-contact input {
    width: 100%;
    float: left;
    border-radius: 5px;
    border: 1px solid #b7b7b7;
    background-color: #ffffff;
    opacity: 0.8;
}

.form-contact input:focus {
    border: 1px solid #FEDE00;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
}

.form_contact_page {
    padding: 50px 70px;
    box-shadow: 0 0 43px rgba(75, 75, 75, 0.18);
    background-color: #ffffff;
}

.form-contact {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.form-contact label {
    margin-bottom: 10px;
    color: #333333;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
}

.form-contact:nth-child(even) {
    padding-right: 15px;
}

.form-contact:nth-child(odd) {
    padding-left: 15px;
}

.form-contact:nth-child(6) {
    width: 100%;
    padding: 0px;
}

.form-contact textarea {
    border-radius: 5px;
    border: 1px solid #b7b7b7;
    background-color: #ffffff;
    opacity: 0.8;
    height: 90px;
}

.form-contact textarea:focus {
    border: 1px solid #FEDE00;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
}

.button-contact {
    position: relative;
    display: inline-block;
}

.button-contact:before {
    background-image: url(../images/Vector_Smart_Object7_copy_10.png);
    width: 11px;
    height: 20px;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}

.button-contact:after {
    background: #f5f5f5;
    opacity: 0.3;
    position: absolute;
    width: 2px;
    height: 100%;
    right: 66px;
    top: 0px;
    content: "";
}

.button-contact input {
    /*float: right;*/
    padding: 15px 85px 15px 40px;
    background-color: #FEDE00;
    color: #f5f5f5;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
}

.contact_page .row {
    position: relative;
}

.contact_page .col-xl-8 {
    padding: 0px;
    top: 0px;
    right: 0px;
    position: absolute;
}

.map_contact {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    height: 600px;
}

.map_contact iframe {
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.form_contact_page h3 {
    color: #333333;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.form_contact_page p.content {
    margin: 0px;
    padding: 0px;
    margin-bottom: 40px;
}

.contact_page ul li a {
    color: #333333;
}

.recruitment_join_us {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}

.recruitment_join_us .col-xl-6 {
    padding: 0px;
}

.recruitment_join_us .row {
    margin: 0px;
}

.recruitment_join_us .col-xl-6 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recruitment_join_us .col-xl-6 .info h3 {
    margin-bottom: 10px;
    color: #ffffff;
}

.recruitment_join_us .col-xl-6 .info h2 {
    margin-bottom: 30px;
}

.recruitment_join_us .col-xl-6 .info p {
    margin: 0px;
    padding: 0px;
    color: #ffffff;
}

.recruitment_join_us .col-xl-6 .info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.recruitment_join_us .col-xl-6:first-child {
    background-color: #000000;
}

.item_galery {
    position: relative;
    width: 25%;
    float: left;
    height: 420px;
}

.item_galery:before {
    background-color: rgba(0, 0, 0, 0.7);
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    transition: 0.4s;
    pointer-events: none;
}

.item_galery:hover:before {
    width: 100%;
    transition: 0.4s;
}

.item_galery img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item_galery h3 {
    text-align: center;
    margin: 0px;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(50%, -50%);
    color: #ffffff;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 700;
    opacity: 0;
    transition: 0.3s;
}

.item_galery:hover h3 {
    opacity: 1;
    right: 50%;
    transition: 0.3s;
}

.item_galery h3:before {
    position: absolute;
    content: "";
    bottom: -10px;
    width: 86px;
    height: 2px;
    background-color: #FEDE00;
    left: 50%;
    transform: translateX(-50%);
}

.recruitment_join_us .slick-arrow {
    cursor: pointer;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    position: absolute;
    top: -50px;
    right: 0px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.recruitment_join_us i {
    color: #a3a3a4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}

.recruitment_join_us .slick-arrow:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.11);
    background-color: #FEDE00;
}

.recruitment_join_us .slick-prev.slick-arrow {
    top: -30%;
    left: 12%;
}

.recruitment_join_us .slick-next.slick-arrow {
    top: -30%;
    left: 14.5%;
}

table.table_td thead th:nth-child(1) {
    width: 10%;
}

table.table_td thead th {
    text-align: center;
    color: #333333;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 700;
    padding: 25px 20px;
    text-transform: uppercase;
    vertical-align: middle;
}

.table_recruitment .info {
    text-align: center;
    margin-bottom: 40px;
}


/*///////////////////////*/


/*///////////////////////*/


/*///////////////////////*/


/*///////////////////////*/


/*///////////////////////*/

.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999999;
}


/* Inner */

.popup-inner {
    max-width: 700px;
    width: 90%;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
    border-radius: 3px;
    background: #fff;
}

.popup.service .popup-inner {
    overflow-y: scroll;
    max-height: 800px;
    padding: 0px;
}

.popup.service .popup-close {
    background: none;
    color: black;
    top: 0px;
    left: 0px;
}

.popup.service .popup-inner .info {
    padding: 100px 0px 40px 70px;
    position: relative;
}

.popup.service .popup-inner .info:before {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-image: url(../images/before_services_2.jpg);
    top: 0px;
    left: 0px;
    content: "";
    z-index: -1;
}

.popup.service .popup-inner image {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.popup.service .popup-inner .content {
    padding: 40px 100px 70px 100px;
}

.popup.service .popup-inner .info h3 {
    margin-bottom: 5px;
}

.popup.service .popup-inner .info h2 {
    font-size: 45px;
    margin: 0px;
}

.popup.service .popup-inner .info .before_info {
    padding-left: 20px;
    border-left: 8px solid #FEDE00;
;
}

.popup.team .popup-inner:before {
    position: absolute;
    background-image: url(../images/team_bebore.jpg);
    width: 383px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    top: 0px;
    left: 0px;
    z-index: -1;
}

.popup.team .popup-inner {
    padding: 100px;
    max-width: 993px;
}

.popup.team .pop_img {
    width: 40%;
    float: left;
}

.popup.team .pop_info {
    padding-right: 10px;
    padding-left: 45px;
    width: 60%;
    float: left;
    text-align: left;
    padding-top: 20px;
    height: 100%;
    overflow-y: scroll;
}

.popup.team .pop_info ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.popup.team .pop_info h2 {
    margin-bottom: 5px;
    font-size: 20px;
    color: #333333;
    font-family: Montserrat;
    font-weight: 800;
}

.popup.team .pop_info h3.sub_title.person {
    color: #333333;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 8px solid #FEDE00;
}

.popup.team .pop_info ul h3 {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}


/* Close Button */

.popup-close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: -10px;
    right: -10px;
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: rgba(0, 0, 0, 0.8);
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #fff;
    transition: 250ms;
    transform: scale(0.8, 0.8);
}

.popup-close:hover {
    transform: scale(1, 1);
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px solid red;
}

span.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important;
}

.popup-scroll {
    overflow-y: scroll;
    max-height: 300px;
    padding: 0 1em 0 0;
}

.popup-scroll::-webkit-scrollbar {
    background-color: #EEE;
    width: 10px;
}

.popup-scroll::-webkit-scrollbar-thumb {
    border: 1px #EEE solid;
    border-radius: 2px;
    background: #777;
    -webkit-box-shadow: 0 0 8px #555 inset;
    box-shadow: 0 0 8px #555 inset;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.popup-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc;
}


/*//////////////////////////////////////////////////////////////////////////////////////////*/

.video_page {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    padding-bottom: 90px;
    padding-top: 130px;
}

.video_page .row {
    padding-bottom: 50px;
}

.item_video {
    padding: 7px;
    width: 25%;
    height: 287px;
    position: relative;
    float: left;
}

.item_video:first-child {
    width: 50%;
}

.item_video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: 0.1s;
}

.item_video a {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}

.item_video a:hover img.zoom {
    transform: scale(1.2);
    transition: 0.1s;
}

.item_video a:before {
    position: absolute;
    content: "";
    background-image: url(../images/after_image.png);
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 147px;
    z-index: 1;
    pointer-events: none;
}

.item_video a:after {
    position: absolute;
    content: "";
    background-image: url(../images/before_video.png);
    bottom: 23px;
    right: 16px;
    width: 38px;
    height: 38px;
    z-index: 1;
    pointer-events: none;
}

.item_video.images_item a:after {
    background-image: url(../images/art.png);
    background-size: cover;
    filter: invert(1);
}

.item_video h3 {
    position: absolute;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    bottom: 27px;
    left: 20px;
    right: 80px;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    z-index: 2;
}

ul.thenativePagination {
    text-align: center;
    list-style: none;
    margin: 0px auto;
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}

.thenativePagination li {
    /* padding: 14px; */
    background-color: #ffffff;
    display: inline-block;
    margin: 0px 3px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}

.project_page ul.thenativePagination li {
    padding: 0px;
    margin: 0px 5px;
}

.project_page ul.thenativePagination li {
    background: #f5f5f5;
}

.project_page ul.thenativePagination li a i {
    color: #ebebeb;
}

.project_page ul.thenativePagination li a {
    color: black;
}

.project_page .thenativePagination li.active {
    background-color: #FEDE00;
}

.project_page .thenativePagination li.active a {
    color: #ffffff;
    width: 100%;
}

.project_page .thenativePagination li:hover {
    background-color: #FEDE00;
    transition: 0.3s;
}

.thenativePagination li:hover {
    background-color: #FEDE00;
}

.thenativePagination li:hover a {
    color: white;
}

.thenativePagination li a {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333333;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
}

.thenativePagination li.active {
    background-color: #FEDE00;
}

.thenativePagination li.active a {
    color: #ffffff;
    width: 100%;
}

li.thenativePaginationStart {
    display: none;
}

li.thenativePaginationEnd {
    display: none;
}

.project_page ul.thenativePagination {
    position: absolute;
    bottom: -82px;
    right: 10%;
    width: initial;
    margin: 0px;
    background: none;
    box-shadow: none;
    z-index: 9;
}

.list_menu ul li a {
    display: inline-block;
    border-right: 1px solid #ebebeb;
    color: black;
    padding: 20px 35px;
    transition: 0.3s;
}

.list_menu ul li:last-child a {
    border-right: none;
}

.list_menu ul li:hover {
    background: black;
    cursor: pointer;
    transition: 0.3s;
}

.list_menu ul li:hover a {
    color: white;
    transition: 0.3s;
}

.news_page .col-xl-8 {
    padding: 0px;
    overflow: hidden;
}

.news_page .col-xl-8 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .2s;
}

.news_page .time_news {
    padding: 15px;
    left: 30px;
    position: absolute;
    background: black;
    color: white;
    font-family: Montserrat;
    display: inline-block;
    top: 30px;
}

.news_page .time_news h3 {
    margin-bottom: 0px;
    line-height: 30px;
    font-size: 35px;
    font-weight: 700;
}

.news_page .time_news p {
    margin-bottom: 0px;
    font-size: 11px;
    font-weight: 400;
}

.news_page .col-xl-4 h3 {
    color: #333333;
    font-family: Montserrat;
    font-size: 19px;
    font-weight: 500;
}

.news_page .col-xl-4 p {
    color: #333333;
    font-family: Averta;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.news_page .col-xl-4 span.a_link {
    color: #333333;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 700;
    transition: none;
}

.news_page .col-xl-4 {
    padding: 50px 40px 40px 40px;
    background-color: #f2f2f2;
    transition: transform .5s;
}

.news_page .col-xl-4 span.a_link i {
    color: black;
    transition: transform .2s;
}

.news_page .one_item_news:hover .col-xl-4 span.a_link i,
.news_page .one_item_news:hover .col-xl-4 span.a_link {
    color: #fff;
}

.one_item_news {
    margin-bottom: 40px;
}

.one_item_news:hover .col-xl-4 a i {
    transition: transform .2s;
    color: white;
}

.one_item_news:hover img {
    transition: transform .2s;
    transform: scale(1.1);
}

.one_item_news:hover .col-xl-4 {
    box-shadow: 0 0 73px rgba(0, 0, 0, 0.1);
    background-color: #171717;
    transition: transform .5s;
}

.one_item_news:hover h3,
.one_item_news:hover p,
.one_item_news:hover a {
    color: #f5f5f5;
}

section.news_page {
    padding-top: 150px;
    padding-bottom: 50px;
}

section.news_page h2.heading_h2 {
    margin-bottom: 50px;
}

.menu-media-menu ul {
    margin: 0px;
    list-style: none;
    box-shadow: 0 0 46px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    background-color: #ffffff;
    display: block;
    float: right;
}

.menu-media-menu ul li {
    padding: 20px 0px;
    display: block;
    border-right: 1px solid #ebebeb;
    float: left;
    transition: 0.3s;
}

.menu-media-menu ul li:last-child {
    border: none;
}

.menu-media-menu ul li:hover {
    background-color: #FEDE00;
    transition: 0.3s;
}

.menu-media-menu ul li:hover a {
    color: white;
}

.menu-media-menu ul li a {
    text-transform: uppercase;
    color: #333333;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 700;
    padding: 20px 35px;
}

.menu-media-menu ul li.current-menu-item {
    background-color: #FEDE00;
}

.menu-media-menu ul li.current-menu-item a {
    color: white;
}

.list_menu ul .current-menu-item {
    background: black;
}

.list_menu ul .current-menu-item a {
    color: white;
}

body.archive.category #banner_gr .gr_head h1.tite_page {
    display: none;
}

body.post-template-default.single.single-post #banner_gr .gr_head h1.tite_page {
    display: none;
}

.logo_customer .slick-slide.slick-active .box_logo {
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.logo_customer .slick-slide.slick-active div:last-child .box_logo {
    border-bottom: none;
}

.logo_customer .slick-track .slick-slide.slick-current.slick-active .box_logo {
    border-left: none;
}

.at-share-tbx-element .at-icon {
    position: absolute;
    height: 34px !important;
    width: 20px !important;
    display: inline-block;
    fill: #333;
    left: 50%;
    transform: translateX(-50%);
}

.at-share-tbx-element .at-icon-wrapper {
    line-height: 34px !important;
    height: 34px !important;
    width: 34px !important;
}

.at-share-tbx-element .at-share-btn {
    position: relative !important;
    margin: 16px 0 0 !important;
    width: 36px;
    height: 36px;
    border-radius: 50% !important;
    text-align: center;
    background-color: transparent !important;
    border: 1px solid #333 !important;
}

.at-share-tbx-element .at-icon-wrapper:hover .at-icon {
    fill: #FEDE00;
}

.at-share-tbx-element .at-icon-wrapper:hover {
    border-color: #FEDE00 !important;
}

.wrap-share-post label {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #333;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-left: -35px;
    display: block;
    color: #333333;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.fancybox-container {
    z-index: 999999;
}

nav.breadcrumb dfn,
nav.breadcrumb cite,
nav.breadcrumb em,
nav.breadcrumb i {
    font-style: inherit;
    color: white;
}

.wrap-rotate {
    padding-top: 100px;
}

.info_job_detail .info_top {
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
    margin-bottom: 40px;
}

.info_job_detail a {
    width: 100%;
}

.info_job_detail .col-xl-9 .wrap_head_info_td {
    display: block;
    float: right;
}

.info_job_detail .col-xl-9 h2 {
    display: inline-block;
    color: #333333;
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    padding-bottom: 25px;
    margin-bottom: 0px;
    border-bottom: none;
}

.info_job_detail .at-share-tbx-element .at-icon-wrapper {
    vertical-align: middle;
    margin: 0px !important;
    margin-left: 15px !important;
}

.info_job_detail .at-share-tbx-element .at-icon-wrapper:before {
    display: none;
}

a.apply_position {
    border-radius: 20px;
    background-color: #FEDE00;
    padding: 12px 0px;
    width: 130px;
    display: inherit;
    color: white !important;
}

a.no_apply_position {
    border-radius: 20px;
    background-color: #797979;
    padding: 12px 0px;
    width: 130px;
    display: inherit;
    color: white !important;
}

.project_list .box_project ul {
    background: none;
    display: none;
    transition: 0.5s;
}

.project_list .box_project:hover ul {
    display: inherit;
    transition-delay: 5s;
    transition: 1s;
}

.project_list .box_project ul li {
    padding: 0px;
    border: none;
    color: white;
    width: 100%;
    margin-bottom: 30px;
}

.project_list .box_project ul li:last-child {
    margin-bottom: 0px;
}

.project_list .box_project ul li h4 {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    margin: 0px;
    margin-bottom: 10px;
}

.project_list .box_project ul li p {
    color: white;
    margin: 0px;
}

.project_list .box_project .info {
    bottom: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 34%;
    background-color: rgba(0, 0, 0, 0);
    padding: 70px 40px 0px 40px;
    transition: 0.5s;
}

.project_list .box_project:hover .info {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    transition: 0.5s;
}

.project_page.project_list .box_project {
    z-index: 1;
}

.project_page.project_list .box_project:after {
    display: none;
}

.project_page.project_list .box_project .info h2 {
    padding-bottom: 25px;
    margin-bottom: 35px;
}

.project_page.project_list .box_project:hover .info h2 {
    border-bottom: 1px solid #FEDE00;
}

#menu-list-project-menu li a {
    display: inline-block;
    border-right: 1px solid #ebebeb;
    color: black;
    padding: 20px 35px;
    transition: 0.3s;
}

#menu-list-project-menu li:hover {
    background-color: black;
}

#menu-list-project-menu li:hover a {
    color: white;
}

#menu-list-project-menu .current-menu-item {
    background-color: black;
}

#menu-list-project-menu .current-menu-item a {
    color: white;
}

section.project_page.project_list .col-xl-7 {
    margin-bottom: 125px;
}

.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
}

.cd-popup-container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1000px;
    max-width: 90vw;
    max-height: 100vh;
    background: transparent;
    text-align: left;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); */
    -webkit-transform: translate(-50%, -40%);
    -moz-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    -o-transform: translate(-50%, -40%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
}

@media only screen and (min-width: 1400px) {
    .cd-popup-container {
        width: 100%;
    }
}

.wrap-gallery-imgs {
    background-color: none;
    padding: 80px 100px;
}

.popup-gallery-nav {
    margin: 20px auto 0;
}

.cd-popup .cd-popup-close {
    transition: 250ms;
    cursor: pointer;
    position: fixed;
    top: 15px;
    color: #fff;
    right: 15px;
    width: 50px;
    height: 50px;
    background-size: cover;
    opacity: 0.7;
    transform: scale(0.8, 0.8);
}

.cd-popup.is-visible {
    opacity: 1 !important;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup .cd-popup-close:hover {
    transform: scale(1, 1) rotate(360deg);
    opacity: 1;
}

.gallery-popup .popup-gallery-body img {
    height: calc(80vh - 200px);
    width: 100%;
    object-fit: contain;
}

.cd-popup.gallery-popup .cd-popup-close {
    color: white;
    opacity: 1;
}

.popup-gallery-nav {
    display: none;
}

.wrap-gallery-imgs .slick-prev.slick-arrow {
    top: 50%;
    background: white;
    display: inline-block;
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    left: -20px;
    transform: translateY(-50%);
    z-index: 9999;
}

.wrap-gallery-imgs .slick-prev.slick-arrow i {
    color: #a3a3a4;
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 43%;
    transform: translate(-50%, -50%);
}

.wrap-gallery-imgs .slick-next.slick-arrow {
    top: 50%;
    background: white;
    display: inline-block;
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    right: -20px;
    transform: translateY(-50%);
    z-index: 9999;
}

.wrap-gallery-imgs .slick-next.slick-arrow i {
    color: #a3a3a4;
    font-size: 40px;
    position: absolute;
    top: 50%;
    right: 43%;
    transform: translate(50%, -50%);
}

.wrap-gallery-imgs .slick-arrow:hover {
    background-color: #FEDE00;
    cursor: pointer;
}

.wrap-gallery-imgs .slick-arrow:hover i {
    color: white;
}


/**  STYLE 1*/

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}


/**!*/


/*.scrollbar*/


/*{*/


/*    margin-left: 30px;*/


/*    float: left;*/


/*    height: 300px;*/


/*    width: 65px;*/


/*    background: #F5F5F5;*/


/*    overflow-y: scroll;*/


/*    margin-bottom: 25px;*/


/*}*/

#style-2 {
    scrollbar-color: #a1d9a7 #ffff;
    scrollbar-width: thin;
}

#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #a1d9a7;
}


/*
 *  STYLE 2
 */

.citibank_customer {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    z-index: 0;
    padding: 130px 0px;
    text-align: center;
}

.citibank_customer ul.slick-dots {
    margin: 0px;
    margin-top: 40px;
    list-style: none;
}

.citibank_customer ul.slick-dots li {
    margin: 0px 5px;
    display: inline-block;
}

.citibank_customer ul.slick-dots li button {
    padding: 0.5px 20px;
    font-size: 0px;
    background: white;
    transition: 0.3s;
}

.citibank_customer ul.slick-dots li.slick-active button {
    padding: 0.5px 30px;
    background-color: #FEDE00;
    transition: 0.3s;
}

.citibank_customer .info {
    max-width: 510px;
    text-align: center;
}

.citibank_customer .info h2 {
    color: white;
    font-size: 50px;
}

.citibank_customer .info .content {
    color: white;
    font-family: Averta-nm;
}

.citibank_customer:before {
    position: absolute;
    background: black;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    content: "";
    z-index: -1;
}

.citibank ul.slick-dots {
    list-style: none;
}

.citibank ul.slick-dots li {
    margin: 0px 5px;
    display: inline-block;
    position: relative;
    z-index: 99;
}

.citibank ul.slick-dots li button {
    display: inherit;
    padding: 0px 20px;
    font-size: 0px;
    background: white;
    transition: 0.3s;
}

.citibank ul.slick-dots li.slick-active button {
    padding: 0px 30px;
    background-color: #FEDE00;
    transition: 0.3s;
}

.slick-arrow:hover i {
    color: white;
}

.dropdown-hover .main-navigation:not(.toggled) ul li:hover>ul,
.dropdown-hover .main-navigation:not(.toggled) ul li.sfHover>ul {
    min-width: 220px;
}

.search-content .entry-summary {
    margin: 0;
}

.separate-containers .search-content .page-header {
    padding: 40px 15px;
    margin-bottom: 0;
}

.search-content .post-image {
    margin-top: 0;
}

.error404 .grid-75 {
    width: 100%;
    float: none;
}

.main-navigation li.wpml-ls-menu-item {
    float: right;
}

.main-navigation li.search-item {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

.main-navigation .main-nav ul li.wpml-ls-menu-item:nth-last-of-type(2) a {
    padding-right: 0;
}

.main-navigation .main-nav ul li.wpml-ls-menu-item:nth-last-of-type(3) a {
    padding-left: 3px;
}

.main-navigation li:nth-last-child(2):hover:before,
.main-navigation li:nth-last-child(3):hover:before,
.main-navigation li:nth-last-child(1):hover:before {
    display: none;
}

.main-navigation .main-nav ul li.wpml-ls-menu-item:nth-last-of-type(2) a .wpml-ls-display::after {
    content: ' |';
}
.service-list{
    width: 48%;
    margin-bottom: 20px;
}
.service-list h3{
    margin-bottom: 10px;
    line-height: 1.2;
}
.service-list .service-image{
    height:80px;
    width: 80px;
    border-radius:50%;
    margin-top: 15px;
    overflow: hidden;
    border:1px solid;
    border-color: inherit;
    background:rgba(255,255,255,0.1);
}
.service-list .service-image img{
    padding: 15px;
}
.service-list .service-detail{
    width: 450px;
}
.service-list.odd{
    float: left;
    text-align: right;
}
.service-list.odd .service-image{
    float: right;
}
.service-list.odd .service-detail{
    float: left;
}
.service-list.even{
    float: right;
}
.service-list.even .service-image{
    float: left;
}
.service-list.even .service-detail{
    float: right;
}

.mid-content .heading_h2 {
    text-align: center;
    margin-bottom: 60px;
}

.service_template {
    padding: 80px 0;
}

.service-content p {
}

.service-listing.clearfix {
    margin: 0 -40px;
}
.project .box_project_home:first-child {
    width: 50%;
    background: #000000;
}
.project .box_project_home:first-child .content {
    color: #fff;
}

Footer Section
--------------------------------------------------------------*/
#colophon{
    background: #000;
    color: #FFF;
    font-size: 15px;
}

.top-footer{
    background: #303030;
    padding: 30px 0;
}
.top-footer ul{
    list-style: none;
    margin: 0;
}
.top-footer ul li{line-height: 1.3;margin-bottom: 5px;}
.top-footer h2{
    font-size: 18px;
    margin-bottom: 25px;
    position: relative;
    color: #fff;
}
.top-footer h2:after{
    content: "";
    position: absolute;
    top: 100%;
    width: 40px;
    border-bottom: 1px solid #FFF;
    left: 0;
    margin-top: 5px;
}
.top-footer a{
    color:#FFF;
    text-decoration: none;
    font-size: 14px;
}
.top-footer .top-footer-wrap{
    margin-left:-2%;
}
.footer-column-1 .footer-block{
    width: 100%;
}
.footer-column-2 .footer-block{
    width: 48%;
    margin-right: 2%
}
.footer-column-3 .footer-block{
    width: 31.333%;
    margin-right: 2%
}
.footer-column-4 .footer-block{
    width: 23%;
    margin-left: 2%
}
.footer-block{
    float: left;
}
.footer-block .widget,
.footer-block .gallery{
    margin-bottom: 0;
}
.bottom-footer{
    background: #000;
    padding: 15px;
    font-size: 14px;
}
.bottom-footer a{
    color: #FFF;
}
.copy-right{
    float:left;
}
.site-info{
    float:right;
    background: transparent;
    padding: 0;
}

.tagcloud a{
    background: #000;
    padding:10px 15px;
    font-size: 13px !important;
    margin:0 0 5px 0;
    display: inline-block;
    line-height: 1;
}
#go-top{
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    height: 50px;
    width: 50px;
    background: #3C3C3C;
    text-align: center;
    line-height: 50px;
    z-index: 9999;
}
#go-top a{
    display: block;
    color: #FFF;
}


.textwidget {
    color: #fff;
    font-size: 14px;
}
.page-template-about .news .info_new .time_news h3,.page-template-about .news .info_new .time_news p {
    color: #fff;
}
.site-header .header-image{
    width: 150px;
    background: #000;
}
.box_project_home:first-child a {
    pointer-events: none;
}
span.wpcf7-spinner {
    position: absolute;
}

.form_contact_page p {
    margin: 0;
}
.search-results .col-md-12 {
    display: flex;
    flex-wrap: wrap;
}

.search-results .col-md-12 header.page-header {
    width: 100%;
    text-align: center;
}
.project h2.heading_h2 p {
    color: #fff !important;
}
.vka-wrapper {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 9999999;
}

.vka-checkbox {
    display: none !important;
}

.vka {
    width: 60px;
    max-width: unset;
    height: 60px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-radius: 50%;
    background: #c31d1d;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1000;
    overflow: hidden;
    transform: rotate( 0deg );
    -webkit-transition: all .15s cubic-bezier(.15,.87,.45,1.23);
    transition: all .15s cubic-bezier(.15,.87,.45,1.23);
}

.vka-checkbox:checked~.vka {
    -webkit-transition: all .15s cubic-bezier(.15,.87,.45,1.23);
    transition: all .15s cubic-bezier(.15,.87,.45,1.23);
    width: 30px;
    height: 30px;
    right: 26px;
    bottom: 35px;
}

[class*=icon-cps-] {
    display: inline-block;
    vertical-align: middle;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANoAAAB1CAYAAAAoV//gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODVFMzM1MDcwNDAyMTFFQ0I0OTJBMEYxN0VGQ0ExRTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODVFMzM1MDgwNDAyMTFFQ0I0OTJBMEYxN0VGQ0ExRTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NUUzMzUwNTA0MDIxMUVDQjQ5MkEwRjE3RUZDQTFFMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NUUzMzUwNjA0MDIxMUVDQjQ5MkEwRjE3RUZDQTFFMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Phh/T5sAACNZSURBVHja7F0HuFXF1Z37ClXAgoBgr4AKKPZewBKxRBMVe4tGo0ZjLFFjNHZsSSzRWBJFjRrLr1hQoxIsgGJDUcEGAqICIiL1lfPvlbtOGI6nzJxy73lw9vft77537ylT9ppdZs9MyXEcVVBBBWVLNUUTFFRQAbSCCiqAVlBBBZlRXZ4KUyqVql6GZd1nzUMb55Gk39eWj+uFNxDeSdppdpoyVMqTYBVAq267Sd1LMd/vtHCQbSMfTwmvzK9ulTqdvMwCraWOuNUUUPRf3DaLKHfYb86yAjxpg5Xk4wPhbtrXTcLbSz3GpAW0SpqObYX7Cm8pvKnwRsJdhTsK1ws3CM+VQn4jnxOF3xMeK/yW8Pw8ATMtAfU+p1ICGlL+kmE9jOrVQgB3jAdkoFrhm6UeW0sdmlJRIBXQaOsLHyG8j3AvVgJco5YEY0paZzWTm8gfCw8Xvld4fDWBloKAOiaawUZAbTRaQPm9ZUffrCCMkX5VmlOdOBDCb5lJniO8kHVw0qpPFQbNu+XjqICfj5Sy35t3jdZT+CzhQeyo1io8ylnSRpNaajlFLYhnHS/8nPB1wm/nQIMFCeiKwl0oqCtqAjpLeIbw98ILPEKZuUbwqUPJU/bVhXcT/gktjtWE2/kMHI3C3wlPEn5N+AlaHXODQId35xhscwK+/95vYE9k46fM7YUvFP5MeIGTLi0UniJ8JWzrSviXEBIP15BrhVsJryN8nPAjwh8Lw/xt9il7o/AM4bHCNwoPEF5ZuI7Pcp+71PuSBm98yl/Syl8v3A+jOkx24aaYfTJO+HTWJ3ZdqqTRjvWp0yfCm6aJqbRBhk57WniOky1BmP8tvF0FAaYLKMCxqfBdwl/HFNBFwu8Lnym8SlwBDQNayCCB8m8kDD9kXor98pHwkcIravUp5RlwUp41PP3XILxW2sorTZDtx9G6yakMQWu8Jzy4gloMArqB8F+Ef0ixLhOFj44joEFACxkkWgsfIvxBgOZNw+oYynbyHTxyqNVe8shV37wC7VB2XDUIJurxGYPMFdCDqIWyEFBouPupaYwF1BBobh3aU4POqMAgOFJ4C49pnFetdoCn/E8lKWNWQNtf+EOnujRJ+LAMgOYKaDvh0+jHZC2gryKsbCqgfkALqAO05bXUOJWiT+mL1ucZbCzPaE/Zz8sT0LakuZgHgkbdJQOQdRK+qsICioFjTxMB9QItoA5thS/KIDhlQhiEtwoyiRMG7Eqe/9vR5+otvC4Hl7Drdd5ceLFn0Ds1D0DrIDwsIzMqLr0g3DVFkEFAzxeeX4W6wG/bNkpADYAGzfjzCgSowmiE8GpxtZoByHYXvlV4vPBM1vVb4c+FHxU+RrhjGOD4nnN8yn45yuxTpjbCfSoBtAsYockTIYR+TUpAq6Pt/l0V6/OKcI8wAdWBFjBY9BR+o8r9Ak1xMX1Ea7D5AMwFSm8CySQA947wT4PAprXfP3zuxTs6auWBbDzH3zCts04U0OJmhvTk5PEaWjbHME5cOpbpO4msPb4Lcx4/5cQrUrgGlUqlN2JO5pbI6woPFd66iu4DJruHCF+lTXI7esaFnhmi1cOtQxvhy4RPY9tUk74Uhh/9KuXlf5PaUZPZHhl1s4j2EL5Dk0ETQqbR74WvZhlKWhncd9Wz3w/x3IsMpWPkutfkGiRN/Eb7DX2DAf5q+X2+L6ZiarM7PdoMPsU2GUx+RzLr0I9lcLXaozG1mR78GMJnVZumC+/GUXSpSKQuhAEaeWutXapNcDHuoAlnpdV8tND2NA3j0rle7eh5Xy2ncLwEzfluRPCntZ+cxln4CTW5ryd96yufVJaaDDWbt9zzqMncFC4IZr8EqUnIyfxZDrQACD7n0cLtve0Zkhrm8gHCa+YkuIfy7ENLoRRDNlztg9zLPzPFLS79QXhHFZyb2SR8uvz5S1XO59Tlrk+EXDb4/RAn1/EYVc6416kVWSdk6+9AM3Me1XYSqqWwIbN/JJ/pUr3n/Xj38TSZbDrS5f2E186RgO6tygsS3/HmEYbc05UDYp7mrLqybcdrZr+p7+JehwTg/gnLAflA+H40geFbDgHbbTKYIZ/zTlVedRJFl8g9zWkkFbdh59WHXINnNrICENaL1JIFdUkJWvNC4Rc87/ISyofw+IpS8e8shRoZ6/v7COg/hSeE3HsoB5Uwmi58mzCyWTayKFdnaqd3/QQ0wMfcmODME6Fce1IjzTMBmUdokbR9BP+eJPyw5otCwx2kysnrLo1T5eTgHXwevTsBOzq0wKUSso+2lT+PFP6d8IYBvt+lcu0/4sxR+PFWAblxbyHUyWt2pA1dw/9/wmyKNObJDuAza+h/7MI69GZUyZtpsadFpNFNst2N93pp/4hnnWlQh/15bf8Y9X+d80J1Hv/Gz8dsFRCqzgNNZiR0KZ8zQj7devbX5jM/Y17lYPZbHx+f+gROkbj+lff3c9znG7oZtZSP65lr+zITxPtFYcpWo22tojf0waiyq/D5jEw+zYjTX4S3idCGfgSN9brwmfxEmQcwmoblMiNCTA2U91nDkdb97OtjBoMwT+M1We6TUWwC5ohoz2dJPYS7M/qlQsyuEts4Srs6WuStpoLXdWKk8NMo09HHBFtf01iIFdzD/n0R/cNnnkLttg799pWp2c6iv/VHyqfSNL6R+cpFoC+SEwUVoqhPSIDAFdZveN1faYK1pW8Blf8UQ6GmhIZ5hmr7dZoIcKhvodr/OsKn62fxrigB7cbQsMvtCbISw9YbalMd99Fk/oBmxQshnTmV117ENmsOuK6D5jdGjcDt6A+pkHeeIOWvY7DkbwmvmwKfmNch8/32kHe34qARx3f0uiCf0GeDKbot+6W38E7CNwh/Thk6lbIwiIGQubx/lYr5sJam48sBIW+Yjn15ze+0CUTM0p/EiUrF0O7fDDPf53Gd1Mpaes2xXJbihvEvCTEdUYa3LcL6dVyu8rhB2aYJb8h7z9K+/xLfB7zr1z6m473IcvdctxqXm3gJ6VO/oFmoh8eVzxKetYTHhJT/Ss87ezATJe51l3uuW90pr80LSp4+n/WoCzIdA7JABmvP+Z5m4b5smwVcuvQC+2dV4V50MdZjdspUts1UPuMOfZooS0zZarQuliMARozrObnXlo4pwqZ/itBs+O0m4V8Jf8t7T6P52cVCQ3WyiDa60ahVDSZed5XReyLN2Wv1gAm+l4btLvxH4VM0IRrp8xwMFFhkeASv7yX3uwETPw3dw0Cj1RiYbyM9JtE0aoe0rptKMy7M2ogztfSZ8CL+DetoFF0HmNQDqbFOYOAIWh2rxjel/EF+9uDvPTSNqCqh1Wx9tI4xCtWOKr07K7yAdvI0qvfWnusXM7pzG9U+zMUraXvXx3i3jelYY+CHnOyCSf4+yRtRpL/2kmZKop6P+zzrfnnOx/T7hvI7OO/wHx7gszfyAVFNiHmpm9zfhvy+K03y/2mggAilzXXPatetQX9KBUTopseMWGJw+4h+9D4E21d8Jt65M6cPWvH/VrwPcrse/95Dk7PRIf7gxoywb8e6dOL9c+gnI+w/TJlud2BpOgatYwoyHb2m3DCqbsVI0SDP0pNvuearFa9ZMySXLcp0BM0wMB31SF1X4SdDMhuu1e7zmphv8bd+nkRr11zczGM67ucTgcR9g/j9Ez6m48lMdK4LMR1bMTo5NMR0nEqTvpZtfGfC67C9xIm8Dv17V8i757Df22hLgUxMRzeKfV5K0c/nmBhf48l7XI/uzfcGz8A1twuvH5nBZAm06QHZ+iZAc5gFf732vHra0F+wU3fgd+7vF4ZUOApoKOdXlkBbMURI3tTuO4Pvd7mJbdOTvz+mDS77BQBtLP/eXGvTN/hddx9faC6nN9rqAhoANPizv89peH8KQ/FxgFbLZTDjEpZhIaedSp52HERZtKUv6CsGYsfWTp6bwEyFqv4HzUiXMKk9lvb1rtpMvUvX0bycF/OdC2KUcULARPNgzQf5EyJsLtPmf1QL8Z/MKCJ8ricC3tWdPtlbfDauP4xCd7iPiYa2n2wQinZ/fz9gMr/a9JUnWmwSiXCTqWvo214YYRpH0fUM0ddp7z+QJvsaMZ63BhMaDkorvD/DwD8IEnj4WecRNPDLLlblNKkmCvfHFIwjCa6VeN8Q3ved5TsdFbyVmK2AQvjrQiY2ITh3CWMvjt6c4sA836dcK/Xf/EtVzsF0/4YvhwgZ8iofEsBdygDCb1lnv3dMNxRQ/PYhw9t5I/iv85V56pVOzQykPEP5cWLIBMz/a/gsF8B9OSXRPkG92nP6o18awRA4o1squ2Tb76jF7mHUsQOBdDBBtwLnQVxN8DtGK9fi/MeXFOLZbKDVLBr1ixgdMZHRqJ6eOTQ4vQ8JMCYEzLH9gn+P56g9TPtOp9O1v1fjXNuDMBVVOY0rKG3qP8osbckVnukctddX+cl3nE2QOAmA5gZUPrO8FwPPzdRaC7XnAQNXqXTSBFfmILmPxzKzBto43YSK0AyuyXW28P9RSGBi3ajKSbJtCDqYAZvzvr218P0garVTKbwPU0Ndq0XjwjqrSS1JwjUFmUNt9Dzf4RXQgw2f1S0AZEF0iMFg9VSEgDqa9nWzNB5T5aSBbjkB2r85kDUb9J83a8Sb49mB/0+nbEDIkQnUmdHpJprbH1CLIkNpEq2VZk2jwWXZM8U6um7Qc0mANsZgJKqnSfoxzaDh9H025jzYTp73omEO8ykPnrOLMLZsPkP4FTbWXIJtC4I1rKPGGALMK6BP0N7unhMBHcER2URAlVaPcWz/o1T1z8LDTs33C/9godH8wOYSBt0rVHmr+C8JvFUoT22pUeDHzaTMNGrsbjevwvwqjTA9sy7n5PwGQUw59Nemnw7yAs228d8hgJwQgcXI8gbB8QRBtr3w3+mb1AWYsEGg70/7eT8KD0yoM1mRDiGCNlVFZGaHCOj7BHVzDkAGc+s+CwHVzzCAj3sntUg1qYnBgjc82iSwLtqq66A1d+j/CyjkDXRLplBGRzPI9hnbbyHbYrGm0dy2ilpy8wQtmUN8fF78dgqfU++R2UTBkPkUwIaQax4jEJ4meI5ltHHLBB0Ffwn5jUgMbUftBm05NOB6NOYL0lmzYpiOzeyYu6hFqi2gD1JwmgwE1PEMGE0EGZb8L6piPT6kZTKfZXIso45+/dSklmT1LGafzfPwD3znQu293rMBwjKNXqS1tZh1AOCmEdz4G1FmJBZs67mva9JgiKJmOoFq2jvKgF7WKoEs+xOp5T5P6JQjaHI0Kwqb/L2QaxdSuGw6r6RpgiZGABFFujrCRM2SJrK954UJKPcOKXkE0RVGCMmjNN2PVJU/5RU+FCKqkzVtYmQ6avUqhVhRjoHlsdQz9D1KMJcXcA8G8315Tw/K3Vj6XzPYrsiG8VvrVpsG0CbwBQdr9zdoNq+u8qcyUjhPG4HiUg1DqF8ERKMaNC2ARnrdoiODBBSmwSbUypUWUITzL+MAZSWgHgFspFl1NdsfwazWFaoDTLnz2R8NHq0cR5vFJV+Qab6eN5I9kn7WLuyDDgzOudNQ7SkbOwS87/s0gKYYwtxVK2AnH3PSoa/zfgUaEmZRR63hrop5TJAOtEYt8IKOOqKCmm0a/Y8RMQTUz3x0j1q6jqPzAJV9yH8ChfQ/7J9Gj/lmugYsSqslAZmiGahP5Yxi0O5mtXSU+V+qHBWfQXN+95B3fpQW0N6l33U2n7EmzckxaskeDJUgh6p/c5bhvz6NNOjImCDzCmgDgfsnCuheFagbRkwsO3lJc94jBdSjnZXHpGrks+YQcFnWoYnWxFUMTCxkOwZq5ahB0f2d9XMsQRb4DiYSY17vAG3AXsTgm3fzH0QcH6ClsU/Ee4f/qCAJ1uJ0Zrh2oCdCVlGgMdrjNgr2DDxcGnWyJVq9+yG6mfzupj/taXodlmFdmhmVg4C+RQHVhdRRPvshBuzrqDz1cOsCE+hWRnCzKD/a/SEGxKaz/IsCgOaYAs2nr0ynBgKfrcl9Z/pea6l09iRFG2DqaWYaGk3xQXByu9PRVirZFmBJCaHcy2xBFqDV3L8b2fCNGZqNzfRlYJo8ospzQgsDzK1Qs9HH59TNYResbQKCRw0MONkKGu6bpMqryB9iXRbxmYs109dJCjLL6023SHDl+I6UFMSlXpAlBZobYYSZg4nDtasIsun0y4bH8pSDBbRZG4lbBwjoYrUkS8GGGimgL9Lm/0IzXRalKKCOx79r6ykDViVgnm4WTXCMxlhLt6oWPfNqkfkEFPxvTD28rWmwxRrr/qVNMKfSdCfrnXTfl9v4LJU20ECYiMTc1oVVApsLstszMEtdn0OppReRNlG4htI51gW0S4iALiCgxmsC+mWaAhowaLhUw3q45YdgvEbg1NOneoDBrS7kjjSfm3ndbPopsxhdc8vboJVfz8BoVjk6RD7EVXJzUE9U8bJo0JaB+4iWUtwvAf7L+ZoZWQlC8u+QtEAW4OOUaMcjX3NLCiMa9RVNQOupKdyD4lelsLoCCoB9qwnoXE1rRQloqDbTfTSDurir3BHNHMl31bH8dRrXkvU20LVjs6btdW7wKX+zx4StGsgigOYqnvHKf+/GIMLAeSV9X1UJoIGwzTIWY26lki05iKIFDBhg08pnU+4IPwHFTP9vaSr/hwIVR0D1qQOvgDZ5AgZGAmoINLcudRytm7RASW0I+9VDj8rq3BighX/kW+YUZIr9+bamLNz5344+8oc80mG0aiJXiaQNNBAyRrDUBYsXV1b+eyTGpUZqhkfodE73E7IUgeYKqCt4uRPQIKCF1MUvuqpHJ2u0OtR47nN86tIcUPbA6YgcAw1++ARGIBHYuY7WxzpqyaZNM+mfTlRL78tfcaC5hM1SkZu4O/2CVgmiOos4irzCyo/QOi2LDslaQJs9ghpbQMOAFlAX5RkEvHVSnvKXfHxXE/6Rj1gtgFkADVFXTFY/Rm2VGpU8pxmWAv4OCxZEJYgikxnLNLD70BraqF/j6Wy/CeMmBgsQmbubjrtX+LLqlBYhoFFAsxg8VMhnVN87Ad/lBmSGQMuMSj4+iQroEKWis8bDvkdwYFsGFPpRHXeiL+eaZQguIHsBc2HIPsEE7igGEIKibFl3Tq4F1BRoEYNHlgNtLkCWN6Cl89CcNGxL64wE7Z2Gtk59oM2bHFQVaJYdscwAankGmm0/LysDbTX7tm55AVBB5v28PA+0FdVoyzO1RI1WCe1X9G8BtIIKyj3YCqAVVACuAFpBBbUcwGnrAn/0W13RzAUt71QJv7WmaOaCClIF0AoqaFmgipmO3EQHGdBI3MTaq29EZS8ouqCgAmjJwYWTTLBNGw4R6KOWXqWMA/ywz8cIVV6S8JIALw9bcKPcWN6DDWyw3/oIKdeLy4mDX2IfYUBETipWjWNtFo7UxaJWdxsELA/BSmtsi4eFkshJxQY3OCAk1pFMy/v8XmyACf+Lp2Ga0jj3WNkqlhtnoP3Sc9zvLJ7J3OKAZsE49XJ14aN5/PHcGKdezuW9R/NZtTZlWMbkP/v6UVDnJTj29D6cLVyFxsH51cMDyvRgVnmBOQAajqr9jfCHKR6f+5HwWTz3umJA4xG5dTyeuTbjATnwHZkCjZX8c0od9bZwlwoK5QbCH4eUB5r5J8sY0HCG9MHCr2d4XvVY4UP5rkyBxrO7d6XsfCV8k/AqKbcptPSmws8Kfyl8P92jigLt8pQ76U3hFSogkDhL+lPDUbr9MgK01YSv42H2WVOz8A1s50yARpANFP7acyD808KdUwRZX89B9Q2U054VAZo8aD82aNp0dwV8sucsynPxMgC0jehLVZqegkCmDbQAkKUKtgCQBYItE6BB6whPjWhkFOZuBDuENxbeWvhs4UkGo+EeGQrjUZbC8gMEtQUDrZfwq071aJRw77QEUQPZNyHvBNiejGtGEmSbCY+PkO83XDMyK6CdE9G4aIRtQ0D6r4j7x2QkiHBm34s5Mte0QKCtJfySU30aybKkAbQe1CZRFAtshiBzaT58tkyABoGL8G/gA+xoIPCjIyrRPwNB3CKmoKBOP2thQFtJ+B4nP3Qvy5QUaGtz+sVJG2wEWT9DkLla7bUgoCUdmTEJvW7I74+WSqWXIyYqsXnouRHvOSADWdw+5n1osyHSeB1biLuGaQnsQjY4R2XCedBHK231iOW8nwtOTI5jQ1uTRAfs2Yhz4e6OAhvD9jimCWcS9DbBpSpvtjoyqzmzUyJQfpjhc6AZZ4Q858UMyn59wlH5ohai0fpGtG21aBbNMpWAa+h3vmkRQQ0NkFCT9QkIfATFEWA2PibcKaisSTXaBhG/f2E05JZTr6YkeE81aMsWoM2QTnWKKp8dkDdCmtuvVIKt4yk32FkYaX7vWGi23YTv8YKNmgwpZ/dSo5loMqSjYVv6Y6Q8c8LMoKSNFUY256WtlNJzTGl6gnuRFH1jCwBaL1U+fzuvdBTLqKoNtixBlgbQmiJ+39XQzFlPlfc7D6Isko0nxLwP25OfIA37XM5BhoRxmO71OS4jyna4SpjcngLYumQJsjT8gCER9ut3wt0MnnNHxHM+z6Dsa8XIjPgqy3m9lOu3qvDklPypeQnvn8+onB9NYVnjBEP8fH3M075j6bO9ZRFdbGZ7POIXEMvKR/ss4nds+f0wnMQQgThJPo5L+B7rIIEq7+lvA2Ac57NNC9BkLvUVXjOF52Dpy9mqfP5BHEJUEGHvhoDfsQRns1TCq2XN9iEjrDaabTOL6CI0GWTgOHnf96ZlSwq0dw2uQRj9TSaXtqOwl5icibOl/qqiNwkalyLA3E5poBCYEPb/HyD3TFIth3ZM4RmzCbJbhI9XPoeMhBDOTzhP+HYGY9pmXNYkZqSyAFk8czHJpKHc05ZmgSktojkzy9L0ODgpwPzMDvk8wNC0WF+1MJIyP5GCuXeqp9160yyL6uO/MyGgJ1OTomhYGqajjxlpG/o3CuHHkrekSZ5y7b8znm9pjLNkxqSTYGMbzDEtQOZ5CwTa2wnb/HwmXXvbbnOuZPCj4Uwwr+Piz3cN3/du2kBLEWzGIMsaaGdkDLTRaYNMr5/8/TeDMhzZAoE2KYFgDYlYQ7YdAlTaPeO5srobf0cO4hiLd07OAmgpgM0KZFkDbU3LLQts6bdpAswHaFsYdMDr3FwoDwAyve7rmO19G9bdGbThXsyeuIKrtN3vEUF80fKdX2cFNA1svS00rO42wKxdMakMJs5CF6cQ2R8jM5IrnO/8QMay+5ZBUGQLlaNcQUMhixMEQFufqcp5e1EBs+GqPE96sVqS1YNw9x3KcP40YVmtxJRzdaWY99am0mlJ0/rl+sMz0mZPpm0y+tVP/t/TYOEq5tBWzwPIDIMBn1i2NfL/OmjPX1H4Am5HsL1Bm7bmCoE4C4A/ydB0tM1dTJr1n43pyIejkadnALS9KwQ0dMYLBuXBNa3zArSwfsKSDcs1Yp35TASIDuQkru6D9Y4A2U0J+nlMRsGQpCCzBlumQOMLfp8yyN63XWCZMKtgm5DsBZ1urebCTwugDTVsZ/ifXTDHKbwzBSoIDOsEgOyKhH19fwbh/bRAZgW2SgBtFeHvUwTaUVlEG0OAhkn0vxpGoq50qrT9nGlfyfenG9QFc1zrCm8ifIvwYgON3s1Zej/Ic5zk+8X8Ok2gOeF7fCQFG1bYr1o1oPElae2ENTFOlC9pJ9F8+sIQbFdUQ7NZDBz9IqLB4zjnhf0Xv7Tom0e1dVcnc4I6CSHi2z8toMUAWTPL0JQG2CoFNCxPn5kC0A5NUwgtR8O9Dacr0EE3C9fnFGgrOMF7NmJu6MEYYXiX7hQ+VnhOCn39picIk8QqsdnjQ08QHkWf1BRsCxj271wVoKU0gT0qrqZICWgwIa+xHOE7VBtoPgGeGqZQBWXjL07YT/NSsl5OZ1kTAS2mJnMno1diutjYpJqtkkCrtxhR/FJ/tspCCC0d6daWqWXQHGvEKO8uTnmJ0KGmprLFRLxi8GKKk1+aGhBgsU06SAKyTtrAlBhsFQMaX7ZzzNyym7Ia7WOEhrEXv81+9BDo7SzKOtjj37zCyGcpRaDVONHbAVaTzourzZwl+aqJQeaxAhKBrZIaDYXtzglQG5rDBmuVB6DxeRtaBgpgTp1oAJatnPJmrF5qoP/TPWkep7P0IRajcwiy0Y7FIRhO8OY8fdIAWUpg6xxU1lKQ0JmcVwXbVj62YYoSFhpi/wdsP9cmgWJqYkrPR8LvMUVqlJRnclp5gKb14zOxKPAZ4a6meBfGOrvT/dYsQVOq8rqusG36sA7sMuFb5BkLbes4cOBAtP916I/a2toThw8fjt2V/ylc8VN6AggpXgh4PZnwOV2Z8jXIsF8WMHXs2LBFm4wRYIvveynXJjGDucL3CJ+aSgoWR5A/cg6mMWDU+JrRpGcMw7+jyJNDJo0/5VzPwCB/xsnoPC6nvDTkK8sRG0tJdvDx/YZbPAM7Ke+ha0jT+g0YMGAf4fHCl2smZFMONBnKcG4Sk1Fj+HezDDVZ4PYDIZoN2TBvG7ZbI7V0fNORAY7jnB+vcYIaHuGUl1UMpunX3nPvLyMK+LyjnTPFd63POZ4LhR93frxmDObcJd5ZeifDg+84qWu79ASRvRvp7yG16Z6YgvmQ8NqWQFtB+AHhG/gd9qm/wcl2pYWJMP6ZA45KgbtzgG5OE2QesG1iADa8Awcx3hYbaE557ZEeFPiG80cYadsaFvjmgAJOMMwfq+Gk5h+EP9Duny38i0oAjc9fy4leYRw0b/VtQiGdw76wAduZwldo32FF/E30KSpNi2iRtEsJZO6gjMjttACwxQaZBdiaWbdXHZ8zBYyA5pTXHLmdArAdESdY4ZRX3D7qKSAaZ90Yz4JfuZPHBLusEkDTJuWfqpJGOMESaP2Fz/UJIFzixDs+Ny7NprtRmyLIdAtoJ0Z9m20CH5Zg6+0TIGmm1YIE7vViRR0p0J/xgX9JEg3U/JNhmunXK6lH7ZSX5yxi5devBNC0zr26wmYY6ri1JdA6CgeBc2SFyg1NcFiaAPOxunSwNWmaLDHIAsDWqGmy/4EsLtBa8UENTkgSpWVh8cyDnZQOX+dgMJYdOqBSQNPef6BTuX3tx1GglCXYDgz4bUTG5Z1Gl6GX5XRE3MyQes5D4mDJj+kLpnoQCcG2IdPXEJy7z/WdE01YM2rouPanyhHR1nez7Wcy2FBRoLEcazOLpDlDocWzB8cRSAHazhXWaBDAW00Hvjj+dUvkqLQfbG76kjAyHhCEuFM+by2VSh9UEWDYEQtLaM4Q7sG5kSMxL5ImgCzm4xCJ3IttdanK5pwAzOM9FPPe72Lc8z4/NzG8/hPOd76qyntgvqkMticwnctcFqguoiGwZGRr+fN6Vd4j/TRMyMGMkc+nCMLXbXZsjWNuqvI5bDsL78VPN2MeO2SdLO9/p5qNKO/H3iYwkx6XzytUeX+RtDbzwcQ9dsVtinn/fItrp7Cvn+X/2OkYplE3DiDttGdiUh27GGO352nCU/mdKgDmU2fTzBC5blPOev/cM2o3ckRDFsdEVd6+Gx2G01pmckTFrsDN8kxH9684417LjIVV2KGrs3M3VOVtmjfWOhi0mIJwK0Z6zzNTzwyJOTggU+YPwnurZBu7YADZnxsgWdeRWSI9nn/++Wk+P2FDop34N6wC7Bh9O4HtJfRTa60uAP0iFWNTnaB2r4Y1khuN5mkgAOkkLGugVhnIjurDdJWeIakvSCNCGLSBnePuSgRt1TYixQWd+iHNkhcAMinL7FyPXqXSWPnYl+lb7uBkk/6EweQ24QvkWXMTFifIdFyBnw9Ti71DwPlRc8hvVR/YlimNFjJ6tyHIoH02oDZandoJC+M60dSrVUtv9+WwA6ERfxCeJfw1zZDJ1JIA2Pum+5znRaP5zb3Jx37QThycVvIZXFD4GcKPCN8U5AenNPJDO13DwQv5hvMyHHRU2n23XALNJASvyknGrQi4GgpVI0fuhQn8jxYBNE8Z0QYbkbuzTTDIjBceJ+VavDwL5HIHtIIKKig9qimaoKCCCqAVVFABtIIKKqgAWkEFFUArqKACaAUVVFABtIIKamn0/wIMAGQk2H485FdIAAAAAElFTkSuQmCC)!important;
    background-repeat: no-repeat;
    background-size: 148px;
}

.icon-cps-vka-menu {
    width: 50px;
    height: 50px;
    margin: 0 !important;
    background-size: 200px;
    background-position: -155px 0;
}
.vka-checkbox:checked~.vka .icon-cps-vka-menu {
    width: 20px;
    height: 20px;
    margin: 0;
    background-size: 100px;
    background-position: -79px -29px;
}

.vka-wheel {
    position: absolute;
    bottom: 15px;
    right: 18px;
    transform: scale(0);
    transform-origin: bottom right;
    transition: all .3s ease;
    z-index: 12;
}

.vka-checkbox:checked~.vka-wheel {
    transform: scale(1);
}

.vka-wheel .vka-action {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    text-decoration: none;
}

.vka-wheel .vka-action:hover {
    transform: scale(1.1);
}

.vka-wheel .vka-action-1 {
    bottom: 225px;
    right: 0;
}

.vka-button {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    padding: 4px;
    border-radius: 50%;
    background: #0f1941;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    font-size: 24px;
    color: White;
    transition: all 1s ease;
    overflow: hidden;
}

.icon-cps-local {
    width: 30px;
    height: 30px;
    background-position: -5px -43px;
}

.icon-cps-mail {
    width: 30px;
    height: 30px;
    background-position: -8px -5px;
}

.icon-cps-facebook {
    width: 30px;
    height: 30px;
    background-position: -80px -43px;
}

.vka-wheel .vka-button-1 {
    background: #0f9d58;
}

.vka-wheel .vka-action-2 {
    bottom: 170px;
    right: 0;
}

.vka-wheel .vka-button-2 {
    background: #fb0;
}

.icon-cps-phone {
    width: 30px;
    height: 30px;
    background-position: -42px -45px;
}

.vka-wheel .vka-action-3 {
    right: 0;
    bottom: 115px;
    cursor: pointer;
}

.vka-wheel .vka-button-3 {
    background: #006AFF;
}

.vka-wheel .vka-action-4 {
    right: 0;
    bottom: 60px;
}

.vka-wheel .vka-button-4 {
    background: #2f82fc;
}

.icon-cps-chat-zalo {
    width: 30px;
    height: 30px;
    background-position: -47px -5px;
    background-size: 155px;
}

.hidden {
    display: none!important;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}


.vka-checkbox:not(:checked)~.vka {
    animation-name: zoom;
    -webkit-animation-name: zoom;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    cursor: pointer;
    box-shadow: 0 0 0 0 #c31d1d;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        -ms-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}
.vka-wheel img {
    max-width: 25px;
}
div#socialSharing a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 14px;
    color: #000;
}
.page-header-image {
    display: none;
}
.banner_slider .slick-arrow:hover {
    background: #000;
}

.banner_slider .slick-arrow {
    transition: .3s all;
}
section.news-section {
    padding: 60px 0;
}

h1.heading_h2.text_center {
    text-align: center;
}

news-section ul#menu-media-menu {
    display: flex;
    float: unset;
    justify-content: center;
}

.news-section .menu-media-menu ul {
    float: unset;
    display: flex;
    justify-content: center;
    background: transparent;
    box-shadow: none !important;
    padding: 30px 0 40px;
    border-top: 1px solid #3333332e;
}

.news-section .menu-media-menu ul a {
    background: transparent;
    display: inline-block;
    padding: 0;
    color: #999 !important;
    line-height: 1.2;
    display: inline-block;
}

.news-section .menu-media-menu ul li {
    padding: 0 30px;
    background: transparent;
}

.news-section .menu-media-menu ul li:not(:last-child) {
    border-right: 1px solid #333;
}

.news-section .menu-media-menu ul li.current-menu-item a {
    color: #000 !important;
    border-bottom: 1px solid #000;
}

.news-section .row {
    display: inline-block;
    min-width: 100%;
}

section.news-section .row>* {
    float: left;
}

.post_item {
    position: relative;
}

.post_item .box_img {
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
    border: 1px solid #999;
    margin-bottom: 10px;
}

.post_item .box_img img {
    position: absolute;
    top: 0;
    left: revert-layer;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s all;
    transform: scale(1);
}

.post_item:hover .box_img img {
    transform: scale(1.2);
}

.post_item h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 700;
    line-height: 1.5;
    height: 52px;
    font-size: 17px;
}

.post_item .date {
    font-size: 15px;
    color: #999;
    margin-bottom: 4px;
}

.post_item .content {
    font-weight: 400;
    font-size: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.4;
}

a.style_center.max {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
@media only screen and (max-width: 1600px) {
    .recruitment_join_us .slick-next.slick-arrow {
        top: -20%;
        left: 15.5%;
    }
    .recruitment_join_us .slick-prev.slick-arrow {
        top: -20%;
    }
    .popup.service .popup-inner {
        max-height: 700px;
    }
    .popup.team .popup-inner {
        height: 500px;
        padding: 50px;
        max-width: 993px;
    }
}

@media only screen and (max-width: 1400px) {
    .recruitment_join_us .slick-prev.slick-arrow {
        top: -20%;
    }
    .recruitment_join_us .slick-next.slick-arrow {
        top: -20%;
        left: 15.5%;
    }
    .popup.service .popup-inner {
        max-height: 600px;
    }
    .project .box_project_home {
        width: 25%;
        float: left;
        height: 320px;
    }
    .project .row {
        position: relative;
        height: 640px;
    }
    .project .box_project_home:nth-child(6) .info {
        right: 10%;
        transform: translate(10%, -50%);
    }
}

li#menu-item-wpml-ls-9-en {
    display: none;
}
#wpadminbar{
    z-index: 999999999;
}

