
.header {
    height: 90px;
    /*background: #eee;*/
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .logo {
    /*margin-left: -50px;*/
    /*margin-right: 100px;*/
    width: 143px;
    height: 35px;
}

.nav ul.html5_nav_ul {
    display: inline-flex;
}

.nav {
    /*max-width: 720px;*/
    margin-top: 36px
}

.nav a {
    padding: 0 10px;
    font-family: HelveticaNeue, Helvetica Neue, helvetica, Sans-Serif;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.nav a:hover {
    color: rgb(201, 194, 58);
}

.nav .current-menu-item a {
    color: rgb(201, 194, 58);
}

.nav li {
    padding: 0 5px;
}

.pll-parent-menu-item {
    position: relative;
    box-shadow: 0 3px 8px #aaa;
    padding: 5px !important;
    margin-top: -8px;
    margin-left: 20px;
}

.pll-parent-menu-item img,
.pll-parent-menu-item {
    border-radius: 50px;
}

.pll-parent-menu-item img{
    height: 16px !important;
}

.pll-parent-menu-item .sub-menu {
    position: absolute;
    padding: 0;
    flex-direction: column;
    z-index: 99999;
    left: 0;
    display: none;
    /*box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.1);*/
}

.pll-parent-menu-item ul.sub-menu a{
    display: flex;
    align-items: center;
    width: 120px;
    background: #fff;
    padding: 5px 10px;
    /*border-radius: 30px;*/
}
.pll-parent-menu-item ul.sub-menu a:hover{
    background: #f1f1f1 !important;
}

.pll-parent-menu-item:hover .sub-menu{
    display: flex;
}

.footer a {
    height: 35px;
    display: inline-block;
}

.footer-logo,
.footer-title,
.footer-right {
    padding: 20px 0;
    display: inline-flex;
}

.title-text,
.footer-right {
    line-height: 35px;
}

.footer-line {
    margin: 0 15px;
    border-left: 1px solid #000;
    display: block;
    height: 35px;
}


.contact-us-title {
    /*background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("http://en.fibrpro.com/wp-content/uploads/2021/08/DSC01261.jpg");*/
    background-image: url("http://en.fibrpro.com/wp-content/uploads/2021/08/DSC01261.jpg");
    background-size: cover;
    background-position: center center;
    color: #fff;
    background-attachment: fixed;
}

.wp-block-columns {
    margin-bottom: 0 !important;
}

.wp-block-image {
    margin: 0 !important;
}

.wp-block-columns.has-background {
    padding: 0 !important;
}

.all-title {
    background-size: cover;
    background-position: center center;
    color: #fff;
    background-attachment: fixed;
    background-color: rgba(184, 189, 136, 0.48);
    /*background-image: linear-gradient(to top, rgba(184, 184, 136, 0.6), rgba(0, 0, 0, 1)),
    url("https://static.wixstatic.com/media/418c0b_b7928e0f20c646f493d0b55f7d2a8e87~mv2.png/v1/fill/w_666,h_199,al_c,q_85/418c0b_b7928e0f20c646f493d0b55f7d2a8e87~mv2.webp");*/
    background-image: url("http://en.fibrpro.com/wp-content/uploads/2021/09/DSC01447-1.jpg");
    padding-top: 40px;
}

.place-title {
    color: #CEFFCC !important;
    margin-bottom: 10px;
}

.wp-block-group.all-title h5 {
    font-size: 15px;
    padding-right: 20%;
}

.wp-block-group.all-title hr {
    border-top: 1px solid;
    border-bottom: 2px solid;
}

.wp-block-group.all-title a {
    color: #fff;
    font-size: 16px;
}

.wp-block-group .contact-phone {
    margin-left: 20px;
    border-left: 1px solid #fff;
    padding-left: 20px;
    font-size: 16px;
}

.wp-block-column h2 {
    font-size: 24px;
}

.wp-block-group.all-title .wp-block-column > h2,
.wp-block-group.all-title .wp-block-column > .wp-block-columns {
    padding-left: 30px;
}

.has-text-align-left {
    padding-left: 0 !important;
}

.Products-header {
    max-width: 1100px;
    margin: 0 auto;
}

.products-ul {
    display: inline-flex;
    width: 100%;
    justify-content: space-evenly;
    height: 109px;
    align-items: flex-end;
}

.products-ul a:hover {
    color: rgb(201, 194, 58);
}

.Products-post-warp {
    margin: 0 auto;
    width: 820px;
    margin-top: 40px;
}

.Products-post-warp .post {
    width: 270px;
    display: inline-block;
    margin-bottom: 30px;
}

.Products-post-warp img {
    /*width: auto;*/
    max-height: 270px;
}

.Products-post-warp a {
    display: block;
    text-align: center;
}

.Products-post-warp .post-img {
    /*height: 270px;*/
}

.Products-post-warp h2 {
    line-height: 20px;
    padding: 15px 0;
    text-align: center;
    font-size: 12px;
    color: rgb(43, 43, 43) !important;
    font-weight: 300;
}

.pagination {
    width: 100%;
    height: 74px;
    background-color: rgb(250, 250, 250);
    box-shadow: 0px -3px 6px #ccc inset;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.next.page-numbers {
    display: none;
}

.page-numbers {
    display: block;
    /*height: 34px;*/
    padding: 0 20px;
    font-size: 15px;
}

.other-warp {
    background-color: rgb(43, 43, 43);
}

.other-title {
    max-width: 900px;
    margin: 0 auto;
    height: 226px;
    display: flex;
    align-items: center;
}

.other-title h1 {
    width: 322px;
    font-size: 56px;
    color: rgb(213, 213, 213);
}

.products-single {
    max-width: 860px;
    margin: 0 auto;
}

.products-single .default-view h3 {
    display: none;
}

.products-single h2 {
    font-size: 28px;
    color: rgb(149, 123, 95);
}

.products-single h3 {
    font-size: 18px;
    color: rgb(128, 128, 128);
}

.products-single p {
    font-size: 15px;
    text-align: justify;
}

.products-single .wp-block-column {
    flex-basis: auto !important;
    min-width: 38% !important;
}

.category-show .one-category {
    width: 160px;
    display: block;
}

.category-show .one-category a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-right: 40px;
    color: rgb(85, 26, 139);
    font-size: 15px;
}

.category-show .two-category {
    font-size: 12px;
    text-transform: capitalize;
}

.two-category:hover,
.category-show a:hover {
    color: #c9c23a;
}

.category-show span {
    display: block;
    height: 40px;
    line-height: 40px;
    margin-bottom: 18px;
}

.products-single .counter {
    display: none;
}

.products-single .pic:hover {
    background-color: rgba(250, 250, 250, 0.5);;
}

.products-img-box {
    background-color: #fcfcfc;
    padding-bottom: 60px;
    padding-top: 1px;
    box-shadow: 0px -3px 6px #ccc inset;
}

.products-imgs {
    width: 1000px;
    margin: 0 auto;
}

.products-img-title {
    font-size: 18px;
    text-align: center;
    margin-top: 58px;
    margin-bottom: 44px;
    color: rgb(128, 128, 128);
}

.products-imgs .img-title {
    height: 40px;
    padding: 15px 0;
}

.products-imgs .ngg-galleryoverview {
    margin-bottom: 0 !important;
}

.products-single-main {

    box-shadow: 0px -3px 6px #ccc inset;
}

.ngg-galleryoverview.default-view .img-title {
    font-size: 13px !important;
    color: #808080;
    text-transform: capitalize;
}

.products-single-main .ngg-galleryoverview.default-view {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
}

#fancybox-title-inside {
    position: absolute;
    left: 120%;
    top: -3690%;
    font-size: 21px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    text-align: left;
    width: 260px;
}

#fancybox-overlay {
    background-color: rgba(43, 43, 43, 1) !important;
    opacity: 0.9 !important;
}

.ul-box {
    max-width: 900px;
    margin: 0 auto;
    /*display: inline-flex;*/
}

.projects-ul a {
    display: block;
    font-size: 15px;
    color: #fff;
}

.projects-ul .projects-categroy-title {
    padding: 15px 8px;
    text-align: left;
    display: block;
}

.projects-ul {
    margin: 0;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.projects-ul li {
    width: 49.5%;
    display: inline-block;
    margin-bottom: 15px;
}

.projects-ul img {
    width: 100%;
}

.projects .other-title {
    /*height: 140px;*/
}

.projects-category-warp {
    padding-bottom: 60px;
}

.c-projects-title {
    display: block;
    height: 180px !important;
    padding-top: 60px;
}

.c-category {
    color: #e5e5e5;
}

.c-category:hover {
    color: #c9c23a;
}

.c-projects-title h1 {
    margin-top: 10px;
}

.projects-list {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}

.projects-list .post {
    width: 30%;
    display: inline-block;
    position: relative;
    margin-right: 3.05%;
    margin-bottom: 4%;
}

.post-img-projects img {
    width: 278px;
    height: 370px;
}

.projects-list .projects-h2 {
    /*top: 40%;*/
    /*left: 50%;*/
    /*width: 80%;*/
    /*margin-left: -40%;*/
    /*position: absolute;*/
    text-align: center;
    text-align: left;
}

.other-title.c-projects-title a{
    font-size: 14px;
    font-weight: 400;
}

.projects-h2 a {
    color: #ffffff;
    text-align: center;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
}

.products-single-main.projects-single-main {
    background-color: rgb(43, 43, 43);
}

.projects-single,
.projects-single a {
    color: #D5D5D5 !important;
}

.products-single h1,
.products-single h3 {
    color: rgb(149, 123, 95) !important;
}

.products-single h1 {
    font-size: 28px;
}

.products-single h4 {
    font-size: 18px;
    margin: 0;
}

.products-single .wp-block-column {
    width: 100%;
    /*display: flex;*/
}

.products-single .wp-block-image {
    /*margin-top: 90px !important;*/
    text-align: center;
    display: flex;
    text-align: center;
    justify-content: center;
    height: 280px;
    align-items: center;
}

.products-single .wp-block-column img {
    max-width: 160px;
    height: auto;
}

.projects-single .wp-block-themepunch-revslider {
    position: relative;
    background: #444;
    padding: 60px 0;
    height: auto;
}

.products-single .wp-block-themepunch-revslider {
    position: relative;
    padding-top: 60px;
    height: auto;
}

.products-single .wp-block-columns {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 60px;
}

.products-single .category-show {
    max-width: 900px;
    margin: 0 auto;
}

.projects-single-main {
    padding-bottom: 60px;
    background-color: rgb(43, 43, 43);
}

.products-single.projects-single {
    max-width: 100%;
}

.discover-title-box {
    height: 290px;
    /*background-image: linear-gradient(to top, rgba(34, 34, 34, 0.8), rgba(34, 34, 34, 0.8)), url("http://static.wixstatic.com/media/418c0b_4c1ed2f89158428a96bc6e357f6e3c5f~mv2.jpg/v1/fill/w_1000,h_194,al_r,q_80/418c0b_4c1ed2f89158428a96bc6e357f6e3c5f~mv2.webp");*/
    background-image: url("http://en.fibrpro.com/wp-content/uploads/2021/09/DSC00568.jpg");
    background-attachment: fixed;
    background-position: top center;
    color: #fff;
    background-size: cover;
    display: flex;
    align-items: center;
}

.discover-title-box h1.discover-title {
    width: 900px;
    margin: 0 auto;
    text-align: left;
    font-size: 56px;
    font-weight: 300;
}

.discover-category .top-news {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 30px;
}

.discover-category .post-img a {
    width: 420px;
    max-height: 315px;
    display: block;
}

.discover-category .post-img img {
    width: 100%;
    height: 315px;
}

.discover-sec .top-news .sticky {
    display: inline-flex;
    margin-bottom: 15px;
}

.discover-category .post-other {
    padding: 25px;
}

.discover-category .post-other h2 {
    font-size: 25px;
}

.discover-category .post-other p {
    font-size: 15px;
    color: rgb(128, 128, 128);
}

.discover-category .post-other a {
    color: rgb(85, 85, 85);
    font-weight: 200;
}

.discover-category .post-other a:hover {
    color: rgb(201, 194, 58);
}

.discover-category .discover-post-warp-2 {
    max-width: 1000px;
    margin: 0 auto;
}

.products-ul.discover-ul {
    align-items: center;
    justify-content: flex-start;
}

.discover-category .discover-ul {
    padding-left: 0;
}

.discover-category .discover-ul li {
    margin-right: 30px;
}

.discover-category .discover-ul li a {
    color: rgb(128, 128, 128);
    font-size: 16px;
}

.discover-category .post2-warp2 {
    display: inline-flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    width: 100%;
}

.discover-category .post2-warp2 .post {
    width: 32.5%;
    margin-right: 0.8%;
}

.discover-category .post2-warp2 .post a {
    display: block;
    width: 100%;
    color: rgb(128, 128, 128);
}

.discover-category .discover-ul li a:hover,
.discover-category .post2-warp2 .post a:hover {
    color: rgb(201, 194, 58);
}

.discover-category .post2-warp2 .post img {
    height: 229px;
    width: 100%;
}

.post2-warp-title-info {
    padding: 20px;
}

.discover-category {
    /*box-shadow: 0px -3px 6px #ccc inset;*/
    /*padding-bottom: 60px;*/
}

.main-warp {
    box-shadow: 0px -3px 6px #ccc inset;
    padding-bottom: 30px;
}

.discovery-single {
    max-width: 1000px;
    margin: 0 auto;
    color: rgb(128, 128, 128);

}

.discovery-single a {
    color: rgb(128, 128, 128);
}

.discovery-single p {
    font-size: 18px;
}

.discovery-single h3 {
    font-size: 22px;
}

figcaption {
    text-align: center;
}

.discovery-single-nav .products-ul.discover-ul a {
    display: block;
    margin-right: 35px;
    text-transform: capitalize;
    color: rgb(128, 128, 128);
    font-weight: 300;
    font-size: 14px;
}

.products-ul.discover-ul {
    padding: 0;
}

.discovery-single-section {
    padding: 50px 80px;
}

.discovery-single-post-title {
    font-size: 40px;
    font-weight: 300;
    margin: 20px 0 15px 0;
}

.update_time {
    margin-bottom: 60px;
}

.discovery-signle-tags {
    margin: 60px 0 40px 0;
}

.share-icon {
    border-top: 1px solid #ddd;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
}

.icon{
    font-size: 20px;
}

ul.share {
    margin: 0;
    padding: 0;
}

ul.share li {
    display: inline-block;
}

.recent-title-warp {
    display: flex;
    justify-content: space-between;
}

.recent-post {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.recent-post .post {
    width: 30%;
    /*margin-right: 1.2%;*/
}


.recent-post .post img {
    width: 100%;
    height: 162px;
}

.recent-title-warp {
    margin: 40px 0 40px 0;
}

.privacy-main {
    background: #717171;
}

.privacy-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px;
    background-color: #2b2b2b;
}

.privacy-page h1 {
    font-size: 56px;
    color: rgb(149, 123, 95);
    font-weight: 300;
    width: 60%;
}

.privacy-page a,
.privacy-page p {
    font-size: 15px;
    color: rgb(213, 213, 213);
    font-weight: 300;
}

.privacy-page .title-warp {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    display: flex;
}

.privacy-page .p-time {
    font-size: 15px;
    color: rgb(213, 213, 213);
}

.justify {
    text-align: justify !important;
}


/*Contact form 7两列*/
.responsive-form-title {
    max-width: 350px /*-- change this to get your desired form width --*/;
    margin: 0 auto;
    width: 100%;
}

#responsive-form {
    max-width: 350px /*-- change this to get your desired form width --*/;
    margin: 0 auto;
    width: 100%;
    color: #fff;
    font-size: 15px;
}

.form-row {
    width: 100%;
}

.column-half.half-right {
    float: right;
}

.column-half, .column-full {
    float: left;
    position: relative;
    padding: 0.65rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) {
    .column-half {
        width: 45%;
    }
}


.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 1);
    /*border-radius: 3px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.26);
    margin-top: 5px;
    margin-bottom: 15px;
}

.wpcf7 input[type="text"]:hover, .wpcf7 input[type="email"]:hover, .wpcf7 textarea:hover {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    background: none;
}

.wpcf7 input[type="text"]:focus {
    background: none;
}

.wpcf7 textarea {
    height: 80px;
}

.wpcf7 .form-label {
    text-transform: capitalize;
}

.wpcf7-submit {
    width: 140px;
    height: 36px;
    background: rgba(255, 255, 255, 0.55);
    color: rgb(116, 120, 70);
    text-transform: capitalize;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    cursor: pointer;
}

.wpcf7-submit:hover {
    background: none;
    color: rgb(255, 255, 255);
    -webkit-transition: all 0.4s ease-out 0.1s;
    -moz-transition: all 0.4s ease-out 0.1s;
    -o-transition: all 0.4s ease-out 0.1s;
    transition: all 0.4s ease-out 0.1s;
}

span.wpcf7-not-valid-tip {
    text-shadow: none;
    font-size: 12px;
    color: #fff;
    background: #ff0000;
    padding: 5px;
}

div.wpcf7-validation-errors {
    text-shadow: none;
    border: transparent;
    background: #f9cd00;
    padding: 5px;
    color: #9C6533;
    text-align: center;
    margin: 0;
    font-size: 12px;
}

div.wpcf7-mail-sent-ok {
    text-align: center;
    text-shadow: none;
    padding: 5px;
    font-size: 12px;
    background: #59a80f;
    border-color: #59a80f;
    color: #fff;
    margin: 0;
}

/*下载页面*/
.download-page-sec {

}

.download-page {
    max-width: 1000px;
    margin: 0 auto;
    width: 1000px;
}

.download-page-sec {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7)), url("https://static.wixstatic.com/media/418c0b_fd5f3b129ed740c6b30c5c679dcbee8d~mv2.jpg");
    background-attachment: fixed;
    background-position: center center;
    color: #fff;
    background-size: cover;
    display: flex;
    align-items: center;
    padding-bottom: 50px;
    padding-top: 50px;
}

.download-page-sec .h2 {
    color: #E7F0DD;
}

.download-page-sec .wp-block-buttons {
    display: flex;
    flex-direction: column;
    column-gap: .5em;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 700;
}

.download-page-sec .wp-block-buttons a {
    display: block;
    width: 200px;
    align-items: center;
    background-color: rgba(141, 210, 205, 0.8);
    color: #fff;
}

.download-page-sec .wp-block-buttons a:hover {
    background: none;
    transition: all 0.4s ease-out 0.1s;
}


.download-page-sec .title-warp {
    max-width: 900px;
    margin: 0 auto;
}

.download-page-sec .title-warp h1 {
    max-width: 300px;
    margin: 0;
    font-weight: 300;
    color: #d5d5d5;
}

.download-page-sec .title-warp h1.donw-load-right {
    text-align: right;
    margin-bottom: 50px;
}

.new-download .post{
    width: 30%;
    margin-bottom: 30px;
    margin-right: 50px
}

.new-download .post:nth-child(3n) {
    margin-right: 0;
}

.download-post-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    /* justify-content: space-evenly; */
}

.download-post-box img{
    max-width: 320px;
    width: 100%;
    height: 180px;
}


@font-face {
    font-family: 'Argo-Flats';
    src: url('https://en.fibrpro.com/wp-content/themes/html5blank-stable/fonts/Argo-Flats.ttf');
    font-weight: normal;
    font-style:normal;
}

@font-face {
    font-family: 'Argo-Flats-td';
    src: url('https://td.fibrpro.com/wp-content/themes/html5blank-stable/fonts/Argo-Flats.ttf');
    font-weight: normal;
    font-style:normal;
}

@font-face {
    font-family: 'Argo-Flats-cn';
    src: url('https://cn.fibrpro.com/wp-content/themes/html5blank-stable/fonts/Argo-Flats.ttf');
    font-weight: normal;
    font-style:normal;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Argo-Flats' !important;*/
    font-weight: 300;
}

.Products-post-warp.nowarp {
    min-height: 450px;
    margin: 0;
    width: 100%;
    background-image: linear-gradient(to top, rgba(4, 81, 132, 0.85), rgba(4, 81, 132, 0.85)), url("https://static.wixstatic.com/media/418c0b_8ece51972b6f4f1abe95f04cce0b29ad~mv2.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    color: rgb(193, 221, 237);
    font-weight: 700;
    justify-content: center;
    align-content: center;
    opacity: 0.8;
}

.Products-post-warp.nowarp h1 {
    font-weight: 700;
    font-family: "Arial Hebrew", Arial, sans-serif;
    margin: 10px 0;
    font-size: 40px !important;
}

.Products-post-warp.nowarp h2 {
    font-weight: 700;
    font-family: "Arial Hebrew", Arial, sans-serif;
    font-size: 30px;
    text-align: center;
    color: rgb(193, 221, 237) !important;
    margin: 8px 0;
    padding: 0;
    text-transform: uppercase;
}

.download-page .wp-block-columns .wp-block-column p,
.download-page .wp-block-columns .wp-block-column h1,
.download-page .wp-block-columns .wp-block-column h2,
.download-page .wp-block-columns .wp-block-column h3,
.download-page .wp-block-columns .wp-block-column h4,
.download-page .wp-block-columns .wp-block-column h5,
.download-page .wp-block-columns .wp-block-column h6 {
    width: 220px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 5px;
}
.download-page .wp-block-columns .wp-block-column h2,
.download-page .wp-block-columns .wp-block-column h3,
.download-title {
    font-weight: bold;
    flex-grow: 1;
    height: 70px;
    padding: 0 40px;
}
.download-date{
    padding: 0 40px;
}

.download-page .pagination{
    background: none !important;
    box-shadow: none;
}

.download-page .pagination a{
    color: #f2f2f291;
}

#logo-font{
    /*font-family: "Argo Flats" !important;*/
}

.wpcf7-form.sent{
    position: relative;
}

.wpcf7-response-output{
    position: absolute;
    bottom: 0;
    right: 25%;
    border: none !important;
    color: #fff;
    font-weight: 700;
}

.footer-right .menu {
    display: flex;
    margin-left: 0;
}

.footer-right .menu li:first-child{
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #000;
}

.home-10-slider .tp-tab,
#rev_slider_1047_10_wrapper .tp-tab,
#rev_slider_1006_10_wrapper .tp-tab,
#rev_slider_108_10_wrapper .tp-tab{
    /*opacity: 1;*/
    padding: 10px;
    box-sizing: border-box;
    font-family: 'roboto',sans-serif;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
.home-10-slider .tp-tab .tp-tab-date,
#rev_slider_1047_10_wrapper .tp-tab .tp-tab-date,
#rev_slider_1006_10_wrapper .tp-tab .tp-tab-date,
#rev_slider_108_10_wrapper .tp-tab .tp-tab-date{
    display: block;
    color: rgba(255,255,255,0.5);
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 0px;
}
.home-10-slider .tp-tab .tp-tab-title,
#rev_slider_1047_10_wrapper .tp-tab .tp-tab-title,
#rev_slider_1006_10_wrapper .tp-tab .tp-tab-title,
#rev_slider_108_10_wrapper .tp-tab .tp-tab-title{
    display: block;
    text-align: left;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    line-height: 17px;
}
.home-10-slider .tp-tab .tp-tab-content,
#rev_slider_1047_10_wrapper .tp-tab .tp-tab-content,
#rev_slider_1006_10_wrapper .tp-tab .tp-tab-content,
#rev_slider_108_10_wrapper .tp-tab .tp-tab-content {
    background: rgba(0,0,0,0);
    position: relative;
    padding: 15px 15px 15px 85px;
    left: 0px;
    overflow: hidden;
    /*margin-top: -15px;*/
    box-sizing: border-box;
    color: rgba(51,51,51,0);
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
}

.home-10-slider .tp-tab .tp-tab-image,
#rev_slider_1047_10_wrapper .tp-tab .tp-tab-image,
#rev_slider_1006_10_wrapper .tp-tab .tp-tab-image,
#rev_slider_108_10_wrapper .tp-tab .tp-tab-image{
    width: 60px;
    height: 60px;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    display: inline-block;
    float: left;
}

.home-10-slider .tp-tab.rs-touchhover,
.tp-tab.rs-touchhover{
    background-color: #000;
}

.home-10-slider .tp-tab.selected.rs-touchhover{
    /*background-color: #ddd;*/
}
.font13 {
    font-size: 13px !important;
    font-weight: 400;
}

.page-contact-us .clear{
    display: none;
}


.test{
 color: #000;

}