@charset "utf-8";
body {
    font-family: 'Roboto', sans-serif;
}

input, button, select, textarea {
    outline: none;
}

img {
    max-width: 100%;
}

a:hover, a:focus {
    text-decoration: none;
}

a {
    color: #333;
}

.owl-theme .owl-nav {
    margin-top: 0px !important;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    margin: 0px !important;
    padding: 0px !important;
}

.owl-prev, .owl-next {
    margin: 0px !important;
    border-radius: 0px !important;
}

.fl-left {
    float: left !important;
}

.fl-right {
    float: right !important;
}

/* css main slider */
#slider-home .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#slider-home .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#slider-home .owl-nav > div {
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.hc-nav-trigger.hc-nav-1 {
    display: none !important;
}

.second-nav {
    display: none;
}

.logo-menu {
    position: relative;
}

.main-menu > ul {
    padding-left: 0;
    display: inline-block;
    margin-bottom: 0;
    float: right;
}

.main-menu > ul > li {
    float: left;
    list-style: none;
    position: relative;
    padding: 0 9px;
}

.main-menu > ul > li > a {
    text-transform: uppercase;
    display: inline-block;
    padding: 25px 0px;
    font-family: 'GoogleSans-Bold';
    font-size: 15px;
}

.main-menu > ul > li.active > a {
    color: #ec3237;
    border-bottom: 2px solid #017e54;
}

.main-menu > ul > li:hover > a {
    color: #ec3237;
    border-bottom: 2px solid #017e54;
}

.main-menu > ul > li:last-child {
    float: right;
}

.main-menu ul li .submenu {
    padding-left: 0;
    position: absolute;
    z-index: 999;
    background: #fff;
    padding: 11px 10px;
    width: 226px;
    list-style: none;
    left: 0;
    top: 80px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

a {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.main-menu ul li .submenu li a {
    color: #333;
    font-family: 'GoogleSans-Bold';
    font-size: 15px;
    display: inline-block;
    width: 100%;
    padding: 3px;
}

.main-menu ul li .submenu li {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 6px;
    margin-bottom: 7px;
}

.main-menu ul li .submenu li:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.main-menu ul li:hover .submenu {
    top: 73px;
    display: block;
    visibility: visible;
    opacity: 1;
}

.nav-search {
    position: absolute;
    right: 0;
    top: 80px;
    z-index: 11;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.nav-search input[type=text] {
    width: 257px;
    height: 40px;
    border: 1px solid #ddd;
    padding-left: 10px;
    border-radius: 3px;
}

.nav-search.open {
    visibility: visible;
    opacity: 1;
    top: 71px;
}

.logo-menu .main-menu {
    width: 100%;
    margin-top: 8px;
}

img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.main-menu > ul > li > a.click-search {
    width: 37px;
    height: 37px;
    color: #808080;
    text-align: center;
    line-height: 37px;
    padding: 0;
    cursor: pointer;
    margin-top: 16px;
}

.main-menu > ul > li:hover > a.click-search {
    border: 0;
}

.top-header {
    background: #017e54;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    position: relative;
}

.top-header ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.top-header ul li {
    display: inline-block;
    float: left;
    color: #fff;
}

.top-header .top-header-left ul li {
    padding-right: 15px;
}

.top-header .top-header-left ul li svg {
    margin-right: 5px;
}

.top-header > .container {
    position: relative;
}

.logo {
    display: inline-block;
    width: 100%;
    margin-top: 4px;
}

.logo img {
    width: 136px;
    width: auto;
    height: 50px;
    object-fit: contain;
    margin: 10px 0 0 0;
}

.top-header .top-header-right {
    text-align: right;
}

.top-header .top-header-right ul li svg {
    color: #fff;
    font-size: 15px;
}

.top-header .top-header-right ul li {
    padding-left: 20px;
}

.top-header .top-header-right ul li a:hover svg {
    color: #ec3237;
}

.top-header-left ul li a {
    color: #fff;
}

.top-header-left ul li a:hover {
    color: #ec3237;
}

.top-header-right .top-contact li svg {
    margin-right: 5px;
}

.top-header-right .top-contact {
    padding-right: 10px;
}

.clearfix {
    clear: both;
}

.top-content .top-content-right p {
    font-size: 16px;
    line-height: 26px;
}

.top-content .top-content-left .image {
    position: relative;
    display: inline-block;
}

.top-content .top-content-right .nav-content-right .item {
    width: calc((100% - 30px) / 3);
    display: inline-block;
    float: left;
    margin-right: 15px;
    text-align: center;
    position: relative;
}

.top-content .top-content-right .nav-content-right .item:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #03af73;
    left: 50%;
    transform: translateX(-50%);
    bottom: -28px;
}

.top-content .top-content-right .nav-content-right .item:nth-child(3) {
    margin-right: 0
}

.top-content .top-content-right .nav-content-right .item .stt {
    font-family: 'GoogleSans-Bold';
    font-size: 40px;
    color: #089161;
}

.top-content .top-content-right .nav-content-right .item p {
    margin: 0;
    color: #333;
    font-size: 16px;
    font-family: 'GoogleSans-Bold';
}

.top-content .top-content-right .nav-content-right {
    border-bottom: 1px solid #323232;
    padding-bottom: 24px;
    border-top: 1px solid #ddd;
    margin-top: 29px;
    padding-top: 26px;
    margin-bottom: 22px;
}

.top-content {
    padding: 70px 0;
    position: relative;
}

.readmore {
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    height: 40px;
    color: #fff;
    background: #03af73;
    display: inline-block;
    line-height: 43px;
    padding: 0 28px;
    border: 1px solid #05ae73
}

.link-socaial .readmore:hover {
    background: #fff;
    color: #05ae73;
    border: 1px solid #05ae73
}

.top-content .top-content-right .link-socaial .social-right {
    text-align: right;
}

.top-content .top-content-right .link-socaial .social-right ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.top-content .top-content-right .link-socaial .social-right ul li {
    display: inline-block;
    float: left;
}

.top-content .top-content-right .link-socaial .social-right ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-left: 10px;
    color: #fff;
    line-height: 38px;
    text-align: center;
}

.top-content .top-content-right .link-socaial .social-right ul li a.fb {
    background: #45619d;
}

.top-content .top-content-right .link-socaial .social-right ul li a.tw {
    background: #55acee;
}

.top-content .top-content-right .link-socaial .social-right ul li a.yo {
    background: #cc181e;
}

.top-content .top-content-right .link-socaial .social-right ul li a.in {
    background: #2a5b83;
}

.top-content .top-content-right .link-socaial {
    padding-top: 35px;
}

.top-content .top-content-left {
    position: relative;
}

.top-content .top-content-right .title {
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 30px;
    text-transform: uppercase;
    line-height: 39px;
}

.top-content .top-content-right .title span {
    color: #ec3237;
}

.top-content-left .image img {
    width: 100%;
}

.top-content-left .row {
    margin-left: -5px;
    margin-right: -5px;
}

.top-content-left .row .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.top-content .top-content-left .image1 {
    margin-top: 54px;
    position: relative;
}

.top-content .top-content-left .image1:before {
    content: url('../images/icon1.png');
    position: absolute;
    top: -25px;
    left: -25px;
    z-index: -1;
}

.top-content-left .image {
    margin-bottom: 10px;
}

.top-content-left .video-img .img img {
    width: 100%;
}

.top-content-left .video-img {
    position: relative;
}

.top-content-left .video-img .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.top-content:before {
    content: '';
    position: absolute;
    background: #ec3237;
    height: 100%;
    width: 27%;
    right: 0;
    top: 0;
}

.title-primary {
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    color: #017e54;
    margin: 0;
    text-transform: uppercase;
}

.center {
    text-align: center;
}

.project-home {
    background: #f4f4f4;
    padding: 70px 0;
}

.project-home .tab-content {
    display: none;
}

.project-home .tab-content.active {
    display: block;
}

.project-home .tab-tab {
    text-align: center;
}

.project-home .tab-tab a {
    color: #017e54;
    border: 2px solid #017e54;
    font-family: 'GoogleSans-Bold';
    font-size: 14px;
    display: inline-block;
    padding: 10px 28px;
    text-transform: uppercase;
    margin: 0 8px;
}

.project-home .tab-tab li a {
    margin-bottom: 10px;
}

.project-home .tab-tab {
    margin-top: 22px;
}

.project-home .tab-tab a.active {
    background: #017e54;
    color: #fff;
}

.item-project .image img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.item-project .image {
    overflow: hidden;
}

.item-project .image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.item-project .nav-image {
    background: #fff;
    padding: 15px;
    border-left: 10px solid #037e5a;
}

.item-project .nav-image .title {
    margin: 0;
    font-family: 'GoogleSans-Bold';
    font-size: 16px;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
}

.item-project .nav-image .desc {
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
}

.item-project .image {
    position: relative;
    border-bottom: 10px solid #037e5a;
}

.item-project .image:after {
    content: url('../images/icon3.png');
    position: absolute;
    right: 0;
    bottom: -35px;
}

.item-project:hover .image:after {
    content: url(''); /*content: url('../images/icon4.png');*/
    position: absolute;
    right: 0;
    bottom: -35px;
}

.item-project:hover .image {
    border-bottom: 10px solid #055036;
}

.item-project:hover .nav-image {
    border-left: 10px solid #055036;
}

.project-home .slider-project {
    margin-top: 50px;
    padding-bottom: 40px;
}

.project-home .slider-project .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #dbe8e4;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin: 4px;
}

.project-home .slider-project .owl-dots .owl-dot.active {
    background: #037e59;
}

.project-home .slider-project .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.project-home .tab-tab ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.project-home .tab-tab ul li {
    display: inline-block;
}

.project-home .panel {
    background-color: inherit;
    border: 0;
    box-shadow: none;
}

.title-primary .view-all {
    font-family: 'GoogleSans-Regular';
    font-size: 14px;
    color: #999;
    float: right;
    margin-top: 10px;
}

.title-primary .view-all:hover {
    color: #ec3237;
}

.video-new-home {
    padding: 75px 0;
}

.video-home .item-primary .image .img img {
    width: 100%;
    height: 330px;
}

.video-home .image {
    position: relative;
}

.video-home .image .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-new-home .title-primary {
    margin-bottom: 30px;
}

.video-home .item-primary .title {
    font-family: 'GoogleSans-Bold';
    font-size: 16px;
    margin-top: 15px;
}

.video-home .item-second .item .image {
    position: relative;
}

.video-home .item-second .item .image .img img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.video-home .item-second .item .title {
    margin-top: 10px;
    font-size: 14px;
    line-height: 21px;
    height: 63px;
    overflow: hidden;
    margin-bottom: 0;
}

.video-home .item-second {
    margin-top: 25px;
}

.new-home .nav-new-home .item .image {
    width: 170px;
    display: inline-block;
    float: left;
}

.new-home .nav-new-home .item .image img {
    width: 100%;
    height: 112px;
    object-fit: cover;
}

.new-home .nav-new-home .item .image {
    overflow: hidden;
}

.new-home .nav-new-home .item .image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.new-home .nav-new-home .item .nav-image {
    width: calc(100% - 170px);
    display: inline-block;
    float: right;
    padding-left: 15px;
}

.new-home .nav-new-home .item .nav-image .title {
    font-family: 'GoogleSans-Bold';
    font-size: 16px;
    margin: 0;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
    margin-bottom: 5px;
}

.new-home .nav-new-home .item .nav-image .description {
    position: relative;
    padding-left: 100px;
}

.new-home .nav-new-home .item .nav-image .description:before {
    content: '';
    width: 78px;
    height: 2px;
    background: #027e58;
    position: absolute;
    left: 0;
    top: 9px;
}

.new-home .nav-new-home .item .nav-image .description p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}

.new-home .nav-new-home .item .nav-image .description .chitiet {
    color: #cccccc;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: 'GoogleSans-Bold';
    text-transform: uppercase;
}

.new-home .nav-new-home .item {
    margin-bottom: 30px;
}

.new-home .nav-new-home .item .nav-image .description .chitiet:hover {
    color: #ee464b
}

.customer-reviews {
    background: #f4f4f4;
    padding: 75px 0;
}

.slider-reviews .item .picture {
    position: relative;
}

.slider-reviews .item .picture .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 35px 30px;
}

.slider-reviews .item .picture .overlay-content .desc {
    font-size: 15px;
    line-height: 20px;
    height: 200px;
    overflow: hidden;
}

.slider-reviews .item .picture .overlay-content .show-more {
    font-size: 14px;
    color: #999999;
}

.slider-reviews .item .picture .overlay-content .start {
    margin: 0;
    position: absolute;
    bottom: -13px;
    right: 15px;
}

.slider-reviews .item .picture .overlay-content .start svg {
    color: #ffb400;
    font-size: 11px;
    margin: 2px;
}

.slider-reviews {
    margin-top: 35px;
}

.slider-reviews .item .nav-picture .avt {
    width: 60px;
    display: inline-block;
    float: left;
    position: relative;
}

.slider-reviews .item .nav-picture .avt img {
    width: 100%;
    height: 60px;
    object-fit: cover;
}

.slider-reviews .item .nav-picture .nav-avt {
    width: calc(100% - 60px);
    display: inline-block;
    float: right;
    padding-left: 15px;
}

.slider-reviews .item .nav-picture .nav-avt .title {
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 14px;
    margin-top: 13px;
    margin-bottom: 4px;
    color: #027e57;
}

.slider-reviews .item .nav-picture .nav-avt .desc {
    color: #999999;
    font-size: 14px;
}

.slider-reviews .item .nav-picture {
    margin-top: 15px;
}

.slider-reviews .item .nav-picture .avt:before {
    content: url('../images/ar1.png');
    position: absolute;
    top: 0;
    right: 0;
}

.slider-reviews .item .nav-picture .avt:after {
    content: url('../images/ar2.png');
    position: absolute;
    bottom: -6px;
    left: 0;
}

.slider-reviews .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #dbe8e4;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin: 4px;
}

.slider-reviews .owl-dots .owl-dot.active {
    background: #037e59;
}

.slider-reviews .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.slider-reviews {
    padding-bottom: 40px;
}

.slider-logo .item {
    height: 100px;
    position: relative;
    text-align: center;
}

.slider-logo .item img {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-logo .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.slider-logo .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.slider-logo {
    padding: 7px 30px;
}

.band-logo {
    padding: 10px 0;
}

/*css footer */
.footer-1 {
    padding-top: 36px;
    padding-bottom: 45px;
}

.h3-title-ft {
    font-family: 'GoogleSans-Bold';
    font-size: 18px;
    color: #83f3cd;
    text-transform: uppercase;
    line-height: 24px;
    display: inline-block;
    padding-bottom: 12px;
}

.wp-ft a {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.footer-2 > .container {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #595959;
    padding-bottom: 45px;
}

.copy-right {
    background: #0093c9;
    padding: 15px 0px;
}

.div-list-ft p {
    padding-left: 23px;
    position: relative;
}

.list-ft li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    /*border-bottom: 1px dashed #1b916c;*/
}

.list-ft li:last-child {
    border-bottom: 0
}

.list-ft li a {
    position: relative;
    padding-left: 15px;
}

.list-ft li a::after {
    content: "\f054";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    color: #fff;
    font-family: "FontAwesome";
    font-size: 8px;
    transition: all 0.6s ease-in-out;
}

.list-ft li a:hover {
    color: #be0f0f;
}

.list-ft li a:hover::after {
    color: #e67817;
    left: 5px;
}

.copy-right a:hover {
    color: #d93438 !important;
}

.mxh-top li i {
    color: #7f7f7f;
}

.ul-phone {
    padding: 0px;
    margin-right: 60px;
}

.ul-phone li {
    float: left;
    margin-left: 12px;
    color: #000;
    list-style: none;
}

.ul-phone li a {
    font-weight: bold;
}

.ul-phone li p {
    margin-bottom: 0px;
    color: #999999;
}

.ul-phone li:nth-of-type(1) {
    background: url("../images/bg_iconheader.png") no-repeat;
    background-position: 0px 0px;
    padding-left: 15px;
}

.ul-phone li:nth-of-type(2) {
    background: url("../images/bg_iconheader.png") no-repeat;
    background-position: -129px 0px;
    padding-left: 30px;
}

.ul-phone li:nth-of-type(3) {
    background: url("../images/bg_iconheader.png") no-repeat;
    background-position: -270px 0px;
    padding-left: 30px;
}

.h2-title-ft {
    font-size: 20px;
}

.div-list-ft .p-diachi {
    background: url("../images/icon_ft.png") no-repeat;
    background-position: 0px 5px;
}

.div-list-ft .p-diachi1 {
    background: url("../images/icon_ft.png") no-repeat;
    background-position: 0px -54px;
}

.div-list-ft .p-sdt {
    background: url("../images/icon_ft.png") no-repeat;
    background-position: 0px -116px;
}

.div-list-ft .p-web {
    background: url("../images/icon_ft.png") no-repeat;
    background-position: 0px -151px;
}

.div-list-ft .p-mail {
    background: url("../images/icon_ft.png") no-repeat;
    background-position: 0px -188px;
}

.box_mxhft li {
    list-style: none;
    display: inline-block;
    float: left;
}

.box_mxhft li a {
    width: 38px;
    height: 38px;
    margin-right: 5px;
    float: left;
    background: #84bd32;
    text-align: center;
    line-height: 38px;
}

.clearfix-20 {
    height: 20px;
    clear: both;
}

.box_mxhft {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
}

.box_formft .left {
    width: 70%;
    display: inline-block;
    float: left:;
}

.box_formft .right {
    width: 28%;
    display: inline-block;
    float: right;
}

.box_formft input {
    border: 0px;
    border-radius: 4px; /* padding: 10px; */
    width: 100%;
    height: 39px;
    margin-bottom: 5px;
    padding-left: 10px;
}

.box_formft .right button {
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
}

.box_formft input {
    border: 0px;
    width: 100%;
    height: 34px;
    margin-bottom: 5px;
    padding-left: 10px;
}

#footer-site {
    background: url("/templates/frontend/resources/css/4.png");
    padding-top: 20px;
    background-size: cover;
}

.copy-right {
    width: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.2);
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.copy-right .text-center {
    text-align: center;
    color: #bff4e2
}

.copy-right .text-center a {
    color: #bff4e2
}

.div-list-ft p {
    color: #fff;
}

.copy-right a {
    color: #bdbdbd;
}

.footer-1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer-site .wp-ft .title-footer img {
    display: inline-block;
    float: left;
    margin-right: 15px;
}

#footer-site .title-footer {
    font-family: 'GoogleSans-Bold';
    font-size: 18px;
    color: #f6ca2e;
    text-transform: uppercase;
    line-height: 24px;
    display: inline-block;
    padding-bottom: 12px;
}

#footer-site .wp-ft .desc {
    font-size: 14px;
    color: #fff;
}

.form-footer .item1 {
    width: 100%;
    display: inline-block;
    float: left;
}

.form-footer .item1 input {
    width: 100%;
    display: inline-block;
    float: left;
    border-radius: 20px;
    height: 38px;
    border: 1px solid #fff;
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.form-footer .item2 button {
    height: 38px;
    background: #ec3237;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 45px;
    border-radius: 20px;
    border: 1px solid #ec3237;
}

.form-footer .item2 button img {
    width: 49px;
    height: 37px;
}

.form-footer .item1 input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333;
}

.form-footer .item1 input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333;
}

.form-footer .item1 input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #333;
}

.social-bottom ul li {
    display: inline-block;
    float: left;
}

.social-bottom ul li a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #fff;
    color: #017e54;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
}

.social-bottom {
    display: inline-block;
    margin-top: 12px;
}

.toolbar .inner a {
    display: block;
    height: 45px;
    width: 45px;
    line-height: 48px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    margin-bottom: 8px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.toolbar {
    position: fixed;
    width: 70px;
    left: 30px;
    bottom: 90px;
    z-index: 999;
}

.toolbar .inner {
    padding-left: 0px;
    width: 100%;
    text-align: center;
}

#scrollUp {
    background: #333;
    color: #fff;
    bottom: 40px;
    right: 40px;
    border-radius: 100px;
    height: 45px;
    width: 45px;
    font-size: 25px;
    text-align: center;
    line-height: 45px;
    box-shadow: 0 0 15px 0px rgba(50, 50, 50, 0.2);
    transition: 0.3s;
    display: inline-block;
    position: fixed;
    bottom: 70px;
    right: 30px;
    cursor: pointer;
}

#scrollUp:hover {
    background: #fff;
    color: #ce7852;
}

.header-site-mobile {
    display: none;
}

.banner-brecus img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.banner-brecus {
    position: relative;
}

.banner-brecus .overlay-bres {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 11;
    text-align: center;
    transform: translateY(-50%);
}

.banner-brecus .overlay-bres .title-pr {
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 40px;
    color: #fff;
    margin-top: 0;
    text-transform: uppercase;
}

.banner-brecus .overlay-bres ul li {
    color: #fff;
}

.banner-brecus .overlay-bres ul li a {
    color: #fff;
}

.banner-brecus .overlay-bres ul {
    padding-left: 0
}

.main-info .content-info {
    padding: 30px 0;
}

.main-list-project .content-project {
    padding: 65px 0;
}

.main-list-project {
    background: #f4f4f4;
}

.main-list-project .content-project .item-project {
    margin-bottom: 30px;
}

.pagenavi {
    margin-top: 20px;
}

.pagenavi ul {
    padding-left: 0;
}

.pagenavi ul li {
    display: inline-block;
}

.pagenavi ul a {
    height: 27px;
    display: inline-block;
    background: #f2f2f2;
    text-align: center;
    line-height: 27px;
    border: 1px solid #dddddd;
    padding: 0 10px;
}

.pagenavi ul a.active {
    background: #027e56;
    color: #c5eaf8;
}

.main-project-detail .content-info .title-primary {
    padding-bottom: 15px;
}

.main-new-list .new-home .nav-new-home .item .image {
    width: 40%;
}

.main-new-list .new-home .nav-new-home .item .nav-image {
    width: 60%;
    display: inline-block;
    float: right;
    padding-left: 15px;
}

.main-new-list .new-home .nav-new-home .item .image img {
    height: 146px;
}

.main-new-list .new-home .nav-new-home .item {
    margin-bottom: 55px;
}

.main-new-list .new-home .nav-new-home .item .nav-image .description p {
    height: 90px;
}

.main-new-list .content-new-list {
    padding: 60px 0;
    margin-top: 45px;
}

.main-new-detail h1 {
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    color: #017e54;
}

.main-new-detail .content-new-detail {
    padding-top: 30px;
}

.main-new-detail .content-new-detail .date {
    color: #999;
    font-size: 14px;
}

.other-new .title-primary {
    margin-bottom: 40px;
}

.main-new-detail .content-new-list {
    background: #f4f4f4
}

.slider-new .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #dbe8e4;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin: 4px;
}

.slider-new .owl-dots .owl-dot.active {
    background: #037e59;
}

.slider-new .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/*css contact*/
p.thank-you {
    font-size: 14px;
    color: #747474;
    font-style: italic;
}

h1.title-contact {
    color: #f05636;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 0;
}

.adress-contact li {
    font-size: 14px;
    list-style: none;
    padding-bottom: 7px;
}

.adress-contact li span {
    font-family: 'GoogleSans-Bold';
}

.adress-contact {
    padding-left: 0;
}

.map-contact iframe {
    width: 100%;
    height: 555px;
}

.map-contact {
    border: 1px solid #ddd;
    padding: 2px;
}

.form-contat p.desc {
    font-size: 14px;
    line-height: 23px;
}

.form-contat input[type=text] {
    border: 1px solid #d5d5d5;
    background: #fafafa;
    width: 100%;
    height: 30px;
    padding-left: 10px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.form-contat textarea {
    width: 100%;
    height: 130px;
    background: #fafafa;
    padding-left: 10px;
    border-radius: 3px;
}

.send-contact .item {
    width: calc((100% - 30px) / 4);
    display: inline-block;
    float: left;
    margin-right: 10px;
    text-align: center;
}

.send-contact .item:first-child {
    width: 20%
}

.send-contact .item:nth-child(2) {
    width: 12%
}

.send-contact .item:nth-child(3) {
    width: 10%
}

.send-contact .item:nth-child(4) {
    margin-right: 0;
    width: 52%;
}

.send-contact .item input[type=submit] {
    width: 100%;
    height: 30px;
    background: #017e54;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid;
    border-radius: 3px;
}

.send-contact .item img {
    padding-top: 4px;
}

#main-contact {
    padding: 60px 0 40px 0;
}

.content-contact .title-primary {
    padding-bottom: 15px;
}
.content-info  img {
    width: 100%!important;
    object-fit: cover;
    height: auto!important;
}
@media (max-width: 450px) {
    .copy-right {

        background-color: none;
        background: none;
        line-height: 29px;

    }

}
.breadcrumb .breadcrumb {
    margin-bottom: 0;
}
.banner-brecus .overlay-bres ul {
    list-style: none;
}