
@font-face {
    font-family: Bangsat;
    src:url('../css/font/FuturaPTBook.otf');
}

@font-face {
    font-family: AquanestFontLight;
    src:url('../css/font/Gotham-Light.otf');
}

@font-face {
    font-family: AquanestFontBook;
    src:url('../css/font/Gotham-Book.otf');
}

body {
	font-family: Bangsat,Helvetica,Arial,sans-serif;
	font-weight: 400;
	color:#FFF;
	font-size: 16px;
	line-height: 20px;
	background: url(../image/bg_aquanest.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow:scroll;
}
* {
      box-sizing: border-box;
    }

h1, h2, h3, h4, h5, h6 {
	color: #FFF;
	font-weight:100;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 27px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color:#FFF;
}
a:hover {
	text-decoration: none;
	color:#CCC;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}

.btn-custom {
    border-radius: 4px;
    background-color: rgb(250, 250, 250, 0.1);
    border: solid 2px #f7f7f7;
    color: #f7f7f7;
}
.btn-custom:hover {
    border-radius: 4px;
    background-color: rgba(199, 199, 199, 0.1);
    color: #c2c0c0;
    border: solid 2px #c2c0c0;
}

.loader {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #f7f7f7;
    z-index: 999999;
}
.loader .loader-inner {
    position: absolute;
    border: 2px solid #f50136;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
    animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

@-webkit-keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    }
@keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}


/* Custom Form Control */
.custom .form-control {
    font-size: 12px;
    padding: 12px 15px;
    height: 50px;
    border-radius: 1px;
    background-color: rgba(51,51,51,0.8);
    color: rgba(255, 255, 255, 0.747);
    border: solid 3px #333;
    margin-bottom: 25px;
    outline: 0 !important;
    font-style: italic;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.custom .form-control:focus {
    background-color: rgba(51,51,51,0.8);
    border-radius: 1px;
    border-color: rgba(82, 82, 82, 0.8);
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
/* Custom Form COntrol */

/* header */
    #top {
        padding: 4px 0px 3px 0;
        margin: 0 0 3px 0;
        min-height: 40px;
    }
    #top .container {
        padding: 0 20px;
        width:100%;
    }
    #top #currency .currency-select {
        text-align: left;
    }
    #top #currency .currency-select:hover {
        text-shadow: none;
        color: #ffffff;
    }
    #top .btn-link, #top-links li, #top-links a {
        color: #888;
        text-decoration: none;
    }
    #top .btn-link:hover, #top-links a:hover {
        color: #444;
    }
    #top-links .dropdown-menu a {
        text-shadow: none;
    }
    #top-links .dropdown-menu a:hover {
        color: #FFF;
    }
    #top .btn-link strong {
        font-size: 14px;
    }
    #top-links {
        padding-top: 6px;
    }
    #top-links a + a {
        margin-left: 15px;
    }

    #bottom {
        text-align: center;
    }

    #bottom .menu {
        text-align: left;
    }

    #bottom .menu li {
        display: inline-block;
        position: relative;
    }

    #bottom .menu li a {
        color: #FFF;
        padding: 15px 5px;
        font-weight: 400;
        display: block;
        text-transform: capitalize;
        transition: 0.3s;
    }

    #bottom .menu ul {
        visibility: hidden;
        opacity: 0;
        margin: 0;
        padding: 0;
        width: 170px;
        position: absolute;
        top: 38px;
        left: 0;
        z-index: 99;
        transform: translate(0, 20px);
        transition: all 0.2s;
    }

    #bottom .menu ul li {
        display: block;
        float: none;
        background: none;
        width: 210px;
        margin: 0;
        padding: 0;
    }

    #bottom .menu ul li a {
        font-size: 12px;
        display: block;
        color: #835353;
        background-color: #FFF;
        text-align: left;
        padding: 10px 30px;
    }

    #bottom .menu li:hover > ul{
        visibility: visible;
        opacity: 1;
        transform: translate(0,0);
    }

    #bottom .menu ul ul {
        left: 210px;
        top: 0;
        visibility: hidden;
        opacity: 0;
        transform: translate(20px, 20px);
        transition: all 0.3s;
    }

    #bottom .menu li>ul ul:hover{
        visibility: visible;
        opacity: 1;
        transform: translate(0,0);
    }

    #bottom .menu li a:hover {
        color: black;
    }

    #bottom .sub-menu li a:hover,
    #bottom .sub-menu li:hover > a {
        background-color: #29c2ff;
        color: #FFF;
    }


    header {
        background:url(../image/bg-header3.png) no-repeat;
        background-position: center top;
        position:fixed;
        z-index:1000;
        width:100%;
        margin: 0 0;
    }
    #logo {
        margin: 16px 0 35px 0px;
    }

    .hamburger {
        background-color: transparent;
        border: 0;
        position: absolute;
        top: 35px;
        right: 20px;
        display: none;
        color: #FFF;
        cursor: pointer;
        font-size: 20px;
    }

    .hamburger:focus {
        outline: none;
    }

    @media (max-width: 768px) {
        header {
            background:url(../image/bg-header-mob.png) no-repeat top;
        }
        #top {
            display: none;
        }
        #bottom {
            display: none;
        }
        .hamburger {
            display: flex;
            position: absolute;
            z-index: 2;
        }
        #bottom.show {
            position: fixed;
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: center;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 10px;
            background-color: rgb(59, 58, 58);
            z-index: 1;
            transition: .3s;
        }
        .menu {
            width: 100%;
            display: flex;
            align-items: center;
            flex-direction: column;
            list-style-type: none;
            margin: 0 !important;
        }
        .menu li:not(:last-child) {
            margin-bottom: 30px;
        }
        .menu a {
            position: relative;
            display: inline-flex;
            font-weight: bold;
            font-size: 30px;
            color: #FFF;
        }
        .menu a:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 0;
            height: 5px;
            display: inline-flex;
            background: #c5e600;
            transition: .3s;
        }
        .menu a:hover:after {
            width: 100%;
        }
        .sub-menu {
            display: none;
        }
    }

    @media (min-width: 769px) and (max-width: 992px) {
        header {
            background-position: 45% top;
        }
    }

    @media (min-width: 992px) and (max-width: 1198px) {
        header {
            background-position: 47% top;
        }
    }
/* header */

/* Footer */

    footer {
        padding: 50px 0 100px;
        background-color: rgba(103, 104, 104, 0.5);
    }
    footer .footer_header {
        margin-bottom: 30px;
    }
    footer .footer_header_address {
        margin-bottom: 15px;
    }
    footer .footer_box h3.footer_title {
        text-transform: uppercase;
        padding-top: 40px;
        padding-bottom: 0;
        margin-bottom: 0;
        font-weight: 500;
        color: #ffffff;
    }
    /* footer .footer_box h4.footer_title:before {
        width: 50px;
        content: " ";
        position: absolute;
        border-top: solid 3px #30010b;
        left: 0;
        top: 30px;
    } */
    footer .footer_social {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    footer .footer_social li {
        display: inline-block;
        margin: 5px;
    }
    footer .footer_social li a {
        /* border: solid 2px #30010b; */
        display: block;
        /* border-radius: 50px; */
        /* padding: 7px 0; */
        font-size: 30px;
        color: #ffffff;
        width: 40px;
        height: 40px;
        text-align: center;
    }
    footer .footer_social li a:hover {
        /* background-color: #f50136; */
        color: #c2c0c0;
    }
    footer .contact_info {
        position: relative;
        margin-bottom: 20px;
    }
    
    footer .contact_info:last-child {
        margin-bottom: 0px;
    }
    
    footer .contact_info p {
        margin-bottom: 10px;
    }

    footer .contact_info .address {
        margin-bottom: 0;
    }
    
    footer .contact_info p span {
        color: #ebebeb;
        font-size: 16px;
    }    
    .copyright_footer {
        text-align: center;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 15px;
    }
    .copyright_footer p {
        font-size: 13px;
        padding: 10px;
        text-transform: capitalize;
        color: #ffffff;
    }
/* Footer */

/* Breadcrumb */
    .breadcumb-section {
        padding-top: 100px;
        text-align: center;
    }
    .breadcrumb {
        background-color:transparent;
        /* margin: 120px 0 20px 0;
        padding: 8px 0; */
        color:#FFF;
    }
    .breadcrumb i {
        font-size: 15px;
    }
    .breadcrumb > li {
        padding: 0 10px;
        position: relative;
        white-space: nowrap;
    }
    .breadcrumb > li + li:before {
        content: '';
        padding: 0;
    }
    .breadcrumb > li:after {
        content: '';
        display: block;
        position: absolute;
        top: -3px;
        right: -5px;
        width: 15px;
        height: 15px;
        border-bottom: 1px solid #DDD;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
/* Breadcrumb */

/* Content */
    .content-section {
        min-height: 500px;
    }
/* Content */

/* Hero */
    .hero-section{
        padding-top: 65px;
        height:60vh;
        width:100%;
        display:flex;
        align-items:center;
        justify-content: center;
    }
    .hero-section video {
        width:100%;
        height:100%;
        position: relative;
        top:0;
        left:0;
        object-fit:cover;
        font-family:'object-fit: cover';
    }

    /* @media (max-width:558px)
    {
        .hero-section {
            height:40vh;
        }
    }
    @media (min-width:558px)
    {
        .hero-section {
            height:60vh;
        }
    }
    @media (min-width:1200px)
    {
        .hero-section {
            height:70vh;
        }
    } */
/* Hero */

/* Intro */
    .intro-section
    {
        width: 100%;
        padding-top: 86px;
        padding-bottom: 114px;
    }
    .intro_container
    {
        height: 100%;
    }
    .intro_text
    {
        margin-top: 27px;
    }
    .intro_link
    {
        margin-top: 38px;
    }
    .intro_link a
    {
        position: relative;
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
    }
    .intro_link a:hover
    {
        color: #e45656;
    }
    .intro_link a::after
    {
        display: block;
        position: absolute;
        left: 0;
        bottom: -3px;
        width: 100%;
        height: 1px;
        background: #ffffff;
        content: '';
    }
    .intro_button
    {
        margin-top: 53px;
    }
    .intro_images
    {
        width: 100%;
        height: 588px;
    }
    .intro_img
    {
        position: absolute;
    }
    .intro_img img
    {
        max-width: 100%;
    }
    .intro_1
    {
        top: 0;
        right: 0;
    }
    .intro_2
    {
        bottom: 0;
        right: 98px;
        box-shadow: 0px 23px 35px rgba(4,4,4,0.54);
    }
    .intro_3
    {
        top: 51px;
        left: 0;
        box-shadow: 0px 23px 35px rgba(4,4,4,0.54);
    }
/* Intro */

/* Product Home */
    .blog_slider_container
    {
        width: 100%;
        background-color: rgba(103, 104, 104, 0.5);
    }
/* Product Home */


/* Contact Page */
    .contact_page {
        padding-bottom: 100px;
        padding-top: 50px;
    }
    .contact_box {
        padding: 35px;
        background-color: #ffffff;
        border-radius: 4px;
    }
    .contact_box label {
        color: #000;
        font-size: 13px;
        text-transform: capitalize;
    }
    
    .social_list {
        list-style: none;
        padding: 0;
        margin: 0;
        padding-top: 50px;
    }
    .social_list li {
        display: inline-block;
        margin: 5px;
    }
    .social_list li a {
        display: block;
        padding: 7px 0;
        font-size: 30px;
        color: #ffffff;
        width: 40px;
        height: 40px;
        text-align: center;
    }
    .social_list li a:hover {
        color: #c2c0c0;
    }

    .icon_list {
        list-style: none;
        padding: 0;
        margin: 0;
        padding-top: 50px;
    }
    .icon_list li {
        display: inline-block;
        width: 100%;
        position: relative;
        padding-left: 50px;
        min-height: 50px;
        margin-bottom: 7px;
    }
    .icon_list li i {
        display: block;
        padding: 7px 0;
        font-size: 28px;
        color: #ffffff;
        width: 40px;
        height: 40px;
        text-align: center;
        position: absolute;
        left: 0;
    }
    .icon_list li span {
        color: #ffffff;
        padding-top: 6px;
        display: inline-block;
    }
    
    .map {
        width: 100%;
        min-height: 400px;
    }
    
    textarea.form-control {
        min-height: 200px;
        resize: vertical;
    }
    
    .btn-contact {
        border-radius: 50px;
        background-color: #f50136;
        border: solid 2px #0f0003;
        color: #ffffff;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    .btn-contact:hover {
        background-color: #18181c;
        color: #ffffff;
        border: solid 1px #18181c;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
/* Contact Page */

/* Auth form */
    .login-form {
        padding: 5%;
        margin-top: 30px;
        margin-bottom: 100px;
        box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    }

    .login-form .ForgetPwd{
        color: #cfcfcf;
        font-weight: 700;
        text-decoration: none;
    }

    .login-form .ForgetPwd:hover {
        color: #ff6666;
        font-weight: 700;
        text-decoration: none;
    }

    .register-form {
        padding: 5%;
        margin-top: 30px;
        margin-bottom: 100px;
        box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);    
    }
    .register-form h1, .register-form p {
        text-align: center;
    }
    .register-form .control-label {
        text-align: right;
    }
    @media (max-width: 768px) {
        .register-form .control-label {
            text-align: left;
        }
    }
/* Login form */

/* Product List */
    .left-group {
        margin-bottom: 50px;
    }
    .list-group {
        box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    }
    .list-group a {
        color: #888888;
        padding: 8px 12px;
        background-color: rgba(51,51,51,0.3);
    }
    .list-group a.active, .list-group a.active:hover, .list-group a:hover {
        color: #444444;
        background: #eeeeee;
        border: 1px solid #DDDDDD;
        text-shadow: 0 1px 0 #FFF;
    }
  
    .single-product-area {
        margin-bottom: 50px;
        position: relative;
        z-index: 1;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }
    .single-product-area .product-img {
        position: relative;
        z-index: 1;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }
    .single-product-area .product-img a {
        display: block;
    }
    .single-product-area .product-img img {
        position: relative;
        z-index: 1;
        width: 100%;
    }
    
    /* .l_news_item .l_news_img .image_background {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 200px;
        -webkit-transition: all 400ms linear 0s;
        -o-transition: all 400ms linear 0s;
        transition: all 400ms linear 0s;
    } */


    .single-product-area .product-img .image_background {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 200px;
        -webkit-transition: all 400ms linear 0s;
        -o-transition: all 400ms linear 0s;
        transition: all 400ms linear 0s;
    }
    .single-product-area .product-img .product-tag a {
        background-color: #429edf;
        border-radius: 2px;
        display: inline-block;
        height: 20px;
        padding: 0 10px;
        line-height: 20px;
        text-transform: uppercase;
        color: #ffffff;
        font-weight: 700;
        font-size: 12px;
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 10;
    }
    .single-product-area .product-img .product-tag.sale-tag a {
        background-color: #e61d47;
    }
    .single-product-area .product-img .product-meta {
        position: absolute;
        bottom: 30px;
        left: 15px;
        right: 15px;
        z-index: 100;
        visibility: hidden;
        opacity: 0;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }
    .single-product-area .product-img .product-meta a {
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        background-color: #303030;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        max-width: 50px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-transform: uppercase;
        text-align: center;
    }
    .single-product-area .product-img .product-meta a:hover, .single-product-area .product-img .product-meta a:focus {
        background-color: #70c745;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-product-area .product-img .product-meta a {
            font-size: 11px;
        }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-product-area .product-img .product-meta a {
            font-size: 11px;
        }
    }
    @media only screen and (max-width: 767px) {
        .single-product-area .product-img .product-meta a {
            font-size: 14px;
        }
    }
    .single-product-area .product-img .product-meta .add-to-cart-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 100px);
        flex: 0 0 calc(100% - 100px);
        max-width: calc(100% - 100px);
        width: calc(100% - 100px);
        border-left: 1px solid rgba(235, 235, 235, 0.5);
        border-right: 1px solid rgba(235, 235, 235, 0.5);
    }
    .single-product-area .product-info a p {
        margin-bottom: 0;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
    }
    .single-product-area .product-info a p:hover, .single-product-area .product-info a p:focus {
        color: #70c745;
    }
    .single-product-area .product-info h6 {
        margin-bottom: 0;
        font-size: 18px;
    }
    .single-product-area:hover .product-img {
        box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.75);
    }
    .single-product-area:hover .product-img .product-meta {
        visibility: visible;
        opacity: 1;
    }
    .pagination {
        position: relative;
        z-index: 1;
        margin-top: 30px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .pagination .page-item .page-link {
        width: 46px;
        height: 46px;
        border-radius: 0;
        text-align: center;
        border: 1px solid #ebebeb;
        font-size: 18px;
        line-height: 44px;
        padding: 0;
        margin: 0 10px;
        background-color: #f5f5f5;
    }
    .pagination .page-item .page-link a {
        color: #707070;
    }
    .pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus, .pagination .page-item .page-link.active {
        border-color: #70c745;
        background-color: #70c745;
        color: #ffffff;
    }

/* Product List */

/* product Detail */
    .related-products-area {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .produts-details-content {
        padding-top: 30px;
        padding-bottom: 50px;
        border-bottom: 1px solid #ebebeb;
    }
    .single_product_thumb {
        position: relative;
        z-index: 1;
    }
    @media only screen and (max-width: 767px) {
        .single_product_thumb {
            margin-bottom: 50px;
        }
    }
    .single_product_thumb .carousel-indicators {
        position: relative;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 15;
        margin-right: 0;
        margin-left: 0;
        margin-top: 30px;
    }
      .single_product_thumb .carousel-indicators li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        width: 100px;
        height: 100px;
        margin-right: 15px;
        margin-left: 15px;
        cursor: pointer;
        border: 1px solid transparent;
        background-size: cover;
    }
    @media only screen and (max-width: 767px) {
        .single_product_thumb .carousel-indicators li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 60px;
            flex: 0 0 60px;
            width: 60px;
            height: 60px;
        }
    }
    .single_product_thumb .carousel-indicators li.active {
        border: 1px solid #70c745;
    }
  
    .single_product_desc {
        position: relative;
        z-index: 1;
    }
    .single_product_desc .title {
        font-size: 30px;
        margin-bottom: 3px;
        text-transform: uppercase;
    }
    @media only screen and (max-width: 767px) {
        .single_product_desc .title {
          font-size: 24px;
        }
    }
    .single_product_desc .price {
        font-size: 24px;
        font-weight: 600;
        color: #5fd2ff;
        margin-bottom: 10px;
    }
    .single_product_desc .short_overview {
        margin-bottom: 10px;
        border-bottom: 1px solid #ebebeb;
    }
    .single_product_desc .short_overview p {
        font-size: 14px;
    }
    
    
    .single_product_desc .products--meta {
        position: relative;
        z-index: 1;
        padding-top: 10px;
    }
    .single_product_desc .products--meta p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .single_product_desc .products--meta p span:first-child {
        font-weight: 500;
        color: #303030;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        max-width: 150px;
        width: 150px;
    }
    .single_product_desc .products--meta p span:last-child {
        font-weight: 400;
        color: #cccccc;
    }
    .single_product_desc .products--meta .st-custom-button[data-network] {
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        color: #cccccc;
        font-size: 20px;
        margin-right: 15px;
    }
    .single_product_desc .products--meta .st-custom-button[data-network]:hover,
    .single_product_desc .products--meta .st-custom-button[data-network]:focus {
        color: #70c745;
    }
/* Product Detail */

/* Facility */

.b_center_title {
    text-align: center;
    padding-bottom: 10px;
}

.b_center_title h2 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}

.b_center_title p {
    font-size: 16px;
    color: rgb(216, 212, 212);
    line-height: 5px;
    padding-top: 5px;
}

.l_news_item {
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.l_news_item .l_news_img {
    overflow: hidden;
}

.l_news_item .l_news_img .image_background {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 200px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.l_news_item .l_news_img img {
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.l_news_item .l_news_img .image_background:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.l_news_item .l_news_content {
    padding: 20px 0;
}

.l_news_item .l_news_content h4 {
    font-size: 18px;
    color: #FFF;
    font-weight: 400;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.l_news_item .l_news_content p {
    font-size: 14px;
    line-height: 23px;
    color: rgb(216, 212, 212);
    font-weight: 300;
    padding: 5px 0px 10px 0px;
}

.zoom-btn {
    cursor: zoom-in;
}

.image-view {
    position: fixed;
    z-index:1000;
    top: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    display: none;
}

.image-box {
    width: 60vw;
    height: 80vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2000;
    display: none;
}


@media(max-width: 992px) {
    .image-box {
        height: 55vh;
    }
}

@media(max-width: 678px) {
    .image-box {
        height: 40vh;
    }
}

@media(max-width: 400px) {
    .image-box {
        height: 25vh;
    }
}

/* Facility */

/* Shipment */


.hero-shipment-section{
    padding-top: 65px;
    /* height:60vh; */
    width:100%;
    display:flex;
    justify-content: center;
}
.hero-shipment-section video {
    width:100%;
    height:100%;
    position: relative;
    top:0;
    left:0;
    object-fit:cover;
}

.shipment-section {
    /* background: #232a34; */
    /* background-color: rgba(103, 104, 104, 0.5); */
    padding: 45px 0;
    flex-basis: 33%;
}

.shipment-title {
    text-align: center;
    margin: 0 0 45px 0;
}
.shipment-title h2 {
    text-transform: uppercase;
    font-weight: 700;
}

.shipment-title p {
    font-size: 24px;
    /* width: 75%; */
    margin: 15px auto 0 auto;
}

.caption {
    margin: 15px 0 0 0;
    /*flex-basis: 33%;*/
      padding: 40px;
      text-align: left;
      color: white;
      font-size: 1em;
     .h2: center;as
    
}
.caption h2 {
    text-transform: uppercase;
    font-weight: 700;
    text-align : center;
}

.caption p {
    font-size: 15px;
    /* width: 75%; */
    margin: 15px auto 0 auto;
}



/* .shipment-title {
    padding-bottom: 600px;
}

.map-container {
    top: 80px;
    position: absolute;
    z-index: -1;
}

@media(max-width: 1092px) {
    .shipment-title {
        padding-bottom: 400px;
    }
    .map-container {
        top: 110px;
    }
}

@media(max-width: 678px) {
    .shipment-title {
        padding-bottom: 280px;
    }
    .map-container {
        top: 90px;
    }
}

@media(max-width: 400px) {
    .shipment-title {
        padding-bottom: 200px;
    }

    .map-container {
        top: 10px;
    }
}

.coming-soon{
    font-size: 50px;
    font-weight: 700;
    margin-top: 100px;
} */



