
/* =======================================================
*
* 	Template Style
*	Edit this section
*
* ======================================================= */

html{
    font-size: 16px;
}
body {
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:0.875rem;
    font-weight:400;
    color:#2C3751;
    line-height:1.375rem;
    overflow-x: hidden;
    /*overflow-y: hidden;*/
}
a {
    color:#2C3751;
}
a:hover, a:active, a:focus {
    color:#2C3751;
    text-decoration:none;
}
ul{
    list-style: none;
    padding:0;
    margin:0;
}
h1, h2, h3, h4, h5{
    font-weight: 500;
}
p{
    text-align: justify;
}


/*----------public style-----------*/
.f-header-bg{
    width: 100%;
    /*height:260px;*/
    background: url("../images/top_bg.png") no-repeat;
    /*background-size:cover;*/
}
.f-middle-wrapper,
.f-production-wrapper,
.proDetails-content,
.f-customer-wrapper,
.f-contactUs-wrapper,
.f-media-interview{
    width: 100%;
    height:auto;
    background: url("../images/middle_bg.png");
    /*background-size:cover;*/
}
.f-footer-wrapper{
    width: 100%;
    height:auto;
    background:url("../images/topH_bg.png");
    /*background-size:cover;*/
    position: relative;
    overflow: hidden;
}
.f-footer-wrapper::before{
    position: absolute;
    content: "";
    width: 100%;
    top:0;
    left:0;
    height: 1200px;
    background: rgba(128, 25, 41 ,.9);
}
.f-header-bg .f-logo-wrapper{
    height: 130px;
}
.navbar-bg{
    width: 100%;
    min-height: 56px;
    background: rgba(128, 25, 41 ,.93);
}

/*nav*/
.navbar-bg .navbar-nav .active>.nav-link,
.navbar-bg .navbar-nav .nav-link.active,
.navbar-bg .navbar-nav .nav-link.show,
.navbar-bg .navbar-nav .show>.nav-link{
    color:#fff;
    font-weight: 600;
}
.navbar-bg .navbar-nav .nav-link{
    font-size: 17px;
    padding: 0.5rem 1rem;
    -webkit-transition: all 0.3s;
    transition: font-weight 0.3s;
    font-weight: 400;
    text-align: center;
}
.navbar-bg .navbar-nav .nav-link:focus,
.navbar-bg .navbar-nav .nav-link:hover{
    font-weight: bold;
}
.navbar-bg .navbar-nav .nav-link:focus,
.navbar-bg .navbar-nav .nav-link:hover,
.navbar-bg .navbar-nav .nav-link{
    color:#fff;
}
.navbar-bg .navbar-toggler{
    margin: 15px 0;
    border:none;
    border-radius: 0;
    padding:0;
    font-size: 25px;
    outline: none;
    margin: 20px auto;
}

@-webkit-keyframes menu_sticky {
    0%  {margin-top: -64px;opacity: 0;}
    100% {margin-top: 0;opacity: 1;}
}
@keyframes menu_sticky {
    0%  {margin-top: -64px;opacity: 0;}
    100% {margin-top: 0;opacity: 1;}
}
.navbar-bg{
    position: static;
}
.navbar-bg.isShowTop{
    position: fixed;
    top:0;
    left:0;
    z-index: 999;
    /*overflow: hidden;*/
    -webkit-box-shadow:  0px 13px 35px -12px rgba(35,35,35,0.15);
    box-shadow: 0px 13px 35px -12px rgba(35,35,35,0.15);
    -webkit-animation: menu_sticky 0.7s ease-in-out;
    animation: menu_sticky 0.7s ease-in-out;
}
.navbar-bg.isShowTop::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 84px;
    top:0;
    left:0;
    opacity: 0.02;
    z-index: -1;
    background: url("../images/top_bg.png");
}
.navbar-bg.isShowTop .collapseMenu{
    justify-content: flex-end!important;
}
.navbar-bg.isShowTop .nav-item .nav-link{
    padding: 1rem 2rem;
}

.tancengLogo{
    display: none;
}
.navbar-bg.isShowTop .tancengLogo{
    display: block;
    padding:5px 0;
}
/*//nav*/
.f-banner-wrapper{
    overflow: hidden;
    cursor: pointer;
}
.f-banner-wrapper img{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.f-banner-wrapper:hover img{
    opacity: 0.75;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}
.f-middle-wrapper{
    padding-top:150px;
    padding-bottom:250px;
}
/*.f-footer-wrapper{*/
/*    padding-top:100px;*/
/*    padding-bottom:150px;*/
/*}*/

.brandBrif h2{
    font-size:35px;
    font-weight: 500;
    color: #801A29;
    line-height: 60px;
    opacity: 0.9;
    display: inline-block;
    border-bottom: 1px solid #801A29FF;
}
.brandBrif h5{
    font-size: 25px;
    font-weight: 400;
    color: #686868;
    line-height: 40px;
    margin-bottom: 40px;
}
.brandBrif .cont{
    font-size: 17px;
    font-weight: 400;
    color: #686868;
    line-height: 57px;
    text-align: justify;
}
.subscription h3{
    font-size: 34px;
    font-weight: 500;
    color: #EDEDED;
    line-height: 44px;
}
.subscription>p{
    font-size: 18px;
    font-weight: 400;
    color: #EDEDED;
    line-height: 24px;
}
.subscription{
    margin-bottom: 127px;
}

.form-input input{
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #efefef;
    letter-spacing: 1px;
    outline: none;
    font-size: 18px;
    font-weight: 400;
    color: #EDEDED;
    line-height: 24px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form-input input:focus{
    border-bottom-color: rgba(255,255,255,0.3);
}

.form-input ::-webkit-input-placeholder { /* WebKit, Blink, Edge */    color:#ededed; }
.form-input :-moz-placeholder { /* Mozilla Firefox 4 to 18 */   color:#ededed; }
.form-input ::-moz-placeholder { /* Mozilla Firefox 19+ */   color:#ededed; }
.form-input :-ms-input-placeholder { /* Internet Explorer 10-11 */   color:#ededed;  }

.submitBtn{
    display: inline-block;
    border:1px solid #ededed;
    border-radius: 2px;
    padding:5px 20px;
    margin-top: 20px;
    color:#fff;
    transition: all 0.2s;
}

.footer-menu-nav .nav-item .nav-link{
    font-size: 18px;
    font-weight: 400;
    color: #EDEDED;
    line-height: 26px;
    padding: 1rem 0;
}
.submitBtn:hover{
    background: transparent;
}
.f-production-wrapper{
    padding-top: 160px;
    padding-bottom: 176px;
}
.production-title{
    margin-bottom: 70px;
}
.production-title h2{
    font-size: 35px;
    font-weight: 500;
    color: #801A29;
    line-height: 60px;
    display: inline-block;
    border-bottom: 2px solid #801A29FF;
}
.production-title>p{
    font-size: 20px;
    color: #D1D1D1;
    letter-spacing: 2px;
    line-height: 30px;
}
.production-item{
    /*-webkit-box-shadow: 0 0 5px #ccc;*/
    /*box-shadow: 0 0 5px #ccc;*/
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 20px 15px;
    opacity: 1;
    /*-webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);*/
    /*box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);*/
}
.production-item:hover{
    margin-top: -5px;
    opacity: 0.2;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.f-dropdown-menu{
    width: 100%;
    margin: 13px 0 0;
    background: rgb(75,15,24);
    border:none;
}
.f-dropdown-menu .dropdown-item{
    color:#fff;
    padding: 0.5rem 1.5rem;
    text-align: center;
}
.f-dropdown-menu .dropdown-item:focus,
.f-dropdown-menu .dropdown-item:hover{
    background-color: rgba(248, 249, 250,0.2);
}
.navbar-bg .navbar-nav{
    padding: 20px 0;
}
.tancengLogo img{
    width: 60px;
    height: 60px;
    display: block;
}
.mainLogo{
    width: 90px;
    /*height: 118px;*/
    display: block;
}


.footerLogoImg{
    width: 226px;
    display: block;
}
.footerLogoImg.mobile{
    display: none;
    margin: 0 auto;
}
.production-item .card-body{
    margin-top: 25px;
    padding:0;
}
.production-item img{
    width: 100%;
}
.proDetails-content{
    padding:100px 0 150px;
}
.detailsInfoBref{
    /*background: #fff;*/
    padding:80px 50px;
    /*box-shadow: 0 0px 10px rgba(0,0,0,0.22);*/
}
.detailsInfoBref img{
    margin-bottom: 80px;
}
.detailsInfoBref h3{
    font-size: 36px;
    font-weight: 500;
    color: #333333;
    line-height: 52px;
}
.detailsInfoBref>p{
    font-size: 16px;
    font-weight: 500;
    color: #545454;
    line-height: 19px;
}
.onSaleBtn{
    /*width: 320px;*/
    height: 55px;
    display: block;
    color:#fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 55px;
    background: rgb(35,104,104);
    margin-top:26px;
    margin-bottom: 38px;
}
.proDetails-content .row{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.f-customer-wrapper{
    padding-top:133px;
    padding-bottom: 182px;
}


.customerImg{
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-bottom: 48px;
}

.customerImg .xuanfu::before{
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 60deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 60deg) translate3d(0, -100%, 0);
}
.customerImg:hover .xuanfu::before{
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 15deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 10deg) translate3d(0, 100%, 0);
}
.f-footer-wrapper .container{
    margin-top:100px;
    margin-bottom:200px;
}
.f-footer-wrapper::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 49px;
    bottom:62px;
    left:0;
    background: url("../images/huawen_bg.png");
}
.groupIntroTitle h3{
    font-size: 35px;
    font-weight: 500;
    color: #801A29;
    line-height: 60px;
    opacity: 0.9;
    display: inline-block;
    border-bottom: 1px solid #801A29;
}
.groupIntroTitle h5{
    font-size: 25px;
    font-weight: 400;
    color: #686868;
    line-height: 40px;
}
.groupIntroTitle{
    margin-bottom: 50px;
}
.groupIntroArticle p{
    font-size: 17px;
    font-weight: 400;
    color: #686868;
    line-height: 57px;
    text-align: justify;
}
.f-contactUs-wrapper{
    padding-top:122px;
    padding-bottom: 192px;
}
.icon-box{
    width: 36px;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
}
.contactUs-info{
    max-width: 500px;
}
.contactUs-info>li{
    margin-bottom: 80px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    line-height: 40px;
}
.contactUs-info>li:last-child{
    margin-bottom: 0;
}
.contactUs-info span{
    font-size: 23px;
    font-weight: 300;
    color: #686868;
    /*line-height: 130px;*/
}
.conTactUs-form{
    background: rgb(235,235,235);
}
.conTactUs-form{
    padding:50px;
    border-radius: 15px;
}
.conTactUs-form .form-group{
    margin-bottom: 40px;
}
.conTactUs-form .form-control{
    border: none;
    border-radius: 20px;
    padding: 0.7rem .75rem;
    height: auto;
}
.conTactUs-form .form-group textarea{
    height: 140px;
}
.sendBtn{
    display: inline-block;
    width: 150px;
    text-align: center;
    line-height: 48px;
    color:#fff;
    height: 48px;
    border-radius: 48px;
    opacity: 0.9;
    background: #801928FF;
    margin-top: 40px;
}
.sendBtn:hover{
    color:#fff;
}
.f-production-list{
    width: 100%;
    height: 100%;
    padding-top: 70px;
    padding-bottom: 130px;
    background: url(../images/index/bannerTwo.jpg) no-repeat center center;
    background-size: 100% 100%;
    object-fit: cover;
}
.proShowTitle{
    margin-bottom: 150px;
}
.proInfoItem{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.proInfoItem li{
    padding:0 25px;
    text-align: center;
    margin-bottom: 80px;
}
.proInfoItem li .proPic{
    width: 200px;
    /*height: 277px;*/
    margin-bottom: 37px;
}
.copyRightInfo{
    font-size: 13px;
    margin-top: 80px;
    position: absolute;
    bottom:0;
    left:50%;
    color:rgba(255,255,255,0.75);
    z-index: 999;
    transform: translateX(-50%);
    width: 100%;
    line-height: 16px;
    margin-bottom: 10px;
}
.f-banner-box{
    width: 100%;
    height: auto;
    padding-bottom: 120px;
    background: url("../images/index/banner_bg.jpg") no-repeat center center;
    background-size: cover;
}
.leftThemeDesc{
    padding-top: 14%;
}
.detailsImg img{
    width: 80%;
}
.leftThemeDesc .bigtT{
    margin-bottom: 80px;
}
.productShow .cardItem{
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    max-width: 180px;
    margin:0 auto 50px;
}
.productShow .cardItem:hover{
    margin-top: -15px;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}
.f-banner-box .row{
    margin:0;
}
.f-banner-box .col-12{
    padding-left:0;
    padding-right:0;
}
#mc-embedded-subscribe{
    border-bottom:0;
    height: auto;
}
@media (min-width: 1200px) and (max-width: 1400px){
    .proInfoItem{
        width: 80%;
        margin:0 auto;
    }
}
@media (min-width: 1400px) and (max-width: 1600px){
    .proInfoItem{
        width: 70%;
        margin:0 auto;
    }
}
@media (max-width: 1200px){
    .detailsInfoBref {
        padding: 80px 50px;
    }
    .detailsInfoBref img {
        margin-bottom: 80px;
    }
}
@media (max-width: 995px){
    .footerLogoImg{
        width: 150px;
    }
    .subscription {
        margin-bottom: 68px;
    }
}

@media (max-width: 991px){
    .navbar-bg .navbar-nav{
        border-top:1px solid #fff;
    }
    .navbar-bg{
        min-height: 50px;
    }
    .navbar-bg .navbar-toggler{
        margin: 12px auto;
    }
    .navbar-bg.isShowTop .tancengLogo img{
        width: 50px;
        height: 50px;
    }
    .navbar-bg.isShowTop .navbar-toggler{
        margin:20px 0;
    }
    .groupIntroArticle,.groupIntroArticle p{
        text-align: center;
    }
    .conTactUs-form{
        margin-top: 40px;
    }
    .navbar-bg .navbar-nav .nav-link{
        padding: 1rem;
    }
    .contactUs-info>li{
        margin-bottom: 40px;
    }
}

@media (max-width: 767px){
    .middle-subscription{
        margin:60px 0;
    }
    .f-footer-wrapper{
        /*padding-top: 100px;*/
        /*padding-bottom: 100px;*/
        text-align: center;
    }
    .subscription>p{
        text-align: center;
    }
    .proInfoItem img{
        width:90px;
    }
    .proInfoItem li .proPic{
        width: 120px;
    }
    .proInfoItem li{
        padding: 0 15px;
    }
    .proInfoItem li{
        margin-bottom: 0px;
    }
    .f-production-list{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .footerLogoImg{
        display: none;
    }
    .footerLogoImg.mobile{
        display: block;
    }
    .subscription {
        margin-bottom: 45px;
    }
    .form-input input{
        font-size: 16px;
    }
    .cardItem img{
        width: 150px;
    }
}
@media (max-width: 576px){
    .brandImg{
        text-align: center;
    }
    .f-middle-wrapper,.proDetails-content,.f-contactUs-wrapper{
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .brandBrif{
        margin-top:60px;
        text-align: center;
    }
    .brandBrif .cont,.groupIntroArticle p{
        text-align: center;
        line-height: 40px;
    }
    .brandBrif h2,.groupIntroTitle h3{
        font-size: 35px;
        line-height: 64px;
    }
    .brandBrif h5,.groupIntroTitle h5{
        font-size: 20px;
        line-height: 30px;
    }
    .f-header-bg .f-logo-wrapper {
        height: auto;
        /*padding-top:20px;*/
        /*padding-bottom: 20px;*/
    }
    .mainLogo {
        width: 88px;
        height: 88px;
        display: block;
    }
    .f-production-wrapper{
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .production-title {
        margin-bottom: 50px;
    }
    .f-customer-wrapper {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .form-validation p.text-right{
        text-align: center !important;
    }
    .navbar-bg.isShowTop .tancengLogo{
        padding:8px 0;
    }
    .production-title h2{
        font-size: 35px;
        line-height: 64px;
    }
    .production-title>p{
        font-size: 18px;
        line-height: 21px;
    }
    .customerImg{
        margin-bottom: 30px;
    }
    .detailsImg img{
        width: 70%;
    }
    .detailsImg{
        text-align: center;
    }
    .detailsInfoBref img{
        margin-bottom: 50px;
    }
    .detailsInfoBref h3{
        font-size: 30px;
    }
    .onSaleBtn{
        font-size: 20px;
        height: 45px;
        line-height: 45px;
    }
    .detailsInfoBref{
        padding: 50px 30px;
    }
    .contactUs-info>li{
        margin-bottom: 50px;
    }
    .conTactUs-form {
        padding: 50px 30px;
        border-radius: 15px;
    }
    .navbar-bg.isShowTop .nav-item .nav-link{
        padding: 1rem 2rem;
    }
    .subscription>p{
        font-size: 16px;
    }
    .subscription h3 {
        font-size: 25px;
        line-height: 12px;
    }
    .f-footer-wrapper .container {
        margin-top: 80px;
        margin-bottom: 170px;
    }
    .cardItem img{
        width: 100px;
    }
    .proShowTitle {
        margin-bottom: 70px;
    }
    .f-production-list {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .bigtT,.adImg{
        text-align: center;
    }

    .f-banner-box{
        padding-bottom: 80px;
    }
}

@media (max-width: 575px){
    .bigtT,.adImg{
        max-width: 200px;
        margin:0 auto;
    }
    .leftThemeDesc .bigtT{
        margin-bottom: 50px;
    }
}


    .production-item img {
        max-width: 200px;
        height: auto;
        display: block;
    }
    .production-item .card-body img{
        max-width: 170px;
    }

@media (min-width: 700px) and (max-width: 800px){
    .proContainer .production-item img {
        width: 200px;
        height: auto;
    }

}
@media (min-width: 700px) and (max-width: 1200px){
    .proInfoItem .production-item img{
        width: 130px;
        height: auto;
    }
}

@media (min-width: 992px){
    .navbar-bg .navbar-nav .nav-link{
        border-right: 1px solid rgba(255, 255, 255, 0.4);
    }
    .navbar-bg .nav-item:last-child .nav-link{
        border-right:none;
    }
    .navbar-bg .navbar-nav .nav-link{
        padding: 0.5rem 3.5rem;
    }
    .navbar-bg .navbar-nav{
        padding: 0;
    }
    .navbar-bg.isShowTop .nav-item:last-child .nav-link{
        padding-right: 0;
    }
    .groupIntroArticle{
        padding-right: 110px;
    }


}
@media (min-width: 992px) and (max-width: 1200px){
    .navbar-bg .navbar-nav .nav-link{
        padding: 0.5rem 3rem;
    }
}
@media (min-width: 992px){

    .productShow{
        display: flex;
        display: -webkit-flex;
        flex-wrap:nowrap;
    }
    .productShow .col-md-4{
        flex: 0 0 20%;
        max-width: 20%;
    }
    .chanpintu{
        width: 200px;
        height: auto;
    }
}
@media (min-width: 800px){
    .proContainer{
        width: 750px;
        margin:0 auto;
    }
}

.f-middle-wrapper .brandImg{
    max-width: 270px;
}
.container{
    padding-left:25px;
    padding-right:25px;
}
.brandImg img{
    width: 100%;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl{
        max-width: 1100px;
    }
}

@media (min-width: 768px) {
    .container{
        padding:0 60px;
    }
}
@media (max-width: 767px) {
    .brandBrif {
        margin-top: 60px;
        text-align: center;
    }
    .f-middle-wrapper .brandImg{
        margin:0 auto;
        max-width: 200px;
    }
    .detailsImg{
        max-width: 200px;
    }
}
@media (max-width: 575px) {
    .production-item img{
        max-width: 120px;
    }
    .production-item .card-body img {
        max-width: 120px;
    }
}
@media (min-width: 768px) and (max-width: 992px){
    .productShow .cardItem{
        max-width: 150px;
    }
}
@media (min-width: 768px) and (max-width: 1300px){
    .container{
        padding:0 7%;
    }
}
@media (min-width: 576px) and (max-width: 1100px){
    .production-item img{
        max-width: 150px;
    }
}

.detailsImg{
    max-width: 300px;
    margin:0 auto;
}
.detailsImg img{
    width: 100%;
}



.f-media-interview{
    padding:130px 0 50px;
}
.f-media-interview .customerImg{
    max-width: 200px;
    margin: 0 auto;
}
.readMoreBtn{
    margin: 0 auto;
    text-align: center;
    margin-top: 80px;
}
.readMoreBtn a{
    padding: 10px 50px;
    color: #fff;
    border-radius: 20px;
    display: inline-block;
    background: rgb(128, 25, 41);
    font-size: 18px;
    letter-spacing: 3px;
}
.f-banner-wrapper img{
    width: 100%;
}
.mediaTitle{
    margin-bottom:50px;
}
.mediaTitle span{
    font-size: 35px;
    font-weight: 500;
    color: #801A29;
    line-height: 60px;
    display: inline-block;
    border-bottom: 2px solid #801A29FF;
}

.media-content .customerImg{
    display: block;
    margin-bottom: 0;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom:55%;
    border-top: 10px solid #801929;
}
.media-content .customerImg img{
    object-fit: cover;
    height: auto!important;
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: perspective(1px) translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: perspective(1px) translate(-50%,-50%);
}
.media-txt span{
    font-size:16px;
    color:#848484;
}
.media-main-cont{
    position: relative;
}
.media-banner-info{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    padding-top:15%;
}
.media-banner-info h1{
    font-size:34px;
    color:#fff;
    font-weight: bold;
    letter-spacing: 10px;
}
.media-banner-info p{
    font-size: 15px;
    color:#fff;
    letter-spacing: 7px;
    margin-top:20px
}
.interviewTitle h1{
    font-size: 35px;
    font-weight: bold;
}
.interviewCont p{
    line-height: 28px;
    margin-top: 15px;
}
.interviewCont img{
    max-width:100%;
}
.f-middle-wrapper{
    padding: 100px 0 150px;
}
.media-content h2{
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    max-height: 22px;
    overflow: hidden;
}
.f-interview-details{
    padding-top: 100px;
    padding-bottom: 150px;
}
.mediaBasciInfo{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: rgb(244,244,244);
    border-radius: 5px;
    margin: 20px 0;
    flex-wrap: wrap;
}
.rightInfo a{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}
.rightInfo a.facebookBg{
    background: rgb(66,103,178);
}
.rightInfo a.emailBg{
    background: rgb(0,153,225);
}
.rightInfo a.linkBg{
    background: rgb(153,153,153);
    cursor:pointer;
}
.leftInfo .source{
    color:rgb(128, 25, 41);
}
@media (max-width:767px){
    .f-media-interview {
        padding: 80px 0 0;
    }
    .readMoreBtn{
        margin-top: 50px;
    }
    .media-banner-info h1{
        font-size:24px;
        color:#fff;
        font-weight: bold;
        letter-spacing: 6px;
    }
    .media-banner-info p{
        font-size: 14px;
        color:#fff;
        letter-spacing: 4px;
        margin-top:0px
    }
    .f-interview-details{
        padding: 50px 0 80px;
    }
}
@media (max-width: 576px){
    .f-media-interview .customerImg{
        max-width: 120px;
    }
    .media-content{
        width: 100%;
        max-width: 380px;
        margin:0 auto;
        margin-bottom:20px;
    }
    .interviewTitle h1 {
        font-size: 25px;
    }
}





