/*====header-landing-page=====*/
img.alignleft {
    margin-right: 10px;
    margin-bottom: 5px;
}
.header-ladingpage .logo{
    display: inline-block;
}
.header-ladingpage .btn-contact{
    float: right;
    padding-top: 12px;
}
.header-ladingpage .btn-contact a{
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 9px 37px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.header-ladingpage .btn-contact a:hover{
    background-color: #f3510f;
    border-color: #f3520f;
}
.header-ladingpage > .container{
    max-width: 100%;
}
.btn a{
    color: #ffffff;
    font-family: Oxygen-Bold, sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}
.header-ladingpage{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    padding-top: 26px;
}
header.header-ladingpage .logo{
    margin-bottom: 0;
}
.header-ladingpage {
    padding-bottom: 26px;
}
.header .menu-mobile{
    display: none;
}
.menu-large .icon-close{
    display: none;
}
    /*====footer-landing-page=====*/
.footer-ladingpage{
    background-color: #212121;
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer-ladingpage .coppy-right-lading p{
    color: #c8c8c8;
    font-family: Oxygen-Regular, sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 10px;
}
/*====main=====*/
/*img{
    width: 100%;
}*/
.banner-lading{
    /*padding-top: 174px;
    padding-bottom: 129px;*/
    position: relative;
    background-size: cover;
    text-align: center;
    height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.banner-lading > .container{
    position: relative;
}
.banner-lading:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #000000;
    opacity: 0.35;
    left: 0;
}
.banner-lading img{
    width: 60px;
    margin-bottom: 20px;
}
.banner-lading h1{
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.31);
    color: #ffffff;
    font-family: Oxygen-Regular, sans-serif;
    font-size: 36px;
    font-weight: normal;
    line-height: 60px;
    letter-spacing: 1px;
    text-align: center;
    margin: auto auto 37px auto;
    /*max-width: 897px;*/
    text-transform: uppercase;
}
.banner-lading p{
    color: #ffffff;
    font-family: Oxygen-Bold, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
    margin: 0;
}
.banner-lading p span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
}
.banner-lading p.text-orange {
    max-width: 660px;
    margin: auto;
    color: #f3510f;
    margin-top: 35px;
    line-height: 26px;
}
.banner-lading p{
    max-width: 399px;
    margin: auto;
}
.banner-lading .author{
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 26px;
}
.banner-lading .btn-more a {
    display: block;
}
.banner-lading .btn-more{
    margin-top: 52px;
    text-align: center;
}
.banner-lading .btn-more a{
    background-color: #f3510f;
    padding: 19px 66px;
    border-radius: 31px;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
}
.banner-lading .btn-more a:hover{
    background-color: #ffffff;
    color: #f3510f;
}
.landing-page .container{
    max-width: 1085px;
    margin: auto;
}
.container.max-width-100{
    max-width: 100%;
}
.content-gray{
    background-color: #f4f5f9;
}
.content-landing{
    padding-top: 100px;
    padding-bottom: 100px;
}
.content-landing h3{
    font-size: 36px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #4a4a4a;
    margin: 0;
    margin-bottom: 30px;
}
.content-landing p{
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    max-width: 516px;
    margin-bottom: 20px;
    margin-top: 0;
}
.content-landing .column-img img{
    width: 100%;
}
.content-landing .container > .row.flex-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.content-landing .container > .row.flex-box .content-landing p{
    margin-top: auto;
}
.content-landing .container > .row:before, .content-landing .container > .row:after{
    display: none;
}
.content-landing .textBlock p strong{
    font-family: Oxygen-Bold, sans-serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
}
/*.content-landing .textBlock p{
    font-size: 16px;
}*/
.content-landing .textBlock p img{
    width: auto;
}
.item-block{
    position: relative;
}
.item-text{
    background-color: #212121;
    padding-bottom: 140px;
}
.item-text .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.item-text .container > .row:before, .item-text .container > .row:after{
    display: none;
}
.item-text h3{
    margin: 0;
    color: rgba(255, 255, 255, 0.09);
    font-family: Helvetica-Bold, sans-serif;
    font-size: 144px;
    font-weight: normal;
    transform: translateY(40%);
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    -o-transform: translateY(40%);
}
.item-text p{
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
}
.item-text span{
    font-family: Oxygen-Bold, sans-serif;
}
.how-it-word{
    background-color: #f4f5f9;
}
.how-it-word h2{
    color: #4a4a4a;
    font-size: 48px;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
    margin: 0;
    margin-top: 135px;
}
.how-it-word .block-word .col-lg-2{
    padding-right: 0;
    margin-top: 10px;
}
.how-it-word .block-word .col-lg-10{
    padding-left: 0;
}
.how-it-word .block-word p{
    color: #4a4a4a;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.how-it-word .block-word span{
    font-family: Oxygen-Bold, sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    text-decoration: underline;
}

.how-it-word .content-block{
    margin-top: 70px;
    margin-bottom: 70px;
}
.text-introduce{
    max-width: 408px;
}
.text-introduce h3{
    margin: 0;
    color: #4a4a4a;
    font-size: 36px;
    line-height: 32px;
    letter-spacing: 1px;
    margin-bottom: 42px;
}
.text-introduce p{
    color: #4a4a4a;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.89px;
    margin-top: 30px;
    margin-bottom: 0;
}
.text-introduce p:first-child{
    margin-top: 0;
}
.text-introduce p.span{
    margin-top: 0;
}
.text-introduce span{
    font-family: Oxygen-Bold, sans-serif;
    letter-spacing: 0.89px;
    font-weight: normal;
}
.introduce{
    padding-top: 99px;
    padding-bottom: 58px;
}
.introduce-img .text-introduce{
    float: right;
}
.introduce h2{
    font-family: Oxygen-Light, sans-serif;
    color: #4a4a4a;
    font-size: 36px;
    font-weight: normal;
    line-height: 56px;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 99px;
}
.introduce-hat{
    padding-top: 67px;
    padding-bottom: 139px;
}
.question {
    background-color: #f4f5f9;
    padding-top: 100px;
    padding-bottom: 100px;
}
.question h3{
    color: #f3510f;
    font-size: 36px;
    line-height: 32px;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 51px;
}
.question h4{
    color: #4a4a4a;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-top: 31px;
    margin-bottom: 31px;
    position: relative;
    cursor: pointer;
    padding-right: 30px;
}
.question p{
    color: #4a4a4a;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.content-question{
    border-bottom: 1px solid #d4d4d4;
}
.content-question .text-toggle{
    margin-bottom: 31px;
    padding-right: 30px;
    display: none;
}
.content-question .title-toggle h4:before{
    content: '';
    background-image: url(/wp-content/themes/tcf/images/icon-plus.png);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
}
.content-question .title-toggle h4:after {
    content: '';
    background-image: url(/wp-content/themes/tcf/images/icon-minus.png);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
.item-toggle .title-toggle h4{
    position: relative;
    cursor: pointer;
}
.item-toggle .title-toggle h4:before{
    content: 'Show';
    position: absolute;
    right: 0;
    color: #9b9b9b;
    font-family: Oxygen-Regular, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 39px;
}
.item-toggle .title-toggle h4:after{
    content: 'Hide';
    position: absolute;
    right: 0;
    top: 0;
    color: #0072ff;
    font-family: Oxygen-Regular, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 39px;
    display: none;
}
.content-question .title-toggle h4.show:before, .item-toggle .title-toggle h4.show:before{
    display: none;
}
.content-question .title-toggle h4.show:after, .item-toggle .title-toggle h4.show:after{
    display: block;
}
.bg-black p{
    margin-bottom: 50px;
}
.bg-black p:last-child{
    margin-bottom: 0;
}
.text-block h2{
    color: #4a4a4a;
    font-family: Oxygen-Light, sans-serif;
    font-size: 36px;
    font-weight: normal;
    line-height: 56px;
    letter-spacing: 1px;
    margin: 0;
}
.block-word p a{
    font-family: Oxygen-Bold, sans-serif;
    font-weight: normal;
    text-decoration: underline;
    color: #4a4a4a;
}
/*====404=====*/
.pageError .allError{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.pageError img{
    width: 378px;
    margin: auto;
}
.pageError p{
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.pageError .btn{
    background-color: #f3510f;
    border-radius: 31px;
    color: #fff;
    padding: 8px 40px;
    -webkit-transition: 0.6s ;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.pageError .btn:hover{
    background-color: #292929;
}
/*=====form-landing====*/
#form-footer-landing-page .form .f_phone:after, #form-footer-landing-page .form .f_name:after,  #form-footer-landing-page .form .f_mail:after{
    content: '*';
    position: absolute;
    right: 0;
    font-size: 15px;
    color: #f9583a;
}
.form-footer .btn-submit span{
    padding-left: 15px;
    position: relative;
}
.form-footer .btn-submit span:before{
    content: '*';
    font-size: 15px;
    color: #f9583a;
    position: absolute;
    left: 0;
}
/*====thanks=====*/
.thankYou{
    padding-top: 135px;
    padding-bottom: 224px;
    background-repeat: no-repeat;
    text-align: center;
    background-size: contain;
    background-position: center;
    margin-top: 36px;
    margin-bottom: 40px;
}
.thankYou h1{
    color: #000000;
    font-family: Oxygen-Bold, sans-serif;
    font-size: 100px;
    font-weight: normal;
    letter-spacing: 1.67px;
    margin-bottom: 40px;
}
.thankYou p{
    color: #767676;
    font-family: Oxygen-Medium,sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0.5px;
    max-width: 389px;
    margin: 0 auto 35px auto;
}
.thankYou a{
    font-family: Oxygen-Medium,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 1.9px;
    border-radius: 1000px;
    color: #f8f5f8;
    padding: 15px 25px;
    background-color: #f3510f;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.thankYou a:hover{
    background-color: #292929;
}
/*=================*/
.list-post .btn-post{
    text-align: left;
    left: 25px;
}
.list-post .btn-post a.button-style:first-child{
    margin-left: 0;
}
/*====reponsive======*/
@media only screen and (max-width: 1264px) and (min-width: 1200px){
    .container{
        max-width: 935px;
    }
}
@media only screen and (max-width: 1199px){
    .question h4 {
        padding-right: 35px;
    }
    .btn-post .button-style {
        width: 100px;
    }
}
@media only screen and (max-width: 1024px){
    /*=====menu======*/
    header.header{
        width: 100%;
        padding-top: 25px;
        padding-bottom: 0;
        right: 0;
        height: auto;
        bottom: unset;
        z-index: 1;
    }
    .header .logo{
        margin-bottom: 35px;
    }
    main, .footer, .coppy-right{
        width: 100%;
    }
    .header .menu-mobile{
        display: block;
    }
    .header .logo, .header .menu-mobile{
        display: inline-block;
    }
    .header .menu-mobile{
        float: right;
        cursor: pointer;
    }
    .header .menu-mobile .icon-mobile{
        color: #acacac;
        font-size: 30px;
    }
    .menu-large .icon-close{
        color: #fff;
        font-size: 32px;
        float: right;
        display: block;
        cursor: pointer;
    }
    .menu-large{
        width: 50%;
        background: #2c2c2c;
        position: fixed;
        top: 0;
        bottom: 0;
        padding: 30px;
        height: 100vh;
        z-index: 1;
        right: -100%;
        transition: 0.6s;
        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        -o-transition: 0.6s;
    }
    .menu-large .main-menu{
        margin-top: 40px;
    }
    .header .menu-large.showMenu{
        right: 0;
        transition: 0.6s;
        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        -o-transition: 0.6s;
    }
    .menu-large .menu-social{
        margin-top: 20px;
    }
    /*============*/
    section.text-block p{
        font-size: 20px;
    }
    .text-block img{
        left: 5px;
        top: -20px;
        width: 30px;
    }
    .banner-lading{
        display: block;
        height: auto;
        padding-top: 90px;
        padding-bottom: 90px;
    }
}
@media only screen and (max-width: 991px){
    .item-text p{
        transform: none;
    }
    .item-text{
        padding-bottom: 25px;
    }
    .item-text h3{
        font-size: 115px;
    }
    .get-in-touch h2{
        font-size: 60px;
        line-height: 70px;
    }
    .content-landing{
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .how-it-word h2{
        margin-top: 50px;
    }
    .how-it-word .content-block{
        margin-top: 40px;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 768px){
    .menu-large .logo{
        display: none;
    }
}
@media only screen and (max-width: 767px){
    .banner-lading{
        padding-top: 80px;
        padding-bottom: 50px;
    }
    header.header {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    section.content-landing .container > .row.flex-box,
    section.content-landing .container > .row.flex-box:after,
    section.content-landing .container > .row.flex-box:before,
    .item-text .row, .item-text .container > .row:before, .item-text .container > .row:after{
        display: block;
    }
    .content-landing h3{
        text-align: center;
        margin-bottom: 10px;
    }
    .content-landing p{
        max-width: 100%;
        margin-bottom: 10px;
        font-size: 15px;
    }
    .item-text p, .how-it-word .block-word p, .question p{
        font-size: 15px;
    }
    .column-img img{
        width: 100%;
    }
    .content-landing .textBlock p strong{
        font-size: 16px;
    }
    .content-landing {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .content-landing .column-img{
        margin-top: 20px;
    }
    .content-landing.content-gray .column-img{
        margin-top: 0;
    }
    .textBlock.pull-right{
        margin-top: 40px;
    }
    .item-text h3{
        text-align: center;
        font-size: 100px;
        line-height: 90px;
    }
    .how-it-word .block-word .col-lg-2{
        text-align: center;
    }
    .how-it-word h2{
        margin-top: 25px;
        font-size: 30px;
    }
    .how-it-word .content-block{
        margin-top: 20px;
        margin-bottom: 35px;
    }
    .how-it-word .row-word{
        margin-bottom: 30px;
    }
    .how-it-word .row-word .col-sm-2.col-xs-12{
        margin-bottom: 20px;
        padding-right: 15px;
    }
    .how-it-word .row-word .col-sm-10.col-xs-12{
        padding-left: 15px;
    }
    .introduce .text-introduce{
        max-width: 100%;
        margin-bottom: 30px;
    }
    .introduce-img{
        padding-bottom: 0;
    }
    .introduce-hat{
        padding-bottom: 90px;
    }
    .introduce-img .text-introduce{
        padding-top: 40px;
    }
    .introduce .img-introduce img{
        width: 100%;
    }
    .introduce{
        padding-top: 60px;
    }
    .text-introduce h3{
        margin-bottom: 20px;
        font-size: 30px;
    }
    .text-introduce p{
        margin-top: 5px;
    }
    .menu-large{
        width: 100%;
    }
    .menu-large .logo{
        margin-bottom: 0;
    }
    .service .icon-box p{
        max-width: 100%;
    }
    .col-25{
        width: 50%;
        margin-bottom: 30px;
    }
    section.content-about {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .content-about .text-content p {
        margin-bottom: 20px;
    }
    .content-about .row, .content-about .row:before, .content-about .row:after{
        display: block;
    }
    .content-about .text-content{
        max-width: 100%;
        margin-top: 15px;
    }
    .content-about img{
        width: 100%;
    }
    .question h3{
        font-size: 25px;
        margin-bottom: 15px;
    }
    .banner-lading h1{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 18px;
    }
    .banner-lading p.text-orange{
        margin-top: 25px;
    }
    .banner-lading .btn-more{
        margin-top: 35px;
    }
    .banner-lading p{
        line-height: 25px;
    }
    .introduce h2{
        font-size: 30px;
        line-height: 40px;
    }
    .get-in-touch h2{
        font-size: 28px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    .footer-ladingpage{
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .form-footer{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .row-word .col-sm-6{
        margin-bottom: 10px;
    }
    section.text-block{
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .text-block h2{
        font-size: 20px;
        line-height: 35px;
    }
    .question{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .question h4{
        font-size: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .content-question .text-toggle{
        margin-bottom: 20px;
    }
/*    .bg-black.text-block p{
        margin-bottom: 20px;
    }*/
    section.text-block p{
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 13px;
    }
    .thankYou h1{
        font-size: 50px;
    }
    .form-footer .form-group label{
        margin-top: 10px;
    }
    .form-footer .form-group{
        margin-bottom: 10px;
    }
    .form-footer .message{
        margin-top: 30px;
    }
}
@media only screen and (max-width: 479px){
    .footer-ladingpage .logo-footer, .footer-ladingpage .coppy-right-lading{
        float: none!important;
        text-align: center;
    }
    .footer-ladingpage .coppy-right-lading{
        margin-top: 20px;
    }
}
@media only screen and (max-width: 375px){
    .entry-content .icon-box p{
        max-height: 84px;
        overflow: hidden;
    }
    .button-style{
        width: 100px;
    }
    .logo img{
        width: 160px;
    }
    .header-ladingpage .btn-contact{
        padding-top: 5px;
    }
    .header-ladingpage .btn-contact a{
        padding: 6px 15px;
    }
    .banner-lading p{
        font-size: 13px;
    }
    .form-footer .wpcf7-form-control-wrap{
        width: 100%;
        float: none;
        padding-left: 0;
    }
    .form-footer textarea{
        margin-top: 10px;
    }
    .content-landing h3{
        line-height: 40px;
        font-size: 24px;
    }
    .form-footer .btn-submit span{
        width: 100%;
        margin-top: 0;
        text-align: left;
    }
    .form-footer .btn-submit input{
        float: left;
        margin-top: 15px;
    }
}