header {
    background: #01944b;
    box-shadow: 0 1px 12px #117a45;
}

header .navbar {
    background: #01944b;
    max-width: 1215px;
    border: none;
    margin: 0 auto;
}

header .navbar .navbar-brand {
    display: block;
    margin: 0px;
    padding-left: 0px;
    height: 110px;
}

header .navbar .wrap-toggle {
    display: none;
}

header .navbar .block-search .block-area {
    position: relative;
    margin-right: 15px;
}

header .navbar .block-search .block-area .select {
    padding: 0 10px;
    display: inline-block;
    border: white solid 1px;
    background: none;
    color: white;
    height: 25px;
    margin-left:5px;
}

header .navbar .block-search .block-area .select option {
    background: #019245;
}

header .navbar .block-search .block-area:before {
    content: url(../images/location-icon.png);
    display: block;
    position: absolute;
    border: white solid 1px;
    width: 25px;
    left: -25px;
    top: 0px;
    height: 25px;
    text-align: center;
    padding-top: 3px;
}

header .navbar .block-search .block-area:focus {
    border: inherit;
}

header .navbar .block-search .language {
    float: right;
    color: white;
}

header .navbar .block-search .language a {
    color: white;
}

header .navbar .block-search .language a.active {
    font-weight: bold;
}

header .navbar .block-search .language a:hover {
    font-weight: bold;
}

header .navbar .block-search .navbar-form button {
    color: #a3a2a2;
}

header .navbar .nav li a {
    color: white;
    font-family: "UTMAvo";
    font-size: 16px;
}

header .navbar .nav li a:hover {
    color: #ffff00;
}

header .navbar .nav li a .caret {
    color: white;
}

.section {
    width: 100%;
    padding: 50px 0;
}

.section-slideshow-home {
    padding: 0;
}

.section_gradient {
    height: 60px;
    width: 100%;
    margin-top: 50px;
    background: url(../images/bg-gradient.jpg);
}

.section_gradient:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #019245;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #019245, transparent);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #019245, transparent);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #019245, transparent);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #019245, transparent);
    /* Standard syntax */
    opacity: 0.9;
}

.section-services {
    background-color: #019245;
    box-shadow: 0px 0 15px #79797a;
}

.section-services .section-header {
    margin: 20px 0;
}

.section-services .section-title {
    width: 250px;
    background: #019245;
    margin: 0 auto;
    margin-top: -50px;
    text-align: center;
    color: white;
    font-size: 40px;
}

.section-services .section-title i {
    margin-right: 20px;
}

.section-services .section-title-line {
    border-color: #77af76;
}

.section-services .section-content {
    margin-top: 45px;
}

.section-services .section-content .block-services {
    border: white solid 3px;
    position: relative;
    padding-bottom: 40px;
}

.section-services .section-content .block-services .block-services_img {
    width: 100%;
    text-align: center;
    margin-top: -50px;
}

.section-services .section-content .block-services .block-services_img img {
    display: inline-block;
    background: #019245;
    padding: 0 10px;
}

.section-services .section-content .block-services .block-services_title {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    color: white;
    font-size: 22px;
}

.section-services .section-content .block-services .block-services_title span {
    color: #f3e600;
}

.section-services .section-content .block-services .block-services_description {
    padding: 10px 30px;
    color: white;
    font-size: 12px;
}

.section-services .section-content .block-services .block-services_button {
    width: 74px;
    position: absolute;
    bottom: 15px;
    left: calc(50% - 37px);
    display: block;
    background: transparent;
    border: white solid 2px;
    border-radius: 20px;
    height: 36px;
    color: white;
    transition: all 0.2s;
    line-height: 32px;
    text-align: center;
}

.section-services .section-content .block-services .block-services_button:hover {
    background: white;
    color: #01944b;
}

.section-shareholder {
    background: #f2f2f2;
    padding: 100px 0;
    background-size: 100% 100% !important;
    color: #01944b;
}

.section-shareholder.page-shareholder {
    background: url(../images/bg-shareholder.jpg) no-repeat;
    color: white;
    position: relative;
    background-size: 100%;
    z-index: 1;
    padding: 139px 0;
}

.section-shareholder.page-shareholder.page-shareholder-report {
    padding: 154px 0;
}

.section-shareholder.page-shareholder.page-shareholder-report .section-shareholder_title {
    text-align: center;
    margin: 0px;
    margin-top: -20px;
    line-height: 110px;
}

.section-shareholder.page-shareholder .container {
    position: relative;
    z-index: 9;
}

.section-shareholder.page-shareholder:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #009245;
    z-index: 2;
    opacity: 0.8;
}

.section-shareholder.page-shareholder .date .bg-icon {
    background-image: url("../images/group-icons.png");
    background-repeat: no-repeat;
    background-position: 0px -35px;
}

.section-shareholder.page-shareholder .address .bg-icon {
    background-image: url("../images/group-icons.png");
    background-repeat: no-repeat;
    background-position: -40px -35px;
}

.section-shareholder.banner-support {
    padding: 134px 0;
    background: url("../images/bg-banner-support.jpg") no-repeat;
    background-position: center center;
    background-size: 100% 100% !important;
}

.section-shareholder.banner-contact {
    padding: 115px 0;
}

.section-shareholder .section-shareholder_title {
    font-size: 70px;
    color: inherit;
    text-align: right;

    width: 100%;
}

.section-shareholder .section-shareholder_year {
    font-size: 150px;
    text-align: right;
    width: 100%;
    color: inherit;
    margin-top: 0px;
    line-height: 130px;
}

.section-shareholder .section-shareholder_description {
    font-size: 14px;
    padding: 30px;
}

.section-shareholder .section-shareholder_description p {
    font-size: inherit;
    color: inherit;
}

.section-shareholder .date {
    color: inherit;
    padding-left: 45px;
}

.section-shareholder .date p {
    color: inherit;
}

.section-shareholder .date .bg-icon {
    background-image: url("../images/group-icons.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 31px;
    height: 33px;
    display: block;
    padding-top: 8px;
    font-weight: bold;
    font-size: 16px;
    color: inherit;
    text-align: center;
    float: left;
    margin-right: 10px;
}

.section-shareholder .address {
    color: inherit;
}

.section-shareholder .address p {
    color: inherit;
}

.section-shareholder .address .bg-icon {
    background-image: url("../images/group-icons.png");
    background-repeat: no-repeat;
    background-position: -40px 0px;
    width: 31px;
    height: 33px;
    display: block;
    padding-top: 8px;
    font-weight: bold;
    font-size: 16px;
    color: inherit;
    text-align: center;
    float: left;
    margin-right: 10px;
}

.section-shareholder .group-button {
    margin-top: 30px;
}

.section-shareholder .group-button .button-default:hover {
    background: #01944b;
    color: white;
}

.section-shareholder .group-button .register {
    margin-right: 30px;
    border-color: inherit;
    border-width: 2px;
    color: inherit;
    position: relative;
    padding-left: 30px;
    padding-right: 10px;
}

.section-shareholder .group-button .register:before {
    content: "";
    background-image: url("../images/group-icons.png");
    background-repeat: no-repeat;
    background-position: -80px 0px;
    width: 19px;
    height: 20px;
    display: block;
    position: absolute;
    left: 10px;
    z-index: 2;
}

.section-shareholder .group-button .document {
    border-color: inherit;
    border-width: 2px;
    color: inherit;
    position: relative;
    padding-left: 45px;
    padding-right: 10px;
}

.section-shareholder .group-button .document:before {
    content: "";
    background-image: url("../images/group-icons.png");
    background-repeat: no-repeat;
    background-position: -120px 0px;
    width: 30px;
    height: 20px;
    display: block;
    position: absolute;
    left: 10px;
    z-index: 2;
}

.section-news {
    background: white;
    box-shadow: none;
    padding-bottom: 0px;
}

.section-news .section-title {
    background: white;
    color: #676767;
    width: 300px;
}

.section-news.news-internal .section-title {
    background: white;
    color: #676767;
    width: 400px;
}

.section-news .section-title img {
    margin-right: 20px;
}

.section-news .section-title-line {
    border-color: #676767;
}

.section-news .info_social {
    text-align: center;
    color: inherit;
}

.section-news .info_social .link {
    color: inherit;
    display: inline-block;
    margin-left: 15px;
    font-size: 12px;
}

.section-news .info_social .social_wish:before {
    content: url("../images/like.png");
    font-family: "fontawesome";
    padding-right: 5px;
    font-size: 16px;
}

.section-news .info_social .social_comment:before {
    content: "\f086";
    font-family: "fontawesome";
    padding-right: 5px;
    font-size: 18px;
}

.section-news .info_social .social_share:before {
    content: "\f1e0";
    font-family: "fontawesome";
    padding-right: 5px;
    font-size: 16px;
}

.section-news .section-featured .col-sm-6 {
    padding-right: 0px;
    position: relative;
}

.section-news .section-featured .col-sm-6 .row {
    margin-right: 15px;
}

.section-news .section-featured .col-sm-6 .row .col-sm-6 {
    padding-left: 5px;
    margin-bottom: 5px;
    display: table;
    position: relative;
    height: 206px;
}

.section-news .section-featured .col-sm-6 .row .col-sm-6 img {
    width: 100%;
    height: auto;
}

.section-news .section-featured .col-sm-6 .row .col-sm-6 .item {
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    background: #676767;
    height: 100%;
}

.section-news .section-featured .col-sm-6 .row .col-sm-6 .item .item-img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transition: all 0.3s;
}

.section-news .section-featured .col-sm-6 .row .col-sm-6 .item:hover .item-img {
    -ms-transform: scale(1.1, 1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1, 1.1);
    /* Safari */
    transform: scale(1.1, 1.1);
}

.section-news .section-featured .col-sm-6 .row .col-sm-6 .item:hover img {
    -ms-transform: scale(1.1, 1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1, 1.1);
    /* Safari */
    transform: scale(1.1, 1.1);
}

.section-news .section-featured .col-sm-6 .row .col-sm-6 .item img {
    transition: all 0.3s;
}

.section-news .section-featured .item-large .section-news_info {
    width: 95.5%;
    background: rgba(0,0,0,0.6);
    /* padding: 10px 10px; */
    /* margin-left: -15px; */
    /* margin-right: 56px; */
    margin: 0 auto;
    /* margin-left: -15px; */
}

.section-news .section-featured .item-large .item {
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    background: #676767;
    width: 590px;
    height: 417px;
}

.section-news .section-featured .item-large .item .item-img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transition: all 0.3s;
}

.section-news .section-featured .item-large .item:hover .item-img {
    -ms-transform: scale(1.1, 1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1, 1.1);
    /* Safari */
    transform: scale(1.1, 1.1);
}

.section-news .section-featured .item-large .item:hover img {
    -ms-transform: scale(1.1, 1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1, 1.1);
    /* Safari */
    transform: scale(1.1, 1.1);
}

.section-news .section-featured .item-large .item img {
    transition: all 0.3s;
}

.section-news .section-featured .section-new_wrap-info {
    position: absolute;
    bottom: 10px;
    width: 96.3%;
     padding-left: 9px;
}
.section-news  .section-featured .item-large .section-news_info {
    padding:5px;
}

.section-news .section-featured .section-news_info {
    margin-top: -30px;
    width: 90%;
    margin: 0 auto;
    padding:0px;
    color: white;
    background: rgba(0,0,0,0.6);
}

.section-news .section-featured .section-news_info .info_title {
    width: 100%;
    text-align: center;
    color: inherit;
    margin:0;
    padding:0;
}

.section-news .section-featured .section-news_info .info_title a {
    color: inherit;
    line-height: 16px;
    font-size: 16px;
}

.section-news .section-featured .section-news_info .info_date {
    text-align: center;
    color: inherit;
    margin-bottom: 0px;
    margin-top: 10px;
    padding-top: 5px;
}

.section-news .section-featured .section-news_info .info_date a {
    color: inherit;
}

.section-news .section-featured .item-small .info_title a {
    line-height: 15px;
    font-size: 15px;
}

.section-news .section-featured .item-small .info_date {
    padding-top: 0px;
}

.section-news .section-featured .item-small .info_date a {
    color: inherit;
}

.section-news .section-featured .item-small .info_social {
    text-align: center;
    color: inherit;
}

.section-news .section-featured .item-small .info_social .link {
    color: inherit;
    display: inline-block;
    margin-left: 10px;
    line-height: 8px;
}

.section-news .section-featured .item-small .info_social .social_wish:before {
    font-size: 14px;
}

.section-news .section-featured .item-small .info_social .social_comment:before {
    font-size: 16px;
}

.section-news .section-featured .item-small .info_social .social_share:before {
    font-size: 14px;
}

.section-news .section-timeline .first-row .wrap-time {
    padding-top: 40px;
}

.section-news .section-timeline .first-row .wrap-info {
    padding-top: 70px;
}

.section-news .section-timeline .first-row .line:before {
    top: 43%;
}

.section-news .section-timeline .line {
    border-left: #c6c4c4 solid 1px;
    position: relative;
}

.section-news .section-timeline .line:before {
    width: 20px;
    height: 20px;
    display: block;
    background-color: #fbd83d;
    border-radius: 10px;
    content: "";
    position: absolute;
    top: 66px;
    left: -10px;
    transition: all 0.3s;
}

.section-news .section-timeline .line:hover:before {
    background-color: #01944b;
}

.section-news .section-timeline .wrap-time {
    margin-top: 30px;
    margin-right: 30px;
}

.section-news .section-timeline .wrap-time .day {
    font-size: 58px;
    color: #01944b;
    margin-bottom: 5px;
}

.section-news .section-timeline .wrap-time .month-year {
    font-size: 14px;
}

.section-news .section-timeline .wrap-info {
    padding-top: 30px;
    padding-left: 50px;
}

.section-news .section-timeline .wrap-info .section-timeline_title {
    margin-bottom: 0px;
}

.section-news .section-timeline .wrap-info .section-timeline_title a {
    font-family: inherit;
    font-size: 24px;
    color: #676767;
}

.section-news .section-timeline .wrap-info .section-timeline_title:hover a {
    color: #01944b;
}

.section-news .section-timeline .wrap-info .info_social {
    text-align: left;
    color: #676767;
    margin: 5px 0;
}

.section-news .section-timeline .wrap-info .info_social a {
    color: inherit;
    margin-left: 0px;
    margin-right: 10px;
    font-family: inherit;
}

.section-news .section-timeline .wrap-button {
    position: relative;
}

.section-news .section-timeline .wrap-button .button-default {
    position: absolute;
    bottom: 15px;
    /* width: 80px;*/
    text-align: center;
    border-width: 2px;
    font-size: 13px;
}

.section-news .section-load-more .load-more {
    background: none !important;
}

footer {
    background: #019245;
    color: white;
    padding-top: 80px;
    padding-bottom: 20px;
}

footer .footer_wrap-logo {
    text-align: center;
    margin-top: 5px;
}

footer .footer_wrap-logo .footer_logo img {
    display: inline-block;
}

footer .footer_slogan {
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 18px;
    text-align: center;
}

footer .footer_wrap-info p {
    color: white;
    font-size: 16px;
    margin-bottom: 4px;
}

footer .footer_wrap-hotline .footer_text-hotline {
    margin: 0px;
    margin-bottom: 10px;
    font-size: 36px;
}

footer .footer_wrap-hotline p {
    color: white;
    font-size: 16px;
    margin-bottom: 3px;
}

footer .footer_wrap-hotline p span {
    color: inherit;
    float: right;
    display: inline-block;
    font-size: inherit;
    padding-right: 40px;
}

footer .section_gradient {
    margin-top: 40px;
}

footer .footer_copyright {
    text-align: right;
    margin: 20px 0 0 0;
    padding: 10px 160px 20px 0;
    color: white;
    font-size: 18px;
}

.section-load-more .load-more {
    width: 100%;
    text-align: center;
    background: #e1e0e0;
    padding: 30px 0 20px 0;
}

.section-load-more .load-more button {
    display: inline-block;
    background: none;
    border: none;
    padding-top: 18px;
    text-align: center;
    font-size: 12px;
    position: relative;
    outline: none;
}

.section-load-more .load-more button:before {
    content: "\f0d7";
    font-family: fontawesome;
    position: absolute;
    top: 0px;
    left: calc(50% - 5px);
    font-size: 18px;
    color: #676767;
    display: inline-block;
}

.section-mailinh-color.about {
    padding: 150px 0;
}

.section-mailinh-color.about .section-mailinh-color_section-title {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-left: 0px;
}

.section-mailinh-color.about .section-mailinh-color_section-slogan {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-left: 0px;
}

.section-name-mean {
    padding: 40px 0 80px 0;
}

.section-name-mean .name-mean_title {
    color: #01944b;
    font-size: 70px;
    margin: 30px 0 0 10px;
}

.section-name-mean .section_wrap-description .description {
    font-size: 18px;
    padding: 0 30px;
    margin-bottom: 20px;
}

.section-mission {
    background: #019245;
}

.section-mission .container-description {
    height: 230px;
    overflow: hidden;
    z-index: 1;
    clear: both;
    padding: 20px;
    transition: all 1s;
}

.section-mission .container-description .expand {
    position: absolute;
    bottom: -30px;
    left: 40%;
    background: none;
    border: none;
    outline: none;
    font-size: 20px;
    color: #666666;
}

.section-mission .container-description .expand:hover {
    color: #01944b;
}

.section-mission .section_block-content {
    padding-left: 35px;
}

.section-mission .section_block-content .section_title {
    color: white;
    font-size: 70px;
}

.section-mission .section_block-content .section_intro {
    color: white;
    font-size: 21px;
    font-family: "HelveticaNeue";
    margin: 20px 0 30px 0;
}

.section-mission .section_block-content .section_description {
    color: white;
    padding-top: 35px;
    border-top: #cfebdd solid 1px;
    font-size: 18px;
}

.section-mission .section_block-img {
    text-align: center;
}

.section-mission .section_block-img img {
    display: inline-block;
    width: 60%;
}

.section-mission .section_block-img img.history {
    width: auto;
}

.section-vision {
    background: white;
}

.section-vision .section_title {
    margin-top: 50px;
    color: #666666 !important;
}

.section-vision .section_description {
    color: #666666 !important;
    border-top: none !important;
    padding-top: 25px !important;
}

.section-history {
    background: white;
}

.section-history .section_block-content {
    padding-left: 70px;
}

.section-history .section_block-content .section_title {
    margin-top: 0;
    color: #666666 !important;
}

.section-history .section_block-content .sub-container {
    float: left;
}

.section-history .section_block-content .sub-container .section_description {
    color: #666666 !important;
    border-top: none !important;
    padding-top: 25px !important;
    width: 80%;
    float: left;
}

.section-history .section_block-img {
    margin-left: -80px;
    margin-top: 10px;
}

.section-banner {
    background-image: url("../images/bg-car.jpg");
    position: relative;
    padding: 204px 0;
    background-size: 100%;
    background-repeat: repeat-y;
}

.section-banner:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #00994d;
    position: absolute;
    top: 0px;
    opacity: 0.9;
}

.section-banner .text {
    text-align: center;
    width: 100%;
    color: #ffff00;
    position: relative;
    z-index: 10;
    font-size: 53px;
    margin: 0px;
    line-height: 70px;
}

.section-services-list {
    padding-bottom: 70px;
}

.section-services-list.section-first {
    padding-top: 70px;
}

.section-services-list .col-info {
    height: auto;
    position: relative;
}

.section-services-list .col-info .service_info {
    padding-left: 50px;
    background: #fafafa;
    padding-top: 50px;
    padding-right: 20px;
}

.section-services-list .col-info .service_info .service_info_title {
    color: #01944b;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.section-services-list .col-info .service_info .service_info_title a {
    color: inherit;
    font-size: inherit;
}

.section-services-list .col-info .service_info .service_description {
    font-size: 14px;
    color: #01944b;
    margin-top: 20px;
}

.section-services-list .col-info .service_info a.button-default {
    position: absolute;
    bottom: 30px;
}

.section-banner-subpage {
    position: relative;
}

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

.section-banner-subpage .img {
    position: relative;
}

.section-banner-subpage .text {
    margin: 0px;
    position: absolute;
    top: calc(50% - 30px);
    z-index: 14;
    color: white;
    font-size: 38px;
}

.section-form {
    padding-bottom: 70px;
}

.section-form .section-form_title {
    font-size: 29px;
    color: #666666;
    text-transform: uppercase;
    text-shadow: 1px 0 #ccc;
}

.section-form .form-default {
    margin-top: 40px;
}

.section-form .form-default .form-group {
    margin-bottom: 21px;
}

.section-form .form-default .form-control {
    height: auto;
    border-radius: 0px;
    font-size: 20px;
    padding: 11px;
    box-shadow: none;
    color: #666666;
    /* firefox 19+ */
    /* ie */
}

.section-form .form-default .form-control::-webkit-input-placeholder {
    font-style: italic;
}

.section-form .form-default .form-control::-moz-placeholder {
    font-style: italic;
}

.section-form .form-default .form-control:-ms-input-placeholder {
    font-style: italic;
}

.section-form .form-default .form-controlinput:-moz-placeholder {
    font-style: italic;
}

.section-form .form-default .form-group .form-button {
    background: none;
    padding: 12px 50px;
    box-shadow: none;
    border: #01944b solid 2px;
    text-transform: uppercase;
    color: #01944b;
    transition: all 0.2s
}

.section-form .form-default .form-group .form-button:hover {
    background-color: #01944b;
    color: white;
}

.section-services-detail {
    padding: 70px 0;
}

.section-services-detail .container-detail {
    padding-right: 30px;
}

.section-services-detail .container-detail img {
    max-width: 100% !important;
}

.section-services-detail .container-detail p {
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 14px;
}

.section-services-detail .wrap-table {
    margin-top: 70px;
}

.section-services-detail .wrap-table .wrap-table_title {
    font-size: 29px;
    color: #666666;
    text-transform: uppercase;
    text-shadow: 1px 0 #ccc;
}

.section-services-detail .service_list .service_list_header {
    margin-bottom: 40px;
}

.section-services-detail .service_list .service_list_header .text {
    margin-top: -5px;
    padding-top: 0px;
    color: #666666;
    text-transform: uppercase;
    font-size: 23px;
    text-shadow: 1px 0px #ccc;
}

.section-services-detail .service_list .service_list_title {
    background-color: #fafafa;
    color: #666666;
    padding: 17px 0;
    padding-left: 20px;
    margin: 0px;
    margin-top: 5px;
    border-left: #b4b4b3 solid 5px;
    text-transform: uppercase;
    font-size: 18px;
}

.section-services-detail .service_list .service_list_title a {
    color: inherit;
}

.section-services-detail .service_list .service_list_title.active {
    border-left: #01944b solid 10px;
    color: #01944b;
    padding-left: 15px;
}

.section-services-detail .service_list .service_list_title.active a {
    color: inherit;
}

.section-services-detail .service_list .service_list_title:hover {
    border-left: #01944b solid 10px;
    color: #01944b;
    padding-left: 15px;
}

.section-services-detail .service_list .service_list_title:hover a {
    color: inherit;
}

.section-document.section-document-report {
    padding: 0px;
}

.section-document.section-document-report .section-document_download {
    padding: 70px 0px;
}

.section-document.section-document-report .section-document_download .download_list {
    display: block;
}

.section-document .section-title img {
    margin-top: -7px;
}

.section-document .document_year .text {
    text-align: right;
    padding-right: 70px;
    margin-bottom: 0px;
    margin-top: 15px;
}

.section-document .document_year .text.active a {
    font-size: 40px;
    font-family: "UTMAvoBold";
    color: #666666;
}

.section-document .document_year .text a {
    color: #9A9A9A;
    font-size: 28px;
}

.section-document .section-document_download {
    padding: 50px 0;
    padding-bottom: 30px;
}

.section-document .section-document_download .item a {
    color: #666666;
    font-size: 18px;
    position: relative;
    padding-left: 45px;
    display: inline-block;
}

.section-document .section-document_download .item a:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 10px;
    background: url(../images/group-icons.png) no-repeat;
    background-position: -81px -35px;
    width: 19px;
    height: 23px;
    display: block;
}

.section-document .section-document_download .item a:hover {
    color: #01944b;
}

.section-document .section-load-more {
    background-color: #E0E0E0;
}

.section-document .section-load-more p {
    margin: 0px;
    padding: 18px 0;
}

.section-shareholder-info {
    padding-bottom: 70px;
}

.section-shareholder-info .shareholder-info_title .text {
    font-size: 40px;
    color: #676767;
}

.section-shareholder-info .shareholder-info_detail {
    margin: 50px 0;
}

.section-shareholder-info .shareholder-info_detail p {
    font-size: 18px;
}

.section-header-list-news {
    padding-bottom: 20px;
}

.section-header-list-news .container-line {
    border-bottom: #b5b5b5 solid 2px;
    padding-bottom: 50px;
    padding-top: 30px;
}

.section-header-list-news .header-list-news_title {
    font-size: 70px;
    color: #00934b;
}

.section-header-list-news .wrap-news-menu {
    list-style: none;
    margin-top: 45px;
    float: right;
}

.section-header-list-news .wrap-news-menu .news-menu {
    list-style: none;
    display: inline-block;
    padding: 0px 30px;
    padding-bottom: 5px;
    border-left: #00934b solid 2px;
    font-size: 20px;
    font-family: "UTMAvo";
    color: #00934b;
    font-weight: bold;
}

.section-header-list-news .wrap-news-menu .news-menu.active a {
    border-bottom: #00934b solid 2px;
}

.section-header-list-news .wrap-news-menu .news-menu:hover a {
    border-bottom: #00934b solid 2px;
}

.section-header-list-news .wrap-news-menu .news-menu a {
    padding-bottom: 10px;
    color: inherit;
    font-size: inherit;
    position: relative;
}

.section-header-list-news .wrap-news-menu .news-menu a:before {
    position: relative;
    top: 5px;
    padding-right: 10px;
}

.section-header-list-news .wrap-news-menu .news-menu a.item-1:before {
    content: url("../images/news-list-icon1.png");
    display: inline-block;
}

.section-header-list-news .wrap-news-menu .news-menu a.item-2:before {
    content: url("../images/news-list-icon2.png");
    display: inline-block;
}

.section-header-list-news .wrap-news-menu .news-menu a.item-3:before {
    content: url("../images/news-list-icon3.png");
    display: inline-block;
}

.section-header-list-news .wrap-news-menu .news-menu:first-child {
    border: none;
}

.section-header-list-news .wrap-news-menu .news-menu:last-child {
    padding-right: 0;
}

.page-list-news .section-load-more {
    margin-top: 50px;
    background-color: #E0E0E0;
}

.page-list-news .section-load-more p {
    margin: 0px;
    padding: 18px 0;
}

.section-career .section-career_title .title-text {
    font-size: 31px;
    text-transform: uppercase;
    border-bottom: #ccc solid 2px;
    padding-bottom: 15px;
}

.section-career .section-career_title .info-text {
    font-size: 12px;
    color: #8a8a8a;
    border-bottom: #ccc solid 1px;
    padding-bottom: 10px;
}

.section-career .section-career_title .info-text a {
    font-weight: bold;
}

.section-career .section-career_title .info-text .text-o {
    border: #01944b solid 1px;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 8px;
}

.section-career .section-career_list {
    margin-top: 50px;
    padding-bottom: 70px;
    margin-bottom: 100px;
    border-bottom: #ccc solid 1px;
}

.section-career .section-career_list .more-padding-right {
    padding-right: 25px;
}

.section-career .section-career_list .more-padding-left {
    padding-left: 25px;
}

.section-career .section-career_list .item {
    border: #b5b5b5 solid 1px;
    background-color: #f9f9fa;
    padding: 15px 20px;
    margin-bottom: 5px;
    position: relative;
}

.section-career .section-career_list .item .item_icon {
    position: absolute;
    right: 20px;
    top: calc(50% - 15px);
}

.section-career .section-career_list .item .item_title {
    color: #01944b;
}

.section-career .section-career_list .item .item_title a {
    color: inherit;
    font-size: 16px;
}

.section-career .section-career_list .item .item_price {
    font-size: 13px;
}

.form-career-filter {
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

.form-career-filter.form-subcriber .form-subcriber_title {
    text-transform: uppercase;
    font-size: 23px;
    color: #676767;
    margin-top: 30px;
}

.form-career-filter.form-subcriber .form-default {
    margin-top: 0px;
}

.form-career-filter .form-default {
    padding-top: 27px;
    border-bottom: #ccc solid 1px;
    padding-bottom: 30px;
}

.form-career-filter .form-default .form-control {
    border-width: 1px;
    border-color: #676767;
    padding: 0px;
    padding-left: 10px;
    height: 45px;
    color: #676767;
    font-size: 18px;
    /* firefox 19+ */
    /* ie */
}

.form-career-filter .form-default .form-control option {
    color: inherit;
}

.form-career-filter .form-default .form-control::-webkit-input-placeholder {
    font-style: normal;
    color: #676767;
    font-family: "UTMAvo";
    text-transform: uppercase;
}

.form-career-filter .form-default .form-control::-moz-placeholder {
    font-style: normal;
    color: #676767;
    font-family: "UTMAvo";
    text-transform: uppercase;
}

.form-career-filter .form-default .form-control:-ms-input-placeholder {
    font-style: normal;
    color: #676767;
    font-family: "UTMAvo";
    text-transform: uppercase;
}

.form-career-filter .form-default .form-controlinput:-moz-placeholder {
    font-style: normal;
    color: #676767;
    font-family: "UTMAvo";
    text-transform: uppercase;
}

.form-career-filter .form-default .form-button {
    margin: 0px auto;
    padding-top: 9px !important;
    display: block;
    font-size: 18px;
    height: 45px;
}

.form-career-filter .form-default .form-button:hover {
    background: #01944b;
    color: white;
}

.section-news-detail .more-padding-right {
    padding-right: 50px;
}

.section-news-detail .news-detail_title .title-text {
    text-transform: initial;
}

.section-news-detail .news-detail_title .info-text {
    border-bottom: none;
    margin-top: 15px;
}

.section-news-detail .news-detail_detail {
    padding-bottom: 20px;
    border-bottom: #a7a7a7 solid 1px;
}

.section-news-detail .news-detail_detail .detail_container {
    padding: 20px 0;
}

.section-news-detail .news-detail_detail .detail_container img {
    padding: 10px 0;
    /*max-width: 100% !important*/
}

.section-news-detail .news-detail_detail .detail_container p {
    font-size: 13.75px;
    padding: 20px 0;
    color: #676767;
}

.section-news-detail .news-detail_detail .detail_container h3, .section-news-detail .news-detail_detail .detail_container h4, .section-news-detail .news-detail_detail .detail_container h5, .section-news-detail .news-detail_detail .detail_container h6 {
    color: #676767;
}

.section-news-detail .news-detail_detail .detail_social a {
    font-size: 16px;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    color: #7b7877;
    border: #a7a7a7 solid 1px;
    margin: 0px;
    float: left;
    border-left: 0px;
}

.section-news-detail .news-detail_detail .detail_social a:first-child {
    border: #a7a7a7 solid 1px;
}

.section-news-detail .form-comment {
    margin-top: 0px;
}

.section-news-detail .news-detail_sidebar-box {
    margin-top: 40px;
}

.section-news-detail .news-detail_sidebar-box .sidebar-box_header .header_title {
    text-transform: uppercase;
    color: #666666;
    font-size: 23.34px;
}

.section-news-detail .news-detail_sidebar-box .sidebar-box_main {
    margin-top: 35px;
}

.section-news-detail .news-detail_sidebar-box .sidebar-box_main .main_ul {
    list-style: none;
    padding-left: 0;
}

.section-news-detail .news-detail_sidebar-box .sidebar-box_main .main_ul li {
    margin-top: 25px;
    clear: both;
}

.section-news-detail .news-detail_sidebar-box .sidebar-box_main .main_ul li .wrap-img {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 15px;
    display: inline-block;
    background-size: cover;
    background-position: center center;
}

.section-news-detail .news-detail_sidebar-box .sidebar-box_main .main_ul li .item-title {
    color: #676767;
    padding: 10px 0px 0 0px;
    margin-bottom: 0px;
}

.section-news-detail .news-detail_sidebar-box .sidebar-box_main .main_ul li .item-title a {
    color: inherit;
    font-size: 20.34px;
    font-family: "HelveticaNeue";
    font-weight: bold;
}

.section-news-detail .news-detail_sidebar-box .sidebar-box_main .main_ul li .update-time {
    color: #989898;
    font-size: 11.8px;
    margin-top: 3px;
}

.career-detail .career-detail .detail_container {
    padding: 0px 0;
}

.career-detail .career-detail .detail_container img {
    padding: 10px 0;
}

.career-detail .career-detail .detail_container p {
    font-size: 14px;
    padding: 10px 0;
    color: #585857;
}

.career-detail .career-detail .detail_container h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #585857;
}

.career-detail .career-detail .detail_container h4, .career-detail .career-detail .detail_container h5, .career-detail .career-detail .detail_container h6 {
    color: #585857;
}

.career-detail .career-detail .career-detail_info .info_title {
    text-transform: uppercase;
    font-size: 18px;
    color: #585857;
    font-weight: bold;
}

.career-detail .career-detail .career-detail_info ul.info_ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    display: block;
    border-bottom: #d3d3d3 solid 1px;
    position: relative;
}

.career-detail .career-detail .career-detail_info ul.info_ul li:before {
    content: "";
    height: 20px;
    width: 25px;
    display: inline-block;
    background: url(../images/group-career-icon.png) no-repeat;
    position: absolute;
    left: 0px;
    top: calc(50% - 10px);
}

.career-detail .career-detail .career-detail_info ul.info_ul li.experience:before {
    background-position: 0 -20px;
}

.career-detail .career-detail .career-detail_info ul.info_ul li.gender:before {
    background-position: 0 -40px;
}

.career-detail .career-detail .career-detail_info ul.info_ul li.level:before {
    background-position: 0 -60px;
}

.career-detail .career-detail .career-detail_info ul.info_ul li.workplace:before {
    background-position: 0 -80px;
}

.career-detail .career-detail .career-detail_info ul.info_ul li.expired:before {
    background: url(../images/group-icons-support.png) no-repeat;
    background-position: -40px 0;
    height: 23px;
}

.career-detail .career-detail .career-detail_info ul.info_ul li.button {
    padding-left: 0px;
    border-bottom: none;
}

.career-detail .career-detail .career-detail_info ul.info_ul li.button:before {
    display: none;
}

.career-detail .career-detail .career-detail_info ul.info_ul li span {
    display: block;
}

.career-detail .career-detail .career-detail_info ul.info_ul li span.first-text {
    font-family: "UTMAvo";
    color: #8a8a8a;
}

.career-detail .career-detail .career-detail_info ul.info_ul li span.second-text {
    font-family: "UTMAvoBold";
    color: #01944b;
}

.career-detail .career-detail .career-detail_info ul.info_ul li .button-show-form {
    background: #019245;
    border: none;
    box-shadow: none;
    color: white;
    width: 100%;
    margin-top: 30px;
    text-align: left;
    padding: 7px 0 7px 10px;
    text-transform: uppercase;
    font-size: 12px;
}

.career-detail .section-career-relate {
    margin-top: 100px;
    margin-bottom: 50px;
}

.career-detail .section-career-relate .relate_title-box {
    font-size: 19px;
    text-transform: uppercase;
    color: #1e1e1c;
    font-weight: bold;
    border-bottom: #1e1e1c solid 1px;
    padding-bottom: 20px;
}

.career-detail .section-career-relate .relate_list ul li {
    padding-top: 10px;
}

.career-detail .section-career-relate .relate_list ul li a {
    font-size: 18px;
    color: #1d1d1b;
}

.career-detail .section-career-relate .relate_list ul li a:hover {
    color: #00934b;
}

.career-detail .section-career-relate .relate_list ul li a span {
    color: #b1b1b1;
    /*font-size: inherit; */
    font-size: 16px;
}

.banner-support .section-shareholder_title {
    text-align: center;
}

.banner-support .block-hotline {
    position: relative;
    padding-left: 90px;
    width: 70%;
    margin-left: 70px;
    margin-top: 30px;
}

.banner-support .block-hotline:before {
    content: url(../images/girl-hotline.png);
    position: absolute;
    left: 0px;
    top: 15px;
}

.banner-support .block-hotline li {
    font-size: 18px;
}

.banner-support .block-hotline li span {
    font-size: inherit;
}

.banner-support .block-hotline li.header-text {
    font-size: 28px;
    padding-bottom: 5px;
    margin-top: 0px;
}

.section-support {
    background: #f2f2f2;
}

.section-support .nav-tabs {
    margin-top: 20px;
    border-bottom-width: 2px;
}

.section-support .nav-tabs li {
    text-align: center;
}

.section-support .nav-tabs li a {
    font-size: 28px;
    font-family: "UTMAvo";
    border-bottom-width: 4px;
}

.section-support .nav-tabs li a:hover {
    color: #666666;
    background: none;
    border-color: transparent;
}

.section-support .nav-tabs li.active a {
    background: transparent;
    border: none;
    border-bottom: #01944b solid 4px;
}

.section-support .form-default .col-sm-6 {
    padding-left: 30px;
    padding-right: 30px;
}

.section-support .form-default .button-submit {
    font-size: 28px;
    border-radius: 30px;
    padding: 7px 20px;
    margin-top: 30px;
    margin-right: 30px;
}

.section-support .list-area {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
}

.section-support .list-area li {
    display: inline-block;
    font-size: 28px;
    font-family: "UTMAvo";
    margin: 0 15px;
    padding-bottom: 3px;
}

.section-support .list-area li:hover {
    cursor: pointer;
}

.section-support .list-area li span {
    font-size: inherit;
    font-family: inherit;
    color: #666666;
}

.section-support .list-area li.active {
    font-family: "UTMAvoBold";
    border-bottom: #666666 solid 4px;
}

.section-support .form-default .form-control {
    border: none;
    /* firefox 19+ */
    /* ie */
}

.section-support .form-default .form-control::-webkit-input-placeholder {
    font-style: italic;
    color: #666666;
    font-family: "HelveticaNeue";
}

.section-support .form-default .form-control::-moz-placeholder {
    font-style: italic;
    color: #666666;
    font-family: "HelveticaNeue";
}

.section-support .form-default .form-control:-ms-input-placeholder {
    font-style: italic;
    color: #666666;
    font-family: "HelveticaNeue";
}

.section-support .form-default .form-controlinput:-moz-placeholder {
    font-style: italic;
    color: #666666;
    font-family: "HelveticaNeue";
}

.section-support .form-default .form-group {
    position: relative;
}

.section-support .form-default .form-group.input-from .form-control {
    padding-right: 50px;
}

.section-support .form-default .form-group.input-from:after {
    content: "";
    background: url(../images/group-icons-support.png) no-repeat;
    width: 26px;
    height: 29px;
    display: block;
    position: absolute;
    right: 15px;
    top: calc(50% - 15px);
}

.section-support .form-default .form-group.input-to .form-control {
    padding-right: 50px;
}

.section-support .form-default .form-group.input-to:after {
    content: "";
    background: url(../images/group-icons-support.png) no-repeat;
    width: 26px;
    height: 29px;
    display: block;
    position: absolute;
    right: 15px;
    top: calc(50% - 15px);
}

.section-support .form-default .form-group.position-time {
    background: white;
    font-size: 18px;
}

.section-support .form-default .form-group.position-time label {
    color: #666666;
    font-family: "HelveticaNeue";
    padding: 13px;
    padding-left: 20px;
    margin-bottom: 0px;
    font-style: italic;
    color: #a1a1a1;
    font-weight: normal;
}

.section-support .form-default .form-group.position-time span.wrap {
    font-size: 18px;
    display: inline-block;
    padding: 0 20px;
    position: relative;
}

.section-support .form-default .form-group.position-time span input {
    font-size: inherit;
    border: none;
    width: 63%;
    outline: none;
}

.section-support .form-default .form-group.position-time span.hour {
    width: 30%;
    border-right: #666666 solid 1px;
}

.section-support .form-default .form-group.position-time span.hour .icon {
    content: "";
    background: url(../images/group-icons-support.png) no-repeat;
    background-position: -40px 0;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: calc(50% - 13px);
}

.section-support .form-default .form-group.position-time span.day {
    width: 36%;
}

.section-support .form-default .form-group.position-time span.day .icon {
    content: "";
    background: url(../images/group-icons-support.png) no-repeat;
    background-position: -80px 0;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: calc(50% - 13px);
}

.section-support .form-default .textarea {
    height: 120px;
}

.banner-contact .contact-info {
    display: none;
    transition: all 0.3s;
}

.banner-contact .contact-info.active {
    display: block;
}

.banner-contact .contact-info .text {
    font-size: 28px;
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px;
}

.banner-contact .contact-info .text.address:before {
    content: "";
    background: url("../images/group-icons-contact.png") no-repeat;
    width: 35px;
    height: 36px;
    position: absolute;
    top: calc(50% - 18px);
    left: 0px;
}

.banner-contact .contact-info .text.mobile:before {
    content: "";
    background: url("../images/group-icons-contact.png") no-repeat;
    background-position: 0px -40px;
    width: 35px;
    height: 36px;
    position: absolute;
    top: calc(50% - 18px);
    left: 0px;
}

.banner-contact .contact-info .text.homephone:before {
    content: "";
    background: url("../images/group-icons-contact.png") no-repeat;
    background-position: 0px -120px;
    width: 35px;
    height: 36px;
    position: absolute;
    top: calc(50% - 18px);
    left: 0px;
}

.banner-contact .contact-info .text.taxi:before {
    content: "";
    background: url("../images/group-icons-contact.png") no-repeat;
    background-position: 0px -80px;
    width: 53px;
    height: 36px;
    position: absolute;
    top: calc(50% - 12px);
    left: -10px;
}

.section-contact {
    background: #f2f2f2;
}

.section-contact .block .block-title {
    color: #666666;
    font-size: 28px;
    text-align: center;
}

.section-contact .block .block-title span {
    color: inherit;
    font-size: inherit;
}

.section-contact .block .block-title.send-message span {
    position: relative;
    padding-left: 50px;
}

.section-contact .block .block-title.send-message span:before {
    content: "";
    background: url("../images/group-icons-contact.png") no-repeat;
    background-position: 0px -160px;
    width: 53px;
    height: 36px;
    position: absolute;
    top: calc(50% - 12px);
    left: -10px;
}

.section-contact .block .block-title.subcriber span {
    position: relative;
    padding-left: 50px;
}

.section-contact .block .block-title.subcriber span:before {
    content: "";
    background: url("../images/group-icons-contact.png") no-repeat;
    background-position: 0px -200px;
    width: 53px;
    height: 36px;
    position: absolute;
    top: calc(50% - 20px);
    left: -10px;
}

.section-contact .block-branch {
    padding-left: 50px;
    display: none;
    transition: all 0.3s;
}

.section-contact .block-branch.active {
    display: block;
}

.section-contact .block-branch .block-branch_item {
    margin-top: 40px;
}

.section-contact .block-branch .block-branch_item p {
    font-size: 18px;
    color: #999999;
}

.section-contact .section-form .form-default .form-control {
    border: none;
}

.section-contact .section-form .form-default .button-submit {
    margin: 0 auto;
    display: block;
    font-size: 26px;
    border-radius: 25px;
    padding: 2px 15px;
    margin-top: 15px;
}

.section-contact .section-form.form-subcriber {
    margin-top: 60px;
}

.item_quantity .expired {
    padding-right: 40px;
}

.section-comment .item {
    font-size: 14px;
    margin-top: 10px;
}

.section-comment .item strong, .section-comment .item p {
    font-size: inherit;
}

.section-comment .item .name span {
    color: #666666;
    font-size: 12px;
}

.section-comment .item .detail {
    padding-left: 20px;
}

.section-comment #loadmore {
    border: none;
    background: none;
    outline: none;
}

.section-comment #loadmore:hover {
    color: #00934b;
}

.section-mailinh-color {
    padding: 86px 0px;
    background: url(../images/bg-section-mailinh-color.jpg);
    background-size: 100% 100%;
}

.section-mailinh-color .section-mailinh-color_section-title,
.section-mailinh-color .section-mailinh-color_section-slogan {
    width: 100%;
    color: #01944b;
    margin-left: 100px;
}

.section-mailinh-color .section-mailinh-color_section-title {
    font-size: 70px;
    margin-top: 53px;
}

.section-mailinh-color .section-mailinh-color_section-slogan {
    font-size: 31px;
    margin-top: 8px;
}

.section-mailinh-color .section-mailinh-color_description {
    font-size: 14px;
    padding: 30px;
    border: #a3c6a0 solid 1px;
    background: white;
    color: #01944b;
    position: relative;
    margin-right: 89px;
    margin-left: 60px;
}

.section-mailinh-color .section-mailinh-color_description p {
    color: inherit;
    font-size: inherit;
}

.section-mailinh-color .section-mailinh-color_description:before {
    width: 34px;
    height: 65px;
    content: "";
    background-color: white;
    background: url(../images/arrow-left.png) no-repeat;
    display: block;
    position: absolute;
    left: -34px;
    top: calc(50% - 33px);
}

.search-page.section-services .section-title {
    margin-top: 0px;
    text-align: left;
    width: 100%;
    color: #01944b;
    margin-bottom: 40px;
    margin-left: 40px;
}

.search-page .section-header {
    margin-top: 0px;
}

.search-page {
    padding-bottom: 40px;
}

.search-page .section-timeline .wrap-info {
    margin-left: 20px;
    border-left: none;
    padding-left: 40px;
}

.search-page .section-timeline .wrap-info:before {
    top: 22px;

}

.search-page .section-timeline .wrap-info .category, .section-news .section-timeline .wrap-info .summary {
    font-size: 13px;
}

.search-page .section-timeline .wrap-info .category {
    padding-top: 10px;
}

.search-page .section-timeline .wrap-info {
    padding-top: 0px;
}

.search-page .pagination {
    float: left !important;
    margin-left: 45px;
}

.detail_container div, .detail_container table, .detail_container ul {
    width: auto !important;
    max-width: 100% !important;
}

footer .footer_wrap-hotline p a {
    color: white;
}

.banner-contact .contact-info .text a {
    color: white;
}

header .navbar .block-search .block-area .select {
    -webkit-border-radius: 0px;
}

.section-support .wrap-time {
    display: inline;
}

/*//fix css browser*/

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* Safari and Chrome, if Chrome rule needed */
    /* .someClass {
      color:#c00;
     }*/
    /* Safari 5+ ONLY */
    ::i-block-chrome, .section-header-list-news .wrap-news-menu .news-menu {
        font-size: 17px;

    }

    ::i-block-chrome, header .navbar .block-search .block-area::before {
        height: 23px;
    }
}

_::-webkit-full-page-media, _:future, :root select {

    font-size: 12px;

}

.detail_container * {
    /*max-width: 100% !important;*/
    /*max-width: 100% !important;*/
}

.section-core-values {
    padding-top: 0;
}

.owl-carousel .owl-item img {
    width: initial;
}

.section-content .carousel-service .item {
    padding-top: 50px;
}

.section-services-arrow {
    position: relative;
}

.section-services .arrow-button {
    color: white;
    font-size: 28px;
    opacity: 0.5;
    position: absolute;
    font-family: FontAwesome;
    top: 51%;
    cursor: pointer;
}

.section-services .arrow-left {
    content: '\f053';
    left: 10px;
}

.section-services .arrow-right {
    content: '\f054';
    right: 10px;
}

.section-services:hover .arrow-button {
    opacity: 1;
}

.section-career .btn-download-cv{
    margin-top:20px;
    background: #01944b;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    margin-left:-5px;
    -webkit-border-radius:;
    -moz-border-radius:;
    border-radius:4px;
}
.section-career .btn-download-cv:hover{
    opacity:0.7;
}
