.footer ul {
    display: block;
}

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

.footer ul li:nth-child(1),
.footer ul li:nth-child(2) {
    margin: 0;
}

.footer ul li a {
    line-height: 34px;
    border: 2px solid #fff;
    padding: 0;
    display: block;
    width: 34px;
    height: 34px;
    font-size: 18px !important;
    border-radius: 100%;
    color: #fff !important;
}

.footer ul li a i {
    margin: 0 !important;
}

.footer ul li:nth-child(2) a i {
    position: relative;
    top: 1px;
    left: 1px;
}

.footer ul li a:hover,
.footer ul li a:focus {
    color: #3baacf !important;
    border-color: #3baacf;
}

.map-block .map-block-content .form-group.captcha {
    float: none;
    text-align: right;
    width: 100%;
}

.g-recaptcha > div {
    float: right;
}

.g-recaptcha:after {
    clear: both;
    content: "";
    display: block;
}

.map-block .map-block-content p {
    font-size: 16px;
    margin: 0 0 18px;
    line-height: 1.2;
}

.map-block .map-block-content h2 {
    font-size: 38px;
}

.map-info-box {
    height: auto;
    padding: 10px;
    max-width: 200px;
    width: auto;
}

.request-quote-box {
    background: #0b0a0a;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -400px;
    z-index: 1000;
    width: 355px;
    padding: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.request-quote-box.active {
    right: 0;
}

.click-off {
    position: fixed;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 999;
    background-color: #3baacf;
    opacity: 0;
}

.click-off.active {
    opacity: 0.9;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.request-quote-box h2 {
    color: #fff;
    font-weight: 900;
    font-size: 21px;
}

.request-quote-box p {
    color: #ccc;
    font-size: 12px;
    margin: 0 0 30px;
}

.request-quote-box .close-raq {
    color: #fff;
    background: #0b0a0a;
    width: 35px;
    position: absolute;
    left: -35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    padding-left: 2px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.request-quote-box .close-raq:hover,
.request-quote-box .close-raq:focus {
    color: #999;
}

.header nav ul li.request-quote a:hover,
.header nav ul li.request-quote a:focus {
    background: #111;
}

.header nav ul li.request-quote a:after {
    display: none;
}

.about-content {
    height: 750px;
}

.about-content .container,
.about-content .row,
.about-content .col-sm-6 {
    height: 100%;
}

.about-content .col-sm-6 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.about-content .ac-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

.about-content {
    position: relative;
}

.about-content .ac-img.ac-img-right img {
    left: auto;
    right: 0;
}

h2 {
}

.about-content h2 {
    font-family: "Roboto";
    font-size: 40px;
    color: #58585a;
    letter-spacing: -1px;
}

.about-content h2 strong {
    color: #3baacf;
}

.about-content p {
    font-weight: 300;
    font-size: 15px;
    margin: 0 0 20px;
    line-height: 1.5;
}

.about-content .aboutsm p {
    font-size: 13px;
}

.about-content p:last-child {
    margin: 0;
}

.quote-lead {
    background-color: #181818;
    color: #fff;
    padding: 50px 0;
}

.quote-lead h3 {
    text-transform: none;
    font-family: "Roboto";
    font-size: 38px;
    margin: 11px 0 0;
}

.quote-lead h3 em {
    font-style: normal;
    color: #3baacf;
}

.quote-lead .btn {
    padding: 23px 27px;
}

.sbox {
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
}

.sbox .sbox-heading {
    -webkit-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.sbox.alt .sbox-heading {
    -webkit-order: 10;
    -ms-order: 10;
    order: 10;
}

.sbox .sbox-content {
    padding: 30px;
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    background-color: #0f0f0f;
    color: #fff;
}

.sbox .sbox-content,
.sbox .sbox-heading {
    height: 100%;
}

.sbox .sbox-heading h2 {
    font-family: "RobotoI";
    font-size: 54px;
    color: #3baacf;
    line-height: 0.9;
    margin-left: -60px;
}

.sbox .sbox-heading h2 strong {
    color: #fff;
    font-size: 69%;
    display: block;
    width: 100%;
    text-align: right;
    right: -60px;
    position: relative;
}

.sbox .sbox-content p,
.sbox .sbox-content ul {
    margin: 0 0 35px;
}

.sbox .sbox-content p:last-child {
    margin: 0;
}

.sbox .sbox-content p .btn {
    margin: 15px 0 0;
    padding: 25px 33px;
    font-size: 17px;
}

.sbox .sbox-content p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.625;
}

.sbox .sbox-content ul:after {
    content: "";
    display: block;
    clear: both;
}

.sbox .sbox-content ul li {
    width: 49%;
    float: left;
    font-weight: 300;
    font-size: 17px;
    color: #fff;
    margin: 0 0 16px;
    position: relative;
    padding-left: 30px;
}

.sbox .sbox-content ul li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
    color: #3baacf;
}

.careers-list {
    padding: 80px 0;
}

.careers-list h2 {
    font-size: 52px;
    font-family: "Roboto", sans-serif;
    letter-spacing: -2px;
    text-transform: uppercase;
    margin: 0 0 0;
    color: #fff;
}

.careers-list h2 strong {
    color: #3baacf;
}

.careers-list .job {
    margin-bottom: 50px;
    color: #fff;
    padding-bottom: 50px;
    border-bottom: 3px solid #666;
    position: relative;
}

.careers-list .job h3 {
    text-transform: none;
    font-weight: 700;
    font-size: 28px;
}

.careers-list .job p {
    font-size: 17px;
    /* color: #cc; */
    font-weight: 300;
}

.careers-list .job ul {
    margin: 30px 0 0;
    font-size: 19px;
}

.careers-list .job ul li {
    display: inline-block;
}

.careers-list .job ul li:after {
    content: "\2022";
    margin-left: 13px;
    margin-right: 10px;
    color: #666;
}

.careers-list .job ul li:last-child:after {
    display: none;
}

.careers-list .job .btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 17px;
}

.careers-list .job:last-child {
    margin: 0;
    padding-bottom: 0;
    border: none;
}

.careers-list .job:last-child {
    margin: 0;
    padding-bottom: 0;
    border: none;
}

.careers-img img {
    border: 7px solid #fff;
    outline: 5px solid #ccc;
}

.pg-content .careers-intro h2 {
    letter-spacing: -2px !important;
    font-size: 43px !important;
    line-height: 0.85;
    margin: 0 0 15px !important;
}

.pg-content .careers-intro h2 strong {
    display: block;
    font-size: 53px;
}

.pg-content .careers-intro p {
    font-size: 19px;
    font-weight: 300;
    line-height: 1.75 !important;
    margin: 0 0 20px;
}

.pg-content .careers-intro p:last-child {
    margin: 0;
}

.pg-content .careers-intro p strong {
    font-weight: 600;
    font-size: 31px;
    line-height: 1.25;
}

.pg-content .careers-intro p strong em,
.pg-content .careers-intro p strong i {
    font-style: normal;
    color: #3baacf;
}

.careers-list .job {
    margin-right: 60px !important;
}

.form-group input[type="file"] {
    outline: 0;
    box-shadow: none;
    border-radius: 0 !important;
    background: #5a5a5a;
    border: none;
    padding: 15px;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}

.careers-list .form-group:nth-child(1),
.careers-list .form-group:nth-child(2),
.careers-list .form-group:nth-child(3),
.careers-list .form-group:nth-child(4),
.careers-list .form-group:nth-child(5),
.careers-list .form-group:nth-child(6) {
    width: 49%;
    float: left;
}

.careers-list .form-group:nth-child(2),
.careers-list .form-group:nth-child(4),
.careers-list .form-group:nth-child(6) {
    float: right;
}

.careers-list .form-group:nth-child(7) {
    clear: both;
    content: "";
    display: block;
}

.careers-list .form-group.captcha {
    float: none;
    width: 100%;
}

.careers-list label {
    display: block;
    font-size: 13px;
    color: #fff;
    margin: 0 0 0;
}

.project-gallery .gallery-top .gal1,
.project-gallery .gallery-top .gal2,
.project-gallery .gallery-top .gal3 {
    width: 33.3%;
    position: relative;
    float: left;
    height: 480px;
    overflow: hidden;
}

.project-gallery .gallery-top .gal1 img,
.project-gallery .gallery-top .gal2 img,
.project-gallery .gallery-top .gal3 img {
    width: auto;
    min-height: 100%;
    min-width: 100%;
    height: auto;
}

.project-gallery {
    background-color: #f2f2f2;
}

.project-gallery .gallery-top .gal2 {
    border-left: 2px solid #f2f2f2;
    border-right: 2px solid #f2f2f2;
}

.project-gallery .gallery-top:after {
    content: "";
    display: block;
    clear: both;
}

.gallery-wrap {
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gallery-wrap a {
    display: block;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.gallery-wrap a {
    max-width: 230px;
    width: 100px;
    height: 150px;
    overflow: hidden;
    position: relative;
    border-right: 2px solid #f2f2f2;
}

.gallery-wrap a img {
    position: absolute;
    top: -50%;
    right: -50%;
    left: -50%;
    bottom: -50%;
    margin: auto;
}

.gallery-wrap a:last-child {
    border-right: 0;
}

.gallery-wrap {
    border-top: 2px solid #f2f2f2;
}
.gallery-top a,
.gallery-wrap a {
    display: block;
    background-color: #3baacf;
}

.gallery-top a img,
.gallery-wrap a img {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

.gallery-top a:hover img,
.gallery-wrap a:hover img,
.gallery-top a:focus img,
.gallery-wrap a:focus img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.2;
}

#swipebox-bottom-bar {
    bottom: 0 !important;
    -webkit-transform: unset !important;
    transform: unset !important;
}

.project-info {
    padding: 90px 0;
}

.project-info aside {
    background: #222;
    margin-left: 0;
    padding: 30px;
    margin: 40px 0 0;
}
.project-info aside ul {
    margin: 15px 0 0;
}

.project-info aside ul li {
    color: #eee;
    font-size: 15px;
    margin: 0 0 6px;
    padding: 0 0 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.project-info aside h2 {
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 28px;
}

.project-info h1 {
    font-family: "Roboto", sans-serif;
    font-size: 37px;
    line-height: 1;
}

.project-info h1 small {
    display: block;
    color: #666;
    margin: 0 0 20px;
}

.project-info h1:after {
    background: #3baacf;
    width: 100px;
    content: "";
    height: 4px;
    display: block;
    margin: -3px 0 30px 2px;
}

.project-info p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.75;
    margin: 0 0 35px;
}

.project-info p:last-child {
    margin: 0;
}

.featured-projects {
    background-image: none;
    overflow: hidden;
    position: relative;
    height: 560px;
}

.featured-projects .container {
    position: relative;
    z-index: 9;
}

.featured-projects .fp-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    z-index: 1;
}

.featured-projects .fp-image:before {
    background-image: url(../i/fade.png);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 167px;
    content: "";
    z-index: 8;
    display: block;
}

.featured-projects .fp-image img {
    max-height: 690px;
    width: auto;
    position: relative;
    z-index: 1;
    display: block;
    opacity: 0.5;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
}

.project-list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.project-list a {
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-display: flex;
    -moz-display: flex;
    margin: 5px;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    text-align: center;
    -webkit-flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
    overflow: hidden;
    height: 250px;
    background-color: #000;
}

.project-list a:hover,
.project-list a:focus {
    background-color: #3baacf;
}

.project-list a img {
    position: absolute;
    opacity: 0.6;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
    top: -50%;
    bottom: -50%;
    right: -50%;
    left: -50%;
    margin: auto;
    width: auto;
    min-width: 110%;
    max-width: 110%;
    height: auto;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}

.project-list a:hover img,
.project-list a:focus img {
    opacity: 0.125;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.project-list span,
.project-list i {
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.project-list i {
    margin: 10px 0 0;
    color: #3baacf;
}

.project-list span {
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    line-height: 1;
    padding: 0 60px;
}

#logoslider .slick-slide li {
    display: -webkit-flex !important;
    display: -ms-flex !important;
    -webkit-display: flex !important;
    -moz-display: flex !important;
    -ms-display: flex !important;
    -o-display: flex !important;
    display: flex !important;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    height: 120px;
}

body.inner .page-title h1 {
    background: none;
    text-shadow: none;
}

body.inner .page-title {
    background: #444;
}

.inner .testimonials {
    padding: 85px 0 50px;
    border-top: 20px solid #f5f5f5;
}

.footer ul li:nth-child(2) a i {
    top: 0;
}

.footer ul li:nth-child(3) a {
    position: relative;
    top: 3px;
}

.footer ul li:nth-child(3) a i {
    top: -2px;
    position: relative;
}

header p.tagline {
    font-family: "Roboto";
    color: #888;
    bottom: -7px;
    left: 7px;
    font-size: 11px;
    letter-spacing: 0;
    position: relative;
}

.page-border-top {
    border-top: 20px solid #f5f5f5;
}

.about-content .careers-intro h2 {
    font-size: 55px;
    line-height: 0.9;
}

.about-content .careers-intro p strong {
    font-weight: 800;
    font-size: 22px;
}

.about-content .careers-intro p strong em {
    font-style: normal;
    color: #3baacf;
}

.gallery-wrap a {
    display: block;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    height: 100px;
}

.services-top {
    background: #f5f5f5;
    padding: 80px 0 100px;
}

.services-top h2 {
    font-family: "RobotoI";
    text-align: center;
    font-size: 37px;
    line-height: 1;
    margin: 0 0 60px;
}

.services-top h3 {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 0 0 5px;
}

.services-top p {
    color: #555;
    line-height: 1.75;
    margin: 0 0 21px;
    font-size: 15px;
}

.services-top p:last-child {
    margin: 0;
}

.services-top h2 strong {
    color: #3baacf;
}

.sbox {
    border-bottom: 20px solid #eee;
}

.sbox.sbox-6 {
    padding-bottom: 0;
    border-bottom: 0;
}

.project-info h2 {
    font-family: "Roboto", sans-serif;
    font-size: 28px;
}

.project-info ul li {
    font-size: 20px;
}

.project-info .col-sm-4 ul {
    display: inline-block;
}

.project-info .col-sm-4 ul li {
    padding-bottom: 4px;
    margin-bottom: 10px;
    border-left: 5px solid #3baacf;
    border-bottom: 1px solid #eee;
    padding-left: 9px;
    padding-top: 4px;
}

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

.project-links {
    text-align: center;
    margin-bottom: 40px;
}

.project-links ul li a {
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-color: #eee;
    color: #555;
    text-transform: uppercase;
    display: block;
    font-size: 10px;
    padding: 5px 18px;
}

.project-links ul li a:hover,
.project-links ul li a:focus,
.project-links ul li a.active {
    background-color: #3baacf;
    color: #fff;
    font-size: 14px;
}

.project-links ul li strong {
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.header nav ul li {
    position: relative;
}

.header nav ul li ul {
    position: absolute;
    background-color: #3baacf;
    text-align: center;
    display: block;
    top: 44px;
    left: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.header nav ul li ul li a:after {
    display: none !important;
}

.header nav ul li ul li {
    text-align: left;
    padding: 0;
    margin: 0;
    display: block;
    white-space: nowrap;
}

.header nav ul li ul li a {
    padding: 10px 15px !important;
    margin: 0 !important;
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header nav ul li ul li a:hover,
.header nav ul li ul li a:focus,
.header nav ul li ul li a.nav-selected {
    background-color: #111;
}

.header nav ul li:hover ul {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.project-info .col-sm-8 ul {
    font-size: 14px;
}

.project-info h2 {
    font-size: 28px;
}

.page-template-careers .about-content {
    height: auto;
    padding: 120px 0;
}

.page-template-careers .about-content .ac-img img {
    bottom: auto;
    top: 70px;
}

.sbox .sbox-heading {
    position: relative;
}

.header {
    z-index: 300;
}

.sbox.sbox-1 .sbox-heading {
    background-image: url(../i/dich-vu-img/chuan-bi-be-mat.png);
}
.sbox.sbox-2 .sbox-heading {
    background-image: url(../i/dich-vu-img/lop-phu-san-cong-nghiep.png);
}
.sbox.sbox-3 .sbox-heading {
    background-image: url(../i/dich-vu-img/danh-bong-be-tong.png);
}
.sbox.sbox-4 .sbox-heading {
    background-image: url(../i/dich-vu-img/vua-tu-san-phang.png);
}
.sbox.sbox-5 .sbox-heading {
    background-image: url(../i/dich-vu-img/lam-cung-be-tong-va-chong-bui.png);
}
.sbox.sbox-6 .sbox-heading {
    background-image: url(../i/dich-vu-img/son-tu-san-phang.png);
}
.sbox.sbox-7 .sbox-heading {
    background-image: url(../i/dich-vu-img/san-vinyl.jpg);
}

.quote-lead + .about-content {
    height: 900px;
}

.about-content h3 {
    font-family: "RobotoI";
    font-size: 23px;
    margin: 20px 0 9px;
    color: #333;
}
.about-content h4 {
    font-family: "RobotoI";
    font-size: 18px;
    margin: 20px 0 9px;
    color: #555;
}

.pillars a span {
    position: relative;
}

.careers-intro,
.careers-intro h2,
.careers-intro p,
.project-list span,
.sbox .sbox-content p,
.sbox .sbox-content ul,
.about-home p,
.map-block .map-block-content p,
.about-content .col-sm-6 p,
.ccm-layout-column-wrapper {
    max-width: 100% !important;
}

.gallery-wrap a {
    margin-bottom: 2px;
}

.pg-content.pg-services.page-border-top h1 {
    font-size: 47px;
    font-family: "Roboto", sans-serif;
    letter-spacing: -2px;
    text-transform: uppercase;
}

.pg-content.pg-services.page-border-top h1 strong {
    color: #3baacf;
    font-weight: normal;
}

.opn ul {
    text-align: center;
}

.ccm-custom-style-container.ccm-custom-style-content22-390.opn {
}

.opn .ccm-block-page-list-pages .ccm-block-page-list-page-entry {
    width: 32%;
    display: inline-block;
    text-align: center;
    margin: 11px 7px;
}

.opn .ccm-block-page-list-pages {
    margin: 40px 0 0;
}

.opn .ccm-block-page-list-pages .ccm-block-page-list-page-entry a {
    background: #f1f1f1;
    display: block;
    color: #444;
    padding: 25px;
}

.opn .ccm-block-page-list-pages .ccm-block-page-list-page-entry a:hover,
.opn .ccm-block-page-list-pages .ccm-block-page-list-page-entry a:focus {
    background: #3baacf;
    color: #fff;
}

@media (max-width: 991px) {
    .opn .ccm-block-page-list-pages .ccm-block-page-list-page-entry {
        width: 100%;
        display: block;
    }

    .project-gallery .slick-arrow {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .page-border-top,
    .banner {
        margin-top: 71px;
    }
    .project-list span {
        padding: 0 15px !important;
    }
    .page-template-careers .about-content {
        height: auto;
        padding: 60px 0;
    }

    .testimonials {
        background-position: center 110px;
    }

    .project-gallery {
        margin-top: 45px;
    }
}

.sbox {
    border-bottom: none;
}

.preheader p,
.preheader ul {
    display: inline-block;
}

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

.preheader ul li a {
    display: block;
}

.preheader ul li a i {
    position: relative;
    top: 0;
}

.preheader ul li a {
    padding: 0 0 0 5px !important;
}

.preheader ul {
    margin-left: 10px;
}

@media (min-width: 768px) {
    .sw {
        background-color: #fff;
        z-index: 800;
        border-bottom: 1px solid #ccc;
        position: sticky;
        position: -webkit-sticky;
        top: 0; /* required */
    }
}

.careers-list label,
.careers-list label + span {
    display: inline-block;
}

.careers-list label + span {
    font-size: 9px;
    background: #fff;
    color: #000 !important;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 100px;
    position: relative;
    top: -2px;
    left: 5px;
}
