.parallax-window {
    height: 100vh;
    max-height: 800px;
    background: transparent;
}

.midsectionimg {
    height: 100vh;
    background: transparent;
    margin: 60px 0 100px;
}

.caption {
    height: 100vh;
    max-height: 1200px;
    text-align: center;
}

    .caption .outer {
        display: table;
        height: 100vh;
        max-height: 500px;
        margin: auto;
    }

        .caption .outer .inner {
            display: table-cell;
            vertical-align: middle;
        }

            .caption .outer .inner .maintitle {
                text-align: center;
                margin: auto;
                /*max-width: 600px;*/
            }

                .caption .outer .inner .maintitle .companyname {
                    font-family: Latinia;
                    font-size: 13px;
                    color: #fff;
                    font-weight: 600;
                    letter-spacing: 2px;
                    margin: 0 0 0;
                }

                    .caption .outer .inner .maintitle .companyname img {
                        margin: 0 auto 15px;
                        max-width: 165px;
                    }

                .caption .outer .inner .maintitle .companyspecialty {
                    font-family: Latinia;
                    font-size: 47px;
                    color: #fff;
                    font-weight: 600;
                    letter-spacing: 1px;
                    line-height: 58px;
                    margin: 0 0 20px;
                }




    /*.caption .caption-container .itemcaption {
        max-width: 184px;
        width: 100%;
        height: 210px;
        display: block;
        float: left;
        background: rgba(255,255,255, 0.2);
        padding: 20px 15px;
        margin-top: 20px;
        transition: all 0.3s ease-in-out;
        margin-right: 20px;
        cursor: pointer;
    }*/
    .caption .caption-container .itemcaption .logoimport img {
        margin: auto;
    }

    .caption .caption-container .itemcaption .captionminititle {
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 1px;
        margin: 15px 0;
    }


    .caption .caption-container .itemcaption .captionminitext {
        color: #fff;
        letter-spacing: 1px;
        margin: 15px 0;
        font-weight: 400;
        font-size: 12px;
    }




    .caption .caption-container .itemcaption:hover, .caption .caption-container .itemcaption:focus {
        padding-top: 0;
        transition: all 0.3s ease-in-out;
    }

        .caption .caption-container .itemcaption:hover .itemcaptioninner, .caption .caption-container .itemcaption:focus .itemcaptioninner {
            background: rgba(244,53,43,0.4);
            transition: all 0.3s ease-in-out;
        }



    .caption .caption-container .itemcaption {
        display: inline-block;
        padding: 20px 0 0;
        margin: 0 10px 20px;
        float: none;
        height: 210px;
        transition: all 0.3s ease-in-out;
    }

        .caption .caption-container .itemcaption .itemcaptioninner {
            padding: 20px 0;
            max-width: 184px;
            width: 100%;
            height: 300px;
            display: block;
            float: left;
            background: rgba(255,255,255, 0.2);
            padding: 20px 15px;
            transition: all 0.3s ease-in-out;
            margin-right: 20px;
            cursor: pointer;
        }



.titlelittle {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
}

.titlearticle {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0;
    font-family: 'Times New Roman';
    color: #20272d;
    margin: 10px 0;
}

.articletext {
    font-size: 17px;
    color: #606b72;
    line-height: 30px;
}

.content-container {
    margin: 95px auto;
    max-width: 990px;
}

.marked-title {
    color: #f4352b;
    margin: 15px 0;
}

    .marked-title i {
        font-size: 22px;
        display: inline-block;
        float: left;
    }


.trackit {
    text-align: center;
    font-family: Latinia;
    font-weight: 300;
    margin-top: 150px;
}

    .trackit a {
        font-size: 16px;
        color: #fff;
    }

    .trackit i {
        font-size: 32px;
    }


.contactitem {
    margin: 30px 0 0 90px;
}

.newssection {
    max-width: 1100px;
    margin: 80px auto 190px;
    position: relative;
}


.HeadingSub {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 400;
}

.headingMain {
    font-size: 55px;
    font-family: Latinia;
    color: #20272d;
    line-height: 63px;
}


.newscollection {
    margin: 40px 0;
}

.newscontainer {
    max-width: 310px;
    width: 100%;
    float: left;
    border-bottom: 1px solid;
    height: 210px;
    margin-top: 20px;
}

    .newscontainer a:hover, .newscontainer a:focus {
        text-decoration: none;
    }

    .newscontainer .tanggal {
        font-family: lato;
        font-size: 14px;
        color: #999999;
        font-weight: 400;
    }


    .newscontainer .newshead {
        font-family: lato;
        font-size: 14px;
        color: #f4352b;
        font-weight: 700;
        margin: 12px 0;
    }


    .newscontainer .newscontent {
        font-family: lato;
        font-size: 14px;
        color: #606b72;
        font-weight: 400;
        line-height: 25px;
    }

    .newscontainer:nth-child(3n+2) {
        margin: 20px 80px 0;
    }

    .newscontainer:nth-child(1n+4) {
        border-bottom: 1px solid transparent;
    }


.contentbox {
    text-align: center;
}



.countsection {
    height: 343px;
    margin-bottom: 120px;
}

    .countsection .outertable {
        display: table;
        height: 343px;
        width: 100%;
        position: relative;
        top: 20px;
        opacity: 0;
        transition: all 0.4s ease-in-out;
    }

        .countsection .outertable .innercell {
            display: table-cell;
            vertical-align: middle;
        }

        .countsection .outertable.scrolled {
            top: 0;
            opacity: 1;
            transition: all 0.4s ease-in-out;
        }

.countsect {
    font-family: lato;
    font-size: 56px;
    color: #fff;
    font-weight: 600;
}

.keterangancount {
    font-family: lato;
    font-size: 17px;
    color: #fff;
}

.inquirybox {
    max-width: 605px;
    width: 100%;
    margin: auto;
}

    .inquirybox .inquirytitle {
        font-size: 41px;
        font-family: latinia;
        color: #20272d;
    }

    .inquirybox .inquiretext {
        font-size: 15px;
        font-family: lato;
        font-weight: 400;
        color: #606b72;
        line-height: 32px;
        margin: 40px 0;
    }

    .inquirybox .label {
        font-family: latinia;
        color: #606b72;
        font-weight: 400;
        font-size: 12px;
        padding-left: 0;
    }

        .inquirybox .label label {
            font-weight: 400;
            margin-bottom: 10px;
        }

    .inquirybox .form-group {
        margin-bottom: 25px;
    }

    .inquirybox input[type="text"].form-control {
        height: 39px;
        border: 1px solid #ddd;
        background: #f9f9f9;
    }

    .inquirybox textarea.form-control {
        border: 1px solid #ddd;
        background: #f9f9f9;
    }

    .inquirybox .submitinquiry {
        border: 3px solid #f4352b;
        width: 192px;
        height: 59px;
        background: #fff;
        color: #f4352b;
        transition: all 0.4s ease-in-out;
    }

        .inquirybox .submitinquiry:hover, .inquirybox .submitinquiry:focus {
            transition: all 0.4s ease-in-out;
            background: #f4352b;
            color: #fff;
        }


.trackbuttonbig {
    background: transparent;
    color: #fff;
    padding: 14px 6px;
    display: block;
    border-radius: 4px;
    max-width: 215px;
    border: 4px solid #fff;
    margin: auto;
    transition: all 0.4s ease-in-out;
}

    .trackbuttonbig:hover, .trackbuttonbig:focus {
        transition: all 0.4s ease-in-out;
        background: red;
        border-color:red;
        text-decoration:none;
    }

@media (max-width:768px) {

    /*.container {
        padding-left: 25px;
        padding-right: 25px;
    }*/

    .disablepadding {
        padding-left: 0;
        padding-right: 0;
    }

    .caption .outer .inner .maintitle .companyspecialty {
        font-size: 39px;
    }

    .newpadding {
        padding-left: 25px;
        padding-right: 25px;
    }

    .parallax-window {
        height: 1600px;
        max-height: none;
    }

    .countsection {
        height: 500px;
    }

        .countsection .outertable {
            height: 500px;
        }

    .caption {
        max-height: none;
        height: 1600px;
    }

        .caption .outer {
            height: 1600px;
            max-height: none;
        }

        .caption .caption-container .itemcaption {
            display: block;
        }


            .caption .caption-container .itemcaption .itemcaptioninner {
                margin: auto;
                float: none;
                max-width: none;
            }


    .newssection {
        padding: 0 25px;
    }

    .newscontainer {
        float: none;
        margin: 25px auto;
        max-width: none;
        border-bottom: none;
    }

        .newscontainer:nth-child(3n+2) {
            margin: auto;
        }
}


@media (max-width:640px) {
    .caption .caption-container .itemcaption:hover, .caption .caption-container .itemcaption:focus {
        transition: all 0.3s ease-in-out;
    }

        .caption .caption-container .itemcaption:hover .itemcaptioninner, .caption .caption-container .itemcaption:focus .itemcaptioninner {
            background: rgba(244,53,43,0.4);
            transition: all 0.3s ease-in-out;
        }
}


@media (max-width:640px) {
    .titlecontentpreview, .contactitem {
        margin-left: 0;
    }

    .midsectionimg {
        min-height: 200px;
        max-height: 250px;
    }
}
