header_banner_bl@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

@font-face { 
  font-family: roboto-bold; 
  src: url('Roboto-Bold.woff'); 
} 

body {
  font-family: "Roboto", sans-serif;
  color: #444444;
  margin: 0;
  padding: 0;
}

a {
  color: #1bac91;
  text-decoration: none;
}

a:hover {
  color: #22d8b6;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "roboto-bold", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1bac91;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #21cfaf;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  margin-top: 0;
  min-height: 120px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
}
#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #000;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 50px 0 0 110px;
  max-height: 111px;
}

.banner_image_bl{
  display: flex;flex-direction: row;
}
#header_banner_bl{
  background-image: url("../img/banner_bg.jpg");
  height: 260px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #003471;
  padding-top: 55px;
  /*margin-bottom: 1px;*/
  background-size: cover;
}
#header_banner_bl a img{
  margin-left: 20px;
}
.banner_right_sperator{
  width: 5px;
  background-image: url("../img/sperator_bn.jpg");
  height: 121px;
  margin-left: -20px;
}
.halal_logo_bl{
  margin-left: -60px;
}
.halal_logo_bl img{
  margin-bottom: 30px;
}


.logo_block{
  height: 207px;
  padding: 0;
  margin: 0;
}
div.sperator_solid {
  border-bottom: 3px solid #ff0000;
  top:207px;
  position: relative;
  margin: 0;
  padding: 0;
}
.hearder_phone{
  margin: 60px 0 0 110px;
}
.hearder_certificate{
  margin: 30px 0 0 -40px;
}

@media (max-width: 992px) {
  #header {
    min-height: 80px;
  }
  #header .logo img {
    margin:20px 0 0 auto;
  }
  div.sperator_solid {
    top:127px;
  }
  .logo_block{
    height: 126px;
  }
}

@media (max-width: 992px) {
  .banner_image_bl{
    flex-direction: column;
  }
  .banner_right_sperator{
    display: none;
  }
  #header_banner_bl{
    padding-top: 30px;
  }
  #header_banner_bl a img{
    margin-left: 0px;
  }
  .halal_logo_bl{
    margin-left: 0px;
    margin-bottom: -40px;
  }
  .cert_logo{
    width: 70%;
    /*display: none;*/
    float: right;
    margin-top: 53px;
  }
  .gp_company{
    margin-top: -175px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  width: 100%;
  margin: auto;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li + li {
  margin-left: 30px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  font-weight: bold;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 3px;
  left: 0;
  background-color: #ff0000;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #fff;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #062822;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #ff0000;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #000;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  background-color: #ff0000;
}

@media (max-width: 991px) {
  .mobile_nav_bg{
    background-color: #ff0000;
  }
  .phone_certi_block {
    visibility: hidden;
    clear: both;
    float: left;
    display: none;
  }

  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(16, 31, 29, 0.9);
  transition: 0.3s;
  z-index: 999;
  width: 100%;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile > ul > li + li {
  margin: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #21413c;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #1bac91;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #1bac91;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

.carousel-item {
  height: 60vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-width: 991px) {
  .carousel-item {
    min-height: 260px;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f2f9f8;
}

.section-title {
  padding-bottom: 40px;
  text-align: center;
}
.section-title h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #21413c;
}
.section-title p {
  margin-bottom: 0;
}

.carousel-indicators [data-bs-target]{
  background-color:#ff0000 ;
}
/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
.welcome{
  padding-top: 0px;
}
.welcome_left{
  padding: 100px 30px 0 120px;
  line-height: 28px;
  text-align: justify;

}
.welcome_left h3{
  font-weight: 800;
  letter-spacing: 0.1em;
}
.welcome_left h2,h3,h4{
  color: #0909ab;
}
.welcome_left h4{
  font-weight: 700;
  letter-spacing: 0.1em;
}
.welcome_left p{
  width: 390px;
  letter-spacing: 0.1em;
  font-size: 16px;
}
.welcome_right{
  background-image: url("../img/welcome_section_bg_img.jpg");
  background-color: #cccccc;
  height: 605px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-left: -11px;
}
.seemore_btn{
  float: right;
  margin: 20px 0 0 70px;
}
.company_group_img{
  margin: 54px 0 0 60px;
}
.company_sinfo{
  color: #fff;
  padding: 8px 36px;  
  margin-top: 10px;
  margin-left: 20px;
}
.company_sinfo_no{
  font-size: 38px;
  font-weight: 700;
}
.company_sinfo_title{
  font-size: 18px;
}
p.company_sinfo_no{
  margin-bottom: 5px;
}
.adj_margin_left{
  margin-left: -40px;
}
@media (max-width: 991px) {
  .welcome_left{
    padding: 20px 6px;
    margin:0;
  }
  .welcome_right{
    height: auto;
    margin-left:6px;
    padding-left: 2px;
  }
  .company_sinfo{
    margin:20px auto;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    padding: 0 0 0 0;
  }
  .company_group_img{
    padding: 0;
    margin: 4px 0px 0 0px;
  }
  .company_sinfo_no{
    /*text-align: center;*/
  }
  .company_sinfo_title{
    margin-top:10px;
  }
  .adj_margin_left{
    margin-left: 0px;
  }
}

/*--------------------------------------------------------------
# Our Companies
--------------------------------------------------------------*/
.our_companies{
  padding-top: 0px;
}
.our_companies h2{
  font-family: 'roboto-bold';
  font-weight: 900;
  font-size: 36px;
  color: #0909ab;
}
.logo_info_block{
  margin-top: 30px;
  margin-bottom: 20px;
}
.logo_info{
  text-align: center;
}
.logo_info img{
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .logo_info_block{
    margin-top: 0px;
  }
  .logo_info{
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Business Activity
--------------------------------------------------------------*/
.business_activities{
  background-image: url("../img/business_act_bg.jpg");
  background-color: #cccccc;
  height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.business_activities h2{
  font-weight: 700;
  font-size: 36px;
  color: #fff;
}
.business_activities_img{
  margin-left: 50px;
}
.business_activities_img img{
  width: 502px;
  display: block;
  margin-bottom: 0px;
}
.business_activities_lst{
  margin-top: 60px;
}
.business_activities_lst ul {
  list-style-image: url("../img/list_circle.png");
}
.business_activities_lst ul li{
  color:#fff;
  font-size:20px;
  line-height: 36px;
}
@media (max-width: 991px) {
  .business_activities{
    height: auto;
  }
  .business_activities_img{
    margin-left: 0px;
  }
  .business_activities_img img{
    width: 95%;
  }
  .business_activities_lst{
    margin-top: 0px;
  }
}

/*--------------------------------------------------------------
# Our Marine Product
--------------------------------------------------------------*/
.marine_product{
  background-color: #003471;
  height: 502px;
  padding: 25px 0;
}
.marine_product h2{
  font-weight: 700;
  font-size: 36px;
  color: #fff;
}
.marine_margin_fixed{
  margin-left: -22px;
}
.marine_info{
  padding: 0;
  width: 200px;
  background-color: #ff8600;
  height: 250px;
  margin-left: 10px;

}
.marine_info img{
  display: block;
  margin-bottom: 0px;
}
.marine_info span{
  display: block;
  text-align: center;
  color: #000;
}
.shorttext_padding{
  padding-top:20px;
}
.longtext_padding{
  padding:10px 20px;
}
.learn_more_btn{
  display: block;
  text-align: center;
  margin-top: 35px;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .marine_product{
    height: auto;
  }
  .marine_info{
    height: auto;
    margin: auto;
    display: block;
  }
  .learn_more_btn{
    margin-top: 10px;
  }
  .shorttext_padding{
    padding-top:10px;
    padding-bottom:10px;
  }
  .marine_margin_fixed{
    margin-left: 0px;
    margin-bottom: 10px;
  }
}
/*--------------------------------------------------------------
# Our Service Product
--------------------------------------------------------------*/
.our_service{
  height: 383px;
  border:1px solid #000; 
  padding-top:80px;
}
.service_info{
  padding: 0;
  margin-left: 60px;
}
.service_info img{
  height: 169px;
  display: block;
  margin-bottom: 0px;
  padding: 30px;
  border:5px solid #ff8600;
}
.service_info span{
  display: block;
  text-align: center;
  color: #000;
  margin-top: 35px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .our_service{
    height: auto;
    padding-top:10px;
  }
  .service_info{
    margin-left:0px;
    margin-bottom: 20px;
  }
  .service_info span{
    margin-top: 5px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact{
  background-image: url("../img/location_bg.jpg");
  background-color: #cccccc;
  height: 578px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 90px;
}
.contact .info {
  padding-top: 70px;
  padding-left:  40px;
  height: 392px;
  width: 100%;
  background: #fff;
  opacity: 0.9;
}
.contact .info h4{
  color:#000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing:  2px;
}
.contact_company{
  width: 340px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing:  1px;
}
.contact_company_add{
  width: 300px;
  font-size: 22px;
}
.map_margin_fixed{
  margin-left: -25px;
}


@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 991px) {
  .contact{
    height: auto;
    padding-top: 10px;
  }
  .map_margin_fixed{
    margin-left: 0px;
  }
}
/*--------------------------------------------------------------
# Branches Product
--------------------------------------------------------------*/
.branches{
  background-color: #fff;
}
.branches h2{
  font-family: 'roboto-bold';
  font-weight: 900;
  font-size: 36px;
  color: #0909ab;
}
.branches_bg1{
  background-image: url("../img/branches_bg_1.png");
  width: 492px;
  height:262px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
.branches_bg2{
  background-image: url("../img/branches_bg_2.png");
  width: 492px;
  height:262px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
.branches_info, .branches_info2{
  margin-left: 40px;
}
.branches_info h2, .branches_info2 h2{
  color:#ff8600;
  font-size: 32px;
}
.branches_info h2{
  padding-top: 45px;
}
.branches_info2 h2{
  padding-top: 30px;
}
.branches_info p, .branches_info span, .branches_info2 p, .branches_info2 span{
  color: #fff;
}
.branches_info p, .branches_info2 p{
  width: 300px;
}
.branches_info span, .branches_info2 span{
  margin-left: 10px;
}
.branches_info .bi, .branches_info2 .bi{
  color:#ff8600;
}
.brancher_margin_fixed{
  margin-left: -40px;
}

@media (max-width: 991px) {
  .branches_bg1, .branches_bg2{
    width: auto;
    height: auto;
    padding-left: 10px;
    padding-bottom: 20px;
  }
  .branches_info, .branches_info2{
    margin-left: 10px;
  }
  .brancher_margin_fixed{
    margin-left: 10px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #003663;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer .footer-top {
  background: #003471;
  border-bottom: 1px solid #18302c;
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  color: #ff8600;
  font-weight: 600;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1c3733;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #1bac91;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #4ae3c6;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #34dfbf;
}
.footer_contantus{
  margin-top: 35px;
}
.footer-info .info i{
  padding-right: 15px;
  color: #ff8600;
}

#footer .copyright {
  text-align: center;
  padding-top: 20px;
}

.footer_address{
  display:inline-flex;
}

/*--------------------------------------------------------------
# Contact Us Page
--------------------------------------------------------------*/
.page-title {
  position: relative;
  padding: 80px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-title:before {
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(19, 38, 70, 0.6);
}

.page-title .title-text h1 {
  position: relative;
  font-size: 40px;
  color: #ffffff;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.contactus{
  margin-bottom: 30px;
}
.contactus .contact-form .form-control {
  margin-bottom: 5px;
}
.contactus_mrg{
  margin-bottom: 30px;
}
.contactus h1{
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #0909ab;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .address_left_bk{
    margin-bottom: 40px;
  }
  .contactus_telmargin{
    font-size: 15px;
  }
}
.contactus .address-block {
  display: flex;
  color: #000;
}
.address-block i, h6{
  font-size: 24px;
  font-weight: 600;
}
.address-block i{
  color: #ff0000;
}
.address-block h6{
  color: #000;
  margin-left: 10px;
}
.form-control.main {
  padding: 10px;
}
.contactus_telmargin{
  margin-left: 11px;
  display: inline-flex;
}
.contactus_addressmargin{
  margin-left: 34px;
}
.contactus .contact-form input,.contactus .contact-form textarea{
  border-color: #ff0000; 
}
.btn-style-one {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  line-height: 27px;
  padding: 8px 36px;
  background: #ff0000;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-style-one:hover {
  color: #ff0000;
  border: 1px solid #ff0000;
  background: #ffffff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

/*--------------------------------------------------------------
# Our Products Page
--------------------------------------------------------------*/
.ourproduct{
  margin-bottom: 30px;
}
.product-title {
  padding-bottom: 20px;
  text-align: center;
}
.bproduct-title {
  margin-top: 30px;
  padding-bottom: 0px;
  text-align: center;
}
.product-title h2, .bproduct-title h2 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #0909ab;
}
.products_blk{
  margin-bottom: 35px;
}
.all_fish_bk, .all_fish_bk_mxh{
  border:3px solid #ff0000;
  width: 100%;
  height: 200px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 10px 36px;
}
.product_info{
  text-align: center;
}
.product_info p{
  font-size: 22px;
  margin-bottom: 20px;
}
.p_seemore_btn{
  float: right;
  margin: 10px 0 0 70px;
}
.gprev, .gnext {
  display: none !important;
}

.balachong_bk{
  width: 100%;
  height: 410px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 10px 36px;
}

.all_fish_bk_mxh img{
  height: 200px;
}

.all_fish_bk:hover, .all_fish_bk_mxh:hover, .balachong_bk:hover {
  -webkit-box-shadow: 0 5px 15px rgba(72,78,85,.6);
  box-shadow: 0 5px 15px rgba(72,78,85,.6);
}

.gslide-image{
  background-color: #fff;
  border-bottom:3px solid #ff0000;
}
.gdesc-inner{
  text-align: center;
  font-size: 24px;
}

@media (max-width: 991px) {
  .all_fish_bk{
    padding: 10px 16px;
  }
  .p_seemore_btn{
    margin-bottom: 30px;
  }
  .balachong_bk{
    padding:0;
    height: auto;
  }
}

/*--------------------------------------------------------------
# Gallery Page
--------------------------------------------------------------*/
.gallery-title {
  padding-bottom: 30px;
  text-align: center;
}
.gallery-title h2 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #0909ab;
}
.gallery{
  margin-bottom: 30px;
}
.gallery_bk{
  width: 100%;
  padding: 0;
  border:2px solid #0909ab;
  margin-bottom: 18px;
}
.gallery_bk:hover {
  -webkit-box-shadow: 0 5px 15px rgba(72,78,85,.6);
  box-shadow: 0 5px 15px rgba(72,78,85,.6);
}

/*--------------------------------------------------------------
# About us Page
--------------------------------------------------------------*/
.aboutus_section{
  background-color: #003471;
  /*height: 502px;*/
  padding:0;
}
.aboutus-title {
  margin-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}
.aboutus-title h2 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #0909ab;
}
.aboutus{
  margin-bottom: 30px;
}
.aboutusmsg{
  text-align: center;
  color: #0909ab;
  width: 800px;
}
.aboutus_counter .company_sinfo{
  color: #0909ab;
}
.aboutus_counter{
  margin-bottom: 10px;
  margin-top: 20px;
}
.aboutus_left{
  line-height: 28px;
  background-color: #003471;
  padding: 5px 40px 40px 8px;
}
.aboutus_left h3, .aboutus_left span{
  color: #ff8600;
}
.aboutus_left h3{
  margin-top: 15px;
  margin-left: 20px;
  margin-bottom: 20px;
  font-weight: 900;
}
.aboutus_left p{
  color: #fff;
  font-size: 14px;
}
.chairman_msg{
  border-left:3px solid #ff8600;
  padding-left: 15px;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
.chairman_msg p{
  text-indent: 30px;
}
.aboutus_right{
  background-image: url("../img/aboutus_rbg.jpg");
  background-color: #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.chairperson, .chairposition{
  margin-left: 20px;
  font-weight: 700;
}
.chairperson{
  font-style: italic;
}
.ourmission{
  background-color: #003471;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-top: 10px;
}
.ourmission h3{
  margin-bottom: 15px;
}
.ourmission h3, .ourmission p{
  text-align: center;
  color: #fff;
}
@media (max-width: 991px) {
  .chairposition{
    font-size: 11px;
  }
}