.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

@media (max-width: 767px) {
    header {
        position: relative;
        background-color: #ffffff;
        /*z-index: 99;*/
    }
}

header .top-tool-bar {
    position: relative;
    background-color: #f5f5f5;
}

header .top-tool-bar:after {
    content: '';
    clear: both;
    display: block;
}

header .top-tool-bar ul {
    float: right;
    margin-bottom: 0;
}

header .top-tool-bar ul li {
    float: left;
    line-height: 35px;
    display: block;
    padding: 0 5px;
    border-right: solid #ccc 1px;
    text-transform: uppercase;
    color: #343333;
}

header .top-tool-bar ul li:last-child {
    border: none;
}

header .form-search {
    position: relative;
}

header .form-search .btn-search {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-sizing: border-box;
    width: 35px;
    text-align: center;
    padding: 0;
    height: 35px;
    background-color: #147C9C;
}

header .form-search .input-search {
    position: absolute;
    top: calc(100% + 15px);
    right: -10px;
    background-color: #147C9C;
    z-index: 99;
    padding: 15px;
    display: none;
    box-shadow: 5px 7px 10px rgba(0, 0, 0, 0.5), -5px 5px 10px rgba(0, 0, 0, 0.5);
}

header .form-search .input-search:before {
    content: '';
    position: absolute;
    top: -15px;
    right: 10px;
    width: 0;
    height: 0;
    border-bottom: solid 15px #147C9C;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

header .form-search.active .input-search {
    display: block;
}

.page-title {
    text-align: center;
    text-transform: uppercase;
}

.page-description {
    text-align: center;
}

.items .box {
    min-height: 234px;
}

.items .box .item {
    position: relative;
    color: #fff;
    padding-bottom: 5px;
}

.items .box .item .content {
    background-color: rgba(7, 79, 130, 0.5);
    position: absolute;
    top: 48%;
    height: 100%;
    padding: 10px 15px 0;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
}

.items .box .item .content h4 {
    font-size: 1.3rem;
}

.items .box .item .content a {
    display: inline-block;
    color: #ffffff;
    background-color: #147C9C;
    padding: 7px 15px;
    text-decoration: none;
}

.items .box:hover .content {
    top: 0;
}

.items .box img {
    width: 100%;
}

.partners .box {
    min-height: 140px;
}

.partners .box a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.partners .box a img {
    width: 90%;
    height: 56px;
}

.partners .box a:before {
    /*content: '';
    position: absolute;
    width: 90%;
    left: 5%;
    height: 0;
    top: 50%;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;*/
}

.partners .box a:after {
    /* content: '';
     position: absolute;
     width: 0;
     left: 50%;
     height: 90%;
     top: 5%;
     border-top: solid 1px #ccc;
     border-bottom: solid 1px #ccc;
     transition: all 500ms;
     -webkit-transition: all 500ms;
     -moz-transition: all 500ms;*/
}

.partners .box a:hover:before {
    height: 100%;
    top: 5%;
}

.partners .box a:hover:after {
    width: 100%;
    left: 5%;
}

.partners {
    height: 67px!important;
}

section .slide {
    position: relative;
    height: auto;
    margin-left: 5px;
}

section .slide .container {
    position: relative;
}

section .slide .container .content {
    margin-top: 200px;
    position: absolute;
}

section .slide .container .content h2, section .slide .container .content p {
    background-color: #147C9C;
    color: #fff;
    padding: 7px 15px;
    display: block;
}

section .slide .box {
    position: relative;
    width: 700px;
    margin: auto;
}

section .slide span {
    position: absolute;
    padding: 15px;
    z-index: 999;
    color: #ffffff;
    font-size: 2rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
}

section .slide span:hover {
    cursor: pointer;
    background-color: #147C9C;
}

section .slide span.left {
    left: 0;
}

section .slide span.right {
    right: 0;
}

.container {
    position: relative;
}

.container .items-left, .container .items-right {
    position: absolute;
    padding: 15px;
    color: #147C9C;
    font-size: 2rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    z-index: 99;
}

@media (max-width: 767px) {
    .container .items-left, .container .items-right {
        display: none;
    }
}

.container .items-left:hover, .container .items-right:hover {
    cursor: pointer;
    color: #ffffff;
    background-color: #147C9C;
}

.container .items-left {
    left: -50px;
}

.container .items-right {
    right: -50px;
}

.feature_projects {
    position: relative;
    background-color: #147C9C;
    color: #ffffff;
    overflow: hidden;
}

.feature_projects:after {
    content: '';
    display: block;
    clear: both;
}

.feature_projects .images {
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 1;
    width: 60%;
    background-size: cover;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
}

@media (max-width: 767px) {
    .feature_projects .images {
        display: none;
    }
}

.feature_projects .content {
    position: relative;
    z-index: 2;
}

.feature_projects .content .container {
    position: relative;
}

.feature_projects .content .container:after {
    content: '';
    clear: both;
    display: block;
}

.feature_projects .box {
    padding: 40px 15px 40px 0;
    position: relative;
    width: 40%;
    height: 500px;
    box-sizing: border-box;
    background-color: #147C9C;
    text-align: justify;
    float: left;
}

@media (max-width: 767px) {
    .feature_projects .box {
        width: 100%;
    }
}

.feature_projects .box:after, .feature_projects .box:before {
    content: '';
    position: absolute;
    border-top: solid 500px transparent;
    border-right: solid 250px transparent;
    width: 0;
    height: 0;
    top: 0;
    left: 100%;
}

@media (max-width: 767px) {
    .feature_projects .box:after, .feature_projects .box:before {
        display: none;
    }
}

.feature_projects .box:after {
    border-left: solid 250px #147C9C;
    border-bottom: solid 500px #147C9C;
}

.feature_projects .box:before {
    border-left: solid 250px #ffffff;
    border-bottom: solid 500px #ffffff;
    top: -35px;
}

.feature_projects .controls {
    position: absolute;
    text-align: right;
    padding-top: 15px;
    padding-bottom: 15px;
    right: 15px;
    bottom: 0;
    color: #147C9C;
}

@media (max-width: 767px) {
    .feature_projects .controls {
        position: relative;
        width: 100%;
    }
}

footer {
    /*background-color: #464646;*/
    color: #cccccc;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 2px;
}

footer .title {
    color: #ffffff;
    text-transform: uppercase;
}

footer a {
    color: #cccccc;
}

footer a:hover {
    color: white;
}

.block-fixed-left {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 150px;
    display: none;
}

@media (max-width: 767px) {
    .block-fixed-left {
        display: none;
    }
}

.block-fixed-left ul {
    margin-bottom: 0;
}

.block-fixed-left ul li {
    margin-bottom: 2px;
}

.block-fixed-left ul li a {
    display: block;
    padding: 15px;
    color: #ffffff;
    text-align: center;
    background-color: #ff8733;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
}

.block-fixed-left ul li a:hover {
    text-decoration: none;
    background-color: #ff6900;
}

.block-fixed-left ul li a i {
    display: block;
    font-size: 1.5rem;
}

section.header {
    width: 100%;
    height: 200px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.header.bg-1 {
    background-image: url("../../assets/images/banner/1.png");
}

.bg-blue {
    background-color: #147C9C;
}

.categories {
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
}

.categories:after {
    content: '';
    clear: both;
    display: block;
}

.categories ul {
    margin-bottom: 15px;
}

.categories ul:after {
    content: '';
    display: block;
    clear: both;
}

.categories ul li {
    float: left;
    width: 100%;
    display: block;
    line-height: 30px;
}

.categories ul li a {
    color: #ffffff;
}

.categories .title {
    line-height: 60px;
    text-transform: uppercase;
}

.categories .files {
    margin-left: -15px;
    margin-right: -15px;
    border-top: solid 1px #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.categories .files a {
    display: block;
    color: #ffffff;
    text-decoration: none;
}

.categories .files a p {
    margin-bottom: 0;
}

.categories .block {
    border-bottom: solid 1px #ffffff;
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}

.categories .block .title img {
    width: 27px;
}

.categories .block p {
    margin-bottom: 0;
}

.product-list .col-md-4 {
    margin-bottom: 20px;
}

.product-list .col-md-4 .item {
    position: relative;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    z-index: 1;
}

.product-list .col-md-4 .item a.image {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 200px;
}

.product-list .col-md-4 .item a.image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    /* default value: image is centered*/
}

.product-list .col-md-4 .item .content {
    background-color: #147C9C;
    color: #ffffff;
    padding: 15px;
    text-align: justify;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
}

.product-list .col-md-4 .item .content a {
    color: #ffffff;
}

.product-list .col-md-4 .item .content p {
    font-size: 0.9rem;
}

.product-list .col-md-4 .item:hover {
    transform: scale(1.05);
    z-index: 2;
    box-shadow: 0 5px 15px 0 rgba(64, 64, 64, 0.7);
}

.product-list .col-md-4 .item:hover .content {
    background-color: #ff6900;
}

.projects .project {
    margin-bottom: 15px;
}

.projects .project a.image {
    display: block;
    width: 100%;
}

.projects .project a.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.projects .project .description {
    text-align: justify;
}

ul.page {
    display: inline-block;
}

ul.page li {
    border: solid 1px #ccc;
    display: inline-block;
}

ul.page li.page-count {
    padding: 7px 10px;
}

ul.page li a {
    padding: 7px 13px;
    display: block;
    text-decoration: none;
}

ul.page li.active {
    border: solid 1px #000;
}

ul.page li.active a {
    color: #000;
}

.product-detail .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-detail img {
    object-fit: scale-down;
}

.product-detail .title {
    text-transform: uppercase;
}

.product-detail .description {
    text-align: justify;
}

.product-detail .btn.btn-primary {
    background-color: #147C9C;
}

.product-detail .btn.btn-primary i {
    font-size: 1.5rem;
    margin-right: 5px;
}

.product-detail-content .content-detail .product-desc .product-detail {
    margin-top: 20px;
}

.contact p {
    margin-bottom: 0;
}

.contact .contact-form {
    padding: 30px 15px 15px;
    border: solid 1px #ccc;
}

.contact .contact-form .btn-warning {
    background-color: #f59e19;
    color: #ffffff;
    min-width: 200px;
}

.navbar-nav {
    margin-right: 15px;
}

.navbar-nav a {
    white-space: nowrap;
}

@media (min-width: 992px) {
    .navbar-nav a {
        display: block;
    }
}

/* ReponsivePC */
@media (min-width: 992px) {
    .top-tool-bar .fixed-toolbar-container {
        /*width: 1112px;*/
    }

    .nav-item.active {
        /*background-color: #0071c1;*/
        /*border-radius: 5px;*/

    }

    .nav-item.active a {
        color: #FF9000 !important;
        border-top: 2px solid #FF9000;
    }

    .navbar-expand-lg .navbar-nav .nav-item .nav-link {
        padding: 4px 0px 3px 0px;
        margin: 0 15px;
        transition: all 500ms;
        -webkit-transition: all 500ms;
        -moz-transition: all 500ms;
        text-transform: uppercase;
        font-weight: bold;
    }

    .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
        /*background-color: #0071c1;*/
        color: #FF9000;
        /*border-radius: 5px;*/
        border-top: 2px solid #FF9000;
    }
    .navbar-expand-lg .navbar-nav .nav-item:hover {

    }
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav-item {
        position: relative;
    }

    .nav-item:hover > ul {
        display: block;
    }

    .nav-item > ul {
        display: none;
        position: absolute;
        z-index: 999;
        background-color: #fff;
        min-width: 100%;
    }

    .nav-item > ul > li {
        position: relative;
        width: 100%;
        padding: 0 15px;
        background: #147C9C;
    }

    .nav-item > ul > li:hover {
        background: #0c8ae3;
    }

    .nav-item > ul > li:hover > ul {
        display: block;
    }

    .nav-item > ul > li > a {
        line-height: 40px;
        color: #ffffff;
        text-decoration: none;
        transition: all 500ms;
        -webkit-transition: all 500ms;
        -moz-transition: all 500ms;
    }

    .nav-item > ul > li > ul {
        position: absolute;
        left: 100%;
        top: 0;
        display: none;
    }

    .nav-item > ul > li > ul li {
        white-space: nowrap;
        padding: 0 15px;
        background: #147C9C;
    }

    .nav-item > ul > li > ul li:hover {
        background: #0c8ae3;
    }

    .nav-item > ul > li > ul li a {
        line-height: 40px;
        color: #ffffff;
        text-decoration: none;
    }

    /* TuanDQ Create four equal columns that floats next to each other */
    .column1 {
        float: left;
        min-height: 300px; /* Should be removed. Only for demonstration */
        /*margin-right: 10px;*/
        /* border-left: 2px solid #0071c1;
         border-bottom: 2px solid #0071c1;*/
    }
    .menu-left-container {
        background: #fff;
    }
    .main-content {
        width: 100%;
        position: relative;
        background: #fff;
        /*padding: 15px;*/
        margin-top: 10px;

    }

    .main-content-news {
        width: 58%;
        margin-left: 2%;
    }

    .left-content {
        width: 25%;
        float: left;
        /*margin-left: 15px;*/
    }

    .main-content .column {
        float: left;
        width: 100%;
        /*margin-left: 10px;*/
    }

    /* Clear floats after the columns */
    .row:after {
        content: "";
        display: table;
        clear: both;
    }

    /* Display Map & News */
    .left-content-map {
        width: 40%;
        float: left;
        /*margin-left: 15px;*/

    }

    .main-content-news .column {
        float: left;
        width: 48%;
        margin-right: 2%;

    }

    .hf-small {
        margin-left: 28px;
    }

    .img-section {
        padding-top: 5px;
    }

    .col-md-3 {
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }

    .product-detail-content .col-md-3 {
        flex: 0 0 22.6%;
        max-width: 22.6%;
        margin: 0 1%;
        border: 2px solid #bebebe;
        border-radius: 10px;
    }
    .product-detail-content .col-md-2 {
        flex: 0 0 14.6666%;
        max-width: 14.6666%;
        margin: 0 1%;
        border: 2px solid #bebebe;
        border-radius: 10px;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .aecom-info {
        width: 100%;
        text-align: center;
        font-weight: normal;
        line-height: 9px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #147C9C ;
    }

}

/*end ReponsivePC */

@media (max-width: 767px) {
    .dropdown:before {
        margin-top: 7px;
        font-family: 'themify';
        content: '\e649';
        float: right;
    }

    .dropdown.active {
        background-color: #147C9C;
        color: #ffffff;
    }

    .dropdown.active a {
        color: #ffffff !important;
    }

    .dropdown.active:before {
        content: '\e64b';
    }

    .nav-item {
        margin-right: -15px;
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .nav-item > ul {
        display: none;
        margin-left: -15px;
    }

    .nav-item > ul > li {
        background-color: #147C9C;
    }

    .nav-item > ul > li > a {
        display: block;
        padding: 10px 15px;
        color: #ffffff;
    }

    .nav-item > ul > li > ul {
        display: none;
    }

    .nav-item > ul > li > ul > li > a {
        display: block;
        padding: 10px 15px;
        color: #ffffff;
    }

    .left-content {
        display: none;
    }
    .search-form .input-search {
        width: 100%!important;
        margin-left: 0px!important;
    }

    .search-wrap label {
        width: 100%;
        padding-top: 10px;
    }

    .single-product .main-content .column {
        margin-left: 0px!important;
        margin-top: 0px!important;
    }

    .aecom-info {
        width: 100%;
        text-align: center;
        color: #147C9C;
        font-size: 11px;
    }
    footer {
        margin-top: 0px!important;
    }

    .contact-info {
        padding-top: 17px!important;
    }

}

.search-box {
    position: relative;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #147C9C ;
    width: 100%;
    margin: 15px auto;
    margin-top: 0;
}

.search-wrap {
    float: left;
    /*margin-right: 2px;*/
    background-color: #fff;
    width: 93%;
    /*margin-top: 1px;*/
}

.search-wrap .filter {
    float: left;
    width: 200px;
    padding: 7px;
    margin: 1px 3px 1px 0;
    border: none;
    border-right-width: medium;
    border-right-style: none;
    border-right-color: currentcolor;
    border-right: 1px solid #ccc;
    background-color: #fff;
    color: #147C9C;
    font-weight: bold;
}

input, select, textarea {
    color: #666;
    font: normal 12px/18px Arial, Helvetica, sans-serif;
}

input, select {
    vertical-align: middle;
}

.search-wrap input[type="text"] {
    padding: 9px 8px;
    border: none;
}

.btn-search {
    background-color: #147C9C;
    border: none;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 0px;
    line-height: 28px;
    float: left;
    /*margin: 1px 6px 0 4px;*/
    text-decoration: none;
    width: 7%;
    float: left;
    border-radius: 0;
    border: 1px solid #fff;
}

.btn-search:hover{
    /*background-color: #FF9000;*/
    /*border: 1px solid #fff;*/
    color: #fff;
    padding: 0px 20px;
    border-radius: 0;
}
.contact-info {
    display: inline-block;
    border: none;
    color: #fff;
    font-family: arial;
    font-size: 11.5px;
    text-decoration: none;
    line-height: 0;
    font-weight: bold;
    padding-top: 9px;
    margin-top: 2px;
}

.contact-info a {
    color: #fff!important;
}


* {
    box-sizing: border-box;
}

/* ReponsiveSP */
@media (max-width: 640px) {
    img {
        width: 100%;
        padding: 15px;
    }

    .left-content-map, .left-content, .main-content, .main-content-news, .main-content-news, .col-12, .column {
        width: 100%;
        padding: 0 15px;
    }
    .navbar-brand {
        margin-right: 5rem;
        width: 50%;
    }

    .hf-news-home-wrapper.hf-small.hf-first {
        margin-bottom: 100px!important;
    }

    .hf-news-home-wrapper.hf-big {
        height: 280px!important;
    }
    .search-wrap {

        width: 90%;
    }
    .search-wrap .filter {
        width: 100%;
    }
    .search-wrap input[type="text"] {
        border: solid 1px #3498DB;
        width: 100%;
    }

    .btn-search {
        /*margin: 5px 10px 10px 10px!important;*/

    }

    ul.products li {
        width: 100%!important;
        height: 294px!important;
    }

    ul.products li img {
        height: 230px!important;
    }
    #primary .main-content .column {
        margin-left: 0!important;
    }

    .img-product img,  .content-main .post_list img {

        height: 294px!important;

    }



}

/*    AECOM */

.corange {
    color: #147C9C;
}

.cblue {
    color: #0084cb;
}

.animation {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.txt-shadow {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.nice-shadow {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

.social-menu-widget {
    padding: 0;
    margin: 0 auto;
    display: table;
    text-align: center;
}

.widget-area .widget_fp_social a,
.social-menu-widget a,
.social-menu-widget a:hover {
    color: #147C9C;
}

.social-menu-widget li {
    display: inline-block;
    padding: 5px 20px;
    list-style: none;
    line-height: 1;
}

.widget-area .widget_fp_social div ul li {
    padding: 5px 10px;
    line-height: 1;
}

.social-menu-widget a {
    text-decoration: none;
}

.social-widget li a::before,
.social-menu-widget a:before {
    font-family: FontAwesome;
    color: inherit;
}

.social-menu-widget li a,
.social-widget a {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.social-menu-widget a:before {
    font-size: 50px;
    text-shadow: 0 0 1px #222222;
}

.widget-area .widget_fp_social a:before {
    font-size: 34px;
}

.social-menu-widget a[href*="twitter.com"]::before {
    content: '\f099';
}

.social-menu-widget a[href*="facebook.com"]::before {
    content: '\f09a';
}

.social-menu-widget a[href*="plus.google.com"]::before {
    content: '\f0d5';
}

.social-menu-widget a[href*="google.com/+"]::before {
    content: '\f0d5';
}

.social-menu-widget a[href*="dribbble.com"]::before {
    content: '\f17d';
}

.social-menu-widget a[href*="pinterest.com"]::before {
    content: '\f231';
}

.social-menu-widget a[href*="youtube.com"]::before {
    content: '\f167';
}

.social-menu-widget a[href*="flickr.com"]::before {
    content: '\f16e';
}

.social-menu-widget a[href*="vimeo.com"]::before {
    content: '\f194';
}

.social-menu-widget a[href*="instagram.com"]::before {
    content: '\f16d';
}

.social-menu-widget a[href*="linkedin.com"]::before {
    content: '\f0e1';
}

.social-menu-widget a[href*="foursquare.com"]::before {
    content: '\f180';
}

.social-menu-widget a[href*="tumblr.com"]::before {
    content: '\f173';
}

.social-menu-widget a[href*="behance.net"]::before {
    content: '\f1b4';
}

.social-menu-widget a[href*="deviantart.com"]::before {
    content: '\f1bd';
}

.social-menu-widget a[href*="soundcloud.com"]::before {
    content: '\f1be';
}

.social-menu-widget a[href*="spotify.com"]::before {
    content: '\f1bc';
}

.social-menu-widget a[href*="weibo.com"]::before {
    content: '\f18a';
}

.social-menu-widget a[href*="xing.com"]::before {
    content: '\f168';
}

.social-menu-widget a[href*="trello.com"]::before {
    content: '\f181';
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.posts-navigation .nav-previous {
    padding-left: 15px;
}

.posts-navigation .nav-next {
    padding-right: 15px;
}

.post-navigation {
    margin: 30px 0;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.widget select {
    max-width: 100%;
}

.widget_search .search-submit {
    display: none;
}

.sticky {
    display: block;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.single .entry-header,
.page .entry-header {
    margin-bottom: 30px;
}
.single.product-template-default .entry-header {
    width: 48%;
    margin-right: 2%;
}
.single .entry-header {
    width: 98%;
    margin-right: 2%;
}
.entry-footer {
    clear: left;
    margin-top: 30px;
    display: none;
}

.page-links {
    clear: both;
    margin: 0 0 30px;
}

.page-header {
    margin: 0;
    border: 0;
}

.page-wrap .content-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ffffff;
}

.page-template-page_front-page .page-wrap .content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

embed,
iframe,
object {
    max-width: 100%;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: arial, sans-serif;
    font-size: 14px;
    background: #f1f1f1;
    color: #767676;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    color: #443f3f;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget ul {
    list-style: none;
    padding: 0;
}

.widget .children {
    padding-left: 15px;
}

.img-left {
    margin: 0 33px 0 0 !important;
    float: left;
}

.img-right {
    margin: 0 0 0 33px !important;
    float: right;
}

strong {
    font-weight: 600;
}

h1 {
    font: 52px/1.1 "Raleway", sans-serif;
}

h2 {
    font: 42px/1.1 "Raleway", sans-serif;
}

h3 {
    font: 32px/1.1 "Raleway", sans-serif;
}

h4 {
    font: 25px/1.1 "Raleway", sans-serif;
}

h5 {
    font: 20px/1.1 "Raleway", sans-serif;
}

h6 {
    font: 18px/1.1 "Raleway", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #443f3f;
    font-weight: 600;
    margin: 10px 0 10px;
}

.text-white {
    color: #ffffff !important;
}

.text-dark {
    color: #443f3f !important;
}
h2.right-title {
    font: 24px/1 "Raleway", sans-serif;
}
h1.right-title {
    font: 24px/1 "Raleway", sans-serif;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    position: relative;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 34px;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: transparent;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    color: #767676;
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
    height: 30px;
    padding: 4px 20px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea {
    height: 120px;
    padding: 15px 20px;
}

input[type="checkbox"] {
    display: inline;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #a3a2a2;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #c3c3c3;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #cacaca;
}

.orches-animation {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.orches-animation.animated {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

@-webkit-keyframes pop-scale {
    0% {
        -webkit-transform: scale(0.7);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes pop-scale {
    0% {
        -moz-transform: scale(0.7);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@keyframes pop-scale {
    0% {
        transform: scale(0.7);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes pop-scale2 {
    0% {
        -webkit-transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes pop-scale2 {
    0% {
        -moz-transform: scale(0.5);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@keyframes pop-scale2 {
    0% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}

.btn {
    background-image: none;
}

textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    -webkit-appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

table {
    width: 100%;
}

th,
td {
    border: 1px solid #333;
    padding: 5px;
    text-align: center;
}

.site-title {
    font-size: 32px;
    line-height: 1.2;
}

.site-title a,
.site-title a:hover {
    color: #ffffff;
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.admin-bar .site-header,
.admin-bar .site-header.float-header {
    top: 32px;
}

.header-image {
    display: none;
    position: relative;
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.header-inner {
    display: none;
}

.site-title {
    margin: 0;
}

.site-description {
    font-size: 16px;
    margin: 15px 0 0;
    line-height: 1.6;
    color: #efefef;
}

.site-header .col-md-4,
.site-header .col-md-8 {
    min-height: 0;
}

.site-header .logo {
    margin: 40px 0;
    float: left;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all 0.3s linear;
}

.site-header .logo a {
    display: block;
    height: 100%;
}

.site-header .logo {
    width: 135px;
    height: 27px;
}

.site-header.float-header {
    background-color: none;
    padding: 5px;
}

.site-header.float-header #mainnav {
    padding: 0;
}

.site-header.float-header #mainnav > ul > li > a {
    height: 70px;
    line-height: 70px;
}

.site-header.float-header .logo {
    margin: 20px 0;
}

#mainnav {
    display: block;
    float: right;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all 0.3s linear;
}

#mainnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainnav li {
    float: left;
    padding: 0 14px;
}

#mainnav ul ul li {
    padding: 0;
}

#mainnav ul li a {
    position: relative;
    display: block;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    outline: none;
}

#mainnav ul li a:hover {
    color: #147C9C;
}

#mainnav ul ul a {
    width: 180px;
    font-family: "Source Sans Pro", sans-serif !important;
}

#mainnav > ul > li:last-child {
    padding-right: 0;
}

#mainnav ul li {
    position: relative;
}

#mainnav ul li ul {
    width: 180px;
    position: absolute;
    top: 100%;
    left: initial;
    opacity: 0;
    visibility: hidden;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -o-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all 0.3s ease;
}

#mainnav ul li ul ul {
    top: 0;
}

#mainnav ul li ul:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
}

#mainnav ul li ul ul:after {
    top: 0;
}

#mainnav ul li ul li ul {
    left: 100%;
}

#mainnav li:hover > ul {
    opacity: 1;
    padding-top: 10px;
    visibility: visible;
    left: auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all 0.3s ease;
}

#mainnav li:hover > ul ul {
    padding-top: 0;
    left: 100%;
}

#mainnav .sub-menu {
    z-index: 99999;
}

#mainnav .sub-menu li a {
    color: #fff;
    display: block;
    line-height: 30px;
    background: #1c1c1c;
    padding: 0 18px;
    border-top: 1px solid #252525;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all 0.3s ease;
}

#mainnav .sub-menu li:hover > a {
    color: #ffffff;
}

#mainnav li:hover > .sub-menu > li > a {
    padding: 8px 18px;
}

#mainnav ul li::before {
    font-family: Fontawesome;
    color: #fff;
    float: left;
    margin: 5px 5px 0 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
}

#mainnav ul li a {
    float: left;
}

#mainnav .sub-menu li:before {
    content: '';
    margin: 0;
    transition: all .3s ease;
    -webkit-transition: all 0.3s ease;
}

#mainnav-mobi ul li a {
    float: none;
}

#mainnav-mobi ul li::before {
    content: '';
}

#mainnav-mobi {
    display: block;
    margin: 0 auto;
    width: 320px;
    position: absolute;
    top: 59px;
    right: 0;
    background-color: #fcaf17;
    z-index: 1000;
    height: calc(100vh - 59px);
}

#mainnav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainnav-mobi ul li {
    margin: 0;
    position: relative;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    display: block;
    width: 100%;
}

#mainnav-mobi ul > li > a {
    display: block;
    text-decoration: none;
    padding: 10px 30px;
    color: #ffffff;
}

#mainnav-mobi ul.sub-menu {
    top: 100%;
    left: 0;
    z-index: 2000;
    position: relative;
    background-color: #161625;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
    position: relative;
    border-top: 1px solid #252525;
    background-color: #222222;
}

#mainnav-mobi > ul > li > ul > li > a {
    padding-left: 70px !important;
}

#mainnav-mobi > ul > li > ul > li > ul > li a {
    padding-left: 90px !important;
}

#mainnav-mobi ul.sub-menu > li > a {
    display: block;
    text-decoration: none;
    padding: 5px 40px;
    border-top-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
    border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
    color: #ffffff;
}

.btn-menu {
    float: right;
    font-size: 28px;
    font-family: "FontAwesome";
    color: #fff;
    text-align: center;
    width: 28px;
    height: 28px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.btn-menu:before {
    content: "\f0c9";
}

.btn-submenu {
    position: absolute;
    right: 20px;
    top: 0;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    width: 70px;
    height: 44px;
}

.btn-submenu:before {
    content: "\f107";
    color: #ffffff;
}

.btn-submenu.active:before {
    content: "\f106";
}

.btn-menu {
    display: none;
}

.aside-image {
    padding: 0;
    position: relative;
}

.aside-image .image-container {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.aside-image .image-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    z-index: 0;
    background-position: 50% 50%;
}

.aside-image .content-wrap {
    padding: 70px 0 70px 50px;
}

.aside-image.right .image-container {
    left: auto;
    right: 0;
}

.aside-image.right .content-wrap {
    padding: 70px 50px 70px 0;
}

.error-wrap h1 {
    font-size: 35px;
    color: #ddd;
    font-weight: 600;
    margin: 0 0 40px;
    line-height: normal;
}

.error-wrap h5 {
    margin-top: 60px;
    font-size: 18px;
    font-weight: normal;
}

.error-wrap .error-search {
    padding: 0 80px;
}

.error-wrap #search-form {
    height: 50px;
    margin-bottom: 17px;
    position: relative;
    width: 100%;
}

.error-wrap .search-input {
    margin: 0;
    width: 100%;
}

.error-wrap #search-submit {
    height: 50px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    border-radius: 0 3px 3px 0;
    background: #443f3f;
    border-color: #443f3f;
}

.error-wrap #search-submit:hover {
    color: #ffffff;
}

#search-submit:hover {
    color: #ffffff;
}

#page-slider {
    position: relative;
    height: 250px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.page-wrap {
    padding: 83px 0 100px;
    clear: both;
}

.page-template-page_front-page .page-wrap {
    padding: 0;
}

.entry-page p,
.entry-post p {
    margin-bottom: 24px;
}

.entry-post img {
    margin: 10px 0 20px;
}

.header-slider,
.owl-wrapper {
    direction: ltr;
}

.header-slider,
.owl-carousel {
    -webkit-transform: translate3d(0, 0, 0);
}

.parallax {
    width: 100%;
    background-attachment: fixed;
    background-position: 50% 0;
}

.header-slider {
    position: relative;
    max-width: 100%;
}

.slide-text.slides {
    padding-left: 0;
}

.slides-container .slide-item {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sliderFix {
    display: block !important;
}

.text-slider-section {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    width: 100%;
    padding-top: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.text-slider .maintitle,
.text-slider .subtitle {
    z-index: 10;
    color: #fff;
    margin: 0;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.text-slider .maintitle {
    position: relative;
    display: inline-block;
    font-size: 57px;
    line-height: 67px;
    font-weight: 700;
    padding-bottom: 10px;
}

.text-slider .maintitle:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 40%;
    height: 1px;
    margin-left: -20%;
}

.text-slider .subtitle {
    font-size: 30px;
    line-height: 40px;
    padding: 20px 0 50px;
    font-weight: 300;
}

.text-slider {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.slide-inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    width: 100%;
    min-height: 260px;
    padding-top: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-slider {
    overflow: hidden;
}

.page-title {
    color: #ccc;
    padding-top: 100px;
}

.page-title .col-md-6 {
    float: none;
}

.page-title-inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.page-title-cap {
    display: table-cell;
    vertical-align: middle;
}

.page-title .breadcrumbs {
    display: table-cell;
    list-style: none;
    text-align: left;
    vertical-align: middle;
}

.page-title h1 {
    margin: 0;
    font-size: 18px;
    color: #cccccc;
}

.breadcrumbs ul {
    margin: 0;
}

.breadcrumbs ul li {
    display: inline;
}

.breadcrumbs ul li a:hover {
    text-decoration: underline;
}

.content-area .post-wrap,
.contact-form-wrap {
    padding-right: 20px;
}
.content-area .hentry {
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
}
.page-template .content-area .hentry {
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.content-area .hentry:first-child {
    padding-top: 0;
    width: 100%;
}

.content-area .hentry:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 1px;
}
.entry-meta a {
    color: #000000;
    padding-left: 15px;
    padding-right: 15px;
}
.content-area .hentry:first-child:after {
    height: 0;
}

.hentry .post-content {
    overflow: hidden;
}

.content-area .post-wrap li .post.type-post .entry-thumb {
    margin-top: 0px;
}

.content-area .post-wrap .post.type-post .entry-thumb {
    margin-top: 30px;
}

.content-area .entry-thumb {
    text-align: center;
    margin-bottom: 30px;
}

.content-catnews .page.type-page .entry-header {
    display: none;
}

.hentry .title-post {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}

.hentry .meta-post {
    margin-bottom: 20px;
}

.hentry .meta-post,
.hentry .meta-post a {
    color: #5e5e5e;
    font-size: 13px;
}

.hentry .meta-post span {
    position: relative;
    padding-left: 20px;
    margin-right: 18px;
}

.hentry .meta-post .cat-links {
    display: inline-block;
}

.hentry .meta-post span:before {
    position: absolute;
    left: 0;
    top: 1px;
    font-family: "FontAwesome";
    line-height: normal;
}

.hentry .meta-post span.posted-on:before {
    content: "\f073";
}

.hentry .meta-post span.byline:before {
    content: "\f007";
}

.hentry .meta-post span.comments-link:before {
    content: "\f086";
}

.hentry .meta-post span.cat-links:before {
    content: "\f114";
    top: 4px;
}

span.author.vcard {
    padding: 0;
    margin: 0;
}

.hentry blockquote {
    background-color: #333;
    color: #fff;
    font-size: 16px;
    font-style: italic;
    line-height: 23px;
    margin-bottom: 30px;
    padding: 30px 35px;
    position: relative;
}

.fullwidth {
    width: 100%;
}

.error-404 {
    text-align: center;
}

.error-404 .page-content p {
    margin-bottom: 30px;
}

.masonry-layout {
    width: 100%;
    padding: 0;
}

.masonry-layout .hentry {
    width: 360px;
    margin: 15px;
    padding: 0;
}

.masonry-layout .post-wrap {
    padding: 0;
}

.masonry-layout .hentry:after {
    width: 0;
    height: 0;
}

.blog-pagination ul {
    width: 100%;
    text-align: right;
    list-style: none;
}

.blog-pagination ul li,
.blog-pagination ul li a {
    display: inline-block;
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.blog-pagination ul li {
    margin-left: 3px;
}

.blog-pagination ul li.active,
.blog-pagination ul li:hover a {
    color: #ffffff;
}

.widget-area .widget {
    position: relative;
}

.widget-area .widget:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 1px;
}

.widget-area .widget:first-child {
    padding-top: 0;
}

.widget-area .widget:first-child:before {
    height: 0;
}

.widget-area .widget-title {
    font-size: 16px;
    line-height: normal;
    color: #443f3f;
    font-weight: 600;
    padding-bottom: 24px;
    margin: 0;
    text-transform: uppercase;
}

.widget ul {
    list-style: none;
}

.widget-area .widget ul li {
    padding: 5px 0;
}

.widget-area .widget ul li:first-child {
    padding-top: 0;
}

.widget-area .widget ul li:last-child {
    padding-bottom: 0;
}

.widget-area,
.widget-area a {
    color: #767676;
}

.widget-popular-post .news .thumb {
    width: 65px;
    height: auto;
    margin: 3px 18px 0 0;
    float: left;
}

.widget-popular-post .news .text {
    min-height: 65px;
}

.widget-popular-post .news h6 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 0 4px;
}

.widget-popular-post .news p,
.widget-popular-post .news p a {
    font-size: 13px;
    margin: 0;
}

.widget-popular-post .news p a:hover {
    text-decoration: underline;
}

.widget-categories .categories li a {
    position: relative;
    display: block;
}

.widget-categories .categories li span {
    position: absolute;
    right: 0;
    top: 0;
}

.widget-tags .tag-list a {
    display: inline-block;
    font-size: 13px;
    color: #767676;
    border: 1px solid #dbdbdb;
    padding: 7px 15px;
    margin: 4px;
    margin-left: 0;
}

.widget-tags .tag-list a:hover {
    color: #5e5e5e;
}

.single-post .hentry {
    padding-bottom: 0;
}

.single-post .author-post {
    position: relative;
    margin-top: 50px;
    background-color: #eee;
    padding: 20px;
}

.single-post .author-post .author-avatar {
    float: left;
    width: 145px;
    background-color: #f5f5f5;
    padding: 3px;
}

.single-post .author-post .author-info {
    position: relative;
    padding: 0 20px 0 35px;
    margin-left: 140px;
    min-height: 140px;
}

.single-post .author-post .name {
    margin: 3px 0 17px 0;
}

.single-post .author-post .name h6 {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    margin: 0;
}

.single-post .author-post .intro {
    margin: 0;
}

.single-post .author-post ul.socials {
    position: absolute;
    top: 10px;
    right: 20px;
    list-style: none;
    margin: 0;
}

.single-post .author-post ul.socials li {
    float: left;
    text-align: center;
    margin-right: 5px;
}

.single-post .author-post ul.socials li a {
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 18px;
    line-height: 25px;
    color: #cccccc;
}

.comments-area {
    margin-bottom: 60px;
}

.comments-title {
    margin: 0 0 30px 0;
    font-size: 24px;
}

.comments-area ol {
    list-style: none;
}

.comments-area ol {
    padding: 0;
}

.comments-area .children {
    padding-left: 20px;
}

.comments-area .fn {
    color: #505050;
}

.comment-author .avatar {
    position: absolute;
}

.comment-author .fn,
.comment-metadata {
    margin-left: 80px;
}

.comment-metadata {
    font-size: 12px;
    margin-bottom: 30px;
}

.comment-body {
    padding: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f3f3f3;
    background-color: #ffffff;
}

.reply {
    text-align: right;
}

.comment-reply-link {
    padding: 5px;
    font-size: 12px;
}

.comment-meta a {
    color: #c7c7c7;
}

.comments-area a.url {
    color: #505050;
    text-decoration: underline;
}

.comment-reply-title {
    font-size: 25px;
}

.comment-form input {
    width: 100%;
    max-width: 100%;
}

.form-submit input {
    width: auto;
}

.portfolio-images {
    margin-bottom: 40px;
}

.portfolio-info {
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: 25px 25px 40px;
    font-family: "Raleway", sans-serif;
}

.portfolio-info h5 {
    margin: 0 0 15px;
    text-transform: uppercase;
}

.portfolio-info ul {
    list-style: none;
    font-size: 14px;
    margin-bottom: 10px;
}

.portfolio-info ul li {
    padding: 10px 0;
}

.portfolio-info ul li span {
    float: right;
    color: #443f3f;
}

.portfolio-info .button-group {
    text-align: center;
}

.portfolio-info .button-group a {
    width: 100%;
    margin-top: 10px;
}

.footer-widgets {
    padding: 95px 0;
    background-color: #252525;
}

.footer .copyr {
    color: #a8a8a8;
    margin-bottom: 0;
}

.footer-widgets .widget-title {
    text-transform: uppercase;
    color: #c5c5c5;
    line-height: normal;
    margin: 5px 0 0;
}

.widget-info .logo-footer {
    margin-bottom: 36px;
}

.widget-info p {
    margin-bottom: 24px;
}

.widget-info .infomation {
    list-style: none;
    margin: 0;
}

.widget-info .infomation li {
    position: relative;
    padding: 0 0 0 30px;
    margin-bottom: 15px;
    line-height: 24px;
}

.widget-info .infomation li.address:before,
.widget-info .infomation li.phone:before,
.widget-info .infomation li.email:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f041";
    font-family: "FontAwesome";
    font-size: 16px;
}

.widget-info .infomation li.phone:before {
    content: "\f095";
}

.widget-info .infomation li.email:before {
    content: "\f040";
}

.widget-links ul {
    list-style: none;
    margin: 0;
}

.widget-links ul li {
    padding: 10px 0 7px;
}

.widget-links ul li:first-child {
    padding-top: 0;
}

.widget-mail-subscribe p {
    padding-bottom: 10px;
}

.widget-mail-subscribe .email-sub input {
    width: 205px;
    margin-bottom: 10px;
}

.site-footer {
    /*background-color: #1c1c1c;*/
    line-height: 35px;
    padding: 15px 0;
}

.site-footer,
.site-footer a {
    color: #ffffff !important;
}

.site-footer .socials {
    margin: 0;
    list-style: none;
}

.bottom .socials li {
    display: inline-block;
    margin-left: 5px;
}

.site-footer .socials li a {
    display: inline-block;
    color: #666;
    font-size: 14px;
    background-color: #2e2e2e;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.site-footer .socials li:hover a {
    color: #ffffff;
}

.preloader {
    background: none repeat scroll 0 0 #fff;
    height: 100%;
    opacity: 1;
    position: fixed;
    text-align: center;
    transition: all .2s ease 0s;
    width: 100%;
    z-index: 9999;
}

.preloader .spinner {
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: relative;
    top: 50%;
    width: 30px;
}

.preloader .pre-bounce1,
.preloader .pre-bounce2 {
    -webkit-animation: 2s ease 0s normal none infinite bounce;
    animation: 2s ease 0s normal none infinite bounce;
    background-color: #de4939;
    border-radius: 50%;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    top: 0;
    width: 100%;
}

.preloader .pre-bounce2 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.go-top {
    position: fixed !important;
    right: 20px;
    bottom: -45px;
    color: #fff;
    display: block;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    width: 40px;
    height: 40px;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 9999;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}

.go-top:hover {
    background-color: #fff;
}

.go-top.show {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    bottom: 11px;
}

.panel-grid-cell .widget-title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.panel-grid-cell .widget-title:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 1px;
    margin-left: -25px;
    background-color: #147C9C;
}

.panel-grid {
    max-width: 1170px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.panel-row-style {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    z-index: 11;
    overflow: hidden;
}

.panel-grid .overlay {
    z-index: -1;
}

.no-col-padding .panel-grid-cell {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.roll-counter {
    text-align: center;
}

.roll-counter i {
    font-size: 30px;
}

.roll-counter .name-count,
.roll-counter .numb-count {
    font-family: "Raleway", sans-serif;
}

.roll-counter .name-count {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 0;
}

.roll-counter .numb-count {
    font-size: 44px;
    padding: 0;
    font-weight: 600;
}

.roll-client {
    text-align: center;
}

.roll-client .client-item {
    float: none;
    display: inline-block;
    width: 19%;
    text-align: center;
    margin-bottom: 30px;
}

.roll-client .client-item img {
    max-width: 150px;
}

.roll-spacer {
    display: block;
    clear: both;
    width: 100%;
    height: 47px;
    overflow: hidden;
}

.roll-spacer.small {
    height: 27px;
}

.roll-spacer.large {
    height: 60px;
}

.service {
    margin-bottom: 30px;
}

.widget_sydney_services_type_b .service {
    margin-bottom: 20px;
}

.widget_sydney_services_type_b .service-thumb {
    float: left;
    max-width: 120px;
    margin-right: 30px;
    margin-top: 7px;
}

.service.col-md-4:nth-of-type(3n+1) {
    clear: left;
}

.service.col-md-6:nth-of-type(2n+1) {
    clear: left;
}

.roll-icon-box {
    text-align: center;
}

.roll-icon-box .service-thumb {
    margin: 0 auto 20px;
}

.roll-icon-box .icon {
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 75px;
    margin: 0 auto 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.roll-icon-box.left {
    text-align: left;
}

.roll-icon-box.left .icon {
    float: left;
    margin-top: 7px;
    margin-right: 30px;
}

.roll-icon-box .icon i {
    font-size: 26px;
}

.roll-icon-box .content {
    overflow: hidden;
}

.roll-icon-box .content h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin: 7px 0 10px;
}

.roll-icon-box .content h3,
.roll-icon-box .content h3 a {
    color: #443f3f;
}

.roll-icon-box .content p {
    margin: 0;
}

.sydney_contact_info_widget span {
    color: #147C9C;
    margin-right: 15px;
}

.sydney_contact_info_widget div {
    margin-bottom: 15px;
}

.roll-icon-list {
    padding-top: 15px;
}

.roll-icon-list .icon {
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 75px;
    float: left;
    margin-right: 30px;
    margin-top: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.roll-icon-list .icon i {
    font-size: 26px;
}

.roll-icon-list .list-item {
    margin-bottom: 30px;
}

.roll-icon-list .content {
    overflow: hidden;
}

.roll-icon-list .content h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin: 7px 0 10px;
}

.roll-icon-list .content h3 a {
    color: #443f3f;
}

.roll-icon-list .content p {
    margin-bottom: 0;
}

.roll-list {
    list-style: none;
    margin: 0 0 30px 10px;
}

.roll-list li {
    line-height: 32px;
    position: relative;
    padding-left: 40px;
}

.roll-list li:before {
    content: "\f006";
    font-family: "FontAwesome";
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
}

.roll-button {
    position: relative;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 35px;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s;
}

.roll-button:hover {
    background-color: transparent;
}

.roll-button.border {
    background-color: transparent;
    text-transform: uppercase;
}

.roll-button.border:hover {
    color: #ffffff;
}

.roll-button.border.text-white {
    color: #ffffff;
}

.roll-button.light {
    background-color: #fff;
    border: 1px solid #fff;
    color: #443f3f;
}

.roll-button.light:hover {
    color: #ffffff;
}

.roll-button.light.border {
    border: 1px solid #fff;
    background-color: transparent;
    color: #ffffff;
}

.roll-button.light.border:hover {
    border: 1px solid #443f3f;
    background-color: #443f3f;
    color: #ffffff;
}

.roll-button.dark {
    background-color: #443f3f;
    border: 1px solid #443f3f;
}

.roll-button.dark:hover {
    border: 1px solid #443f3f;
    background-color: transparent;
    color: #443f3f;
}

.roll-button.dark.border {
    border: 1px solid #443f3f;
    background-color: transparent;
    color: #443f3f;
}

.roll-button.dark.border:hover {
    border: 1px solid #443f3f;
    background-color: #443f3f;
    color: #ffffff;
}

.more-button {
    display: table;
    margin: 30px auto 0;
    clear: both;
}

.roll-button-group {
    text-align: center;
}

.roll-button-group .roll-button {
    margin-left: 8px;
}

.roll-button-group .roll-button:first-child {
    margin-left: 0;
}

.blog-post {
    margin-bottom: 30px;
}

.blog-post .entry-title {
    margin: 15px 0;
    font-size: 16px;
}

.project-filter {
    margin: 20px 0 50px 0;
    text-align: center;
}

.project-filter li {
    display: inline-block;
    position: relative;
    text-align: center;
    margin-left: -4px;
    background-color: #f5f5f5;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
    transition: background 0.3s;
}

.widget-area .widget .project-filter li {
    padding: 0;
}

.project-filter li a {
    color: #767676;
    display: block;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-weight: 600;
    outline: 0;
    padding: 10px;
}

.project-filter li a.active,
.project-filter li a:hover,
#secondary .project-filter li a.active,
#secondary .project-filter li a:hover {
    color: #ffffff;
}

.roll-project {
    width: 100%;
    padding-bottom: 50px;
    margin: 0;
}

.roll-project .project-item {
    margin: 0 0 30px;
}

.roll-project.fullwidth .project-item {
    float: left;
}

.roll-project.fullwidth .project-item {
    width: 20%;
    margin: 0;
}

.roll-project .project-item .item-wrap {
    position: relative;
}

.roll-project .project-item .pop-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    z-index: 10;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.roll-project .project-item .project-pop-wrap {
    z-index: 20;
    width: 100%;
    height: 100%;
    position: absolute;
}

.roll-project .project-item .project-pop {
    color: #fff;
    text-align: center;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s;
}

.roll-project .project-item .project-pop a {
    color: #ffffff;
}

.roll-project .project-item:hover .project-pop {
    opacity: 0.5;
}

.roll-project .project-item .project-pop h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    margin-bottom: -4px;
}

.roll-project .project-item .project-cat {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    padding-top: 20px;
    margin: 0;
}

.roll-project .project-item .project-cat li {
    display: inline-block;
}

.roll-project .project-item .project-cat li a {
    position: relative;
    font-style: italic;
    padding: 0 5px;
}

.roll-project .project-item .project-cat li a:before {
    position: absolute;
    content: "/";
    left: -3px;
    top: -1px;
}

.roll-project .project-item .project-cat li:first-child a:before {
    content: "";
}

.roll-project .project-item:hover .project-title-wrap,
.roll-project .project-item:hover > .item-wrap .project-pop {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);
    -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);
    animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);
}

.roll-project .project-item:hover > .item-wrap .pop-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.project-title-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}

.roll-project .project-item:hover > .item-wrap .project-title-wrap {
    border: 2px solid #ffff00;
}

.roll-project .project-title {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
}

.roll-project .project-title span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
}

.roll-testimonials {
    max-width: 750px;
    margin: 0 auto 30px;
    text-align: center;
}

.roll-testimonials .avatar {
    width: 100px;
    margin: 7px auto 26px;
    border: 2px solid #ffffff;
}

.roll-testimonials .avatar,
.roll-testimonials .avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.roll-testimonials .whisper {
    font-size: 18px;
    font-style: italic;
    line-height: 26px;
    padding: 0 0 20px;
    margin: 0;
    border: 0;
}

.roll-testimonials .name {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.roll-testimonials .name span {
    font-size: 13px;
    display: block;
    color: #767676;
}

.roll-testimonials .owl-controls {
    margin-top: 40px;
}

.hentry .roll-testimonials blockquote {
    background: transparent;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    -ms-touch-action: pan-y;
    -webkit-transition: all .3s !important;
    transition: all 0.3s !important;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
    text-align: center;
    margin-top: 45px;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 9px;
    height: 9px;
    margin: 4px;
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
    transition: background 0.3s;
}

.roll-socials li {
    display: inline-block;
    text-align: center;
    margin: 2px 8px 8px 0;
}

.roll-socials li:last-child {
    margin-right: 0;
}

.roll-socials li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    font-size: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.roll-socials li a:hover {
    color: #ffffff;
}

.roll-infomation {
    margin-bottom: 50px;
    list-style: none;
}

.roll-infomation li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    line-height: 24px;
}

.roll-infomation li.time span {
    color: #d91d1d;
    font-weight: 700;
}

.roll-infomation li.address:before,
.roll-infomation li.phone:before,
.roll-infomation li.email:before {
    position: absolute;
    left: 0;
    top: 4px;
    content: "\f041";
    font-family: "FontAwesome";
    font-size: 20px;
}

.roll-infomation li.phone:before {
    content: "\f095";
}

.roll-infomation li.email:before {
    content: "\f040";
}

.roll-progress {
    position: relative;
    margin-bottom: 20px;
}

.roll-progress .name {
    position: absolute;
    left: 0;
    top: 0;
}

.roll-progress .name,
.roll-progress .perc {
    font-weight: 400;
}

.roll-progress .progress-animate {
    height: 10px;
    width: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.roll-progress .progress-bar {
    background: #f3f3f3;
    width: 100%;
    margin-top: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.roll-progress .perc {
    width: 0;
    text-align: right;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.roll-progress .perc.show {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.roll-servicebox .service-content h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 10px;
}

.roll-tabs {
    margin-bottom: 20px;
}

.roll-tabs .menu-tab {
    overflow: hidden;
    margin: 0;
    list-style: none;
}

.roll-tabs .menu-tab li {
    position: relative;
    bottom: -1px;
    float: left;
    margin-right: 2px;
}

.roll-tabs .menu-tab li a {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: #2d3340;
    padding: 12px 25px 10px;
}

.roll-tabs .menu-tab li a:hover {
    background-color: #f7f7f7;
    text-decoration: none;
}

.roll-tabs .menu-tab li.active a {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    transition: none;
}

.roll-tabs .content-tab {
    margin-top: 50px;
    border: 1px solid #dbdbdb;
    padding: 25px 20px 10px 25px;
    margin-top: -1px;
    background-color: #ffffff;
}

.roll-tabs .content-tab p {
    margin-bottom: 20px;
}

.roll-promobox {
    text-align: center;
    padding: 20px 0;
}

.roll-promobox .promo-controls {
    margin-top: 25px;
}

.roll-promobox .title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #8e8e8e;
    font-weight: 500;
}

.roll-promobox .promo-content p {
    margin-bottom: 40px;
    font-size: 16px;
}

.roll-promobox.aside-style {
    text-align: left;
}

.roll-promobox.aside-style .promo-content p {
    padding-bottom: 15px;
}

.roll-promobox.aside-style .promo-wrap {
    display: table;
    overflow: hidden;
    width: 100%;
}

.roll-promobox.aside-style .promo-content {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
}

.roll-promobox.aside-style .promo-content p {
    margin: 0 0 5px;
}

.roll-promobox.aside-style .promo-controls {
    display: table-cell;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 30%;
}

.roll-team.carousel .team-item {
    padding: 0 25px;
}

.post-type-archive-employees .team-item {
    margin-bottom: 30px;
}

.roll-team .team-inner {
    padding: 4px;
    background-color: #fff;
    position: relative;
    text-align: center;
}

.roll-team .team-item .team-pop .name {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 10px 0;
}

.roll-team .team-item .team-pop .pos {
    font-style: italic;
}

.roll-team .team-item .team-pop .team-info {
    top: 30%;
    position: relative;
    width: 100%;
}

.roll-team .team-item .pop-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    z-index: 10;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.roll-team .team-item .team-social {
    text-align: center;
    padding: 17px 0 0;
    margin: 0;
}

.roll-team .team-item .team-social li {
    display: inline-block;
}

.roll-team .team-social li a {
    font-size: 16px;
    color: #fff;
    display: block;
    margin-left: 5px;
    height: 30px;
    width: 30px;
    line-height: 28px;
    border: 1px solid #fff;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s;
}

.roll-team .team-item .team-social li:first-child a {
    margin-left: 0;
}

.roll-team .team-item .team-social li:hover a {
    background-color: #ffffff;
}

.archive .team-social li a {
    color: #147C9C;
    border: 1px solid #147C9C;
}

.roll-team .team-item .team-pop {
    color: #fff;
    z-index: 20;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s;
}

.roll-team .team-item:hover > .team-inner .team-pop {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
    -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
    animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
}

.roll-team .team-item:hover > .team-inner .pop-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.roll-team .team-content {
    text-align: center;
}

.roll-team .team-content .name {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 0 2px;
}

.roll-team .team-content .pos {
    padding-bottom: 12px;
    color: #443f3f;
}

.archive .team-item:nth-of-type(3n+1) {
    clear: left;
}

a {
    color: #fff;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #9e0404;
}

.text-color {
    color: #9e0404;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #147C9C;
    border: 1px solid #147C9C;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: transparent;
    color: #147C9C;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border: 1px solid #147C9C;
}

#mainnav > ul > li > a.active,
#mainnav > ul > li > a:hover {
    color: #147C9C;
}

#mainnav ul li ul:after {
    background-color: #147C9C;
    transition: all .3s ease;
    -webkit-transition: all 0.3s ease;
}

#mainnav .sub-menu li:hover > a {
    background-color: #147C9C;
}

.error-wrap #search-submit:hover {
    background-color: #147C9C;
    border-color: #147C9C;
}

.text-slider .maintitle:after {
    background-color: #147C9C;
}

.content-area .hentry:after {
    background-color: #147C9C;
}

.hentry .meta-post a:hover {
    color: #147C9C;
}

.hentry blockquote {
    border-left: 3px solid #147C9C;
}

.blog-pagination ul li {
    border: 1px solid #147C9C;
}

.blog-pagination ul li.active,
.blog-pagination ul li:hover a {
    background-color: #147C9C;
}

.sidebar .widget:before {
    background-color: #147C9C;
}

.widget-tags .tag-list a:hover {
    border: 1px solid #147C9C;
}

.comment .comment-detail {
    border: 1px solid #147C9C;
}

.bottom .socials li:hover a,
.go-top {
    background-color: red;
}

.go-top:hover {
    color: #147C9C;
}

.switcher-container .switcher-icon a:focus {
    color: #147C9C;
}

.owl-theme .owl-controls .owl-page span {
    border: 2px solid #147C9C;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #147C9C;
}

.roll-icon-box .icon {
    border: 1px solid #147C9C;
}

.roll-icon-box .icon i,
.roll-icon-box .content h3 a:hover {
    color: #147C9C;
}

.roll-icon-box.white .icon {
    background-color: #147C9C;
}

.roll-icon-box.white .content h3 a {
    color: #147C9C;
}

.roll-icon-list .icon {
    border: 1px solid #147C9C;
}

.roll-icon-list .icon i,
.roll-icon-list .content h3 a:hover {
    color: #147C9C;
}

.roll-button {
    background-color: #147C9C;
    border: 1px solid #147C9C;
}

.roll-button:hover {
    color: #147C9C;
}

.roll-button.border {
    color: #147C9C;
    border: 1px solid #147C9C;
}

.roll-button.border:hover {
    background-color: #147C9C;
}

.roll-button.light:hover {
    border: 1px solid #147C9C;
    background-color: #147C9C;
}

.project-filter li a.active,
.project-filter li a:hover {
    background-color: #147C9C;
}

.roll-testimonials .name {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #147C9C;
}

.roll-project .project-item .project-pop {
    background-color: #147C9C;
}

.roll-socials li a {
    border: 1px solid #147C9C;
}

.roll-socials li a:hover {
    background-color: #147C9C;
    border: 1px solid #147C9C;
}

.roll-infomation li.address:before,
.roll-infomation li.phone:before,
.roll-infomation li.email:before {
    color: #147C9C;
}

.roll-progress .progress-animate {
    background-color: #147C9C;
}

.roll-team .team-item .team-pop .team-social li:hover a {
    color: #147C9C;
}

.roll-team .team-item .team-pop {
    background-color: #147C9C;
}

.roll-team .team-content .name {
    color: #147C9C;
}

/*--------------------------------------------------------------
az custom
--------------------------------------------------------------*/
/*--------------------------------------------------------------
common
--------------------------------------------------------------*/
.fs32 {
    font-size: 32px;
}

.fs36 {
    font-size: 36px;
}

.fs30 {
    font-size: 30px;
}

.fs24 {
    font-size: 24px;
}

.fs16 {
    font-size: 16px;
}

.fs14 {
    font-size: 14px;
}

.fs13 {
    font-size: 13px;
}

.fw700 {
    font-weight: 700;
}

.fw100 {
    font-weight: 100;
}

.fw300 {
    font-weight: 300;
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.shortcodes-ultimate {
    display: none;
}

.animation {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nopadding {
    padding: 0;
}

body {
    font-size: 15px !important;
    font-weight: 300;
    font-family: 'arial';
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    font-family: 'arial', sans-serif !important;
}

/*a {
  color: #147C9C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}*/
a:hover {
    color: #ff8f20;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
}

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

/*--------------------------------------------------------------
content
--------------------------------------------------------------*/
#content {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

/*--------------------------------------------------------------
sidebar
--------------------------------------------------------------*/
#secondary {
    padding-right: 20px;
}

#secondary #aside aside {
    padding: 0 15px;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 20px;
}

#secondary #aside aside:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

#secondary #aside aside .widget-title {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 16px;
    padding: 10px 15px;
    background: #fafafa;
}

#secondary .box {
    border: 1px solid #ededed;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#secondary .box:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

#secondary .box .box-header {
    font-size: 16px;
    font-weight: bold;
    padding: 0px 20px 10px;
    margin: 10px 0 0;
    border-bottom: 1px solid #ededed;
}

#secondary .box .box-content:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

#secondary .box.box-category {
    margin-top: -40px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#secondary .box.box-category .box-header {
    background: #147C9C;
    color: #ffffff;
    margin: 0;
    padding: 0px 20px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #147C9C;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}

#secondary .box.box-category .box-header:before {
    display: inline-block;
    float: left;
    margin-right: 10px;
    content: "\f0c9";
    font-family: 'FontAwesome';
    font-size: 21px;
    font-weight: 300;
}

#secondary .box.box-category .box-header a {
    color: #ffffff;
}

#secondary .box.box-category .box-content {
    border: 1px solid #ededed;
    background: #fafafa;
}

#header-break {
    height: 50px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ededed;
    margin-top: 81px;
    background: #fafafa;
}

#header-break ul li a {
    padding-top: 5px;
    display: inline-block;
}

#menu-left {
    display: block;
    position: relative;
    margin-top: 5px;
}

#menu-left:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

#menu-left li {
    display: block;
    width: 100%;
    position: relative;
}
#menu-left li:hover {
    background: #147C9C;
}
#menu-left li > a {
    display: block;
    padding: 9.3px 5px;
    position: relative;
    font-family: arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #147C9C;
    color: #000;
    text-transform: uppercase;
    padding-left: 50px;
}
#menu-left li > i {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 16px;
    color: #147C9C;
    font-weight: bold;
}
#menu-left li:hover > i {
    color: #fff;
}
.sub-menu li > a {
    color: #000;
    text-transform: uppercase;
}

#menu-left li > a:before {
    /*content: "\f0da";*/
    font-family: 'FontAwesome';
    font-size: 12px;
    position: absolute;
    top: 12px;
    right: 10px;
}

#menu-left > li > ul.sub-menu {
    display: none;
    /*min-width: 600px;
    min-height: 600px;*/
    width: 100%;
}

#menu-left > li > ul.sub-menu:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

#menu-left > li:last-child > a {
    border-bottom: none;
}

#menu-left > li:focus > a,
#menu-left > li:hover > a {
    /*background: #ffffff;*/
    color: #fff;
}

#menu-left > li:focus > a:before,
#menu-left > li:hover > a:before {
    display: none;
}

#menu-left > li:focus > a:after,
#menu-left > li:hover > a:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    right: -1px;
    top: 0;
    background: #ffffff;
    position: absolute;
    z-index: 1001;
}

#menu-left > li:focus .sub-menu,
#menu-left > li:hover .sub-menu {
    display: block;
}

#menu-left > li:focus .sub-menu > li,
#menu-left > li:hover .sub-menu > li {
    width: 100%;
    /*display: inline-block;
    float: left;*/
}

#menu-left > li:focus .sub-menu > li > a,
#menu-left > li:hover .sub-menu > li > a {
    font-size: 14px;
    font-family: arial, sans-serif;
    padding: 5px 15px;
    display: block;
    padding-left: 50px;
}

#menu-left > li:focus .sub-menu > li > a:before,
#menu-left > li:hover .sub-menu > li > a:before {
    /*content: "\f0da";*/
    font-family: 'FontAwesome';
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
}

#menu-left > li:focus .sub-menu > li > a:hover,
#menu-left > li:hover .sub-menu > li > a:hover {
    color: #fff;
}

#menu-left > li.menu-item-7839 .sub-menu li a {
    min-height: 50px;
}

#menu-left .sub-menu {
    position: absolute;
    top: 0px;
    left: 100%;
    /*height: calc(100% + 4px);*/
    background: #ffffff;
    /*padding: 10px;*/
    z-index: 1000;
    -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.36);
}

#menu-left .sub-menu:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.aboutus h3 {
    border-bottom: 1px solid #147C9C;
}

.aboutus h3 strong {
    display: inline-block;
    font-weight: 700;
    background: #147C9C;
    color: #ffffff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 16px;
}

#featuredcat {
    margin-top: 20px;
}

#featuredcat > .panel-grid-cell:first-child {
    width: 70% !important;
}

#featuredcat .featuredcat_big:hover .panel-widget-style:before,
#featuredcat .featuredcat_small:hover .panel-widget-style:before,
#featuredcat .featuredcat_big:focus .panel-widget-style:before,
#featuredcat .featuredcat_small:focus .panel-widget-style:before,
#featuredcat .featuredcat_big:hover .panel-widget-style:after,
#featuredcat .featuredcat_small:hover .panel-widget-style:after,
#featuredcat .featuredcat_big:focus .panel-widget-style:after,
#featuredcat .featuredcat_small:focus .panel-widget-style:after {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
}

#featuredcat .featuredcat_big:hover .panel-widget-style .so-widget-sow-editor,
#featuredcat .featuredcat_small:hover .panel-widget-style .so-widget-sow-editor,
#featuredcat .featuredcat_big:focus .panel-widget-style .so-widget-sow-editor,
#featuredcat .featuredcat_small:focus .panel-widget-style .so-widget-sow-editor {
    background-color: rgba(0, 0, 0, 0.3);
}

#featuredcat .featuredcat_big:hover .panel-widget-style .so-widget-sow-editor h3,
#featuredcat .featuredcat_small:hover .panel-widget-style .so-widget-sow-editor h3,
#featuredcat .featuredcat_big:focus .panel-widget-style .so-widget-sow-editor h3,
#featuredcat .featuredcat_small:focus .panel-widget-style .so-widget-sow-editor h3 {
    left: 21px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#featuredcat .featuredcat_big .panel-widget-style,
#featuredcat .featuredcat_small .panel-widget-style {
    min-height: 350px;
    background-size: cover;
    position: relative;
}

#featuredcat .featuredcat_big .panel-widget-style .so-widget-sow-editor,
#featuredcat .featuredcat_small .panel-widget-style .so-widget-sow-editor {
    background-color: rgba(0, 0, 0, 0);
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}

#featuredcat .featuredcat_big .panel-widget-style .so-widget-sow-editor h3,
#featuredcat .featuredcat_small .panel-widget-style .so-widget-sow-editor h3 {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 21px;
    font-weight: 400;
    color: #ffffff;
    background: #147C9C;
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 0px;
    margin: 0;
    padding: 10px 20px;
}

#featuredcat .featuredcat_big .panel-widget-style:before,
#featuredcat .featuredcat_small .panel-widget-style:before,
#featuredcat .featuredcat_big .panel-widget-style:after,
#featuredcat .featuredcat_small .panel-widget-style:after {
    bottom: 21px;
    content: "";
    left: 21px;
    opacity: 0;
    position: absolute;
    right: 21px;
    top: 21px;
    transition: opacity .35s ease 0s, transform .35s ease 0s;
    z-index: 2;
}

#featuredcat .featuredcat_big .panel-widget-style:before,
#featuredcat .featuredcat_small .panel-widget-style:before {
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: scale(0, 1);
}

#featuredcat .featuredcat_big .panel-widget-style:after,
#featuredcat .featuredcat_small .panel-widget-style:after {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: scale(1, 0);
}

#featuredproduct {
    margin-top: 15px;
}

h2.left-title {

}

h2.left-title span {
    display: inline-block;
    background: #147C9C ;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    width: 95%;
    text-align: center;
    /*border-bottom: 2px solid #0071c1;*/
    line-height: 20px;
}

h2.right-title,h1.right-title {
    border-bottom: 2px solid #147C9C;
    text-align: left;
}

h2.right-title span,h1.right-title span {
    display: inline-block;
    background: #147C9C;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    text-align: left;
}

.featuredproduct_details {
    padding: 0 5px;
}

.featuredproduct_details > li {
    display: inline-block;
    float: left;
    width: 18.8%;
    margin-right: 1%;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.featuredproduct_details > li:nth-child(5n) {
    margin-right: 0;
}

.featuredproduct_details > li .featuredproduct_details_wrapper {
    border: 1px solid #a1a1a1;
}

.featuredproduct_details > li .featuredproduct_details_wrapper:hover,
.featuredproduct_details > li .featuredproduct_details_wrapper:focus {
    border: 1px solid #147C9C;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.featuredproduct_details > li .featuredproduct_details_wrapper:hover .featuredproduct_info h4 a,
.featuredproduct_details > li .featuredproduct_details_wrapper:focus .featuredproduct_info h4 a {
    color: #147C9C;
}

.featuredproduct_details > li .featuredproduct_details_wrapper .featuredproduct_image {
    display: block;
    width: 100%;
    min-height: 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.featuredproduct_details > li .featuredproduct_details_wrapper .featuredproduct_info {
    border-top: 1px solid #a1a1a1;
    padding: 10px;
}

.featuredproduct_details > li .featuredproduct_details_wrapper .featuredproduct_info h4 {
    margin: 10px 0;
    display: block;
    height: 43px;
    overflow: hidden;
}

.featuredproduct_details > li .featuredproduct_details_wrapper .featuredproduct_info h4 a {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    display: block;
    line-height: 1.3;
}

.featuredproduct_details > li .featuredproduct_details_wrapper .featuredproduct_info h4 a:hover {
    color: #147C9C;
}

.featuredproduct_details > li .featuredproduct_details_wrapper .featuredproduct_info .featuredproduct_cat {
    display: block;
    overflow: hidden;
    height: 50px;
    border-top: 1px solid #ededed;
}

.featuredproduct_details > li .featuredproduct_details_wrapper .featuredproduct_info .featuredproduct_cat a {
    margin-top: 10px;
    font-size: 14px;
    color: #4d4d4d;
}

.hf-news-home-wrapper {
    display: block;
}

.hf-news-home-wrapper .hf-title .overlay:before,
.hf-news-home-wrapper .hf-title .overlay:after {
    bottom: 21px;
    content: "";
    left: 21px;
    opacity: 0;
    position: absolute;
    right: 21px;
    top: 21px;
    transition: opacity .35s ease 0s, transform .35s ease 0s;
    z-index: 2;
}
.hf-news-home-wrapper .hf-title .overlay:before {
    /*border-bottom: 2px solid #fff;*/
    border-top: 2px solid #fff;
    transform: scale(0, 1);
    left: 0;
}

.hf-news-home-wrapper .hf-title .overlay:after {
    border-left: 2px solid #fff;
    /*border-right: 2px solid #fff;*/
    transform: scale(1, 0);
    top: 0;
}

.hf-news-home-wrapper .hf-title:hover .overlay,
.hf-news-home-wrapper .hf-title:focus .overlay {
    opacity: 0.3;
}

.hf-news-home-wrapper .hf-title:hover .overlay:before,
.hf-news-home-wrapper .hf-title:focus .overlay:before,
.hf-news-home-wrapper .hf-title:hover .overlay:after,
.hf-news-home-wrapper .hf-title:focus .overlay:after {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
}

.hf-news-home-wrapper.hf-small {
    height: 167px;
    background-color: #ffffff;
}

.hf-news-home-wrapper.hf-small.hf-first {
    height: 172px;
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
}

.hf-news-home-wrapper.hf-small .hf-title {
    /*width: 165px;*/
    display: inline-block;
    float: left;
    /*margin-right: 10px;*/
}

.hf-news-home-wrapper.hf-small .hf-group-info {
    padding-top: 10px;
    display: inline-block;
    float: right;
    width: calc(100% - 180px);
    padding-right: 15px;
}

.hf-news-home-wrapper.hf-small .hf-group-info .hf-datetime {
    display: block;
    color: #bbbbbb;
}

.hf-news-home-wrapper.hf-small .hf-group-info a {
    font-size: 16px;
    color: #147C9C;
    font-weight: 300;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.hf-news-home-wrapper.hf-small .hf-group-info a:hover {
    color: #000000;
}

.hf-news-home-wrapper.hf-small .hf-group-info p {
    color: #a2a2a2;
    line-height: 1.2;
}

.hf-news-home-wrapper.hf-big {
    height: 350px;
    margin-bottom: 15px;
}

.hf-news-home-wrapper .hf-title {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.hf-news-home-wrapper .hf-title .overlay {
    background: #000;
    z-index: 2;
    opacity: 0.25;
}

.hf-news-home-wrapper .hf-title .hf-group-info {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    color: #fff;
    padding: 40px 15px;
}

.hf-news-home-wrapper .hf-title .hf-group-info .hf-datetime {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
}

.hf-news-home-wrapper .hf-title .hf-group-info strong {
    font-size: 20px;
    color: #ffffff;
}

#colophon.site-footer {
    padding: 0px 0;
    /*border-top: 5px solid #0071c1;*/
    line-height: 1.5;
    font-size: 14px !important;
    /*background: #0071c1;*/
    position: relative;
}

#colophon.site-footer .site-info {
    position: relative;
    z-index: 2;
    padding: 20px 0;
    background: #147C9C;
}

.hf-menu-bootness {
    /*background: #0071c1;*/
    color: #ffffff;
}

.hf-menu-bootness:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.hf-menu-bootness ul#menu-menufooter li {
    display: inline-block;
    float: left;
}

.hf-menu-bootness ul#menu-menufooter li:last-child a {
    border-right: none;
}

.hf-menu-bootness ul#menu-menufooter li a {
    margin: 10px 0;
    line-height: 20px;
    color: #ffffff;
    margin-right: 10px;
    padding-right: 10px;
    display: block;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.hf-menu-bootness ul#menu-menufooter li a:hover {
    color: rgba(255, 255, 255, 0.5);
}

#content.page-wrap.hf-isinpage {
    padding-top: 0;
}

#content.page-wrap.hf-isinpage .content-wrapper {
    padding-top: 0;
}

#content.page-wrap.hf-isfronpage {
    padding-top: 0px;
}

#content.page-wrap.hf-isfronpage .container {
    position: relative;
}

#content.page-wrap.hf-isfronpage #primary {
    padding-left: 15px;
    padding-right: 15px;
}

#content.page-wrap.hf-isfronpage #secondary {
    position: absolute;
    top: 0;
}

#content.page-wrap.hf-isfronpage #secondary:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

#content.page-wrap.hf-isfronpage #secondary .box-category .box-content {
    display: block;
    position: relative;
    z-index: 1000;
}

#content.page-wrap.hf-isfronpage #secondary .box-category:focus .box-content,
#content.page-wrap.hf-isfronpage #secondary .box-category:hover .box-content {
    display: block;
}

#content.page-wrap.hf-isfronpage #secondary .box-category .box-content {
    display: none;
}

#header-break .overflowhidden {
    overflow: hidden;
    display: block;
    height: 50px;
}

#header-break.hf-isfronpage ul {
    display: none;
}

#header-break ul > li,
#header-break ul > a {
    display: inline;
    padding: 0 5px;
    float: none;
    line-height: 50px;
    font-size: 14px;
    font-weight: 400;
}

.liquid-slider-wrapper .liquid-slider.slidetopnewa .panel {
    margin-bottom: 0;
    background: none;
}

.liquid-slider-wrapper .liquid-slider.slidetopnewa .panel .panel-wrapper > div .margin {
    margin: 19px 0 0 0;
}

.liquid-slider-wrapper .liquid-slider.slidetopnewa .panel .panel-wrapper > div .margin a {
    color: #000000;
}

.liquid-slider-wrapper .liquid-slider.slidetopnewa .panel .panel-wrapper > div .margin a:hover {
    color: #147C9C;
}

h1.archive-title {
    font-size: 21px;
    font-weight: 600;
    color: #147C9C;
    text-transform: uppercase;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

ul.col3 > li {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
}

ul.col3 > li:nth-child(3n) {
    margin-right: 0%;
}

ul.col3 > li:hover article,
ul.col3 > li:focus article {
    border: 1px solid #0071c1;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul.col3 > li article {
    border: 1px solid #a1a1a1;
    background: #ffffff;
}

ul.col3 > li h2.title-post {
    font-size: 16px;
    font-weight: 400;
    padding: 0 20px;
    height: 50px;
}

ul.col3 > li .entry-thumb {
    display: block;
    min-height: 180px;
}

#documentlibrary .documentlibrary_header h1,
#aboutcompany .documentlibrary_header h1,
#documentlibrary .aboutcompany_header h1,
#aboutcompany .aboutcompany_header h1 {
    width: 80%;
    margin: 0 auto;
    font-size: 28px;
    background: #0071c1;
    color: #ffffff;
    text-align: center;
    padding: 20px;
}

#documentlibrary .documentlibrary_header h1,
#aboutcompany .documentlibrary_header h1 {
    width: 280px;
}

#documentlibrary .overlay,
#aboutcompany .overlay {
    opacity: 0.1 !important;
}

.documentwrapper {
    margin-bottom: 50px;
}

.documentwrapper:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.documentwrapper h3.widget-title {
    font-size: 21px;
    text-align: left;
    padding-left: 15px;
}

.documentwrapper h3.widget-title:after {
    left: 15px;
    margin-left: 0px;
}

.documentwrapper .documentwrapper_details > li {
    display: block;
    position: relative;
    width: 100%;
    border-bottom: 1px dotted #d4d4d4;
}

.documentwrapper .documentwrapper_details > li h6 {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0;
    padding: 5px 0;
}

.documentwrapper .documentwrapper_details > li h6 i {
    display: inline-block;
    float: left;
    margin-right: 10px;
    color: #0071c1;
}

.documentwrapper .documentwrapper_details > li a.detail {
    position: absolute;
    top: 10px;
    color: #0071c1;
    right: 0;
}

.newswapper > ul > li {
    border-bottom: 1px dotted #d4d4d4;
    margin-bottom: 15px;
}

.newswapper > ul > li .entry-thumb {
    width: 30%;
    height: auto;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.newswapper > ul > li:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

#panel-1171-1-1-0.shortcodes-ultimate {
    display: block;
}

.category-tin-tuc .entry-thumb {
    display: none;
}

.posts-layout.newswapper .entry-content,
.posts-layout.newswapper .entry-header {
    display: inline-block;
    width: calc(70% - 20px);
    float: right;
    text-align: left;
}

.post.type-post table th,
.post.type-post table td {
    border-color: #ededed;
}

.post.type-post .entry-thumb img {
    max-width: 100% !important;
    height: auto;
}

.post.type-post .entry-header .title-post {
    color: #0071c1;
}

.post.type-post .entry-header .meta-post {
    display: none;
}

.post.type-post .entry-content .content-detail {
    display: block;
    overflow: auto;
}

.post.type-post .entry-content table {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 12px;
}

.post.type-post.category-tin-tuc .entry-thumb {
    display: none;
}

.post.type-post.category-tin-tuc .entry-header .title-post {
    color: #0071c1;
}

.post.type-post.category-tin-tuc .entry-header .meta-post {
    display: block;
}

.news_column {
    margin-bottom: 10px;
    padding-bottom: 10px !important;
    border-bottom: 1px dotted #d4d4d4;
}

.news_column:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.news_column .cover {
    width: 40%;
    display: inline-block;
    float: left;
    margin-right: 10px;
    height: auto;
}

.news_column h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.news_column p {
    display: none;
}

ul > li.news_column:last-child {
    border-bottom: none;
}

.widget {
    margin-bottom: 20px;
}

.widget:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.widget-area .widget-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d4d4d4;
}

#searchresults {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    background: #ffffff;
    border: 1px solid #ededed;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    height: 300px;
    overflow-x: hidden;
    padding: 10px;
}

#searchresults #searchresult_container > li {
    display: block;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #bababa;
}

#searchresults #searchresult_container > li:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

#searchresults #searchresult_container .itemwrapper {
    position: relative;
}

#searchresults #searchresult_container .itemwrapper .link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

#searchresults #searchresult_container .itemwrapper .cover {
    display: inline-block;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
    border: 1px solid #ededed;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

#searchresults #searchresult_container .itemwrapper .info {
    width: calc(100% - 70px);
    display: inline-block;
}

#searchresults #searchresult_container .itemwrapper .info .title {
    font-size: 14px;
    color: #0071c1;
    display: block;
}

#searchresults #searchresult_container .itemwrapper .info .category {
    font-size: 12px;
    color: #d4d4d4;
}

.hf-search #ajaxsearchlite1.wpdreams_asl_container {
    background: #ffffff;
    border: 1px solid #d4d4d4;
    height: 37px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.hf-search #ajaxsearchlite1.wpdreams_asl_container .probox {
    background: #ffffff;
    height: 100%;
}

.hf-search #ajaxsearchlite1.wpdreams_asl_container .probox .promagnifier {
    height: 37px;
    width: 37px;
    background: #0071c1;
    border: 1px solid #0071c1;
}

.hf-search #ajaxsearchlite1.wpdreams_asl_container .probox .proinput input.orig {
    height: 37px;
    color: #000000 !important;
}

div[id*="ajaxsearchliteres"].vertical {
    background: #ffffff !important;
    border: 1px solid #ededed !important;
}

div[id*='ajaxsearchliteres'].vertical .results .asl_spacer {
    height: 1px !important;
    background: #f1f1f1 !important;
}

#featuredaboutus {
    display: none !important;
}

.category-tin-tuc .entry-header {
    margin-top: 0px;
}

#menu-menusocial > li.menuicon a {
    display: block;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

#menu-menusocial > li.menuicon a:before {
    font-family: 'FontAwesome';
    font-size: 24px;
    color: #ffffff;
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0084cb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#menu-menusocial > li.menuicon a:hover:before {
    color: #ffffff;
    background: #0071c1;
}

#menu-menusocial > li.menuicon.skype a:before {
    content: "\f17e";
}

#menu-menusocial > li.menuicon.facebook a:before {
    content: "\f09a";
}

#menu-menusocial > li.menuicon.youtube a:before {
    content: "\f167";
}

.hf-menutop {
    display: inline-block;
    margin: 15px 20px 0 0;
    float: right;
}

.hf-menutop:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.hf-menutop ul#menu-menutop > li {
    display: inline-block;
    float: left;
    text-transform: uppercase;
    font-family: arial, sans-serif;
}

.hf-menutop ul#menu-menutop > li a {
    display: block;
    font-size: 14px;
    letter-spacing: -1px;
    padding: 0 15px;
    color: #000000;
}

.hf-menutop ul#menu-menutop > li a:hover {
    color: #0071c1;
}

.hf-menutop ul#menu-menutop > li:first-child a {
    padding-left: 0;
}

.hf-menutop ul#menu-menutop > li:last-child a {
    padding-right: 0;
}

.hf-menutop ul#menu-menutop > li.current-menu-item a {
    color: #0071c1;
}

.hf-menu-contact,
.hf-menu-social {
    margin-top: 16px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.hf-menu-contact:after,
.hf-menu-social:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.hf-menu-social {
    margin-top: 0;
    color: #0084cb;
    float: right;
    margin-right: -10px;
}

#menu-menucontact li {
    display: block;
    width: 100%;
}

#menu-menucontact li.menuhotline {
    /*                &:before {
                content: "\f095";
                font-family: @font-icon;
                font-size: 46px;
                display: inline-block;
                float: left;
                margin-top: 15px;
                margin-right: 10px;
                color: @black;
            }*/
}

#menu-menucontact li a {
    display: block;
    font-weight: 700;
    font-size: 18px;
    color: #0071c1;
    line-height: 1.2;
}

#menu-menucontact li a span {
    display: inline-block;
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 10px;
    color: #000000;
}

h3.slidetext-big {
    font-size: 48px;
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

.box.box-related {
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.box.box-related:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.box.box-related h4.box-title {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 10px 10px;
    margin: 0px;
    border-bottom: 1px solid #d4d4d4;
    background: #0071c1;
    text-align: center;
    margin-bottom: 4px;
}

.box.box-related .box-content .same-cate a h3.title-related {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.7;
    padding: 5px;
    color: #9e0404;
}

.box.box-related .box-content .same-cate a:hover h3.title-related {
    color: #0071c1;
}

.box.box-related .box-content .same-cate .relateddetails {
    border-bottom: 1px solid #ededed;
}

.box.box-related .box-content .same-cate .relateddetails:focus h3.title-related,
.box.box-related .box-content .same-cate .relateddetails:hover h3.title-related {
    color: #0071c1;
}

.box.box-related .box-content .same-cate .relateddetails:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.box.box-related .box-content .same-cate .relateddetails img {
    margin-top: 20px;
    height: 190px;
    width: 100%;
}

.box.box-related .box-content .same-cate ul {
    display: block;
}

.box.box-related .box-content .same-cate ul > li {
    display: block;
    float: none;
}

.box.box-related .box-content .same-cate ul > li:first-child .relateddetails img {
    border-bottom: 1px solid #a39d9d;
    height: 190px;
    width: 100%;
}

nav.navigation.post-navigation {
    display: none;
}

.hf-menuproduct-content,
.hf-menu-search-mb,
.hf-menumaintop-icon,
.hf-menuproduct-icon {
    display: none;
}

.hf-menutop .company_info,
.hf-menutop .hf-menu-language-mb,
.hf-menutop .hf-menutop-close {
    display: none;
}

#colophon.site-footer .company_info .widget {
    margin-bottom: 0px;
}

#colophon.site-footer .company_info .widget p {
    margin-bottom: 0px;
}

.company_vn {
    text-align: center;
    clear: both;
}

.company_vn:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.company_vn > a {
    display: inline;
}

.company_vn > a img {
    height: 25px;
    width: auto;
}

.company_vn > a.gov img {
    height: 40px;
    width: auto;
}

#mapaznew {
    height: 450px;
    width: 100%;
    display: block;
}

#mapaznew h5.firstHeading {
    font-size: 16px;
}

#mapaznew #content {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

@media only screen and (min-width: 1930px) {
    .parallax {
        background-size: cover;
    }

    .hfw50 {
        min-height: 525px;
    }
}

@media only screen and (max-width: 1199px) {
    .roll-icon-list .list-item {
        margin-bottom: 18px;
    }

    .roll-project.fullwidth .project-item {
        width: 25%;
    }

    .masonry-layout .hentry {
        width: 455px;
    }

    .btn-menu {
        color: #fff;
        margin-top: 20px;
    }

    #secondary {
        top: 0;
    }
}

@media only screen and (max-width: 991px) {
    .site-header {
        background: none !important;
    }

    .parallax {
        background-size: cover;
        background-attachment: scroll;
        background-position: top center !important;
    }

    .roll-counter .numb-count {
        font-size: 24px;
    }

    .masonry-layout .hentry {
        width: 345px;
    }

    .header-wrap .col-md-8 {
        padding: 0;
    }

    .last {
        margin-bottom: 0 !important;
    }

    .margin-bottom-device {
        margin-bottom: 50px;
    }

    .margin-top-device {
        margin-top: 50px;
    }

    .content-area .post-wrap,
    .contact-form-wrap {
        padding-right: 0;
    }

    .contact-form-aside,
    .sidebar {
        margin-top: 50px;
    }

    .roll-icon-box {
        margin-bottom: 30px;
    }

    .roll-promobox.aside-style,
    .roll-promobox.aside-style .promo-wrap,
    .roll-promobox.aside-style .promo-content,
    .roll-promobox.aside-style .promo-controls {
        display: block;
        text-align: center;
        width: 100%;
    }

    .roll-promobox.aside-style .title {
        margin-bottom: 20px;
    }

    .roll-project.fullwidth .project-item {
        width: 33.3%;
    }

    .footer-widgets .widget {
        margin-bottom: 50px;
    }

    .text-slider-stopped {
        top: 70%;
    }
}

@media only screen and (max-width: 1024px) {
    .slides-container .slide-item,
    .panel-row-style {
        background-attachment: scroll;
        background-position: center !important;
    }

    .panel-row-style.mob-pad-0 {
        padding: 0 !important;
    }

    .panel-row-style.mob-pad-15 {
        padding: 15px 0 !important;
    }

    .panel-row-style.mob-pad-30 {
        padding: 30px 0 !important;
    }

    .panel-row-style.mob-pad-45 {
        padding: 45px 0 !important;
    }

    #mainnav {
        display: none;
    }

    .btn-menu {
        display: block;
    }

    .posts-navigation {
        overflow: hidden;
        margin-bottom: 30px;
    }

    header#masthead.site-header {
        position: fixed;
        background-color: #ffffff;
    }

    header#masthead.site-header.float-header {
        padding: 0;
    }
}

@media only screen and (max-width: 780px) {
    .roll-client .client-item img {
        max-width: 100%;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }

    .nopadding {
        padding-left: 15px;
        padding-right: 15px;
        margin: 15px 0;
    }

    .hf-menuproduct-icon {
        display: inline-block;
        font-size: 24px;
        color: #000000;
        line-height: 60px;
        float: left;
        margin-right: 15px;
    }

    .hf-menumaintop-icon {
        display: inline-block;
        font-size: 21px;
        color: #000000;
        line-height: 60px;
        float: right;
        margin-left: 15px;
    }

    #masthead {
        height: 60px;
    }

    #masthead .hf-header-wrap .nopadding-right {
        padding-right: 0;
    }

    #masthead .hf-header-wrap .nopadding-left {
        padding-left: 0;
    }

    #masthead .hf-header-wrap .site-logo {
        background-image: url("images/logo.png");
        background-position: center left;
        width: 130px;
        height: 60px;
        background-size: auto 40px;
        display: inline-block;
    }

    #masthead .hf-menu-contact {
        display: none;
    }

    #masthead .hf-menu-search-mb {
        display: block;
        line-height: 60px;
        display: inline-block;
        float: right;
        font-size: 21px;
    }

    #masthead .hf-search {
        position: fixed;
        top: 60px;
        display: none;
        margin-top: 0;
        padding: 10px;
        width: 100%;
        background: #f1f1f1;
        right: 0;
    }

    #masthead .hf-search.active {
        display: block;
    }

    #masthead .hf-search:before {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #f1f1f1;
        content: "";
        position: absolute;
        top: -9px;
        right: 50px;
    }

    #masthead .hf-menu-language {
        display: none;
        margin-top: 16px;
    }

    #masthead .hf-menu-language .hf-menu-language-select img {
        height: 21px;
    }

    #masthead .hf-menutop {
        display: none;
        width: 240px;
        background: #000000;
        color: #ffffff;
        top: 60px;
        height: calc(100vh - 60px);
        margin: 0;
        padding: 20px;
        right: 0;
        z-index: 1000;
        position: fixed;
    }

    #masthead .hf-menutop.active {
        display: block;
    }

    #masthead .hf-menutop.active .hf-menutop-close {
        display: block;
        font-size: 24px;
        color: #ffffff;
    }

    #masthead .hf-menutop.active .hf-menutop-close:focus,
    #masthead .hf-menutop.active .hf-menutop-close:hover {
        color: #0071c1;
    }

    #masthead .hf-menutop:before {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #000000;
        content: "";
        position: absolute;
        top: -9px;
        right: 15px;
    }

    #masthead .hf-menutop .menu-menutop-container ul#menu-menutop > li {
        display: block;
        width: 100%;
        float: none;
    }

    #masthead .hf-menutop .menu-menutop-container ul#menu-menutop > li a {
        color: #ffffff;
        padding: 0;
        display: block;
        padding: 5px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    #masthead .hf-menutop .menu-menutop-container ul#menu-menutop > li:last-child a {
        border-bottom: none;
    }

    #masthead .hf-menutop .company_info {
        display: block;
        font-size: 11px;
        font-weight: 100;
        color: rgba(255, 255, 255, 0.5);
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        padding-top: 20px;
        margin-top: 5px;
    }

    #header-break {
        display: none;
    }

    #content.page-wrap.hf-isfronpage {
        margin-top: 60px;
    }

    .slidetext-big {
        padding: 0 20px;
        text-align: center;
        font-size: 18px !important;
        line-height: 2;
    }

    .tp-carousel-posts.portf-cols.cols-5.clearfix {
        margin-right: 0px !important;
    }

    .featuredproduct_details > li {
        width: 49%;
    }

    .hf-menuproduct-content {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 240px;
        height: calc(100vh);
        background: #e4e4e4;
        color: #ffffff;
    }

    .hf-menuproduct-content h3.box-header {
        padding: 10px 15px;
        font-size: 16px;
        margin: 0;
        background: #0071c1;
        position: relative;
    }

    .hf-menuproduct-content h3.box-header a {
        display: block;
        color: #ffffff;
    }

    .hf-menuproduct-content h3.box-header:before {
        content: "\f0c9";
        font-family: 'FontAwesome';
        display: inline-block;
        float: left;
        margin-right: 10px;
        color: #ffffff;
        font-weight: 300;
    }

    .hf-menuproduct-content ul#menuproduct_mb > li {
        display: block;
        width: 100%;
        position: relative;
    }

    .hf-menuproduct-content ul#menuproduct_mb > li > a {
        color: #000000;
        display: block;
        padding: 7px 15px;
        border-bottom: 1px solid #ededed;
        font-size: 13px;
        position: relative;
    }

    .hf-menuproduct-content ul#menuproduct_mb > li i {
        position: absolute;
        top: 3px;
        right: 10px;
        width: 27px;
        height: 27px;
        line-height: 27px;
        color: #ffffff;
        background: #0071c1;
        text-align: center;
        z-index: 10;
        font-size: 16px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .hf-menuproduct-content ul#menuproduct_mb > li.showsubmenu i.icon-arrow-right:before {
        content: "\e604";
    }

    .hf-menuproduct-content ul#menuproduct_mb > li ul.sub-menu {
        display: none;
        background-color: #ffffff;
    }

    .hf-menuproduct-content ul#menuproduct_mb > li ul.sub-menu li {
        display: block;
        background: #f1f1f1;
        width: 100%;
        float: none;
    }

    .hf-menuproduct-content ul#menuproduct_mb > li ul.sub-menu li > a {
        padding: 5px 10px 5px 30px;
        color: #000000;
        font-size: 13px;
        border-bottom: 1px solid #ededed;
        display: block;
    }

    .hf-menuproduct-content ul#menuproduct_mb > li.showsubmenu ul.sub-menu,
    .hf-menuproduct-content ul#menuproduct_mb > li:hover ul.sub-menu,
    .hf-menuproduct-content ul#menuproduct_mb > li:focus ul.sub-menu {
        display: block;
    }

    body.showmenu {
        width: calc(100vw);
        overflow: hidden;
    }

    body.showmenu .hf-menuproduct-content {
        display: block;
    }

    body.showmenu #header-break,
    body.showmenu #content,
    body.showmenu #colophon {
        position: relative;
        left: 240px;
    }

    body.showmenu header#masthead {
        left: 240px;
    }

    #content.hf-isinpage #secondary {
        display: none;
    }

    #content.hf-isinpage #primary {
        margin-top: 70px;
    }

    ul.col3 > li {
        width: 49%;
    }

    ul.col3 > li:nth-child(3n) {
        margin-right: 2%;
    }

    ul.col3 > li:nth-child(2n) {
        margin-right: 0%;
    }

    .content-area .post-wrap li .post.type-post .entry-thumb {
        margin-bottom: 10px;
    }

    .content-area .hentry {
        padding-bottom: 0;
    }

    ul.col3 > li h2.title-post {
        padding-bottom: 20px;
        height: auto;
    }

    .panel-row-style-for-1171-1,
    .panel-row-style-for-1166-1 {
        padding: 20px !important;
    }

    .panel-row-style-for-7218-1 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .documentwrapper .documentwrapper_details > li a.detail {
        position: initial;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .parallax {
        background-size: cover;
        background-attachment: scroll;
        background-position: top center !important;
    }

}

@media only screen and (max-width: 767px) {
    #featuredpartner .liquid-slider .hentry {
        min-width: 50%;
        min-height: 130px;
    }

    #content.page-wrap {
        padding-top: 100px;
    }

    .nopadding {
        padding-left: 15px;
        padding-right: 15px;
        margin: 15px 0;
    }

    .mobileonly {
        display: none;
    }

    #masthead.site-header.hf-isinpage .hf-header-wrap,
    #masthead.site-header.hf-isfronpage .hf-header-wrap {
        height: 60px;
    }

    .hf-menu-bootness {
        display: none;
    }

    .sidebar-column.sidebar-column-2 {
        padding-left: 0;
        padding-top: 20px;
        margin: 20px 0;
        clear: both;
        overflow: hidden;
    }

    .posts-layout {
        max-width: 100%;
    }

    .masonry-layout .hentry {
        width: 100%;
        margin: 0 0 30px;
        padding: 0 15px;
    }

    .text-slider-section {
        min-height: 190px;
    }

    .text-slider .maintitle {
        font-size: 32px;
        line-height: 1.1;
        padding-bottom: 10px;
    }

    .text-slider .subtitle {
        font-size: 16px;
        line-height: 24px;
        padding: 15px 0;
    }

    .roll-button {
        padding: 10px 30px;
    }

    .roll-project .project-item {
        width: 100%;
    }

    .roll-project.fullwidth .project-item {
        width: 50%;
    }

    .roll-counter {
        margin-bottom: 50px;
    }

    .single-post .author-post .author-avatar {
        float: none;
        margin-bottom: 20px;
    }

    .single-post .author-post .author-info {
        margin-left: 0;
        padding: 0;
    }

    .single-post .author-post ul.socials {
        position: static;
    }

    .single-post .author-post .intro {
        clear: left;
        padding-top: 10px;
    }

    .comment-list .children {
        margin-left: 75px;
    }

    .error-wrap .error-search {
        padding: 0 20px;
    }

    .aside-image .content-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .social-menu-widget a:before {
        font-size: 42px;
    }

    .btn-menu {
        float: none;
        margin: 15px auto 0;
    }

    .header-wrap {
        text-align: center;
    }

    .site-header.float-header {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .text-slider-section {
        min-height: 0;
        top: auto;
        bottom: 0;
    }

    .site-title {
        font-size: 22px !important;
    }

    .hfw50 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .menu-left-container {
        max-height: calc(80vh);
    }
}

@media only screen and (max-width: 479px) {
    ul.col3 > li {
        width: 100%;
    }

    .company_vn {
        text-align: left;
    }

    .hf-menu-social {
        float: left;
    }

    .hf-search #global-searchform {
        position: fixed;
        width: calc(100vh);
        left: 0;
        top: 39px;
        background: #000;
        z-index: 2;
        padding: 10px 20px;
    }

    .hf-search #global-searchform.hfsearchform .hf-search-form input.search-field.form-control {
        height: 40px;
    }

    .hf-menu-bootness,
    .mobileonly {
        display: none;
    }

    .roll-project.fullwidth .project-item {
        width: 100%;
    }

    .blog-post,
    .service,
    .sidebar-column {
        padding: 0;
    }

    .roll-button {
        font-size: 12px;
    }

    .text-slider .maintitle {
        font-size: 20px;
    }

    .text-slider .subtitle {
        font-size: 14px;
    }

    .text-slider {
        margin-bottom: 15px;
    }

    .sow-features-list .sow-features-feature .sow-icon-container {
        width: 100% !important;
    }

    .sow-features-list .sow-features-feature .sow-icon-container .textwidget {
        text-align: center;
    }

    .hf-news-home-wrapper.hf-small {
        height: auto;
    }

    .hf-news-home-wrapper.hf-small .hf-title {
        width: 100%;
    }

    .hf-news-home-wrapper.hf-small .hf-group-info {
        width: 100%;
        background: none;
    }

    .hf-news-home-wrapper.hf-small .hf-group-info a {
        height: auto;
    }

    .hf-library.panel-widget-style {
        padding: 0;
    }

    .featuredproduct_details > li {
        width: 100%;
        margin-right: 0;
    }
}

@media only screen and (max-width: 320px) {
    .text-slider {
        margin-bottom: 0;
    }

    .nopadding {
        padding: 15px;
    }
}

.breadcrumb-container.theme1 a {
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #000000;
}

.breadcrumb-container.theme1 a:hover {
    color: #0071c1;
}

.breadcrumb-container li .separator {
    padding-right: 5px !important;
}

.navigation > ul > li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.navigation > ul > li > a {
    display: block;
    padding: 5px 10px;
    border: 1px solid #a1a1a1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.navigation > ul > li > a:hover,
.navigation > ul > li > a:focus {
    border-color: #0071c1;
}

body.page-template-page_news article.type-page ul.featuredproduct_details.col3 {
    margin-right: 20px;
}

.image-main-section {
    /*border: 1px solid #a1a1a1;*/
    /*margin: 4px 4px 20px 4px;*/
    margin-bottom: 20px;
}

.image-description {
    margin: 0 !important;
}

.fa-facebook-square {
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 20px;
    padding: 0 5px;
    color: #0071C1;
}
.fa-youtube-square {
    content: "\f431";
    font-family: 'FontAwesome';
    font-size: 20px;
    padding: 0 5px;
    color: #cc2929;
}

.fa-phone-square{
    content: "\f098";
    font-family: 'FontAwesome';
    font-size: 20px;
    padding: 0 5px;
    color: #fff;
}

.img-product img{
    /*border-bottom: 1px solid #a39d9d;*/
    height: 190px;
    width: 100%;
    /*object-fit: cover;*/
}

.img-product{
    width: 100%;
}

.col-md-9 {
    max-width: 100%!important;
}

.entry-header .title-post {
    color: #3A99D9;
    font-size: 1.2rem;
    font-weight: 600;
}

.entry-content {
    float: left!important;
    width: 98%!important;
    /*position: absolute;*/
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
.page-template-default .entry-content {
    float: left!important;
    width: 98%!important;
    /*position: absolute;*/
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
.page-template-default .products.columns-4 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
ul.products li {
    display: inline-block;
    float: left;
    width: 14.66%;
    margin: 0 1%;
    height: 265px;
    border: 2px solid #bebebe;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #fff;
}

ul.products li .woocommerce-loop-product__title {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.7;
    padding: 5px;
    color: #000;
    text-align: center;
}

ul.products li img{
    /*border-bottom: 1px solid #a39d9d;*/
    height: 190px;
    width: 100%;
    object-fit: cover;
}

.page-numbers li {
    margin-top: 20px;

}
.page-numbers .current{
    padding: 5px 11px;
    background: #0071C1;
    color: #fff;
    margin: 1px;
    text-decoration: underline;
    font-weight: bold;
}

.page-numbers a{
    padding: 5px 11px;
    background: #0071C1;
    color: #fff;
    overflow: hidden;
}

.woocommerce-ordering {
    display: none!important;
}

.woocommerce-result-count {
    float: right;
    font-size: 12px;
    color: #979297;
    margin-bottom: 3px!important;
    margin-right: 5px;
    margin-top: -6px;
}

.ajax_add_to_cart {
    display: none;
}

.product-desc {
    margin-bottom: 30px;
    line-height: 1.8;
    text-align: center;
    width: 50%;
    float: left;
    margin-top: -68px;
}
.img-part .product-desc {
    margin-bottom: 30px;
    line-height: 1.8;
    text-align: center;
    width: 100%;
    margin-top: 0;
}
.product-detail p {
    margin-bottom: 0;
}
.product-desc .desc-label{

}
.product-desc .product-title {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.7;
    padding: 5px;
    color: #000000;
}

#primary .main-content .column {
    float: left;
    min-height: 600px;
    width: 100%;
    margin-left: 10px;
    padding: 5px;
    padding-top: 0;
}

.woocommerce-breadcrumb {
    padding: 10px;
    background: #f0eded;
    color:#9e0404;
}

.woocommerce-breadcrumb a{
    color:#9e0404;
}

.single-product  .main-content .column {
    margin-left: 10px;
    margin-top: 13.5px;
}

.single-product  .col-sm-4 {
    margin-top: 10px;
}

.single-product .entry-header .title-post {
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    /*padding: 10px;*/
    /*background: #0071c1;*/
}

.entry-thumb {
    width: 50%;
    float: left;
    text-align: center;
}

.product-detail-content .content-detail .entry-thumb {
    margin-top: -10px;
}

.entry-thumb img{
    height: 320px;
    text-align: center;
    margin: 0 auto;
    object-fit: cover;
}

.product-detail-content .content-detail .entry-thumb img {
    height: 100%;
    max-width: 320px;
}

.content-main {
    margin-left: 5px;
}

.content-main .post_list img{
    width: 100%;
}

.content-main .col-md-9 {
    max-width: 100% !important;
    margin: 0 !important;
    text-align: justify;
}
.content-main .col-md-9 a{
    font-size: 20px;
}

.content-main .col-md-9 .more-link{
    font-size: 14px;
    border-top: 7px solid transparent;
    border-left: 22px solid #0071c1;
    border-bottom: 7px solid transparent;
    padding-left: 7px;
    color: #0071c1;
}

.search-results .pagination {
    width: 100%;
}

.search-results .current {
    padding: 5px 11px;
    background: #0071C1;
    color: #fff;
    margin: 1px;
    text-decoration: underline;
    font-weight: bold;
}

.search-results .icon-arrow-right{
    font-size: 14px;
}

.search-form .icon-search {
    width: 18px;
    height: 15px;
}

.search-wrap label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #0071C1;
    font-weight: bold;
    width: 174px;
    text-align: center;
}

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

.menu {
    /*margin-top:15px;*/
}

.navbar-brand img {
    height: 90px;
}

.icon-arrow-right , .icon-arrow-left {
    display: none;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #ff9000;
    color: white;
    cursor: pointer;
    padding: 3px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: RED;
}


.img-part:hover{
    border:#0071C1;
}

.support-left{
    width: 84%;
    margin: 0 0 0 15px;

}

.support-title {
    font-weight: bold;
}
.support-left ul{
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
    height: 132px;

}

.support-left ul li{
    width: 100%;
}


.support-left ul li a{
    color: #9e0404;
}

.fa-skype {
    content: "\f17e";
    font-family: 'FontAwesome';
    font-size: 20px;
    padding: 0 5px;
    color: #0071C1;
}

.fa-address-card {
    content: "\f2bb";
    font-family: 'FontAwesome';
    font-size: 20px;
    padding: 0 5px;
    color: #FF9000;
}

.fa-envelope {
    content: "\f0e0";
    font-family: 'FontAwesome';
    font-size: 20px;
    padding: 0 5px;
    color: #fff;
}

.product-detail-content {
    width: 100%;
    /*margin-left: 20px;*/
    padding: 0 15px;
    background: #fff;
    margin-bottom: 20px;
}
.product-template-default .product-detail-content {
    padding: 0;
}

.clear{clear: both}

.product-relate .product-relate-item{

}

.company-name {
    font-size: 17px;
    text-transform: uppercase;
    color:#ffffff;
    padding: 10px 0 5px 0;
}

.fa-angle-left:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 45px;
}

.fa-angle-right:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 45px;
}

.lSpg{
    display: none;
}
.top-tool-bar{
    overflow: hidden;
    background-color: #147C9C;
    /*position: fixed;*/
    top: 0;
    width: 100%;
    z-index: 999999;
}

.top-tool-bar .fixed-toolbar-container {
    margin: 0 auto;
    clear: both;
    height: 25px;
}

.top-tool-bar .fixed-toolbar-container ul {
    float: right;
    padding-right: 5px;

}

.top-tool-bar .fixed-toolbar-container ul a{
    font-weight: bold;
    font-size: 12px;
}

.fa-caret-right {
    ontent: "\f104";
    font-family: 'FontAwesome';
    font-size: 22px;
    padding: 10px;
    color: #E3610B;
}

.main{
    /*margin-top: 35px;*/
}

.product-detail, .product-detail p {
    text-align: justify;
}
.fix-box {
    position: fixed;
    top: 0px;
    z-index: 999;
    left: 0;
}
.fix-box form {
    /*width: 1140px;*/
    /*margin: auto;*/
    padding: 0;
}

.home .slider {
    width: 75%;
}
.column1 h2 {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
}
.fixed-toolbar-container a {
    line-height: 20px;
}
.fixed-toolbar-container li {
    padding: 0 15px;
    border-left: 1px solid #fff;
}
.fixed-toolbar-container li:first-child {
    border-left: 0;
}
.css-top {
    margin-top: 40px;
}
.img-part {
    padding: 0 8px;
}
.product-box {
    border: 2px solid #bebebe;
    border-radius: 10px;
}
.hf-news-home-wrapper .hf-title:hover .hf-news-home-wrapper-box {
    background: #000000;
    opacity: 0.9;
}
.hf-news-home-wrapper-box {
    height: 100%;
    width: 100%;
}
.view {
    display: none;
}
.hf-news-home-wrapper .hf-title:hover .view {
    display: block;
}
.hf-news-home-wrapper .hf-title:hover .hf-group-info {
    top: 0;
    padding: 40px;
}
.hf-news-home-wrapper .hf-title:hover .hf-group-info .hf-datetime,.hf-news-home-wrapper .hf-title:hover .hf-group-info strong {
    color: #ffffff;
}
.hf-news-home-wrapper.hf-first .hf-title .hf-group-info strong {
    font-size: 16px;
}
.hf-news-home-wrapper.hf-first .hf-title .hf-group-info {
    padding-bottom: 10px;
}
.left-content {
    display: none;
}
.home .left-content {
    display: block;
}
.home .header-search {
    display: none;
}
.right-title {
    margin: 0;
    margin-bottom: 10px;
}
h1.right-title {
    margin: 0;
    margin-bottom: 0px;
}
@media (max-width: 768px) {
    .search-wrap {
        width: 91%;
    }
}
@media (max-width: 767px) {
    .home .btn-search {
        background-color: #147C9C;
        border: none;
        display: inline-block;
        cursor: pointer;
        color: #fff;
        font-family: arial;
        font-size: 14px;
        font-weight: bold;
        padding: 0px 0px;
        line-height: 23.5px;
        margin-top: 5px;
        float: left;
        /* margin: 1px 6px 0 4px; */
        text-decoration: none;
        width: 7%;
        float: left;
        border-radius: 0;
        border: 1px solid #fff;
    }
    .home .col-sm-3 {
        -webkit-box-flex: 33.33;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}
@media (max-width: 640px) {
    .home .col-sm-3 {
        -webkit-box-flex: 50;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 480px) {
    .home .col-sm-3 {
        -webkit-box-flex: 100;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .navbar-brand {
        margin-right: 0;
        width: 80%;
    }

    .navbar-brand img {
        height: 70px;
    }
}
@media (max-width: 992px) {
    section .slide {
        display: none;
    }
    .home .slider {
        width: 100%;
    }
}
@media (max-width: 992px) {
    h2.left-title span {
        width: 98%;
    }
    #menu-left {
        background: #fff;
    }
    ul.products li {
        width: 23%;
    }
}
@media (max-width: 768px) {
    .single .entry-header {
        width: 100%;
        margin: 0;
    }
    .entry-thumb,.product-desc {
        width: 100%;
        float: none;
        margin-top: 0;
    }
}
.product-template-default.single .entry-content > .row {
    margin: 0;
}
.product-template-default.single.single-product .entry-content > .row {
    margin: 0 -10px;
}
.product-template-default.single.single-product .column {
    margin-top: 0;
}
.product-template-default.single.single-product .entry-content {
    padding-top: 0;
}
.siteorigin-widget-tinymce {
    /*margin: 0 -15px;*/
}
.page-template .content-area .hentry a {
    color: #000;
}

@media (min-width: 992px){
    .tuvan .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 7.5px;
    }

}
img {
    width: 100%;
}
.tuvan .box-tuvan .col-12 {
    text-align: center;
    padding: 0 15px !important;
    padding-bottom: 5px !important;
    border-right: 2px solid #0071c1;
}
.tuvan .box-tuvan .col-12:last-child {
    border: 0;
}
.tuvan .col-12 img {
    width: 20px;
}
.box-tuvan {
    border: 0 !important;
}
.box-tuvan h4 {
    margin: 0;
    font-size: 16px !important;
}
.tuvan-mobie {
    display: none;
}
.company-name-mobile {
    display: none;
}
@media (max-width: 992px){
    .main-content-news {
        width: 100%;
        margin-left: 0%;
    }
    .left-content-map {
        width: 100%;
        float: none;
        /* margin-left: 15px; */
    }
    .tuvan-mobie {
        display: block;
        height: 115px;
    }
    .tuvan-pc {
        display: none;
        height: 115px;
    }
    .tuvan-mobie .col-md-4 {
        float: left;
    }
}
@media (max-width: 480px){
    .tuvan-mobie {
        display: block;
        height: 280px;
    }
    .home .tuvan .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .container .top-tool-bar .fixed-toolbar-container .mobile-center {
        width: 50%;
    }

    .container .top-tool-bar .fixed-toolbar-container .mobile-center:nth-child(2) {
        text-align: right;
    }

    .container .top-tool-bar .fixed-toolbar-container li:nth-child(3) {
        border-left: none;
    }

    .company-name {
        display: none;
    }

    .company-name-mobile {
        display: block;
        font-size: 16px;
        text-transform: uppercase;
        color: #ffffff;
        padding: 10px 0 5px 0;
        font-weight: 600;
    }

    .company-name-mobile span {
        display: grid;
    }
}
@media (max-width: 640px) {
    .tuvan-mobie img {
        padding: 0px;
    }
}
/*.google-auto-placed {
    display: none !important;
}*/