@charset "utf-8";

/* Redefine
---------------------------------------------------------------------------------------- //// */
html,
body {
    width:100%;
    height:100%;
    margin:0;
    padding:0;
}

body {
    font-family: "Lato", sans-serif;
  font-weight: 300;
    font-size: 16px;
    color: #403a2a;
    line-height: 26px;
}
a {
    text-decoration: none;   
}
a:focus {
  outline: none;
}
h1 {
	font-family: "Lato", sans-serif;
  font-weight: 300;

}
h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  font-weight: 400;  
}
img {display: block;}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.sub {
		background-image: url(../images/sub-bg.jpg);
    background-attachment: fixed;

}
.img-responsive {
    max-width: 100%;
    height: auto;
}
.hide {display: none;}
.wrapper {
    position: relative;
    min-width: 1000px;
}

header {
  width:100%;
  height:134px;
  position: relative;  
  top:0;
  left:0;  
  z-index: 150;

}

#home header {
	background: url("../images/header_bg.jpg") no-repeat center center;
  background-size: cover;
}
.sub.down header {
	position: fixed;
	background: url("../images/sub_header_bg.jpg") no-repeat center center;
  background-size: cover;
}
.sub.down .subpage-content {
	margin-top: 134px;
  position: relative;
}
.header-content {padding-top: 10px;}

.logo {float: left;}

.right {float: right;}
.left {float: left}

/* Nav
---------------------------------------------------------------------------------------- //// */
.nav {
    display: inline-block;
    position: relative;
    cursor: default;
    z-index: 500;
}
.caret {
border-top: 8px solid #000;
border-right: 8px solid transparent;
border-left: 8px solid transparent;
}
.float {float:left;}
.float-right {float:right;}
#primary_nav_wrap {padding-top:40px;}

#primary_nav_wrap ul {
    list-style:none;
    position:relative;
    float:right;
    margin:0;
    padding:0;
}

#primary_nav_wrap ul a {
    display:block;
    color:#81734d;
    text-decoration:none;
    font-size:14px;
    line-height:83px;
    padding:0 15px;
    font-family: "Lato", sans-serif;
  font-weight: 300;
}

#primary_nav_wrap ul li:hover a {
    color: #231f20;
}

#primary_nav_wrap ul li {
    position:relative;
    float:left;
    margin:0;
    padding:0;
}
#primary_nav_wrap ul li:last-child a {
    padding-right: 0px;
}
#primary_nav_wrap ul li.current-menu-item
{
    background:#ddd;
}

#primary_nav_wrap ul li:hover
{
    x-background:#f6f6f6;
}

#primary_nav_wrap ul ul
{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    background: #faf9f0;    
		background: rgba(197,184,151,1);
		background: -moz-linear-gradient(top, rgba(197,184,151,1) 0%, rgba(250,249,240,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(197,184,151,1)), color-stop(100%, rgba(250,249,240,1)));
		background: -webkit-linear-gradient(top, rgba(197,184,151,1) 0%, rgba(250,249,240,1) 100%);
		background: -o-linear-gradient(top, rgba(197,184,151,1) 0%, rgba(250,249,240,1) 100%);
		background: -ms-linear-gradient(top, rgba(197,184,151,1) 0%, rgba(250,249,240,1) 100%);
		background: linear-gradient(to bottom, rgba(197,184,151,1) 0%, rgba(250,249,240,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5b897', endColorstr='#faf9f0', GradientType=0 );
    padding:0;
}
#primary_nav_wrap .sub-menu::before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: rgba(129,115,77,1) transparent;
}
#primary_nav_wrap ul ul li
{
    float:none;
    width:200px;
  	border-bottom: 1px solid rgb(116, 113, 72);
  	border-bottom: 1px solid rgba(116, 113, 72, .3);
  	border-top: 1px solid rgb(116, 113, 72);
  	border-top: 1px solid rgba(255, 255, 255, .3);  	
		-webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
#primary_nav_wrap ul ul li:first-child {
		border-top: 3px solid #81734d;
}
#primary_nav_wrap ul ul a
{
    line-height:120%;
    padding:10px 15px;
    color: #3f3825 !important;
}

#primary_nav_wrap ul ul li:hover a {
    color: #3f3825 !important;

}

#primary_nav_wrap ul ul ul
{
    top:-3px;
    left:100%;
}

#primary_nav_wrap ul li:hover > ul
{
    display:block;
}

.banner-home { height: 750px; position: relative;min-width:1000px;}

.home-content {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 100;
			
}
.row1 img {
    float: left;
}
.row1 h1 {
    font-weight: bold;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 1);;
    -vendor-animation-delay: 2s;
}
span.tagline {
    padding-top: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.home-aboutus {
		width: 250px;
		height: 250px;
		background-color: #faf9f0;
		float: left;
}
.home-aboutus h2 {
		font-size: 26px;

		font-family: "Lato", sans-serif;
  font-weight: 400;
		color: #a29061;
}
.home-latest {
		width: 250px;
		height: 250px;
		background-color: #e9e6cb;
		float: left;
}
.home-latest h2 {
		font-size: 26px;

		font-family: "Lato", sans-serif;
  font-weight: 400;
}
.home-latest .date {
		font-size: 16px;

		font-family: "Lato", sans-serif;
  font-weight: 400;
}

.home-content-text {
		padding:20px;
}
.home-content-text h2 {
        margin: 10px 0 18px 0;
}
.home-content-text p {
		color:#403a2a;
        line-height: 20px;
}
hr.style1 {
    border: 0;
    height: 1px;
    background: #b2aa94;
    width: 30px;
    margin-left: 0px;
    text-align: left;   
}
hr.style2 {
    border: 0;
    height: 1px;
    background: #dfd9c5;    
    margin-left: 0px;   
}
.more {
		font-size: 13px;
		color:#6f2a8e!important;
}
.home-icon-link {
    float: left;
    height: 250px;
    position: relative;
    width: 125px;
}
.home-icon-link img {
		position: absolute;
		bottom: 0;
		
}
.home-content-text .line {
		width:30px;
		height: 1px;
		border-bottom: 1px solid #e8d5a2;	
}

.welcome {
    float: left;
    color: #fff;
    padding: 20px 0px 0px 50px;
    font-family: "Lato", sans-serif;
  font-weight: 300;
    font-size: 40px;
}
.welcome span {
		font-family: "Lato", sans-serif;
  font-weight: 400;
		font-size: 55px;
		color: #e8d5a2;
		line-height: 52px;
}
.cf {
    position: relative;
}
.cf .bottom {opacity:0;}

#jewellery .cf, #investor .cf {
    height: 250px;
}
.cf img {
    position: absolute;
    transition: opacity .5s ease;
}
.cf img:hover {
    opacity: 0;
}
.cf a:hover img.top {
	  opacity: 0;
}
.cf a:hover img.bottom {
	  opacity: 1;
}
/* Home Slider2 */
.sy-box.portfolio-slider {
    width: 500px;
    height: 250px;
    background-color: #fff;
}
.sy-pager {
		margin-top: -25px;
		z-index: 3;
		position: relative;
}
.sy-pager li a {
    width: 75%;
    height: 75%;
}
.sy-pager li.sy-active a {
    background-color: #6E298D;
}
.portfolio .sy-controls {
  display: block;
}
.portfolio .sy-pager {
  margin: 1.5em 0;
}
.portfolio .external-captions {
  background-color: #fff;
  padding: 1em;
}

/* Timeline */
.timeline {
    list-style: none;
    padding: 90px 0 90px;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 1px;
    background-color: #a29061;
    left: 50%;
    margin-left: 0.5px;
    margin-top: -80px;
}
.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: 42%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    margin: 0 -10px;
}
.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 #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content:" ";
}
.timeline > li > .timeline-badge {
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 1.1em;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -22px;
    background-color: #6f2a8e;
    z-index: 5;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline > li > .timeline-badge_sm {
    color: #fff;
    width: 20px;
    height: 20px;    
    position: absolute;
    top: 32px;
    left: 50%;
    margin-left: -11px;
    background-color: #3d9bd1;
    z-index: 5;
    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: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}

/* Subpage Profile */
.subpage-content {
	padding: 50px 0 50px 0;
	min-height: 750px;
}
.subpage-content .padding-right {
    padding-right: 25px;
}
.sub .col1 {
    padding-top: 40px;
    padding-right: 35px;
}
.sub h1 {
    font-weight: normal;
    font-size: 42px;
    color: #6f2a8e;
    text-transform: uppercase;
    margin-top: 0px;
    line-height: 62px;
}
.sub h2 {
    color: #a29061;
    text-transform: uppercase;
    font-size: 28px;
    margin: 25px 0 30px 0;
}
.sub-profile-top-minus {
    top: -7px;
    position: relative;
}
.sub-profile-img02 {
    width: 250px;
    height: 250px;
    background: #a29061 url("../images/sub-profile-content-img02-bg.jpg") no-repeat center top; 
    float: left;
}
.sub-profile-img02.image-2017{
    background: #a29061 url("../images/sub-profile-content-img02-bg2017.jpg") no-repeat center top; 
}
.sub-profile-img02-text {
    padding: 20px 0px 20px 10px;
    color: #fff;
    height: 190px;
    margin: 10px 5px;
}
.sub-profile-img02-text h3 {
    text-transform: uppercase;

    font-size: 22px;
    font-family: "Lato", sans-serif;
  font-weight: 400;
    margin: 0 0 13px 0;
    padding-top: 50px;
}

p.sub-heading {
	  font-size: 22px;
		color: #66511c;
		line-height: 30px;
}

ul.milestone {
	padding: 0;
}
ul.milestone li {
  margin: 0;
  padding: 0 0 0 15px;
  list-style: outside none none;
  background: rgba(0, 0, 0, 0) url("/images/bullet.png") no-repeat scroll left 11px;
}

/* Subpage Director */
.sub h4 {
		color: #6f2a8e;
		font-size: 24px;
		margin-bottom: 0px;
}
.title {
		font-size: 16px;
		color: #000;
}
.appointed-date {
		font-size: 14px;
		color: #000;
}
.director-desc {
		margin-bottom: 50px;
}

/* Subpage Jewellery */

#map-wrap { position: relative; font-family: "Lato", sans-serif;
  font-weight: 400; }
.corner-grey img { display: block; }
.mouse-here { background: #f2f2f2; padding: 10px 10px 10px 35px; width: 100%;  }
.mouse-here img { float: left; }
.mouse-text { float: left; padding: 9px 0 0 9px; }
.branchmap { float: left; width: 100%; top: 0; left: 0; position: relative; margin: 0 auto; }
#map-sg { margin:0 auto; width: 301; display: block; }
#map-sg a { float: left; display: block; position: absolute; cursor: pointer; color: #d9c285; padding: 0; margin: 0; font-size: 18px; font-weight: normal; width: 52px; line-height: 13px; }
#map-sg a.active { color: #fff; }
#por1 { left: 85px; top: 125px; text-align: center;  }
#por2 { left: 220px; top: 55px; text-align: center;  }
#por3 { left: 370px; top: 155px; text-align: center;  }
#por4 { left: 220px; top: 170px; text-align: center;  }
#por5 { left: 232px; top: 243px; text-align: center;  }
.detail-main { position: absolute; top: 330px; left: 0; width: 100%;}
.pdbox{ float: left; clear: both; width: 100%; position: relative; color: #333; font-size: 14px;  }
.corner-yellow img, .corner-green img, .corner-pink img, .corner-grey img, .corner-blue img   { display: block; }
.detail-yellow { background: #f5be00; padding: 15px; min-height: 34px; }
.detail-bg1  { background: url("../images/sub-jewel-taka-map-bg01.png") no-repeat center center; padding: 50px 0 0 20px; height: 533px; }
.detail-bg2  { background: url("../images/sub-jewel-taka-map-bg02.png") no-repeat center center; padding: 50px 0 0 20px; height: 291px; }

.detail-yellow ul, .detail-green ul, .detail-pink ul, .detail-grey ul, .detail-blue ul { margin: 0; padding: 0; }
.detail-yellow ul li, .detail-green ul li, .detail-pink ul li, .detail-grey ul li, .detail-blue ul li { list-style: none; font-family: "Roboto Condensed", sans-serif; font-weight: 300; float: left; width: 50%; text-align: left; }
.detail-yellow ul li a:hover, .detail-green ul li a:hover, .detail-pink ul li a:hover, .detail-grey ul li a:hover, .detail-blue ul li a:hover  { color: #fff;  }
.detail {	display: none; }
.detail a { color: #333; font-size: 14px; }
dt {font-weight: 700; font-family: "Lato", sans-serif; font-size: 14px;}
dd {margin-left: 0px; line-height: normal; font-family: "Lato", sans-serif; font-weight: 400; font-size: 14px;}
dd.last {margin-bottom: 20px;}

/* subpage announcements */
.attachments {margin-bottom: 45px;}
.attachments .title {font-size: 16px;}
.attachments .desc img {margin-right: 10px;}

/* subpage IR Home */
#investor h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-family: "Lato", sans-serif;
  font-weight: 400;
    margin: 50px 0 30px 0;
    color: #66511c;
}
.si_fixed { display: block;}
.ir_news {margin-left:0; list-style: none; padding-left: 0;}
.ir_news li{margin:0;}
span.ir_newsDate, span.ir_newsTitle {display:inline-block; vertical-align:middle; *display:inline; *zoom:1; margin: 0 0 1em;}
span.ir_newsTitle {width: 77%; color: #403a2a; }
span.ir_newsDate {max-width: 70px; width: 17.3%; height: 70px; text-align: center; margin-right: 4.4%; background-color: #6f2a8e; color: #fff; }
.ir_newsDate span.day { font-size: 24px; font-weight: bold; display: block; padding: 5px 0 0;}
.ir_newsDate span.monthyear {font-size: 18px;}

.ir_news li {cursor:pointer;}
.ir_news li:hover span.ir_newsDate {background-color: #c2c0a7; color: #6f2a8e; }

/* subpage IPO Prospectus */
.prospectus-content {padding-top:50px;}
.prospectus-content .prospectus-desc {padding-top: 100px;}
.prospectus-content .prospectus-desc .title {color: #66511c; font-size: 24px;}
.prospectus-content .prospectus-desc .desc img {margin-right: 10px;} 

.highlights_content img {padding-top:50px;}

address {font-style: normal;}

/* subpage Newsroom */
td, th {
    padding: 0;
}

.pure-table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb;
    margin: 50px 0;
		width: 100%;
}
.pure-table thead {
    background-color: #cdc5ae;
    color: #5b5444;
    text-align: left;
    vertical-align: bottom;
}
.pure-table td, .pure-table th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em;
    color: #5b5444;
}
.pure-table tbody tr {border-bottom: 1px solid #cdc5ae;}
.pure-table td img {margin-right:10px;}
.pure-table td br { margin-bottom: 5px;}
.pure-table td p { margin: 5px 0;}
/* footer */
footer {
    width:100%;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 1);
    color: #a29061;
    left: 0px;
    height: 45px;

}

.copyright {
        vertical-align: middle;
        margin:auto;
        line-height: 45px;
        font-size: 12px;
}

.copyright a {color: #6f2a8e;}

