/* home */

.full-content {
    width: 100%;
    float: left;
}

.home .inner-content {
    max-width: 100% !important;
    padding: 0;
    margin: 0;
}
.home .full-breadcrumb{display: none;}
#content,
#primary,
.content-box {
    width: 100%;
    float: left;
}
.home #row-wrap-content {
    float: left;
    width: 100%;
}
.row,
.p-body,
.about-body,
.counterup-body,
.post-body {
    float: left;
    width: 100%;
}
.home .full-content h1.h-title {
    font-size: 36px;
    color: #3a3636;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
.home .full-content p {
    font-weight: 500;
    line-height: 24px;
    font-size: 14px;
}
.cargo-img img,
.ab-img img,
.p-img img {
    width: 100%;
    height: auto;
    border: 0;
    float: left;
}
.row hr {
    height: 0;
    border: 0;
    border-top: 2px solid #e00000;
    width: 60px;
    margin: 10px auto;
    ;
}
.col-img, .col-info {
	float: left;
	width: 25%;
	position: relative;
	min-height: 279px;
}
.col-info {
	float: left;
	width: 25%;
	position: relative;
	min-height: 185px;
}
.col-about,
.col-counterup {
    float: left;
    width: 23.5%;
    margin-right: 2%;
}
.col-about:last-child,
.col-counterup:last-child {
    margin-right: 0
}
/* slide */

#row-wrap-slide {
    width: 100%;
    float: left;
}
#rev_slider_1_1_wrapper .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: url("images/pattern.png") repeat;
    opacity: .3;
}
/* slider bottom*/

#slider-bottom {
    position: relative;
    z-index: 999;
}
#slider-bottom .thongtin {
    margin-top: -40px;
    width: 100%;
    float: left;
}
.thongtin .col-info {
    background: #ffffff;
    box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}
.col-info .info-top {
    background: #dd2424;
    width: 100%;
    height: 40px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    transition: all 1s ease-in-out 0s;
}
.col-info .info-text .info-img {
    position: relative;
    background: #ffffff;
    width: 90px;
    height: 75px;
    line-height: 80px;
    border-radius: 100%;
    margin-left: 15px;
    margin-top: -30px;
    transition: all .5s;
}
.info-text .info-content {
    padding-bottom: 13px;
    transition: all 1s ease-in-out 0s;
}

.info-overlay-p{
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 5px;
    color: #dd2424;
	font-size: 18px !important;
    font-weight: bold ;
}
.info-overlay h4 {
    color: #ffffff;
}
#slider-bottom .info-content p,
#slider-bottom .info-overlay p {
    font-size: 13px;
    margin: 5px 0;
}
.info-overlay hr {
    border: 0;
    border-top: 2px solid #eee;
    width: 60px;
    margin: 10px auto;
}
.info-text .info-overlay {
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #e00000;
    top: 39px;
    padding: 25px 30px 26px;
    color: #ffffff;
    opacity: 0;
    text-align: center;
    border-bottom: 1px solid #e00000;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    transition: opacity 500ms ease 0s, transform 500ms ease 0s, border-radius 500ms ease 0s;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform-origin: center center;
    bottom: 0;
    box-sizing: border-box;
}
.info-overlay .info-overlay-p{
	color:#fff !important;	
}
#slider-bottom .col-info:hover .info-overlay {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
}
#slider-bottom .col-info:hover .content {
    opacity: 0;
    transition: all 1s ease-in-out 0s;
}
#slider-bottom .col-info:hover .info-top {
    background: #ffffff;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    transition: all .1s ease-in-out 0s;
}
#slider-bottom .col-info:hover .info-img {
    transform: translateY(-40px);
}
/*  About */.h-title {	font-size: 30px !important;}

#planet {
    padding: 40px 0;
    background: rgba(0, 0, 0, 0) url("images/bg4.jpg") no-repeat scroll 100% center;
    background-size: cover;
    position: relative;
}
#planet .p-heading p {
    margin: 25px auto;
    max-width: 700px;
}
.planet-box {
    float: left;
    width: 50%;
}
.p-img1 {
  width: 95%;
}
.p-content {
    padding-top: 20px;
}
.p-content h5 {
    color: #4c4c4c;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0;
}
#planet .pl-txt h1 {
    color: #333;
    float: left;
    font-size: 72px;
    line-height: 72px;
    margin: 0;
    padding-right: 5px;
    text-transform: uppercase;
}
#planet .pl-txt p {
    margin: 0;
    padding-left: 1px;
    width: auto;
}
.p-txt ul li:before {
    content: "\f006";
    font-family: FontAwesome;
    font-size: 16px;
    padding-right: 10px;
    vertical-align: middle;

}
.p-txt ul li {
    padding: 3px 0
}
/* our-cargo */

#our-cargo:before {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
#our-cargo {
    background: rgba(0, 0, 0, 0) url("images/bg2.jpg") no-repeat scroll 100% center;
    background-size: cover;
    position: relative;
    color: #ffffff;
}
.our-heading {
    padding: 50px 0 0;
    position: relative;
}
#our-cargo .our-heading h1.h-title {
    color: #ffffff;
}
.c-img {
    float: left;
    width: 100%;
    position: relative;
    padding: 40px 0;
}
.contain:hover .cargo-img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
#our-cargo .contain,
#post .contain {
    position: relative;
    overflow: hidden;
}
.contain .cargo-img,
.contain .p-img {
    transition: all 0.5s ease;
}
.contain .textbox {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    opacity: 0;
    transform: translate(180px, -100px);
    transition: all 0.4s 0.4s ease-in-out;
    text-align: center;
}
.contain:hover .textbox {
    opacity: 1;
    transition-delay: 0s;
    transform: translate(0px, 0px);
}
.textbox h3 {
    text-transform: uppercase;
    font-weight: bold;
    color: #e00000;
    font-size: 20px;
    margin: 20px 0 10px;
}
.textbox p {
	margin: auto;
	text-align: center;
	padding: 25px;
	box-sizing: border-box;
	max-width: 100%;
	padding-top: 5px;
}
/*  about-cargo */

#about-cargo {
    position: relative;
    background: #fbfbfb;
    padding: 40px 0;
}
#about-cargo  .about-heading p {
    margin: 25px auto;
    max-width: 700px;
    margin-bottom: 50px;
}
.ab-cargo {
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
}
.ab-img {
    position: relative;
    width: 100%;
    float: left;
}
.ab-overlay {
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transform: translate(180px, -100px);
    transition: all 0.4s 0.4s ease-in-out;
}
.ab-cargo:hover {
    box-shadow: 2px 2px 6px rgba(238, 238, 238, .8);
}
.ab-cargo:hover .ab-content h4 a {
    color: #e00000;
}
.ab-cargo:hover .ab-icon img {
    -webkit-filter: invert(.8);
    -moz-filter: invert(.8);
    filter: invert(.8);
}
.ab-cargo:hover .ab-overlay {
    opacity: 1;
    transition-delay: 0s;
    transform: translate(0px, 0px);
}
.ab-overlay img {
    position: relative;
    top: 100px;
    float: none;
    width: auto;
}
.ab-content {
    margin: auto;
    padding:20px 0;
}
.ab-content h4 {
    margin: 0;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
}
.ab-content h4 a {
	font-size: 16px;
	font-weight: bold;
}
.ab-content p {
    color: #8b8b8b;
    margin: 0;
}
.ab-txt {
    width: 100%;
    float: left;
}
.ab-txt .ab-icon {
    background: #fff;
    position: relative;
    border-radius: 100%;
    width: 90px;
    height: 75px;
    margin: -25px 0 0 15px;
    line-height: 55px;
    display: none;
}
.ab-txt .ab-icon img {
	vertical-align: middle;
	display: none;
}
/* post */

#post {
    background: #fbfbfb;
    position: relative;
}
#post .p-heading p {
    margin: 30px auto;
    max-width: 700px;
    margin-bottom: 45px;
}
.col-post {
	float: left;
	width: 33%;
	position: relative;
	padding: 10px;
	box-sizing: border-box;
	min-height: auto;
}
.col-post:last-child {
    margin-right: 0;
}
.p-content {
    background: #ffffff;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: .7s;
}
.p-content:hover .p-img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.p-content:hover .textbox {
    opacity: 1;
    transition-delay: 0s;
    transform: translate(0px, 0px);
}
.textbox img {
    position: relative;
    top: 50px;
    float: none;
}
#post .p-txt {
    position: relative;
}
.p-img img{
	height: 200px!important;
	max-width: 100%;
}
.p-txt time.time {
    position: absolute;
    top: -25px;
    left: 10px;
    border-radius: 4px;
    float: left;
    width: 35px;
    height: 45px;
    border: 1px solid rgba(119, 119, 119, 0.32);
    ;
}
.p-txt time.time * {
    width: 100%;
    display: block;
}
.p-txt time.time span {
    font-size: 16px;
    padding: 1px;
    color: #ffffff;
    background: #d10a0a;
    border-radius: 3px 3px 0 0;
    box-sizing: border-box;
    line-height: 22px;
    margin: 0;
}
.p-txt time.time strong {
    font-size: 12px;
    color: #d10a0a;
    margin: 5px 0;
}
#post .p-text {
	margin-left: 15px;
	text-align: left;
	padding: 21px;
	padding-left: 0px;
}
#post .p-text h3 {
	font-size: 15px;
	font-weight: 600;
}
#post .p-text h3 a:hover{
	text-decoration: none;
}
#post .p-text span {
    color: #828282;
    font-style: italic;
    font-weight: 400;
}
#post .p-text p {
    margin: 15px 0 0;
}
/* counterup */

#counterup {


}
#counterup .counterup-heading p {
    max-width: 700px;
    margin: 25px auto;
    margin-bottom: 34px;
    ;
}
.glyph-icon {
    display: inline-block;
}
#counterup  span.counter {
    font-size: 36px;
    font-weight: 600;
    color: #db0f31;
}
.col-counterup h4 {
    font-size: 16px;
    margin: 10px 0 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #2b2b2b;
}
.col-counterup p {
    margin: 0;
}
.logo img {
    height: 100px !important;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
    width: 100%;
}
/*Responsive*/

@media only screen and (max-width: 990px) {
    #planet,
    .our-heading,
    #about-cargo{
        padding: 30px 0 ;
    }
    .h-title {
        font-size: 25px !important;
    }
    .c-img {
        padding: 20px;
    }
    .col-img, .col-info {
        min-height: auto;
    }
    .full-content h3 {
        margin-top: 20px;
    }
    .p-content {
        padding-top: 0;
    }
}

@media only screen and (max-width: 800px) {
    .col-info .info-text .info-img {
        width: 60px;
        height: 55px;
    }
    .info-overlay-p {
        font-size: 16px !important;
        line-height: 20px;
    }
    .info-text .info-overlay{
        padding: 15px;
    }
    .info-text .info-content {
        padding-bottom: 0;
    }


}
@media only screen and (max-width: 767px) {
        .col-img,
    .col-counterup {
        width: 50%;
    }
    .about-body,
    .post-body{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .col-about,
    .col-post{
        width: 49%;
        margin:0;
        padding: 0;
    }
    #our-cargo .contain,
    #about-cargo .ab-cargo {
        max-width: 400px;
        margin: auto auto 30px
    }
    #post .p-content {
        max-width: 350px;
        margin: auto auto 30px
    }

    #planet,
    .our-heading,
    #about-cargo{

        padding: 20px 0 ;
    }
    #planet .p-heading p {
        margin: 15px auto;
    }
    .c-img {
        padding: 0;
    }
}
@media only screen and (max-width: 640px) {
        .col-info {
        width: 50%;
    }
    .thongtin .col-info{
        min-height: 160px !important;
    }
    .thongtin {
        padding: 0 5%;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .planet-box {
        width: 100%;
        margin: 0
    }
    #about-cargo .ab-cargo,
    #counterup .counterup {
        max-width: 350px;
        margin: auto auto 30px;
    }
    .ab-content h4 a {
        font-size: 14px;
    }
    .ab-content {
        padding: 10px 0;
    }
    #post .p-text {
        margin-left: 0;
        padding: 20px 10px 10px;  
    }
    #post .p-text h3{
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .h-title,
    h1.entry-title {
        font-size: 20px !important;
    }
    h1.entry-title {
        margin-bottom: 17px;
    }
}

@media only screen and (max-width: 480px) {


}
@media only screen and (max-width: 400px) {
    .col-info,
    .col-about,
    .col-post, .col-img, .col-counterup {
        width: 100%;
    }
    #slider-bottom .col-info {
        margin: auto auto 40px;
        max-width: 450px;
    }
}