/****** 
author : Riyan Hartadi 
WEBZOIC, Nov 2017
 ******/
 /*general*/
 body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 24px;
    font-family: "Poppins","Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666;
    overflow-x: hidden;
}
.padding-title{padding:40px 0;}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
	margin:0 0 20px;
}
.img-full-width {width:100%!important;}
.table tbody > tr > td.td1{width:40%; text-transform:uppercase;font-size:14px; font-weight:600; letter-spacing:2px; padding:10px 10px;}
.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f9f9f9;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}
.table-striped > tbody > tr:nth-child(1) > td {
    border-top:none;
}
.table-striped > tbody > tr:nth-last-child(1) > td {
    border-bottom: solid 4px #ed1d24;
}
.table2 {padding:15px; background:#1e398c;border-bottom:4px solid #ed1d24;}
.table2 h3 {font-size:18px;color:#fff;font-weight:500;}
.table2 td {color:#fff;border-top:1px solid #7b7b7b;}
.table2 > .table tbody > tr > td {color:#fff;border-top:1px solid #7b7b7b; padding:12px 8px;}
.table2 > .table tbody > tr > td.td1 {width:75%;}
.table2 > .table tbody > tr > td.td2 {text-align:right;padding-right:15px;}
.img-respo{width:100%; margin-bottom:30px;}
h4.subtitle{font-weight:600; text-transform:uppercase;font-size:22px; letter-spacing:2px;}
h4.subtitle.sub-vessel{font-size:30px; margin-bottom:40px;}
h4.timeline-title{
	font-weight: 700;
    color: #ed1d24;
    font-size: 28px;
	margin-bottom:10px;
}

.row .col-md-10 > .img {margin: 30px 0;}
 /*navbar*/
 .nav-bar {
    height: 80px;
    max-height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #283d8d3d;
}
.nav-bar .module, .nav-bar .module-group {
height: 80px;}
.logo {
    max-height: 100%; height: 53px;
}
.image-bg a:hover, .bg-primary a:hover {
    color: #ed1d24;
    opacity: .9;
}
.txtabout a{
	font-weight: 600;
    color: #3b3be8;
	/*transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;*/
    cursor: pointer;
    position: relative; 
    display: inline-block;
}
.txtabout a:hover{ color:#ed1d24;}
a.read-more:hover {color:#ed1d24;}
 /* slider */
 .txthero {padding-left:7%;}
 h1.large {
    font-size: 50px;
    line-height: 70px;
    font-weight: 600;
}
.overlay:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 15%, rgba(1, 1, 1, 0.3) 100%);
    opacity: 0.7;
	z-index: 2;}
.overlay1:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #263b8c;
	opacity: 0.75;
	z-index: 2;}
.btn-white:hover, .image-bg .btn:hover, .image-bg .btn:visited:hover {
    background: #263b8c;
    color: #ffffff;
	font-size:14px;
}
.menu li a:hover {
    color: #263b8c!important; opacity:1!important;
}
.menu li a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #292929;
    opacity: 0.5;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    max-width: 100%;
    white-space: normal;
font-family:'Poppins','Open Sans';}
}


/*  animation caption slider */

.fullscreen.image-slider .slides li .container-fluid h1,
.fullscreen.image-slider .slides li .container-fluid a {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

.fullscreen.image-slider .slides li.flex-active-slide .container-fluid h1 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.fullscreen.image-slider .slides li.flex-active-slide .container-fluid a {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    70% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
            opacity: 0;
            -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    }
    70% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
            opacity: 1;
    }
    70% {
            opacity: 0;
            -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
            opacity: 1;
    }
    70% {
            opacity: 0;
            -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
    }
}


.trigger {position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 1px; background: red; display: block; margin: auto;}



/* csr style content*/

.text-csr:after, .list-csr:after {clear: both; display: block; content: '';}
.list-csr {margin: 30px -15px 0;}


/* csr style content End*/

.sub_title {font-size: 18px; font-weight: 600;}

/* thanks style content*/

.bg-secondary.thank {padding: 0; position: relative;} 

.text_thanks {
    position: absolute; top: 50%; width: 70%; max-width: 640px; left: 0; right: 0; margin: auto; transform: translateY(-50%);
    -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);
    text-align: center; z-index: 5;
}
.text_thanks h1{font-size: 60px; font-weight: 700; color: #fff; margin-bottom: 30px;}
.text_thanks p {color: #fff; margin-bottom: 30px;}
.img_thanks {
    position: relative;
}
.img_thanks:after {
    content: ''; background: rgba(0,0,0,0.6); display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto;
}
/* thanks style content End*/





/*content*/
.about {position:relative;}
.about .txtabout{
	/* position:absolute; */
	padding :40px 30px 30px 5%!important;
	background:white;
	right:-40px;
	z-index:10;
}
h4.bottom-line2{
	display:inline-block;
    border-bottom: 3px solid #ed1d24;
    padding-bottom:10px;
}
h4.bottom-line3{
	display:inline-block;
    border-bottom: 3px solid #ed1d24;
    padding-bottom:10px;
}

/* .bottom-line2:after {
    content: "";
    display: block;
    width: 70px;
    border-bottom: 3px solid #ed1d24;
    margin: 10px 0;
    z-index: 1;
    position: relative;
}
.bottom-line3:after {
    content: "";
    display: block;
    width: 70px;
    border-bottom: 3px solid #ed1d24;
    margin: 10px auto 0;
    z-index: 1;
    position: relative;
} */
.relative .bcgabout {
	    top: -50px;
    left: 13%;
    height: 115%;
    width: 55%;
    position: absolute;
    z-index: -1;
    border: 9px solid #ed1d24;
    border-right: 120px solid #ed1d24;
	/* top: -40px;
	left: 13%;
    height: 115%;
    width: 40%;
    position: absolute;
    z-index: -1;
    border: 9px solid #ed1d24; */
}
.feature.bordered.feature1 {
    padding: 32px;
    border: 1px solid #e8e8e842;
    height: 200px;
    max-height: 250px;
    overflow: hidden;
	background: rgba(255, 255, 255, 0.7);
}
.feature.bordered.feature1:hover {
	box-shadow: 0px 0px 15PX 0px rgba(255,255,255,0.5);
    z-index: 2;
    -webkit-transition: all 300ms ease-in;
    -webkit-transform: scale(1.05);
    -ms-transition: all 300ms ease-in;
    -ms-transform: scale(1.05);   
    -moz-transition: all 300ms ease-in;
    -moz-transform: scale(1.05);
    transition: all 300ms ease-in;
    transform: scale(1.1);
	border: 1px solid #ccc;
	background:#263b8c;
}
.feature1 h4.uppercase{font-size: 16px; font-weight: 600;}
.feature.bordered.feature1:hover a {color:#ed1d24;}
.feature.bordered.feature1:hover a>i {color:#ed1d24;}
.feature.bordered.feature1:hover h4.uppercase {color:#fff;}
h4.uppercase {
    letter-spacing: 1px;
    margin-right: -3px;
}
.bg-grey{background:#f1f1f1;}
.hover-scale {
    opacity: 0.9;
    filter: grayscale(20%);
}
.hover-scale:hover {
    opacity: 1;
    filter: none;
}
.hover-scale:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.hover-scale:hover p strong{
	color:#ed1d24;
}
.hover-scale img{
	-webkit-transition: transform 1.5s ease-out;
    -moz-transition: transform 1.5s ease-out;
    -o-transition: transform 1.5s ease-out;
    transition: transform 1.5s ease-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
}
.image-caption .caption:before {
    content: '' attr(data-caption) '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6222222', GradientType=0);
}
.image-caption .caption p {
    position: relative;
    z-index: 4;
    margin: 0;
	font-size:16px;
	letter-spacing:2px;
	text-transform:uppercase;
}
.image-caption .caption {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px 10px 10px 20PX;
    color: #fff;
}
/* sitemap */
a.parent-sitemap {
	font-size:16px;
	color:#292929;
	font-weight:600;
	margin-bottom:12px;
}
a.parent-sitemap:hover {
	color: #1e398c;
	font-weight:700;
}
ul.ul-sitemap {
	margin-top:8px;	
}
ul.ul-sitemap a li {
	color: #1e398c;
    font-weight:400;	
}
ul.ul-sitemap a li:hover {
	color:#292929;
	font-weight:600;	
}
/* end of sitemap */

/*-------------------------- FORM---------------------------------*/

.box_form {position: relative; margin: 0 -15px; display: block;}
.box_form .full {width: 100%;}
.box_form .full .g-recaptcha,
.box_form .full .textarea {margin: 20px 0;}
.box_form select {background: #f5f5f5 url('../img/image/arr_select.png') no-repeat 95% center;}
.box_form:after {clear: both; display: block; content: '';}
.box_form .lbel_ket input[type="text"] {width: 50%;}
.box_form .lbel_ket .yrs {display: inline-block; margin-left: 10px;}
.box_form .input_file {height: 50px !important; display: block !important; width: 100% !important; background: #f5f5f5 url('../img/image/ico_file.png') no-repeat 95% center;}
.box_form .input_file input[type="file"] {left: 0; right: 0; top: 0; bottom: 0; margin: auto; width: 100%; z-index: 3; opacity: 0; cursor: pointer;}
.box_form .input_file span {
    position: absolute; left: 20px; right: 0; top: 50%; transform: translateY(-50%);-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);
    right: 35px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; z-index: 2;
}
.box_form .ket {font-size: 12px; font-style: italic; display: block; margin: 6px 0 0;}

/*-------------------------- TIMELINE---------------------------------*/
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 5px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #bfbfbf;
            border-radius: 2px;
            padding: 30px 30px 10px 30px;
            position: relative;
            -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #ffffff;
				border-right: 0 solid #ffffff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #263b8e;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 24px;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }		br {		display:block; 	}

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
.timeline-body > p {font-size:14px;}
}
/*------------------------ END of TIMELINE -----------------------*/
/*Footer*/
.right-sos {display:inline-block;text-align:right;}
.right-sos span {color:#ffffff;margin-right:5px; font-size:12px;}
.right-sos img {height:20px; padding:0 5px;}
.bottom-footer {
    background-color: #1e398c;
    padding: 40px 0;
}
.bottom-footer-links li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}
.bottom-footer-links a, .footer-type-3 .copyright span, .copyright a {
    color: #d8d8d8;
}
.copyright .transp a{color:transparent; font-weight:300;font-size:14px;}
.bottom-footer-links li:after {
    content: "";
    border-right: 1px solid #ffffff;
    margin: 0 7px 0 10px;
}
.bottom-footer-links li:last-child:after {
    border: none;
}
.copyright span {
    display: inline-block;
    font-size: 13px;
    line-height: 32px;
	color: #d8d8d8;
}
.footer-payment-systems {
    margin-top: 5px;
}
.footer-payment-systems a:hover {
	filter: grayscale(90%);
}
.footer-payment-systems a:hover img {
    -webkit-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
}
.footer-payment-systems i {
    font-size: 26px;
    vertical-align: middle;
}
.footer-payment-systems img {
    max-height: 80px;
    max-width: 200px;
	padding-left:15px;
	-webkit-transition: transform 200ms ease-out;
    -moz-transition: transform 200ms ease-out;
    -o-transition: transform 200ms ease-out;
    transition: transform 200ms ease-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.bottom-footer ul {margin-bottom: 5px;}
.logo-carousel li {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: .5;
    filter: grayscale(90%);
}
.logo-carousel li:hover {
    opacity: 1;
	filter:grayscale(0%);
	-webkit-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
}
.transp, .transp a{color:transparent;/*display:inline-block;*/}
.breadcrumb {
    padding: 0;
    margin-bottom: 24px;
    list-style: none;
    border-radius: none;
	background:none;
	font-size:12px;
}
.breadcrumb a{color:#ccc; font-weight:500; letter-spacing:1px;}
.breadcrumb > .active {color: #263b8c;}
.img-content img{max-height:450px;}
.box-content {
	    padding: 50px;
    background: #263b8e;
    /* background: #263b8e; */
    color: #ffffff;
    position: absolute;
    left: -35%;
    top: -15%;
    z-index: 10;
    width: 55%;
    box-shadow: 1px 1px 15px 1px rgba(0,0,0,0.2);
}
.box-content-red {
	padding: 50px;
    background: #ed1d24;
    /* background: #263b8e; */
    color: #ffffff;
    position: absolute;
    left: -69%;
    bottom: -10%;
    z-index: -1;
    width: 110%;
    box-shadow: 1px 1px 15px 1px rgba(0,0,0,0.2);
    height: 100%;
}
.box-content-red1{
	width:200%;
	right:-50%;
	position:absolute;
	z-index:-1;
	height:100%;
	top:-20%;
	background:#ed1d24;
	box-shadow: 1px 1px 15px 1px rgba(0,0,0,0.2);
}
.box-content h4, .box-content h5{color:#ffffff; line-height:28px;}
h5.img-title {margin-top:5px;font-size:13px;color:black;}
.client{    
	padding: 30px;
    border: 0.5px solid #263b8e20;
	height:200px;
	transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.client:hover{    
	-webkit-transform: scale(1.02, 1.02);
    -ms-transform: scale(1.02, 1.02);
    -o-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
	background:#fff;
	z-index:1;
	box-shadow:1px 1px 5px 1px rgba(38,59,142,0.2)
}
.m-auto {    
	position: relative;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    top: 50%;
	left:50%;
    z-index: 2;
 }
 .desc-right {background:#263b8e; padding:40px 20px;}
 .desc-right h5, .desc-right h4  {color:#ffffff; margin-bottom:16px; font-weight:600;}
 .desc-right p  {color:#ffffff;}
.desc-right hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 0 0 8px 0;
    width: 100%;
}
.border-grey {border:1px solid #ccc;}
.img-left {
    text-align: center;
    position: relative;
    line-height: 150px;
}
.img-left img{vertical-align:middle;}
.mr30{margin-right:30px;}
.txt-card{padding:20px;background:#263b8e;height: 145px;max-height: 170px;overflow:hidden;}
.txt-card.red{background:#ed1d24;height:auto;max-height:none;}
.txt-card p, .txt-card hr {color:#ffffff; margin-bottom:5px;}
.txt-card.red ul>li{color:white;}
.txt-card h5 {color:#ffffff; margin-bottom:20px;}
.txt-card h4 {color:#ffffff; margin-bottom:20px; font-weight:600;}
.media{margin:20px 0;}
.thumb-media {width:25%; margin-right: 25px;overflow:hidden;}
.pull-left.thumb-media{padding-right:0;}
.txt-media {height:auto;max-height:none;overflow:hidden;}
.txt-media h6{font-size:12px; color:#292929; font-weight:600; margin-bottom:5px;}
.txt-media p{color:#666; font-size:14px;}
a .media:hover .txt-media h4{color:#263b8e;;}
.media .thumb-media img{
	 transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
a .media:hover .thumb-media img{
	filter:grayscale(0.8);
	-webkit-transform: scale(1.02, 1.02);
    -ms-transform: scale(1.02, 1.02);
    -o-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
}
h4.media-heading{font-weight:600;margin-bottom:8px;font-size:20px;}
.row-relative {height:400px;max-height:400px;position:relative; overflow:hidden;margin-bottom:100px;}
.img-left-relative {width:50%;height:auto;position:absolute;left:0;}
.txt-right-absolute {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* left: 50%; */
    margin-left: 80px;
    width: 40%;
    right: 30px;
}
.txt-right-absolute h4{margin-bottom:5px; font-weight:500;}
.red-box-row-relative {
	bottom: 0;
    background: #ed1d24;
    height: 75%;
    left: 30px;
    width: 50%;
    position: absolute;
	z-index:-1;
}
.img-right-relative {width:50%;height:auto;right:0;position:absolute;}
.txt-left-absolute {position:absolute;top:50%;transform:translateY(-50%); left: 15px; margin-right: 80px; width: 40%;}
.txt-left-absolute h4{margin-bottom:5px; font-weight:500;}
.red-box-row-relative2 {
	bottom: 0;
    background: #ed1d24;
    height: 75%;
    right: 30px;
    width: 50%;
    position: absolute;
	z-index:-1;
}
.career-list {
		padding:50px 25px;
		box-shadow:1px 1px 15px 1px rgba(0,0,0,0.2);
		/*height: 420px;
		max-height: 420px;
		overflow: hidden;*/
		margin-bottom:32px;
}
/*--career li --*/
.joblist ul, .joblist
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.joblist ul {
  margin: 2em 0;
}

.joblist li {
  margin: 10px;
  margin-left: 5em;
  font-size:14px; 
  line-height: 24px; 
  font-weight:300;
}

.joblist li:before {
  content: '\f058';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -2em;
  color: #263b8e;
  font-size: 16px;
}
.joblist.detail li{font-size:15px;margin-left: 3em;font-weight: 400;}

/*----TEAM MANAGEMENT--*/
.team{
    padding:32px 0;
}
h6.description{
	font-weight: bold;
	letter-spacing: 2px;
	color: #999;
	border-bottom: 1px solid rgba(0, 0, 0,0.1);
	padding-bottom: 5px;
}
.profile{
	margin-top: 25px;
    padding: 0 30px;
    height: 600px;
    max-height: 600px;
    overflow: hidden;
}
.row.pt-md{margin:0 -30px!important;}
.profile h4 {margin:20px 0 5px 0;}
.profile h5 {margin-bottom:20px; font-weight:600;color:#263b8e;}
.profile .img-box{
	opacity: 1;
	display: block;
	position: relative;
}

.img-box ul{
	position: absolute;
	z-index: 2;
	bottom: 50px;
	text-align: center;
	width: 100%;
	padding-left: 0px;
	height: 0px;
	margin:0px;
	opacity: 0;
}

i.red{
    color:#BC0213;
}
/*-- responsive--*/
@media (max-width:480px){
	.media-left, .media-right, .media-body {
    display: block;
    vertical-align: top;
}
	.txt-media {
    overflow: visible;
	}
	.thumb-media {
    width: 100%;
	}
	.pull-left.thumb-media{float:none!important; margin-bottom:15px;}
	.media-body {width: 100%;}

    .img_thanks img {min-height: 360px;}
}


 @media (min-width:1367px){
	.txtnav{padding:0 7%;} 
 }
 @media (min-width:768px){
	 .img-box img{width:60%;max-width:60%;}	
 }
 

@media (max-width:990px){
	.about .txtabout {/* position: absolute; */padding: 50px 50px 50px 7%!important;right: -11px;}
	.relative .bcgabout {top: -40px;height: 95%; left: 0;border: 9px solid #ed1d24; border-right: 150px solid #ed1d24;width: 75%;}
	.feature1 h4.uppercase {font-size: 14px; font-weight: 600; color:#263b8c;}
	.nav-bar .module, .nav-bar .module-group {height: auto;}
	.module.widget-handle {border: none;border-left: none;line-height: 80px;min-height: 62px;}
	.mobile-toggle { border-left: none !important; border-bottom: none !important;}
	.module.widget-handle i {font-size: 30px;line-height: 53px;opacity: 0.8;transition: all 0.3s ease;-webkit-transition: all 0.3s ease;    -moz-transition: all 0.3s ease; color: blue;}
.box-content {
    padding: 20px;
    background: #263b8e;
    color: #ffffff;
    position: relative;
    left: 0;
    top: -20%;
    z-index: 10;
    width: 100%;
    box-shadow: 1px 1px 15px 1px rgba(0,0,0,0.2);
}
.box-content-red {
    padding: 50px;
    background: #ed1d24;
    /* background: #263b8e; */
    color: #ffffff;
    position: absolute;
    left: -50%;
    bottom: -20%;
    z-index: -1;
    width: 200%;
    box-shadow: 1px 1px 15px 1px rgba(0,0,0,0.2);
    height: 98%;
}
.row-relative {height:300px;max-height:300px;position:relative; overflow:hidden;margin-bottom:40px;}
.mt-xs-40{margin-top:40px;}


/* thanks style content*/

.img_thanks {position: relative; overflow: hidden;}
.img_thanks img {position: relative; height: 73vh; min-height: 900px; max-width: none; object-fit: cover;}
.text_thanks {width: 85%;}
.text_thanks h1 {font-size: 48px;}
.text_thanks p {font-size: 14px; line-height: 22px;}

/* thanks style content End*/



}
 @media (max-width:767px){
	 h1.large {    font-size: 30px;    line-height: 42px;}
	 .cover.fullscreen .slides li {height: 85vh; padding: 80px 0;}
	 .cover.fullscreen {height: auto!important;}
	 .bottom-footer .copyright, .bottom-footer .social-icons, .footer-payment-systems {
	 text-align: center;}
	 .bottom-footer .copyright {margin-bottom:3px;}
	 .feature.bordered.feature1{ padding: 20px;}
.txt-card{padding:20px;background:#263b8e;height: 200px;max-height: 200px;overflow:hidden;}
.profile{
	margin-top: 25px;
    padding: 0 15px;
    height: auto;
    max-height: none;
    overflow: none;
}
.profile p{font-size:14px;}
.box-content {
    padding: 20px;
    background: #263b8e;
    /* background: #263b8e; */
    color: #ffffff;
    position: relative;
    left: 0;
    top: -20%;
    z-index: 10;
    width: 100%;
    box-shadow: 1px 1px 15px 1px rgba(0,0,0,0.2);
}
.row-relative {height:300px;max-height:300px;position:relative; overflow:hidden;margin-bottom:40px;}
.txt-left-absolute {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    margin-right: 80px;
    width: 40%;
}

.txt-left-absolute p{font-size:14px!important;}
.txt-right-absolute p{font-size:14px!important;}
.red-box-row-relative {	
    left: 15px;
}
.red-box-row-relative2 {	
    right: 15px;
}
.box-content-red {
    padding: 50px;
    background: #ed1d24;
    /* background: #263b8e; */
    color: #ffffff;
    position: absolute;
    left: -50%;
    bottom: -9%;
    z-index: -1;
    width: 200%;
    box-shadow: 1px 1px 15px 1px rgba(0,0,0,0.2);
    height: 72%;
}
.bottom-footer .right-sos {display:inline-block;text-align:center!important; margin-bottom:0px;}
.right-sos span {color:#ffffff;margin-right:5px; font-size:11px;}
.right-sos img {height:20px; padding:0 5px;}

/* thanks style content*/

.img_thanks img {min-height: 480px; height: 65vh;}
.text_thanks h1 {font-size: 32px; margin-bottom: 15px;}
.text_thanks p {font-size: 12px; line-height: 20px;}
.btn-lg {line-height: 36px; height: 40px;}

/* thanks style content End*/



}

@media (max-width:500px){
	.img-left-relative {width: 100%;height: auto;position: relative;left: 0;}
	.txt-right-absolute {position: relative;
    transform: none;
    width: 100%;
    left:0;
	right:0;
	margin-left: 0;
	padding:15px 30px;
}
.red-box-row-relative {
    display:none;
}
.img-right-relative {width: 100%;height: auto;position: relative;left: 0;}
	.txt-left-absolute {position: relative;
    transform: none;
    width: 100%;
    left:0;
	right:0;
	margin-left: 0;
	padding:15px 30px;
}
.red-box-row-relative2 {
    display:none;
}
.row-relative {
    height: auto;
    max-height: none;
    position: relative;
    overflow: none;
    margin-bottom: 30px;
}
.table2 > .table tbody > tr > td.td1 {
    width: 60%;
}
.table tbody > tr > td.td1 {
width: 50%;}

.box_form .full .g-recaptcha {transform: scale(0.9);-webkit-transform: scale(0.9);-moz-transform: scale(0.9); -o-transform: scale(0.9); margin-left: -15px;}


}	 

/* .flex-direction-nav a.flex-prev {
    left: 90%;
top: 93%;}
.flex-direction-nav a.flex-next {
    right: 5%;
    top: 93%;
} */




.loaderhome {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  overflow: hidden;
}

.loaderhome .wrap_loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background: #fff;
}

.loaderhome .logobg {
  width: 160px;
  height: 45px;
  display: block;
  background-size: 100%;
  opacity: 1;
  background: url("../img/image/logo-gtsi.png") no-repeat;
  position: relative;
}

.loaderhome .loader_content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  width: 160px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.loaderhome .loader_content .line {
  display: block;
  width: 120px;
  margin: 35px auto 0;
  background: rgba(30,57,140,0.3);
  height: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  position: relative;
}

.loaderhome .loader_content .line span {
  display: inline-block;
  position: absolute;
  height: 2px;
  background: #1e398c;
  left: 5px;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  width: 0;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}