html, body {
    overflow-x: hidden;
}

@font-face {
    font-family: "GothamBold";
    src: url("/fonts/GothamBold.ttf");
    /* font-weight: bold; */
}
@font-face {
    font-family: "GothamBook";
    src: url("/fonts/GothamBook.ttf");
}
@font-face {
    font-family: "GothamLight";
    src: url("fonts/GothamLight.ttf");
}

/* Font Size */

.size-red{
    /* font-size: 60px; */
    font-size: 3.5rem;
}

.size-blue{
    /* font-size: 40px; */
    font-size: 2.5rem;
}

.size-orange{
    /* font-size: 30px; */
    font-size: 1.8rem;
}

.size-green{
    /* font-size: 20px; */
    font-size: 1.2rem;
}

/* ESI GUM */

.about-con {
    margin:auto;
    vertical-align:middle;
    padding: 10px;
}

.about-con-text-left {
    color: #2e2eb8;
    display:inline-block;
    vertical-align:bottom;
}

.about-con-text-right {
    color: #0079ba;
    display:inline-block;
    vertical-align:bottom;
}

/* Font Size */

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}


ul.dashes {
    list-style-type: none;
    margin-top: -20px;
}

ul.dashes > li {
    text-indent: -40px;
}

ul.dashes > li:before {
    content: "- ";
    text-indent: -10px;
}

.navbar {
    background-color: white;
}

.nav-item{
    margin-left: 0.10rem !important;
    margin-right: 0.10rem !important;
}

.text-white {
    color: white;
}

.text-blue {
    font-weight: bold;
    color: #262262!important;
}

.text-grey {
    font-weight: bold;
    color: #808080!important;
}

.text-greysoft {
    color: #808080!important;
}

.text-bluesoft {
    font-weight: bold;
    color: #0079ba!important;
}

img.logo {
    height: 80px;
}

img.flag {
    height: 20px;
}

.flag-pos {
    position: relative;
    left: 95%;
}

.ml-auto .dropdown-menu {
    left: auto !important;
    right: 0px;
}

img.image-round {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    position: relative;
    left: 50px;
    z-index: 1;
    border: 10px solid white;
}

img.admin-event-news {
    height: 350px;
    width: 100%;
}

img.admin-application {
    height: 400px;
    width: 100%;
}

hr.blue {
    height: 7px;
    background-color: #262262;
    margin-bottom: 0px;
}

hr.blue-thick {
    height: 4px;
    background-color: #262262;
    margin-bottom: 0px;
}

hr.blue-thickless {
    height: 1px;
    background-color: #0079ba;
    margin-bottom: 0px;
}

hr.black-thick {
    height: 4px;
    background-color: #000000;
    margin-bottom: 0px;
}

.grey {
    background-color: #f1f2f2;
}

.title-blue{
    text-shadow: 5px 0px 1px #262262;
}

.title-white {
    color: white;
}

button.blue {
    background-color: #262262;
    color: white;
    border-radius: 5px;
    padding: 10px;
    border: 0;
    cursor: pointer;
}

.margin-page{
    margin-top: 1.8rem !important; 
    margin-bottom:5rem !important; 
    max-width:95%
}

.last-center{
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}

.image-row-event{
    object-fit: cover; 
    width: 95%; 
    height: 30rem;
}

.homefactory {
    height: 700px;
}

.ess-backgroundcolor{
    background-color: #0079ba;
}

/* Untuk HOME Captcha */
.logo-captcha img {
    height:2em;
    width:2em;
}

.logo-captcha p {
    color:#9d9ba7;
    margin:0;
    font-size:1em;
    font-weight:700;
    margin:.4em 0 .2em 0;
}

.logo-captcha small {
    color:#9d9ba7;
    margin:0;
    font-size:.8em;
}

.newline{
    white-space: pre;
}

.home-con-img{
    width: 65%;
}

.home-col-top{
    padding: 40px;
    /* text-align: center; */
    padding-top:100px;
    padding-bottom:100px;
}

.home-col-bottom{
    padding:40px;
    text-align:center;
    padding-top:80px;
    padding-bottom:80px;
}

.home-con-img-whychoose{
    width: 100%;
}

.home-con-img-whychoose1{
    width: 50%;
}

.home-con-img-whychoose2{
    width: 50%;
}

.home-con-img-production{
    width: 100%;
}

.home-con-img-news{
    width: 100%;
}

.image-wrapper {
    display: inline-block;
    background: #0079ba;
    position: relative;
}

.image-wrapper img {
    opacity: 0.5;
    display: block;
}

.banner-bg{
    /* min-height: 184px;
    max-height: 184px; */
    vertical-align: middle;
    display: inline-block;
}

.full-container-banner{
    font-family: 'GothamBold';
    /* position: absolute; */
}

.header-caption {
    width: 100%;
    text-align: center;
    margin-top: 3rem;
}

.production-con-img{
    width: 80%;
}

.product-con-img{
    width: 100%;
    margin-top: 5%;
}

/*****************  News    *******************/
.news-con-img{
    width: 100%;
}

/******************     Media 1200PX        ****************************/

@media all and (min-width:1200px) {
    /* Untuk HOME Captcha */
    .captcha {
        background-color:#f9f9f9;
        border:2px solid #d3d3d3;
        border-radius:10px;
        color:#4c4a4b;
        display:flex;
        justify-content:center;
        align-items:center;
        width: 400px;
        height:80px;
    }
    
    .logo-captcha {
        display:flex;
        flex-direction:column;
        align-items:center;
        height:80%;
        align-self:flex-end;
        margin:0.5em 1em;
    }
    
    .logo-captcha img {
        height:1.4em;
        width:1.4em;
    }
    
    .logo-captcha p {
        color:#9d9ba7;
        margin:0;
        font-size:.7em;
        font-weight:700;
        margin:.1em 0 .2em 0;
    }
    
    .logo-captcha small {
        color:#9d9ba7;
        margin:0;
        font-size:.8em;
    }
    
    @keyframes spin {
        10% {
            width:0;
            height:0;
            border-width:6px;
        }
        30% {
            width:0;
            height:0;
            border-radius:50%;
            border-width:1em;
            transform: rotate(0deg);
            border-color:rgb(199,218,245);
        }
        50% {
            width:2em;
            height:2em;
            border-radius:50%;
            border-width:4px;
            border-color:rgb(199,218,245);
            border-right-color:rgb(89,152,239);
        }
        70% {
            border-width:4px;
            border-color:rgb(199,218,245);
            border-right-color:rgb(89,152,239);
        }
        90% {
            border-width:4px;
        }
        100% {
            width:2em;
            height:2em;
            border-radius:50%;
            transform: rotate(720deg);
            border-color:transparent;
        }
    }
    
    ::selection {
        background-color:transparent;
        color:teal;
    }
    ::-moz-selection {
        background-color:transparent;
        color:teal;
    }
    
    .text-captcha {
        font-size:.9em;
        font-weight:500;
        margin-right:1em;
    }
    
    .spinner-captcha {
        position:relative;
        width:2em;
        height:2em;
        display:flex;
        margin:2em 1em;
        align-items:center;
        justify-content:center;
    }
    
    input[type="checkbox"].CkCaptcha { 
        position: absolute; opacity: 0; z-index: -1; 
    }
    
    input[type="checkbox"].CkCaptcha+.checkmark {
        display:inline-block;
        width:2em;
        height:2em;
        background-color:#fcfcfc;
        border:2.5px solid #c3c3c3;
        border-radius:3px;
        display:flex;
        justify-content:center;
        align-items:center;
        cursor: pointer;
    }
    
    input[type="checkbox"].CkCaptcha+.checkmark span {
        content:'';
        position:relative;
        margin-top:-3px;
        transform:rotate(45deg);
        width:.75em;
        height:1.2em;
        opacity:0;
    }
    
    input[type="checkbox"].CkCaptcha+.checkmark>span:after {
        content:'';
        position:absolute;
        display:block;
        height:3px;
        bottom:0;left:0;
        background-color:#029f56;
    }
    
    input[type="checkbox"].CkCaptcha+.checkmark>span:before {
        content:'';
        position:absolute;
        display:block;
        width:3px;
        bottom:0;right:0;
        background-color:#029f56;
    }
    
    input[type="checkbox"].CkCaptcha:checked+.checkmark { 
        animation:2s spin forwards;
    }
    
    input[type="checkbox"].CkCaptcha:checked+.checkmark>span { 
        animation:1s fadein 1.9s forwards;
    }
    
    input[type="checkbox"].CkCaptcha:checked+.checkmark>span:after {animation:.3s bottomslide 2s forwards;}
    input[type="checkbox"].CkCaptcha:checked+.checkmark>span:before {animation:.5s rightslide 2.2s forwards;}
    @keyframes fadein {
        0% {opacity:0;}
        100% {opacity:1;}
    }
    @keyframes bottomslide {
        0% {width:0;}
        100% {width:100%;}
    }
    @keyframes rightslide {
        0% {height:0;}
        100% {height:100%;}
    }
    
    /* END Untuk HOME Captcha */
    
    /* custom button */
    .btn-radius{
        border-radius: 2rem;
    }
    
    .aboutus-vision{
        position: absolute !important;
        top: 3%; 
        left: 54%;
    }
    
    .aboutus-visiontext{
        position: absolute !important;
        top: 16%; 
        left: 42%;
    }
    
    .aboutus-mision{
        position: absolute !important;
        top: 3%; 
        left: 33%;
    }
    
    .aboutus-misiontext{
        position: absolute !important;
        top: 16%; 
        left: 7%; 
        max-width: 80%;
        
    }
    
    .size-greenabout{
        font-size: 20px;
    }
    
    .home-con-img{
        width: 70%;
    }
    
    .size-red{
        font-size: 3rem;
    }
    
    .size-blue{
        font-size: 2.3rem;
    }
    
    .size-orange{
        font-size: 1.5rem;
    }
    
    .home-con-text-product {
        position: absolute;
        top: 50%;
        left: 30%;
        transform: translate(-20%, -50%);
    }
    
    .home-con-text-news{
        position: absolute;
        top: 50%;
        left: 30%;
        transform: translate(-10%, -50%);
    }
    
    .home-con-img-whychoose{
        width: 100%;
    }
    
    .home-con-whychoose-text {
        position: absolute;
        top: 50%;
        left: 30%;
        transform: translate(-20%, -60%);
    }
    
    .full-container-banner{
        min-width: 100%;
        text-align: center;
    }
    
    .header-caption {
        /* text-align: center; */
        margin-top: 4rem;
    }
    
    .app-col-position{
        position: absolute;
    }
    
    /* Font Application */
    .app-con-text-right{
        /* color: #0079ba; */
        margin-left: 3%;
    }
    
    .app-con-1{
        margin-top: 1%;
    }
    
    .app-con-sec-1 p{
        display: block;
        padding-top: 8%;
        padding-left: 57%;
    }
    
    .app-con-sec-1 img{
        width: 45%;
        float: left;
        margin-left:5%;
    }
    
    .apps-con-header1{
        color: #334d4d;
        text-align: right;
        margin-right: 22%;
    }
    
    .apps-con-hr-header1{
        border: 2px solid #000080;
        width: 62%;
        float: left;
        margin-left: 20%;
    }
    
    .app-con-1{
        margin-top: 1%;
    }
    
    .app-con-sec-1 p{
        display: block;
        padding-top: 8%;
        padding-right: 2%;
        padding-left: 55%;
    }
    
    .app-con-sec-1 img{
        width: 45%;
        float: left;
        margin-left:5%;
    }
    
    .apps-con-header2{
        color: #334d4d;
        text-align: left;
        margin-left: 3%;
    }
    
    .apps-con-hr-header2{
        border: 2px solid #000080;
        width: 67%;
        float: left;
        /* margin-right: 52%; */
    }
    
    .app-con-sec-2 p{
        display: block;
        padding-top: 8%;
        padding-right: 59%;
    }
    
    .app-con-sec-2 img{
        width: 45%;
        float: right;
        margin-right:5%;
    }
    
    .apps-con-header3{
        color: #334d4d;
        text-align: right;
        margin-right: 20%;
    }
    
    .apps-con-hr-header3{
        border: 2px solid #000080;
        width: 60%;
        float: left;
        margin-left: 21.6%;
    }
    
    .app-con-3{
        margin-top: -4%;
    }
    
    .app-con-sec-3 p{
        display: block;
        padding-top: 14%;
        padding-left: 52%;
        padding-right: 5%;
    }
    
    .app-con-sec-3 img{
        width: 45%;
        float: left;
        margin-left:5%;
    }
    
    .apps-con-header4{
        color: #334d4d;
        text-align: left;
        margin-left: 2%;
    }
    
    .apps-con-hr-header4{
        border: 2px solid #000080;
        width: 70%;
        float: left;
        /* margin-right: 30%; */
    }
    
    .app-con-4{
        margin-top: 1.2%;
    }
    
    .app-con-sec-4 p{
        display: block;
        padding-top: 8%;
        padding-right: 62%;
    }
    
    .app-con-sec-4 img{
        width: 43%;
        float: right;
        margin-right:5%;
    }
    
    /***************    News    ****************/
    .border-slider {
        padding: 0 0 20rem 0;
        border-style: solid;
        border-color: #0079ba;
    }

    .news-col-text{
        position: absolute;
        top:42%;
    }

    .news-col-btn{
        position: absolute;
        top:84%
    }

    .news-col-img{
        width: 100%;
    }

    /************** Production  ****************/
    .production-con-img{
        width: 80%;
    }

    .text-production{
        margin-top: 4rem !important; 
        margin-bottom: 4rem !important;
    }
}

/******************** Media 1199 ***************/

@media all and (min-width: 1061px) and (max-width: 1199px) {   
    /* Untuk HOME Captcha */
    .captcha {
        background-color:#f9f9f9;
        border:2px solid #d3d3d3;
        border-radius:10px;
        color:#4c4a4b;
        display:flex;
        justify-content:center;
        align-items:center;
        width: 400px;
        height:80px;
    }
    
    .logo-captcha {
        display:flex;
        flex-direction:column;
        align-items:center;
        height:80%;
        align-self:flex-end;
        margin:0.5em 1em;
    }
    
    .logo-captcha img {
        height:1.4em;
        width:1.4em;
    }
    
    .logo-captcha p {
        color:#9d9ba7;
        margin:0;
        font-size:.7em;
        font-weight:700;
        margin:.1em 0 .2em 0;
    }
    
    .logo-captcha small {
        color:#9d9ba7;
        margin:0;
        font-size:.8em;
    }
    
    @keyframes spin {
        10% {
            width:0;
            height:0;
            border-width:6px;
        }
        30% {
            width:0;
            height:0;
            border-radius:50%;
            border-width:1em;
            transform: rotate(0deg);
            border-color:rgb(199,218,245);
        }
        50% {
            width:2em;
            height:2em;
            border-radius:50%;
            border-width:4px;
            border-color:rgb(199,218,245);
            border-right-color:rgb(89,152,239);
        }
        70% {
            border-width:4px;
            border-color:rgb(199,218,245);
            border-right-color:rgb(89,152,239);
        }
        90% {
            border-width:4px;
        }
        100% {
            width:2em;
            height:2em;
            border-radius:50%;
            transform: rotate(720deg);
            border-color:transparent;
        }
    }
    
    ::selection {
        background-color:transparent;
        color:teal;
    }
    ::-moz-selection {
        background-color:transparent;
        color:teal;
    }
    
    .text-captcha {
        font-size:.9em;
        font-weight:500;
        margin-right:1em;
    }
    
    .spinner-captcha {
        position:relative;
        width:2em;
        height:2em;
        display:flex;
        margin:2em 1em;
        align-items:center;
        justify-content:center;
    }
    
    input[type="checkbox"].CkCaptcha { 
        position: absolute; opacity: 0; z-index: -1; 
    }
    
    input[type="checkbox"].CkCaptcha+.checkmark {
        display:inline-block;
        width:2em;
        height:2em;
        background-color:#fcfcfc;
        border:2.5px solid #c3c3c3;
        border-radius:3px;
        display:flex;
        justify-content:center;
        align-items:center;
        cursor: pointer;
    }
    
    input[type="checkbox"].CkCaptcha+.checkmark span {
        content:'';
        position:relative;
        margin-top:-3px;
        transform:rotate(45deg);
        width:.75em;
        height:1.2em;
        opacity:0;
    }
    
    input[type="checkbox"].CkCaptcha+.checkmark>span:after {
        content:'';
        position:absolute;
        display:block;
        height:3px;
        bottom:0;left:0;
        background-color:#029f56;
    }
    
    input[type="checkbox"].CkCaptcha+.checkmark>span:before {
        content:'';
        position:absolute;
        display:block;
        width:3px;
        bottom:0;right:0;
        background-color:#029f56;
    }
    
    input[type="checkbox"].CkCaptcha:checked+.checkmark { 
        animation:2s spin forwards;
    }
    
    input[type="checkbox"].CkCaptcha:checked+.checkmark>span { 
        animation:1s fadein 1.9s forwards;
    }
    
    input[type="checkbox"].CkCaptcha:checked+.checkmark>span:after {animation:.3s bottomslide 2s forwards;}
    input[type="checkbox"].CkCaptcha:checked+.checkmark>span:before {animation:.5s rightslide 2.2s forwards;}
    @keyframes fadein {
        0% {opacity:0;}
        100% {opacity:1;}
    }
    @keyframes bottomslide {
        0% {width:0;}
        100% {width:100%;}
    }
    @keyframes rightslide {
        0% {height:0;}
        100% {height:100%;}
    }
    
    /* END Untuk HOME Captcha */
    
    /* custom button */
    .btn-radius{
        border-radius: 2rem;
    }
    
    .aboutus-vision{
        position: absolute !important;
        top: 3%; 
        left: 54%;
    }
    
    .aboutus-visiontext{
        position: absolute !important;
        top: 16%; 
        left: 42%;
    }
    
    .aboutus-mision{
        position: absolute !important;
        top: 3%; 
        left: 33%;
    }
    
    .aboutus-misiontext{
        position: absolute !important;
        top: 16%; 
        left: 7%; 
        max-width: 80%;
        
    }
    
    .size-greenabout{
        font-size: 20px;
    }
    
    .home-con-img{
        width: 70%;
    }
    
    .size-red{
        font-size: 2.8rem;
    }
    
    .size-blue{
        font-size: 2.3rem;
    }
    
    .size-orange{
        font-size: 1.5rem;
    }
    
    .size-green{
        font-size: 1.1rem;
    }
    
    .home-con-text-product {
        position: absolute;
        top: 44%;
        left: 21%;
    }
    
    .home-con-text-news{
        position: absolute;
        top: 44%;
        left: 21%;
    }
    
    .home-con-img-whychoose{
        width: 100%;
    }
    
    .home-con-whychoose-text {
        position: absolute;
        top: 30%;
        margin-left: 5%;
    }
    
    
    .home-con-img-production img{
        width: 100%;
    }
    
    .home-con-img-news img{
        width: 100%;
    }
    
    .header-caption {
        /* text-align: center; */
        margin-top: 2rem;
    }
    
    .app-col-position{
        position: absolute;
    }
    
    .app-con-text-right{
        /* color: #0079ba; */
        margin-left: 3%;
    }
    
    .app-con-sec-1 p{
        display: block;
        padding-top: 8%;
        padding-left: 57%;
    }
    
    .app-con-sec-1 img{
        width: 45%;
        float: left;
        margin-left:5%;
    }
    
    .apps-con-header1{
        color: #334d4d;
        text-align: right;
        margin-right: 22%;
    }
    
    .apps-con-hr-header1{
        border: 2px solid #000080;
        width: 60%;
        float: left;
        margin-left: 20%;
    }
    
    .app-con-1{
        margin-top: 2%;
    }
    
    .app-con-sec-1 p{
        display: block;
        padding-top: 8%;
        padding-right: 5%;
        padding-left: 52%;
    }
    
    .app-con-sec-1 img{
        width: 45%;
        float: left;
        margin-left:5%;
    }
    
    .app-con-2{
        margin-top: 1%;
    }
    
    .apps-con-header2{
        color: #334d4d;
        text-align: left;
        margin-left: 3%;
    }
    
    .apps-con-hr-header2{
        border: 2px solid #000080;
        width: 65.4%;
        float: left;
    }
    
    .app-con-sec-2 p{
        display: block;
        padding-top: 8%;
        padding-right: 59%;
    }
    
    .app-con-sec-2 img{
        width: 40%;
        float: right;
        margin-right:5%;
    }
    
    .apps-con-header3{
        color: #334d4d;
        text-align: right;
        margin-right: 23%;
    }
    
    .apps-con-hr-header3{
        border: 2px solid #000080;
        width: 59%;
        float: left;
        margin-left: 20.7%;
    }
    
    .app-con-3{
        margin-top: -2.5%;
    }
    
    .app-con-sec-3 p{
        display: block;
        padding-top: 14%;
        padding-left: 52%;
        padding-right: 7%;
    }
    
    .app-con-sec-3 img{
        width: 45%;
        float: left;
        margin-left:5%;
    }
    
    .apps-con-header4{
        color: #334d4d;
        text-align: left;
        margin-left: 2%;
    }
    
    .apps-con-hr-header4{
        border: 2px solid #000080;
        width: 67.8%;
        float: left;
        /* margin-right: 30%; */
    }
    
    .app-con-4{
        margin-top: 2.5%;
    }
    
    .app-con-sec-4 p{
        display: block;
        padding-top: 8%;
        padding-right: 62%;
    }
    
    .app-con-sec-4 img{
        width: 45%;
        float: right;
        margin-right:5%;
    }
    
    /***************    News    ****************/
    .border-slider {
        padding: 0 0 22rem 0;
        border-style: solid;
        border-color: #0079ba;
    }

    .news-col-text{
        position: absolute;
        top:38%;
    }

    .news-col-btn{
        position: absolute;
        top:84%
    }

    .news-col-img{
        width: 100%;
    }

    /************** Production  ****************/
    .production-con-img{
        width: 90%;
    }

    .text-production{
        margin-top: 4rem !important; 
        margin-bottom: 4rem !important;
    }
}

/********************  Media 1060 Only Application ********/
@media all and (min-width: 992px) and (max-width: 1060px) {   
    /* Untuk HOME Captcha */
    .captcha {
        background-color:#f9f9f9;
        border:2px solid #d3d3d3;
        border-radius:10px;
        color:#4c4a4b;
        display:flex;
        justify-content:center;
        align-items:center;
        width: 400px;
        height:80px;
    }
    
    .logo-captcha {
        display:flex;
        flex-direction:column;
        align-items:center;
        height:80%;
        align-self:flex-end;
        margin:0.5em 1em;
    }
    
    .logo-captcha img {
        height:1.4em;
        width:1.4em;
    }
    
    .logo-captcha p {
        color:#9d9ba7;
        margin:0;
        font-size:.7em;
        font-weight:700;
        margin:.1em 0 .2em 0;
    }
    
    .logo-captcha small {
        color:#9d9ba7;
        margin:0;
        font-size:.8em;
    }
    
    @keyframes spin {
        10% {
            width:0;
            height:0;
            border-width:6px;
        }
        30% {
            width:0;
            height:0;
            border-radius:50%;
            border-width:1em;
            transform: rotate(0deg);
            border-color:rgb(199,218,245);
        }
        50% {
            width:2em;
            height:2em;
            border-radius:50%;
            border-width:4px;
            border-color:rgb(199,218,245);
            border-right-color:rgb(89,152,239);
        }
        70% {
            border-width:4px;
            border-color:rgb(199,218,245);
            border-right-color:rgb(89,152,239);
        }
        90% {
            border-width:4px;
        }
        100% {
            width:2em;
            height:2em;
            border-radius:50%;
            transform: rotate(720deg);
            border-color:transparent;
        }
    }
    
    ::selection {
        background-color:transparent;
        color:teal;
    }
    ::-moz-selection {
        background-color:transparent;
        color:teal;
    }
    
    .text-captcha {
        font-size:.9em;
        font-weight:500;
        margin-right:1em;
    }
    
    .spinner-captcha {
        position:relative;
        width:2em;
        height:2em;
        display:flex;
        margin:2em 1em;
        align-items:center;
        justify-content:center;
    }
    
    input[type="checkbox"].CkCaptcha { 
        position: absolute; opacity: 0; z-index: -1; 
    }
    
    input[type="checkbox"].CkCaptcha+.checkmark {
        display:inline-block;
        width:2em;
        height:2em;
        background-color:#fcfcfc;
        border:2.5px solid #c3c3c3;
        border-radius:3px;
        display:flex;
        justify-content:center;
        align-items:center;
        cursor: pointer;
    }
    
    input[type="checkbox"].CkCaptcha+.checkmark span {
        content:'';
        position:relative;
        margin-top:-3px;
        transform:rotate(45deg);
        width:.75em;
        height:1.2em;
        opacity:0;
    }
    
    input[type="checkbox"].CkCaptcha+.checkmark>span:after {
        content:'';
        position:absolute;
        display:block;
        height:3px;
        bottom:0;left:0;
        background-color:#029f56;
    }
    
    input[type="checkbox"].CkCaptcha+.checkmark>span:before {
        content:'';
        position:absolute;
        display:block;
        width:3px;
        bottom:0;right:0;
        background-color:#029f56;
    }
    
    input[type="checkbox"].CkCaptcha:checked+.checkmark { 
        animation:2s spin forwards;
    }
    
    input[type="checkbox"].CkCaptcha:checked+.checkmark>span { 
        animation:1s fadein 1.9s forwards;
    }
    
    input[type="checkbox"].CkCaptcha:checked+.checkmark>span:after {animation:.3s bottomslide 2s forwards;}
    input[type="checkbox"].CkCaptcha:checked+.checkmark>span:before {animation:.5s rightslide 2.2s forwards;}
    @keyframes fadein {
        0% {opacity:0;}
        100% {opacity:1;}
    }
    @keyframes bottomslide {
        0% {width:0;}
        100% {width:100%;}
    }
    @keyframes rightslide {
        0% {height:0;}
        100% {height:100%;}
    }
    
    /* END Untuk HOME Captcha */
    
    /* custom button */
    .btn-radius{
        border-radius: 2rem;
    }
    
    .aboutus-vision{
        position: absolute !important;
        top: 3%; 
        left: 54%;
    }
    
    .aboutus-visiontext{
        position: absolute !important;
        top: 16%; 
        left: 42%;
    }
    
    .aboutus-mision{
        position: absolute !important;
        top: 3%; 
        left: 33%;
    }
    
    .aboutus-misiontext{
        position: absolute !important;
        top: 16%; 
        left: 7%; 
        max-width: 80%;
        
    }
    
    .size-greenabout{
        font-size: 20px;
    }
    
    .home-con-img{
        width: 70%;
    }
    
    .size-red{
        font-size: 2.8rem;
    }
    
    .size-blue{
        font-size: 2.3rem;
    }
    
    .size-orange{
        font-size: 1.5rem;
    }
    
    .size-green{
        font-size: 1.1rem;
    }
    
    .home-con-text-product {
        position: absolute;
        top: 44%;
        left: 21%;
    }
    
    .home-con-text-news{
        position: absolute;
        top: 44%;
        left: 21%;
    }
    
    .home-con-img-whychoose{
        width: 100%;
    }
    
    .home-con-whychoose-text {
        position: absolute;
        top: 30%;
        margin-left: 5%;
    }
    
    
    .home-con-img-production img{
        width: 100%;
    }
    
    .home-con-img-news img{
        width: 100%;
    }
    
    .header-caption {
        /* text-align: center; */
        margin-top: 2rem;
    }
    
    .app-col-position{
        position: absolute;
    }
    
    .app-con-text-right{
        /* color: #0079ba; */
        margin-left: 3%;
    }
    
    .app-con-sec-1 p{
        display: block;
        padding-top: 8%;
        padding-left: 57%;
    }
    
    .app-con-sec-1 img{
        width: 45%;
        float: left;
        margin-left:5%;
    }
    
    .apps-con-header1{
        color: #334d4d;
        text-align: right;
        margin-right: 22%;
    }
    
    .apps-con-hr-header1{
        border: 2px solid #000080;
        width: 66.5%;
        float: left;
        margin-left: 20%;
    }
    
    .app-con-1{
        margin-top: 2%;
    }
    
    .app-con-sec-1 p{
        display: block;
        padding-top: 8%;
        padding-right: 5%;
        padding-left: 52%;
    }
    
    .app-con-sec-1 img{
        width: 45%;
        float: left;
        margin-left:5%;
    }
    
    .app-con-2{
        margin-top: 1%;
    }
    
    .apps-con-header2{
        color: #334d4d;
        text-align: left;
        margin-left: 3%;
    }
    
    .apps-con-hr-header2{
        border: 2px solid #000080;
        width: 75.8%;
        float: left;
    }
    
    .app-con-sec-2 p{
        display: block;
        padding-top: 8%;
        padding-right: 59%;
    }
    
    .app-con-sec-2 img{
        width: 40%;
        float: right;
        margin-right:5%;
    }
    
    .apps-con-header3{
        color: #334d4d;
        text-align: right;
        margin-right: 23%;
    }
    
    .apps-con-hr-header3{
        border: 2px solid #000080;
        width: 65%;
        float: left;
        margin-left: 20.9%;
    }
    
    .app-con-3{
        margin-top: -2.5%;
    }
    
    .app-con-sec-3 p{
        display: block;
        padding-top: 14%;
        padding-left: 52%;
        padding-right: 7%;
    }
    
    .app-con-sec-3 img{
        width: 45%;
        float: left;
        margin-left:5%;
    }
    
    .apps-con-header4{
        color: #334d4d;
        text-align: left;
        margin-left: 2%;
    }
    
    .apps-con-hr-header4{
        border: 2px solid #000080;
        width: 67.8%;
        float: left;
        /* margin-right: 30%; */
    }
    
    .app-con-4{
        margin-top: 2.5%;
    }
    
    .app-con-sec-4 p{
        display: block;
        padding-top: 8%;
        padding-right: 62%;
    }
    
    .app-con-sec-4 img{
        width: 45%;
        float: right;
        margin-right:5%;
    }
    
    /***************    News    ****************/
    .border-slider {
        padding: 0 0 22rem 0;
        border-style: solid;
        border-color: #0079ba;
    }

    .news-col-text{
        position: absolute;
        top:37%;
    }

    .news-col-btn{
        position: absolute;
        top:84%
    }

    .news-col-img{
        width: 100%;
    }
    /************** Production  ****************/
    .production-con-img{
        width: 75%;
    }

    .text-production{
        margin-top: 4rem !important; 
        margin-bottom: 4rem !important;
    }
}

/*******************    MEDIA 991    ***************/
@media all and (min-width: 861px) and (max-width: 991px) { 
    .full-container{
        min-width: 100%;
    }
    
    .full-container-banner{
        min-width: 100%;
    }
    
    .image-brand {
        margin-left: 10rem !important;
    }
    
    .dropdown-menu.dropdown-item:hover {
        text-decoration: none;
        background-color: #0079ba;
    }
    
    .dropdown-item:focus, .dropdown-item:hover {
        text-decoration: none;
        background-color: #0079ba;
        transition: .1s;
    }
    
    .dropdown:hover .dropdown-menu{
        display: block;
    }
    
    .navbar .navbar-nav > li > a.nav-link:hover,
    .navbar .navbar-nav > li > a.nav-link:focus {
        color: #0079ba;
        box-shadow: inset 0px 5px 0px 0px #0079ba; 
    } 
    
    .box-blue {
        background-color: #262262;
        color: white;
        padding: 30px;
    }
    
    .navbar .navbar-nav > .active > a.nav-link,
    .navbar .navbar-nav > .active > a.nav-link:hover,
    .navbar .navbar-nav > .active > a.nav-link:focus {
        color: #0079ba;
        box-shadow: inset 0px 5px 0px 0px #0079ba; 
    }
    
    /* Home */
    .background-home{
        background-color : white;
        margin-top: -2rem;
        border-radius: 70px 70px 0 0;
    }
    
    .heading-box {
        background-color: #262262;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .margin-image-left{
        margin-top: 2rem;
        margin-left: -1.5rem;
    }
    
    .margin-text-left{
        margin-top: 4.6rem;
    }
    
    .title-textleft{
        padding-left: 1.4rem;
    }
    
    .title-textright{
        padding-left: 0.7rem;
    }
    
    .margin-image-right{
        margin-top: 1.7rem;
    }
    
    .margin-text-right{
        margin-top: 4.6rem;
    }
    
    .padding-homeleft{
        padding-left: 2.3rem;
    }
    
    .padding-homeright{
        padding-left: 1.6rem;
    }
    
    .col-homeleft{
        padding-left: 0.1rem;
        padding-right: 3rem;
    }
    .col-homeright{
        padding-right: 4rem;
    }
    .col-homeright div.row{
        margin-left: -5rem;
    }
    
    .linkpadding-homeright{
        margin-left: 1.6rem;
    }
    
    .linkpadding-homeleft{
        margin-left: 2.3rem;
    }
    
    .div-icon-certificate{
        margin-left: 1rem !important;
    }
    
    .div-icon-certificate img{
        height: 170px;
        width: auto;
    }
    
    .certificate-margin{
        margin-left: 4.5rem;
    }
    
    .custom-h5{
        margin-left:-1rem;  
        font-weight: bold;
    }
    /* End Home */
    
    /*About Us*/
    .div-left{
        margin-left:2rem !important; 
        max-width:35%;
    }
    
    .div-right{
        margin-top: 7rem !important; 
        max-width:55%;
    }
    
    img.image-scape {
        border-radius: 5%;
        height: 393px;
        position: relative;
        left: 50px;
        z-index: 1;
        border: 10px solid white;
    }
    /*End About Us*/
    
    /*Products*/
    .products-div {
        margin-left: 2rem !important;
    }
    
    .image-products{
        object-fit: cover;
        width: 100%;
        height: 30rem;
    }
    
    .heading-box h4{
        margin-left: 1rem !important;
    }
    
    .par-content{
        margin-left: 1rem !important;
    }
    /*End Products*/
    
    /* Contact Us*/
    .contact-div{
        margin-left:2rem !important;
    }
    .div-button{
        margin-top: 1rem !important;
        margin-left: 6rem !important;
    }
    .text-contact {
        width: 100%; 
        text-align: center; 
        border-top: 2px solid #262262;
        border-bottom: 1px solid #262262; 
        line-height: 0.3em;
        text-align: right
    }
    .text-contact span { 
        padding: 5px; 
        background-color: #f1f2f2;
    }
    /* End Contact Us */
    
    /* Application*/
    .application-div {
        margin-left: 2rem !important;
    }
    
    .image-application{
        max-width :60%; 
        height: auto
    }
    /* End Application */
    
    /* Event & news */
    .event-div {
        margin-left: 2rem !important;
        margin-top: 1.8rem !important; 
        max-width:95%
    }
    
    .image-event{
        padding : 0 4rem 5rem 5rem;
    }
    
    .image-products-center{
        margin-left: 3rem;
    }
    
    .home-con-img{
        width: 70%;
    }
    
    .size-red{
        font-size: 2.3rem;
    }
    
    .size-blue{
        font-size: 1.7rem;
    }
    
    .size-green{
        font-size: 1rem;;
    }
    
    .size-orange{
        font-size: 1.1rem;
    }
    
    .home-con-text-product {
        position: absolute;
        top: 50%;
        left: 30%;
        transform: translate(-20%, -50%);
    }
    
    .home-con-text-news{
        position: absolute;
        top: 50%;
        left: 30%;
        transform: translate(-10%, -50%);
    }
    
    .home-con-img-whychoose{
        width: 100%;
    }
    
    .home-con-whychoose-text {
        position: absolute;
        top: 50%;
        left: 30%;
        transform: translate(-20%, -60%);
    }
    
    .header-caption {
        /* text-align: center; */
        margin-top: 2.8rem;
    }
    
    .home-con-img-production img{
        width: 100%;
    }
    
    .home-con-img-news img{
        width: 100%;
    }
    
    .aboutus-vision{
        position: absolute !important;
        top: 3%; 
        left: 54%;
    }
    
    .aboutus-visiontext{
        position: absolute !important;
        top: 16%; 
        left: 42%;
    }
    
    .aboutus-mision{
        position: absolute !important;
        top: 3%; 
        left: 33%;
    }
    
    .aboutus-misiontext{
        position: absolute !important;
        top: 16%; 
        left: 7%; 
        max-width: 80%;
    }
    
    .app-col-position{
        position: absolute;
    }
    
    .app-con-text-right{
        /* color: #0079ba; */
        margin-left: 3%;
    }
    
    .app-con-sec-1 p{
        display: block;
        padding-top: 8%;
        padding-left: 57%;
    }
    
    .app-con-sec-1 img{
        width: 45%;
        float: left;
        margin-left:5%;
    }
    
    .apps-con-header1{
        color: #334d4d;
        text-align: right;
        margin-right: 29.5%;
    }
    
    .apps-con-hr-header1{
        border: 2px solid #000080;
        width: 53%;
        float: left;
        margin-left: 20%;
    }
    
    .app-con-1{
        margin-top: 2%;
    }
    
    .app-con-sec-1 p{
        display: block;
        padding-top: 8%;
        padding-right: 1%;
        padding-left: 54%;
    }
    
    .app-con-sec-1 img{
        width: 47%;
        float: left;
        margin-left:5%;
    }
    
    .app-con-2{
        margin-top: 2%;
    }
    
    .apps-con-header2{
        color: #334d4d;
        text-align: left;
        margin-left: 3%;
    }
    
    .apps-con-hr-header2{
        border: 2px solid #000080;
        width: 61%;
        float: left;
    }
    
    .app-con-sec-2 p{
        display: block;
        padding-top: 8%;
        padding-right: 59%;
    }
    
    .app-con-sec-2 img{
        width: 50%;
        float: right;
        margin-right:-1%;
    }
    
    .apps-con-header3{
        color: #334d4d;
        text-align: right;
        margin-right: 27%;
    }
    
    .apps-con-hr-header3{
        border: 2px solid #000080;
        width: 60%;
        float: left;
        margin-left: 18.7%;
    }
    
    .app-con-3{
        margin-top: -2.5%;
    }
    
    .app-con-sec-3 p{
        display: block;
        padding-top: 14%;
        padding-left: 54%;
        padding-right: 1%;
    }
    
    .app-con-sec-3 img{
        width: 45%;
        float: left;
        margin-left:5%;
    }
    
    .apps-con-header4{
        color: #334d4d;
        text-align: left;
        margin-left: 2%;
    }
    
    .apps-con-hr-header4{
        border: 2px solid #000080;
        width: 60.3%;
        float: left;
        /* margin-right: 30%; */
    }
    
    .app-con-4{
        margin-top: 2.8%;
    }
    
    .app-con-sec-4 p{
        display: block;
        padding-top: 8%;
        padding-right: 59%;
    }
    
    .app-con-sec-4 img{
        width: 50%;
        float: right;
        margin-right:5%;
    }
    
    /***************    News    ****************/
    .border-slider {
        padding: 0 0 20rem 0;
        border-style: solid;
        border-color: #0079ba;
    }

    .news-col-text{
        position: absolute;
        top:31%;
    }

    .news-col-btn{
        position: absolute;
        top:82%
    }

    .news-col-img{
        width: 100%;
    }

    .btn-radius {
        border-radius: 2rem;
    }

    /************** Production  ****************/
    .production-con-img{
        width: 95%;
    }

    .text-production{
        margin-top: 3rem !important; 
        margin-bottom: 3rem !important;
    }
}

/******************     Media 860 Only Appliation ******/
@media all and (min-width: 768px) and (max-width: 860px) { 
    .full-container{
        min-width: 100%;
    }
    
    .full-container-banner{
        min-width: 100%;
    }
    
    .image-brand {
        margin-left: 10rem !important;
    }
    
    .dropdown-menu.dropdown-item:hover {
        text-decoration: none;
        background-color: #0079ba;
    }
    
    .dropdown-item:focus, .dropdown-item:hover {
        text-decoration: none;
        background-color: #0079ba;
        transition: .1s;
    }
    
    .dropdown:hover .dropdown-menu{
        display: block;
    }
    
    .navbar .navbar-nav > li > a.nav-link:hover,
    .navbar .navbar-nav > li > a.nav-link:focus {
        color: #0079ba;
        box-shadow: inset 0px 5px 0px 0px #0079ba; 
    } 
    
    .box-blue {
        background-color: #262262;
        color: white;
        padding: 30px;
    }
    
    .navbar .navbar-nav > .active > a.nav-link,
    .navbar .navbar-nav > .active > a.nav-link:hover,
    .navbar .navbar-nav > .active > a.nav-link:focus {
        color: #0079ba;
        box-shadow: inset 0px 5px 0px 0px #0079ba; 
    }
    
    /* Home */
    .background-home{
        background-color : white;
        margin-top: -2rem;
        border-radius: 70px 70px 0 0;
    }
    
    .heading-box {
        background-color: #262262;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .margin-image-left{
        margin-top: 2rem;
        margin-left: -1.5rem;
    }
    
    .margin-text-left{
        margin-top: 4.6rem;
    }
    
    .title-textleft{
        padding-left: 1.4rem;
    }
    
    .title-textright{
        padding-left: 0.7rem;
    }
    
    .margin-image-right{
        margin-top: 1.7rem;
    }
    
    .margin-text-right{
        margin-top: 4.6rem;
    }
    
    .padding-homeleft{
        padding-left: 2.3rem;
    }
    
    .padding-homeright{
        padding-left: 1.6rem;
    }
    
    .col-homeleft{
        padding-left: 0.1rem;
        padding-right: 3rem;
    }
    .col-homeright{
        padding-right: 4rem;
    }
    .col-homeright div.row{
        margin-left: -5rem;
    }
    
    .linkpadding-homeright{
        margin-left: 1.6rem;
    }
    
    .linkpadding-homeleft{
        margin-left: 2.3rem;
    }
    
    .div-icon-certificate{
        margin-left: 1rem !important;
    }
    
    .div-icon-certificate img{
        height: 170px;
        width: auto;
    }
    
    .certificate-margin{
        margin-left: 4.5rem;
    }
    
    .custom-h5{
        margin-left:-1rem;  
        font-weight: bold;
    }
    /* End Home */
    
    /*About Us*/
    .div-left{
        margin-left:2rem !important; 
        max-width:35%;
    }
    
    .div-right{
        margin-top: 7rem !important; 
        max-width:55%;
    }
    
    img.image-scape {
        border-radius: 5%;
        height: 393px;
        position: relative;
        left: 50px;
        z-index: 1;
        border: 10px solid white;
    }
    /*End About Us*/
    
    /*Products*/
    .products-div {
        margin-left: 2rem !important;
    }
    
    .image-products{
        object-fit: cover;
        width: 100%;
        height: 30rem;
    }
    
    .heading-box h4{
        margin-left: 1rem !important;
    }
    
    .par-content{
        margin-left: 1rem !important;
    }
    /*End Products*/
    
    /* Contact Us*/
    .contact-div{
        margin-left:2rem !important;
    }
    .div-button{
        margin-top: 1rem !important;
        margin-left: 6rem !important;
    }
    .text-contact {
        width: 100%; 
        text-align: center; 
        border-top: 2px solid #262262;
        border-bottom: 1px solid #262262; 
        line-height: 0.3em;
        text-align: right
    }
    .text-contact span { 
        padding: 5px; 
        background-color: #f1f2f2;
    }
    /* End Contact Us */
    
    /* Application*/
    .application-div {
        margin-left: 2rem !important;
    }
    
    .image-application{
        max-width :60%; 
        height: auto
    }
    /* End Application */
    
    /* Event & news */
    .event-div {
        margin-left: 2rem !important;
        margin-top: 1.8rem !important; 
        max-width:95%
    }
    
    .image-event{
        padding : 0 4rem 5rem 5rem;
    }
    
    .image-products-center{
        margin-left: 3rem;
    }
    
    .home-con-img{
        width: 70%;
    }
    
    .size-red{
        font-size: 2.3rem;
    }
    
    .size-blue{
        font-size: 1.7rem;
    }
    
    .size-green{
        font-size: 1rem;;
    }
    
    .size-orange{
        font-size: 1.1rem;
    }
    
    .home-con-text-product {
        position: absolute;
        top: 50%;
        left: 30%;
        transform: translate(-20%, -50%);
    }
    
    .home-con-text-news{
        position: absolute;
        top: 50%;
        left: 30%;
        transform: translate(-10%, -50%);
    }
    
    .home-con-img-whychoose{
        width: 100%;
    }
    
    .home-con-whychoose-text {
        position: absolute;
        top: 50%;
        left: 30%;
        transform: translate(-20%, -60%);
    }
    
    .header-caption {
        /* text-align: center; */
        margin-top: 2.8rem;
    }
    
    .home-con-img-production img{
        width: 100%;
    }
    
    .home-con-img-news img{
        width: 100%;
    }
    
    .aboutus-vision{
        position: absolute !important;
        top: 3%; 
        left: 54%;
    }
    
    .aboutus-visiontext{
        position: absolute !important;
        top: 16%; 
        left: 42%;
    }
    
    .aboutus-mision{
        position: absolute !important;
        top: 3%; 
        left: 33%;
    }
    
    .aboutus-misiontext{
        position: absolute !important;
        top: 16%; 
        left: 7%; 
        max-width: 80%;
    }
    
    .app-col-position{
        position: absolute;
    }
    
    .app-con-text-right{
        /* color: #0079ba; */
        margin-left: 3%;
    }
    
    .app-con-sec-1 p{
        display: block;
        padding-top: 8%;
        padding-left: 57%;
    }
    
    .app-con-sec-1 img{
        width: 45%;
        float: left;
        margin-left:5%;
    }
    
    .apps-con-header1{
        color: #334d4d;
        text-align: right;
        margin-right: 21%;
    }
    
    .apps-con-hr-header1{
        border: 2px solid #000080;
        width: 65%;
        float: left;
        margin-left: 20%;
    }
    
    .app-con-1{
        margin-top: 2%;
    }
    
    .app-con-sec-1 p{
        display: block;
        padding-top: 8%;
        padding-right: 2%;
        padding-left: 52%;
    }
    
    .app-con-sec-1 img{
        width: 45%;
        float: left;
        margin-left:5%;
    }
    
    .app-con-2{
        margin-top: 2%;
    }
    
    .apps-con-header2{
        color: #334d4d;
        text-align: left;
        margin-left: 3%;
    }
    
    .apps-con-hr-header2{
        border: 2px solid #000080;
        width: 70.5%;
        float: left;
    }
    
    .app-con-sec-2 p{
        display: block;
        padding-top: 8%;
        padding-right: 59%;
    }
    
    .app-con-sec-2 img{
        width: 50%;
        float: right;
        margin-right:-1%;
    }
    
    .apps-con-header3{
        color: #334d4d;
        text-align: right;
        margin-right: 21%;
    }
    
    .apps-con-hr-header3{
        border: 2px solid #000080;
        width: 65%;
        float: left;
        margin-left: 21.6%;
    }
    
    .app-con-3{
        margin-top: -2.5%;
    }
    
    .app-con-sec-3 p{
        display: block;
        padding-top: 14%;
        padding-left: 52%;
        padding-right: 2%;
    }
    
    .app-con-sec-3 img{
        width: 45%;
        float: left;
        margin-left:5%;
    }
    
    .apps-con-header4{
        color: #334d4d;
        text-align: left;
        margin-left: 2%;
    }
    
    .apps-con-hr-header4{
        border: 2px solid #000080;
        width: 60.3%;
        float: left;
        /* margin-right: 30%; */
    }
    
    .app-con-4{
        margin-top: 2.8%;
    }
    
    .app-con-sec-4 p{
        display: block;
        padding-top: 8%;
        padding-right: 59%;
    }
    
    .app-con-sec-4 img{
        width: 50%;
        float: right;
        margin-right:5%;
    }
    
    /***************    News    ****************/
    .border-slider {
        padding: 0 0 20rem 0;
        border-style: solid;
        border-color: #0079ba;
    }

    .news-col-text{
        position: absolute;
        top:31%;
    }

    .news-col-btn{
        position: absolute;
        top:82%
    }

    .news-col-img{
        width: 100%;
    }

    .btn-radius {
        border-radius: 2rem;
    }

    /************** Production  ****************/
    .production-con-img{
        width: 80%;
    }

    .text-production{
        margin-top: 2.5rem !important; 
        margin-bottom: 2.5rem !important;
    }
}

/*****************  MEDIA 767    *********************************/
@media all and (min-width: 576px) and (max-width: 767px) {
    .navbar .navbar-nav > .active > a.nav-link,
    .navbar .navbar-nav > .active > a.nav-link:hover,
    .navbar .navbar-nav > .active > a.nav-link:focus {
        color: #0079ba;
        /* box-shadow: inset 0px 5px 0px 0px #0079ba;  */
    }
    
    .full-container{
        min-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        position: relative;
    }
    
    .full-container-banner{
        min-width: 100%;
        margin-right: auto;
        margin-left: auto;
        position: relative;
    }
    
    .footerdiv{
        margin-bottom: 2rem;
    }
    
    /* Home */
    .col-homeleft{
        padding-right: 2rem;
    }
    .col-homeright{
        padding-right: 2rem;
    }
    
    .heading-box {
        background-color: #262262;
        padding: 1px;
    }
    
    .padding-home{
        padding-left: 1rem;
    }
    
    .title-textleft{
        padding-left: 1.3rem;
    }
    
    .title-textright{
        padding-left: 1.3rem;
    }
    
    .margin-text-left{
        margin-top: 1.8rem;
    }
    
    .margin-text-right{
        margin-top: 1.8rem;
    }
    
    .box-blue {
        background-color: #262262;
        color: white;
        padding: 30px;
        margin: auto;
        height: auto;
        max-width: 60%;
    }
    
    .custom-h5{
        margin-left:4rem; 
        margin-right: 1rem; 
        font-weight: bold;
    }
    
    /* End Home */
    
    /* About Us */
    .div-left{
        margin-left:.6rem !important; 
        max-width:95%;
    }
    
    .div-right{
        margin-left:.6rem !important; 
        max-width:95%;
    }
    
    .homefactory{
        width: 100%;
        height: 500px;
    }
    
    img.image-scape {
        border-radius: 5%;
        height: 393px;
        left: 50px;
        z-index: 1;
        border: 10px solid white;
    }
    /* End About Us */
    
    /* Products */
    .products-div {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    
    .image-products{
        object-fit: cover;
        width: 100%;
        height: 10rem;
    }
    
    /* End Products */
    
    /* Contact Us*/
    .contact-div{
        margin-right:1rem !important;
        margin-left:0.5rem !important;
    }
    
    .div-button{
        margin-top: 1rem !important;
        margin-left: 0;
    }
    /* End Contact Us */
    
    /* Event & News */
    .event-div {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
        max-width:90%;
    }
    
    .image-event{
        margin-top: -0.1rem !important;
        padding : 0rem 1rem 1rem 2rem;
    }
    
    div.image-event div{
        margin-top : 1rem !important;
    }
    
    .image-row-event{
        object-fit: cover; 
        width: 95%; 
        height: 20rem;
    }
    
    .image-products-center{
        width: 95%;
    }
    
    /*End Event & News*/
    
    .flag-pos {
        position: relative;
        left: 5%;
    }
    img.image-round {
        border-radius: 50%;
        height: 120px;
        width: 120px;
        position: relative;
        z-index: 1;
        left: -1%;
        border: 10px solid white;
    }
    
    /* Untuk HOME Captcha */
    .captcha {
        background-color:#f9f9f9;
        border:2px solid #d3d3d3;
        border-radius:10px;
        color:#4c4a4b;
        display:flex;
        justify-content:center;
        align-items:center;
        width: 100%;
        height:100px;
    }
    
    .logo-captcha {
        display:flex;
        flex-direction:column;
        align-items:center;
        height:80%;
        align-self:flex-end;
        margin:1em 1em;
    }
    
    .spinner-captcha {
        position:relative;
        width:2em;
        height:2em;
        display:flex;
        margin:0.1em 1em;
        align-items:center;
        justify-content:center;
    }
    
    input[type="checkbox"].CkCaptcha{ 
        position: absolute; opacity: 0; z-index: -1; 
    }
    
    input[type="checkbox"].CkCaptcha+.checkmark {
        display:inline-block;
        width:2em;
        height:2em;
        background-color:#fcfcfc;
        border:2.5px solid #c3c3c3;
        border-radius:3px;
        display:flex;
        justify-content:center;
        align-items:center;
        cursor: pointer;
    }
    
    input[type="checkbox"].CkCaptcha+.checkmark span {
        content:'';
        position:relative;
        margin-top:-3px;
        transform:rotate(45deg);
        width:.75em;
        height:1.2em;
        opacity:0;
    }
    
    input[type="checkbox"].CkCaptcha+.checkmark>span:after {
        content:'';
        position:absolute;
        display:block;
        height:3px;
        bottom:0;left:0;
        background-color:#029f56;
    }
    
    input[type="checkbox"].CkCaptcha+.checkmark>span:before {
        content:'';
        position:absolute;
        display:block;
        width:3px;
        bottom:0;right:0;
        background-color:#029f56;
    }
    
    input[type="checkbox"].CkCaptcha:checked+.checkmark { 
        animation:2s spin forwards;
    }
    
    input[type="checkbox"].CkCaptcha:checked+.checkmark>span { 
        animation:1s fadein 1.9s forwards;
    }
    
    input[type="checkbox"].CkCaptcha:checked+.checkmark>span:after {
        animation:.3s bottomslide 2s forwards;
    }
    
    input[type="checkbox"].CkCaptcha:checked+.checkmark>span:before {
        animation:.5s rightslide 2.2s forwards;
    }
    
    @keyframes fadein {
        0% {opacity:0;}
        100% {opacity:1;}
    }
    
    @keyframes bottomslide {
        0% {width:0;}
        100% {width:100%;}
    }
    
    @keyframes rightslide {
        0% {height:0;}
        100% {height:100%;}
    }
    
    /* END Untuk HOME Captcha */

    /*****************  HOME    *****************/
    .home-con{
        margin-bottom: 7%;
    }
    
    /* aboutus*/
    .aboutus-vision{
        position: absolute !important;
        top: 10%; 
        left: 40%;
    }
    
    .aboutus-visiontext{
        position: absolute !important;
        top: 20%; 
        /* left: 13%; */
    }
    
    .aboutus-mision{
        position: absolute !important;
        top: 7%; 
        left: 40%;
    }
    
    .aboutus-misiontext{
        position: absolute !important;
        top: 17%; 
    }
    
    .size-greenabout{
        font-size: 15px;
    }
    
    /* end aboutus*/
    
    .btn-radius{
        border-radius: 2rem;
    }
    
    .home-col-top{
        padding: 5%;
        padding-top: 9%;
        padding-bottom: 3%;
    }
    
    .home-col-middle{
        margin-top: 10%;
    }
    
    .home-col-bottom{
        padding: 5%;
        text-align:center;
        padding-top: 9%;
        padding-bottom: 3%;
    }
    
    .home-con-img{
        width: 50%;
    }
    
    .size-red{
        font-size: 2.3rem;
    }
    
    .size-blue{
        font-size: 2.1rem;
    }
    
    .size-green{
        font-size: 1rem;;
    }
    
    .size-orange{
        font-size: 1.4rem;
    }
    
    .home-con-text-product {
        position: absolute;
        top: 55%;
        left: 35%;
        transform: translate(-20%, -50%);
    }
    
    .home-con-text-news{
        position: absolute;
        top: 55%;
        left: 27%;
        transform: translate(-10%, -50%);
    }
    
    .home-con-img-whychoose{
        width: 100%;
    }
    
    .home-con-whychoose-text {
        position: absolute;
        top: 60%;
        left: 5%;
        transform: translate(-2%, -70%);
    }
    
    .header-caption {
        /* text-align: center; */
        margin-top: 1.9rem;
    }
    
    /******************     Application    ***********************/
    
    .app-con-text-right{
        /* color: #0079ba; */
        margin-left: 3%;
    }
    
    .apps-con-header1{
        color: #334d4d;
        text-align: center;
        /* margin-right: 21%; */
    }
    
    .apps-con-hr-header1{
        border: 2px solid #000080;
        width: 100%;
    }
    
    .app-con-1{
        margin-top: 2%;
    }
    
    .app-con-sec-1 p{
        text-align: center;
        margin-top: 8%;
    }
    
    .app-con-sec-1 img{
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .app-con-2{
        margin-top: 1%;
    }
    
    .apps-con-header2{
        color: #334d4d;
        text-align: center;
    }
    
    .apps-con-hr-header2{
        border: 2px solid #000080;
        width: 100%;
    }
    
    .app-con-sec-2 p{
        text-align: center;
        margin-top: 8%;
    }
    
    .app-con-sec-2 img{
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .apps-con-header3{
        color: #334d4d;
        text-align: center;
    }
    
    .apps-con-hr-header3{
        border: 2px solid #000080;
        width: 100%;
    }
    
    .app-con-3{
        margin-top: 1%;
    }
    
    .app-con-sec-3 p{
        text-align: center;
        margin-top: 8%;
    }
    
    .app-con-sec-3 img{
        width: 65%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .apps-con-header4{
        color: #334d4d;
        text-align: center;
    }
    
    .apps-con-hr-header4{
        border: 2px solid #000080;
        width: 100%;
    }
    
    .app-con-4{
        margin-top: 1%;
    }
    
    .app-con-sec-4 p{
        text-align: center;
        margin-top: 8%;
    }
    
    .app-con-sec-4 img{
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    /***************    News    ****************/
    .border-slider {
        padding: 0 0 16rem 0;
        border-style: solid;
        border-color: #0079ba;
    }

    .news-col-text{
        position: absolute;
        top:57%;
    }

    .news-col-btn{
        position: absolute;
        top:82%
    }

    .news-col-img{
        width: 100%;
    }

    .btn-radius {
        border-radius: 2rem;
    }
    /************** Production  ****************/
    .production-con-img{
        width: 100%;
    }

    .text-production{
        margin-top: 2.5rem !important; 
        margin-bottom: 2.5rem !important;
    }
}

/*******************     Media 575       ***********************/
@media all and (max-width: 575px) {
    .flag-pos {
        position: relative;
        left: 5%;
    }
    
    img.image-round {
        border-radius: 50%;
        height: 150px;
        width: 150px;
        position: relative;
        z-index: 1;
        left: -1%;
        border: 10px solid white;
    }
    .homefactory {
        width: 100%;
    }
    
    .home-col-top{
        padding: 5%;
        padding-top: 9%;
        padding-bottom: 3%;
    }
    
    .home-col-middle{
        margin-top: 10%;
    }
    
    .home-col-bottom{
        padding: 9% 5% 3% 5%;
        text-align:center;
        /* padding-top: 9%; */
        /* padding-bottom: 3%; */
        /* margin-right: 10%; */
    }

    .home-con-img-production img{
        width: 100%;
    }

    .home-con-img-news img{ 
        width: 100%;
    }
    
    .home-con-img{
        width: 50%;
    }
    
    .size-red{
        font-size: 1.6rem;
    }
    
    .size-blue{
        font-size: 1.9rem;
    }
    
    .size-green{
        font-size: 1rem;;
    }
    
    .size-orange{
        font-size: 1.4rem;
    }
    
    .home-con-text-product {
        position: absolute;
        top: 55%;
        left: 35%;
        transform: translate(-20%, -50%);
    }
    
    .home-con-text-news{
        position: absolute;
        top: 55%;
        left: 27%;
        transform: translate(-10%, -50%);
    }
    
    .home-con-img-whychoose{
        width: 100%;
    }
    
    .home-con-whychoose-text {
        position: absolute;
        top: 59%;
        left: 6%;
        transform: translate(-2%, -70%);
    }
    
    .header-caption {
        /* text-align: center; */
        margin-top: 1.5rem;
    }
    
    /* aboutus*/
    .aboutus-vision{
        position: absolute !important;
        top: 15%; 
        left: 40%;
    }
    
    .aboutus-visiontext{
        position: absolute !important;
        top: 24%; 
        /* left: 13%; */
    }
    
    .aboutus-mision{
        position: absolute !important;
        top: 10%; 
        left: 47%;
    }
    
    .aboutus-misiontext{
        position: absolute !important;
        top: 20%; 
    }

    /*****************  HOME    *****************/
    .home-con{
        margin-bottom: 5%;
    }
    
    /******************     Application    ***********************/
    .app-con-text-right{
        /* color: #0079ba; */
        margin-left: 3%;
    }
    
    .apps-con-header1{
        color: #334d4d;
        text-align: center;
        /* margin-right: 21%; */
    }
    
    .apps-con-hr-header1{
        border: 2px solid #000080;
        width: 100%;
    }
    
    .app-con-1{
        margin-top: 2%;
    }
    
    .app-con-sec-1 p{
        text-align: center;
        margin-top: 8%;
    }
    
    .app-con-sec-1 img{
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .app-con-2{
        margin-top: 2%;
    }
    
    .apps-con-header2{
        color: #334d4d;
        text-align: center;
    }
    
    .apps-con-hr-header2{
        border: 2px solid #000080;
        width: 100%;
    }
    
    .app-con-sec-2 p{
        text-align: center;
        margin-top: 8%;
    }
    
    .app-con-sec-2 img{
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .apps-con-header3{
        color: #334d4d;
        text-align: center;
    }
    
    .apps-con-hr-header3{
        border: 2px solid #000080;
        width: 100%;
    }
    
    .app-con-3{
        margin-top: 2%;
    }
    
    .app-con-sec-3 p{
        text-align: center;
        margin-top: 8%;
    }
    
    .app-con-sec-3 img{
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .apps-con-header4{
        color: #334d4d;
        text-align: center;
    }
    
    .apps-con-hr-header4{
        border: 2px solid #000080;
        width: 100%;
    }
    
    .app-con-4{
        margin-top: 2%;
    }
    
    .app-con-sec-4 p{
        text-align: center;
        margin-top: 8%;
    }
    
    .app-con-sec-4 img{
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    /***************    News    ****************/
    .border-slider {
        padding: 0 0 19rem 0;
        border-style: solid;
        border-color: #0079ba;
    }

    .news-col-text{
        position: absolute;
        top:52%;
    }

    .news-col-btn{
        position: absolute;
        top:85%
    }

    .news-col-img{
        width: 100%;
    }

    .btn-radius {
        border-radius: 2rem;
    }

    /************** Production  ****************/
    .production-con-img{
        width: 100%;
    }

    .text-production{
        margin-top: 2rem !important; 
        margin-bottom: 2rem !important;
    }
}

@keyframes spin {
    10% {
        width:0;
        height:0;
        border-width:6px;
    }
    30% {
        width:0;
        height:0;
        border-radius:50%;
        border-width:1em;
        transform: rotate(0deg);
        border-color:rgb(199,218,245);
    }
    50% {
        width:2em;
        height:2em;
        border-radius:50%;
        border-width:4px;
        border-color:rgb(199,218,245);
        border-right-color:rgb(89,152,239);
    }
    70% {
        border-width:4px;
        border-color:rgb(199,218,245);
        border-right-color:rgb(89,152,239);
    }
    90% {
        border-width:4px;
    }
    100% {
        width:2em;
        height:2em;
        border-radius:50%;
        transform: rotate(720deg);
        border-color:transparent;
    }
}

::selection {
    background-color:transparent;
    color:teal;
}

::-moz-selection {
    background-color:transparent;
    color:teal;
}
/* END Contact Us Captcha */


