@import url('https://oribe-sushi.com.my/v5/css/font-awesome.min.css');

body {

	font-family: poynter-oldstyle-text, serif!important;

}
.required-mark{
	color:red;
}
.well {
  display: flex;
  align-items: center;
  margin-left: 22px;
}
.btnx {
  border: none;
  outline: none;
  padding: 10px 16px;
  background-color: #fff;

  cursor: pointer;
  font-size: 18px;
}
.activep, .btnx:hover {
  background-color: #000;
  color: white;
}
.img-valign {
  vertical-align: middle;
  margin-bottom: 0.75em;
}
.contact_us_pc {
  font-size: 24px;
}
.contact_us_mobile {
  font-size: 14px;
  display: none;
}
/*---------------Top Scroll Button*/
#pageTop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  text-align: center;
  margin: auto;
}

 

#pageTop i {
  padding-top: 6px
}

 

#pageTop a {
  display: block;
  z-index: 999;
  width: 70px;
  height:70px;
  background-color: #000000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}


#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#pageTop img{
	padding-top: 10px;
}

#pageTop p{
	font-size: 10px;
	margin-top: 0px;
    margin-bottom: 0px;
}

/* RECRUITMENT TEXTARE LABEL*/
.lbl_textArea {
  color:white;
  line-height:10em; 
  background-color: black;
}
/* RECAPTCHA*/
.text-xs-center {
        text-align: center;
}

.g-recaptcha {
	display: inline-block;
  margin: 15px auto !important
  width: auto !important
  height: auto !important
  text-align: -webkit-center
  text-align: -moz-center
  text-align: -o-center
  text-align: -ms-center
  overflow-x: hidden;
}
/* RECAPTCHA*/

.navbar {
padding: .0rem!important;
overflow: auto;
}
nav > .nav.nav-tabs{

    border: none;
    color:#A8A8A8!important;
   
    border-radius:0;

}

nav > div a.nav-item.nav-link
{
  border: none;
    padding: 18px 25px;
    color:#A8A8A8!important;
    font-weight: bold!important;
    border-radius:0;
}
nav > div a.nav-item.nav-link.active
{
     border: none;
    padding: 18px 25px;
	 background:#272e38;
    color:#fff!important;
    font-weight: bold!important;
    border-radius:0;
	width:500px;
}
.navbar-nav .nav-item:not(:last-child) {
   border-right: 1px solid silver;
}

nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;

}
.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #e74c3c;
    border-bottom:5px solid #e74c3c;
    padding:30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
 
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}
a {
  color: white!important;
}


.footer {
  background: black;
  width: 100%;
  text-align: left;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 50px;
  margin-top: 50px;
}

.footer .footer-left,
.footer .footer-center,
.footer .footer-right {
  display: inline-block;
  vertical-align: top;
}


/* footer left*/

.footer .footer-left {
  width: 33%;
  padding-right: 15px;
}

.footer .about {
  line-height: 20px;
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer .about span {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer .icons {
  margin-top: 25px;
}

.footer .icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}


/* footer center*/

.footer .footer-center {
  width: 30%;
}

.footer .footer-center i {
  color: #ffffff;
  font-size: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: left;
  line-height: 42px;
  margin: 0px 10px 10px 0px;
  vertical-align: middle;
}

.footer .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer .footer-center p {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin: 0;
}

.footer .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer .footer-center p a {
  color: #0099ff;
  text-decoration: none;
}


/* footer right*/

.footer .footer-right {
  width: 35%;
}

.footer h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: normal;
  margin: 0;
}

.footer h2 span {
  color: #0099ff;
}

.footer .menu {
  color: #ffffff;
  margin: 20px 0 12px;
  padding: 0;
}

.footer .menu a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}

.footer .menu a:hover {
  color: #0099ff;
}

.footer .name {
  color: #0099ff;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

@media (max-width: 767px) {
  .footer {
    font-size: 14px;
  }
  .footer .footer-left,
  .footer .footer-center,
  .footer .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: left;
  }
  .footer .footer-center i {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}


.top-banner {

    text-align: center;

}
#owl-demo {
	.item img {
		display: block;
		width: 100%;
		height: auto;
	}
}

.owl-buttons {
	display: none;
}

.owl-carousel:hover .owl-buttons {
	display: block;
}
.owl-carousel .owl-wrapper-outer{
   overflow: hidden;
   position: relative;
   width: 100%;
   z-index: 1;  /* added this */
}
.owl-item {
	text-align: center;
	  transform: translateZ(0);
 -webkit-transform: translateZ(0); 
 -ms-transform: translateZ(0); 
}
.owl-carousel .owl-item{
    height:665px;
    width:100%;
}
.owl-theme .owl-controls .owl-buttons div {
	background: transparent;
	color: #869791;
	font-size: 40px;
	line-height: 300px;
	margin: 0;
	padding: 250px 250px;
	position: absolute;
	top: 0;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 0;
	padding-left: 20px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 0;
	padding-right: 20px;
}
.hide {
   display: none;
}

.tab-content{
	border: 1px !important;
}
.floor__max-width {
	max-width: 	820px;
	/* padding: 0 1em; */
	margin: auto;
	position: relative;
}
ul.b {list-style-type: square;}
.special_font{
	
font-family: poynter-oldstyle-text, serif;
font-weight: 400;
font-style: normal;
font-size: 3.8rem;
}
h1{
	
font-family: poynter-oldstyle-text, serif;

}
h3{
	
font-family: poynter-oldstyle-text, serif;

}
h2{
	
font-family: poynter-oldstyle-text, serif;

}
h4{
	
font-family: poynter-oldstyle-text, serif;

}
h5{
	
font-family: poynter-oldstyle-text, serif;

}
h6{	
font-family: poynter-oldstyle-text, serif!important;
font-weight: bold!important;
}
.h7{
    font-family: poynter-oldstyle-text, serif;
    font-size: 10px;
   
 }
.g-recaptcha {
        display: inline-block;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
 
}
.col-form-label {

    padding-top: calc(.889rem + 3px)!important;
    padding-bottom: calc(.879rem + 1px)!important;
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;

}
input[type="text"],
select.form-control {
  background: transparent;
  border: none;

  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

input[type="text"]:focus,
select.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* hide the regular radio button */
.pd-radio input {
    opacity: 0;
    position: absolute;   
	
}
/* position the label */
.pd-radio input, .pd-radio label {
    display: inline-block;
    vertical-align: middle;
    margin: 3px;
    cursor: pointer;
	
}

.pd-radio label {
    position: relative;
}

/* style the unchecked radio button */
.pd-radio input + label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    line-height:15px;
    margin-right: 10px;
    text-align: center;
	margin-top: 12px;

margin-bottom: 12px;
}

.pd-radio input + label:before {
    border-radius: 50%;
}
/* style the selected radio button */
.pd-radio input:checked + label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #000;
}

.pd-radio input:focus + label {
  outline: 1px solid #ddd; /* focus style */
}
textarea {
    border: none;
    overflow: auto;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    resize: none; /*remove the resize handle on the bottom right  height: calc(1.5em + 1.95rem + 2px)!important;*/
}
.lblColor {
  background-color: black;
}
.form-control {
padding-top: calc(.889rem + 3px) !important;

padding-bottom: calc(.879rem + 1px) !important;
   
   border: 1px white!important;

}
.form-group {

    margin-bottom: 0.1rem!important;

}
	.img-fluid1{
	  display: none!important;
	}
	.img-fluid-menu{
	  display: none!important;
}

@media screen and (max-width: 767px) {
	.img-fluid{
	  display: block!important;
	}
}

@media only screen and (max-width: 600px) {

	.owl-theme .owl-controls .owl-buttons div {
		background: transparent;
		color: #869791;
		font-size: 40px;
		line-height: 300px;
		margin: 0;
		padding: 150px 150px;
		position: absolute;
		top: 0;
	}
	
	.owl-carousel .owl-item{
    height:auto;
    width:100%;
}
	
	.hide{
       display: block;
      }
	.div-only-pc{
       display: none;
      }
	 .div-only-mobile{
       display: block;
  }
  .special_font{
	
font-family: poynter-oldstyle-text, serif;
font-weight: 400;
font-style: normal;
font-size: 2.5rem;
}

.img-fluid{
display: none!important;
}
.img-fluid1{
 display: block!important;
}	
.img-fluid-menu{
  display: block!important;
  height: auto!important;
}	
.showPcVideo{
display: none!important;	
}
.showMobileVideo{
 display: block!important;
}
.img-fluid-menu{
  max-width: 100%;
  height: auto;
}
.img-fluid1 {
  max-width: 100%;
  height: auto;
}
.h2, h2 {

    font-size: 1.6rem!important;

}

.contact_us_pc {
  display: none!important;	
}
.contact_us_mobile {
  font-size: 14px;
  display: block!important;
}
.navbar {
  text-align: center;
}
.footer {
  text-align: left;	
}
.about-company {
	  text-align: center;

}
.lbl_textArea {
  color:white;
  line-height:5em; 
  background-color: black;
}

}
