/*create scss structure*/

/*

You can define a default value as well if an attribute

isn't passed

 

@mixin default-text-color($tc: $black){

  color: $tc;

}

*/

/*basic styles*/

.row_clr {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
* {
	padding: 0;
	margin: 0;
}
.no-pad {
	padding: 0;
}
@media (min-width: 768px) {
	.col-sm-20 {
		width: 20%;
		position: relative;
	}
}
.hid {
	opacity: 0;
}
#__bs_notify__ {
	display: none !important;
}
body {
	background: #fff;
	font-family: "Open Sans", sans-serif;
	color: #2e2e2e;
}
.main-head {
	font-weight: 300;
	font-size: 46px;
	margin-top: 0;
	margin-bottom: 30px;
}
.main-head.news-head {
	font-size: 42px;
	line-height: 50px;
}
.main-head span {
	font-weight: 900;
	color: #ed2024;
}

.fa.tfa{
	    margin-right: 8px;
    font-size: 22px;
    float: left;
    line-height: 18px;
}
.top-ct .t-cont .list-inline li:first-child .fa.tfa{ line-height:22px}
.red-h {
	color: #ef393d;
	font-weight: 300;
	font-size: 38px;
	margin-top: 0;
}
.mid-head {
	color: #010101;
	font-weight: 900;
	font-size: 32px;
	margin-bottom: 20px;
}
.content p {
	margin: 0 0 30px;
	font-size: 16px;
	font-weight: 300;
	color: #7d7d7d;
	text-align: justify;
	line-height: 31px;
}
.content p a {
	color: #7d7d7d;
}
/*main styles*/

@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon/icomoon.eot");
	src: url("../fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff") format("woff"), url("../fonts/icomoon/icomoon.ttf") format("truetype"), url("../fonts/icomoon/icomoon.svg#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}
.sb-search {
	position: relative;
	margin-top: 0px;
	width: 0%;
	min-width: 40px;
	height: 40px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.sb-search:after {
	content: "";
	position: absolute;
	width: 100%;
	background: #fff;
	height: 2px;
	bottom: 0;
	right: 44px;
}
.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: transparent;
	width: 100%;
	height: 44px;
	margin: 0;
	z-index: 10;
	padding: 20px 37px 20px 0px;
	font-family: inherit;
	font-size: 14px;
	color: #fff;
}
.sb-search-input::-webkit-input-placeholder {
	color: #fff;
}
.sb-search-input:-moz-placeholder {
	color: #fff;
}
.sb-search-input::-moz-placeholder {
	color: #fff;
}
.sb-search-input:-ms-input-placeholder {
	color: #fff;
}
.sb-icon-search, .sb-search-submit {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 43px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: #fff;
	/* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 8 */
	filter: alpha(opacity=0);
	/* IE 5-7 */
	opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}
.sb-icon-search {
	color: #fff;
	background: #090b06;
	z-index: 90;
	font-size: 22px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
.sb-icon-search:before {
	content: "\e000";
}
/* Open state */

.sb-search.sb-search-open, .no-js .sb-search {
	width: 100%;
}
.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
	background: transparent;
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
	z-index: 90;
}
.top-ct {
	background: #090b06;
	padding: 3px 20px;
}
.top-ct ul {
	margin: 0;
}
.top-ct .t-cont {
	width: 600px;
}
.top-ct .t-cont .list-inline {
	margin-top: 10px;
}
.top-ct .t-cont .list-inline li {
	padding-right: 15px;
	padding-left: 20px;
	color: #fff;
}
.top-ct .t-cont .list-inline li a {
	color: #fff;
	text-decoration: none;
}
.top-ct .t-cont .list-inline li:first-child {
	padding-left: 0;
}
.top-ct .t-soc {
	width: calc(100% - 600px);
	padding-left: calc(100% - 1310px);
}
.top-ct .soc-list {
    float: left;
    margin-top: 5px;
}
.top-ct .soc-list li {
	margin-right: 9px;
}
.top-ct .soc-list li a {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .35s;
	transition: all .35s;
}
.top-ct .soc-list li a:hover {
	color: #ed2024;
}
.top-ct .soc-list li a svg {
	width: 18px;
	height: 18px;
}
.top-ct .lang-list {
    float: left;
    margin: 10px 20px 0;
    margin-right: 0px;
}
.top-ct .lang-list li {
	float: left;
	border-right: 1px solid #fff;
	padding: 0 10px;
}
.top-ct .lang-list li:last-child {
	border: 0;
}
.top-ct .sdiv {
	padding-left: 0;
	width: 150px;
}
.top-ct .sm-btn {
	width: 40px;
	height: 40px;
	float: right;
	padding-top: 10px;
}
.top-ct .sm-btn .line {
	width: 100%;
	height: 3px;
	background: #fff;
	margin-bottom: 6px;
	-webkit-transition: all .35s;
	transition: all .35s;
}
.top-ct .sm-btn:hover .line {
	background: #ed2024;
}
#navigation {
	border: 0;
	padding: 10px 0;
	background: #fff;
	margin-bottom: 0;
	border-radius: 0;
}  
#navigation:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 7px;
    background: #ed2024;
    left: 0;  
    bottom: -7px;
}
#navigation .navbar-brand {
	height: 50px;
	padding: 12px 15px;
	font-size: 18px;
	line-height: 20px;
	margin: 0;
}
#navigation #main-menu {
	margin-right: -10px;
}
#navigation #main-menu li {
	margin-right: 10px;
}
#navigation #main-menu li a {
	color: #090b06;
	font-size: 15px;
	font-weight: 400;
	-webkit-transition: all .35s;
	transition: all .35s;
	background: transparent !important;
}
#navigation #main-menu li a:hover {
	color: #ed2024;
}
#navigation #main-menu li.active>a {
	color: #ed2024;
}
#navigation #main-menu li:last-child {
	margin-right: 0;
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
#home-slider .item {
	border: 7px solid #ed2024;
	border-left: 0;
	border-right: 0;
}
@media (min-width: 1400px) {
	.container {
		width: 1330px;
	}
}
.home-middle {
	padding: 30px 0;
	border-bottom: 7px solid #ed2024;
}
.home-middle .nav-tabs {
	border-bottom: 0;
	margin-bottom: 50px;
}
.home-middle .nav-tabs>li {
	float: left;
	margin-bottom: -1px;
	width: 20%;
}
.home-middle .nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 0;
	border-radius: 0;
	background: #434748;
	text-align: center;
	font-size: 16px;
	padding: 20px;
	color: #fff;
	font-weight: 900;
	-webkit-transition: all .35s;
	transition: all .35s;
	position: relative;
	cursor: default;
}
.home-middle .nav-tabs>li>a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: transparent transparent transparent transparent;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0px;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.home-middle .nav-tabs>li>a:hover, .home-middle .nav-tabs>li>a.hvrd {
	background-color: #ed2024;
}
.home-middle .nav-tabs>li>a:hover:after, .home-middle .nav-tabs>li>a.hvrd:after {
	border-color: #ed2024 transparent transparent transparent;
	bottom: -20px;
}
.home-middle .nav-tabs>li.active>a, .home-middle .nav-tabs>li.active>a:hover, .home-middle .nav-tabs>li.active>a:focus {
	color: #fff;
	cursor: default;
	background-color: #ed2024;
	border: 0;
	border-bottom-color: transparent;
}
.home-middle .nav-tabs>li.active>a:after, .home-middle .nav-tabs>li.active>a:hover:after, .home-middle .nav-tabs>li.active>a:focus:after {
	border-color: #ed2024 transparent transparent transparent;
	bottom: -20px;
}
.home-middle .tab-content .tab-in {
	padding: 0 20px;
}
.home-middle .tab-content .tab-in img {
	width: 100%;
	margin-bottom: 20px;
}
.home-middle .tab-content .tab-in p {
	margin: 0px 0 20px;
	color: #434748;
	font-weight: 300;
	font-size: 14px;
	height: 66px;
	line-height: 22px;
}
.home-middle .tab-content .tab-in a {
	color: #ed2024;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: all .35s;
	transition: all .35s;
}
.home-middle .tab-content .tab-in a .fa {
	margin-left: 5px;
}
.home-middle .tab-content .tab-in a:hover {
	color: #434748;
}
.home-middle-img {
	background: #3c3c3e;
	border-bottom: 7px solid #ed2024;
}
.home-cont {
	padding: 30px 0;
}
.home-cont h2 {
	color: #ed2024;
	font-size: 20px;
	font-weight: 900;
	margin: 0 0 40px;
}
.home-cont .news-list li {
width: 50%;
    float: left;
    padding: 0 15px;
    padding-right: 125px;
    margin-bottom: 10px;
    position: relative;
    min-height: 62px;
}
.home-cont .news-list li a {
	color: #434748;
	text-decoration: none;
}
.home-cont .news-list li:after {
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #ed2024;
	font-size: 22px;
	position: absolute;
	left: 0;
	top: -2px;
}
.home-cont .home-contact iframe {
	border: 0;
	width: 260px;
	height: 240px;
	padding: 0;
}
.home-cont .home-contact .txt {
	width: calc(100% - 260px);
	padding-top: 35px;
}
.home-cont .home-contact .txt p {
	margin-bottom: 15px;
}
.home-cont .home-contact .txt p a {
	color: #2e2e2e
}
.home-cont .home-contact .txt p span {
	margin-right: 25px;
}
.incorporation {
	margin-top: 50px;
	margin-bottom: 0;
	background: #000;
	padding: 20px 0 25px;
}
.home-page .incorporation {
	margin-top: 10px;
}
.incorporation .inc-in p {
	color: #fff;
	font-weight: 300;
	margin-bottom: 12px;
}
.incorporation .inc-in ul {
	margin-top: 15px;
	margin-left: -7px;
	float: left;
	margin-bottom: 15px;
}
.incorporation .inc-in ul li {
	border-right: 1px solid #fff;
	padding-left: 7px;
	padding-right: 7px;
	float: left;
}
.incorporation .inc-in ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}
.incorporation .inc-in ul li:last-child {
	border: 0;
}
.fotter {
	background: #ed2024;
	padding: 10px 0 8px;
	text-align: center;
}
.fotter p {
	margin-bottom: 0;
	color: #fff;
}
.fotter p a {
	color: #fff;
}
#sm-trigger {
	cursor: pointer;
}
.sitemap-div {
	position: fixed;
	top: 0;
	right: -100%;
	min-height: 100vh;
	width: 100%;
	background: #090b06;
	z-index: 9999;
	padding: 40px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.sitemap-div #close-btn {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 36px;
	color: #ed2024;
	font-weight: 600;
	background: #fff;
	height: 40px;
	line-height: 42px;
	width: 35px;
	padding: 0 6px;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
}
.sitemap-div #close-btn:hover {
	background: #ed2024;
	color: #fff;
}
.sitemap-div h1 {
	text-transform: uppercase;
	color: #fff;
	font-size: 40px;
}
.sitemap-div h3 {
	color: #fff;
	font-weight: 300;
}
.sitemap-div.act {
	right: 0;
}
.about-middle {
	padding: 60px 0 20px;
}
.about-middle .ab-top-img {
	width: 100%;
	margin: 10px 0 15px;
}
.about-middle .company-profile {
	padding-right: calc(50% + 15px);
	position: relative;
}
.about-middle .company-profile .red-h {
	margin-bottom: 25px;
}
.about-middle .company-profile:after {
	content: "";
	background: url(../images/about/who-we-are.jpg);
	position: absolute;
	right: 15px;
	top: 80px;
	width: calc(50% - 30px);
	height: calc(100% - 80px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.about-middle .company-profile p:last-child {
	margin-bottom: 0;
}
.about-middle .vision-mission {
	margin-top: 0px !important;
	padding-left: calc(50% + 15px);
	position: relative;
}
.about-middle .vision-mission .red-h {
	margin-bottom: 25px;
}
.about-middle .vision-mission:after {
	content: "";
	background: url(../images/about/vision-mission.jpg);
	position: absolute;
	left: 15px;
	top: 20px;
	width: calc(50% - 30px);
	height: calc(100% - 20px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.about-middle .vision-mission p:last-child {
	margin-bottom: 0;
}
.about-middle.bod-middle {
	padding-bottom: 0;
	margin-bottom: -15px;
}
.about-middle.bod-middle .bod {
	margin-top: 10px;
}
.about-middle.bod-middle .bod .row {
	margin: 0 -5px;
}
.about-middle.bod-middle .bod .bod-in {
	padding: 0 20px;
	margin-bottom: 40px;
}
.about-middle.bod-middle .bod .bod-in img {
	width: 100%;
}
.about-middle.bod-middle .bod .bod-in .bod-name {
	background: #fe0000;
	text-align: center;
	position: relative;
}
.about-middle.bod-middle .bod .bod-in .bod-name h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	margin: 0;
}
.about-middle.bod-middle .bod .bod-in .bod-name p {
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 0;
}
.about-middle.bod-middle .bod .bod-in .bod-name a {
	display: block;
	height: 100%;
	padding: 15px 0 11px;
	width: 100%;
	text-decoration: none;
	-webkit-transition: all .35s;
	transition: all .35s;
	cursor: pointer;
}
.about-middle.bod-middle .bod .bod-in .bod-name a .fa {
	position: absolute;
	font-size: 30px;
	color: #fff;
	right: 20px;
	bottom: 8px;
	-webkit-transition: all .35s;
	transition: all .35s;
}
.about-middle.bod-middle .bod .bod-in .bod-name a:hover {
	background: #010101;
}
.about-middle.bod-middle .bod .bod-in .bod-name a:hover .fa {
	right: 15px;
}
.about-middle.product-middle {
	padding-bottom: 0;
	margin-bottom: -25px;
}
.about-middle.product-middle .product-left {
	padding-right: 40px;
}
.about-middle.product-middle .product-right {
	padding-left: 40px;
}
.about-middle.product-middle .product-right h4 {
	color: #ed2024;
	font-size: 20px;
	font-weight: 900;
	margin: 5px 0 25px;
}
.about-middle.product-middle .product-right ul {
	margin-bottom: 30px;
}
.about-middle.product-middle .product-right ul li {
	padding: 0 15px;
	padding-right: 0;
	margin-bottom: 20px;
	position: relative;
	font-size: 16px;
	line-height: 26px;
	padding-left: 30px;
}
.about-middle.product-middle .product-right ul li a {
	color: #434748;
	text-decoration: none;
}
.about-middle.product-middle .product-right ul li:after {
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #ed2024;
	font-size: 22px;
	position: absolute;
	left: 0;
	top: 2px;
}
.about-middle.product-middle .product-right p.tel {
	color: #ed2024;
	font-weight: 700;
	font-size: 20px;
}
.about-middle.product-middle .product-right p.tel a {
	color: #ed2024;
}
.about-middle.product-middle .product-right p.tel .fa {
	margin-right: 10px;
}
.about-middle.product-middle .product-right p.tel span {
	margin: 0 5px;
}
.about-middle.cinfo-middle {
	padding-bottom: 0;
	margin-bottom: -40px;
}
.about-middle.cinfo-middle .cinfo-left ul {
	margin-bottom: 30px;
}
.about-middle.cinfo-middle .cinfo-left ul li {
	margin: 0px;
	font-size: 16px;
	font-weight: 300;
	color: #7d7d7d;
	text-align: justify;
	line-height: 31px;
	position: relative;
	padding-left: 30px;
}
.about-middle.cinfo-middle .cinfo-left ul li:after {
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #ed2024;
	font-size: 22px;
	position: absolute;
	left: 0;
	top: 2px;
}
.about-middle.cinfo-middle p.nmb {
	margin-bottom: 5px;
}
.about-middle.cinfo-middle b {
	font-weight: bold;
	min-width: 150px;
	display: inline-block;
	color: #2e2e2e;
}
.about-middle.cinfo-middle .sec-aud {
	margin: 40px 0;
	padding: 40px 0 40px;
	border-top: 1px solid #f9c8cb;
	border-bottom: 1px solid #f9c8cb;
}
.about-middle.cinfo-middle .sec-aud h4 {
	font-size: 20px;
	margin-bottom: 20px;
}
.about-middle.cinfo-middle .sec-aud p {
	line-height: 26px;
}
.about-middle.cinfo-middle .sec-aud.bankers {
	padding: 0;
	border: 0;
	margin-top: 0;
}
.about-middle.cinfo-middle .sec-aud.bankers h3 {
	padding-left: 15px;
	margin-bottom: 35px;
	font-size: 28px;
}
.about-middle.cinfo-middle .sec-aud.bankers b {
	font-weight: 900;
}
.about-middle.qfr-middle {
	padding-bottom: 0;
	margin-bottom: -10px;
}
.about-middle.qfr-middle .qtr-outer {
	padding: 20px 0 60px;
}
.about-middle.qfr-middle .qfr-left {
	padding-right: 15px;
}
.about-middle.qfr-middle .qfr-left img {
	border: 1px solid #808080;
	padding: 18px 0;
	width: 100%;
}
.about-middle.qfr-middle .qfr-right {
	padding-left: 60px;
	text-align: right;
}
.about-middle.qfr-middle .qfr-right h2 {
	font-size: 54px;
	font-weight: 600;
	line-height: 66px;
	color: #020202;
}
.about-middle.qfr-middle .qfr-right h3 {
	font-size: 52px;
	font-weight: 300;
	color: #020202;
}
.about-middle.qfr-middle .qtr-cy .qtr-cy-in {
	cursor: pointer;
}
.about-middle.qfr-middle .qtr-cy .qtr-cy-in img {
	padding: 40px;
	width: 100%;
	border: 1px solid #c1c1c1;
}
.about-middle.qfr-middle .qtr-cy .qtr-cy-in h4 {
	font-size: 18px;
	text-transform: uppercase;
	padding: 0 20px;
	line-height: 26px;
	margin-top: 20px;
	-webkit-transition: all .35s;
	transition: all .35s;
}
.about-middle.qfr-middle .qtr-cy .qtr-cy-in a {
	text-decoration: none;
	color: #020202;
}
.about-middle.qfr-middle .qtr-cy .qtr-cy-in:hover {
	color: #ed2024;
}
.about-middle.qfr-middle .qtr-cy .qtr-cy-in:hover a {
	color: #ed2024;
}
.about-middle.qfr-middle .acc-outer {
	margin: 40px 0 0;
	padding: 20px 0 0px;
	border-top: 1px solid #f9c8cb;
}
.about-middle.qfr-middle .panel-group .panel {
	margin-bottom: 10px;
	border-radius: 0px;
	border: 0;
	box-shadow: none;
}
.about-middle.qfr-middle .panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
	border: 0;
	border-bottom: 1px solid rgba(193, 193, 193, 0.45);
	padding: 0 15px 10px;
}
.about-middle.qfr-middle .panel-group .panel-heading+.panel-collapse>.panel-body, .about-middle.qfr-middle .panel-group .panel-heading+.panel-collapse>.list-group {
	border-top: 0;
}
.about-middle.qfr-middle .panel-body {
	padding: 30px 0;
}
.about-middle.qfr-middle .panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
	color: #020202;
	font-weight: 700;
	padding: 12px 0;
	cursor: pointer;
}
.about-middle.qfr-middle .panel-title span {
	color: #ed2024;
}
.about-middle.qfr-middle .panel-default>.panel-heading h4:after {
	content: "";
	position: relative;
	top: 7px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
	transition: -webkit-transform .25s linear;
	transition: transform .25s linear;
	transition: transform .25s linear, -webkit-transform .25s linear;
	-webkit-transition: -webkit-transform .25s linear;
}
.about-middle.qfr-middle .panel-default>.panel-heading h4:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 10px 0 8px;
	border-color: #020202 transparent transparent transparent;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.about-middle.qfr-middle .panel-default>.panel-heading h4.collapsed:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 10px 0 8px;
	border-color: #020202 transparent transparent transparent;
	-webkit-transform: rotate(360deg);

	transform: rotate(360deg);
}
.members-out {
	padding: 0 20px;
}
.members {
	background: #f4f4f4;
	padding: 80px 110px;
	margin-top: -40px;
	position: relative;
	display: none;
}
.members .clse {
	position: absolute;
	top: 2px;
	right: 15px;
	font-size: 50px;
	font-weight: 100;
	cursor: pointer;
}
.about-middle.bod-middle .bod .bod-in .bod-name a .fa {
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.about-middle.bod-middle .bod .bod-in .bod-name a.acti .fa {
	opacity: 0;
}
.about-middle.bod-middle .bod .bod-in {
	z-index: 5;
}
.about-middle.bod-middle .bod .bod-in .bod-name a {
	position: relative;
}
.about-middle.bod-middle .bod .bod-in .bod-name a:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 18px 0 18px;
	border-color: #fe0000 transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	margin: auto;
	opacity: 0;
	-webkit-transition: all .35s;
	transition: all .35s;
}
.about-middle.bod-middle .bod .bod-in .bod-name a.acti:after {
	opacity: 1;
}
.about-middle.bod-middle .bod .bod-in .bod-name a:hover:after {
	border-color: #010101 transparent transparent transparent;
}
.about-middle.bod-middle.news-middle .bod-in h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
}
.about-middle.bod-middle.news-middle .bod-in p {
	margin: 0 0 20px;
}
.about-middle.bod-middle.news-middle .bod-in a {
	color: #eee;
}
.about-middle.bod-middle.news-middle .bod-in a.red {
	color: #ed2024;
}
.home-middle .tab-content .tab-in h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 25px;
	color: #090b06;
}
@media (min-width: 768px) {
	ul.nav li.dropdown:hover>ul.dropdown-menu {
		display: block;
	}
}
.navbar-nav>li>.dropdown-menu {
	animation-name: slidenavAnimation;
	animation-duration: .2s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	-webkit-animation-name: slidenavAnimation;
	-webkit-animation-duration: .2s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: slidenavAnimation;
	-moz-animation-duration: .2s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes slidenavAnimation {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.dropdown-menu>li>a {
	padding: 5px 20px;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
li.dropdown:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #ed2024 transparent transparent transparent;
	top: 24px;
	right: 0px;
}
.nt-img {
	width: 100%;
	margin-bottom: 30px;
	margin-top: 40px;
}
.top_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}
body {
	padding-top: 114px;
}
.sitemap-div {
	z-index: 999999;
}
.navbar-toggle:after {
	display: none !important
}

.op, .secu {
    width: 100%;
    border: 1px solid #ccc;
    height: 34px;
    padding: 6px 12px !important;
    color: #ac9999;
    font-size: 14px !important;
}
.secu {
	top: -4px;
    position: relative;
}
.product-right .form-group .form-control {
    font-size: 14px !important;     color: #ac9999;
}
.form-group.upload span {
    font-size: 14px !important;     color: #ac9999;
}
.security {
    width: calc(50% + 32px) !important;
    height: 44px !important;
    text-align: center;
    border: 1px solid #ccc;
	    color: #ac9999;
		font-weight:300
}

.branch-tab p {
    padding-top: 0 !important;
}
    
a.ann-link p{ transition:all .35s;}
a.ann-link:hover p{ color:#ed2024; transition:all .35s;}
.about-middle.news-middle .bod .bod-in img {
    border: 2px solid #ed2024;
}
.about-middle.news-middle .bod .bod-in {
    min-height: 445px;
}
.about-middle.bod-middle.news-middle .bod-in a.red {
    display: block;
}
.g-recaptcha{ margin-bottom:10px}

#tab-all-branch>.tab-content{ padding-top:0}


iframe.video-frame {
    width: 80%;
    height: 450px;
    margin: 10px auto 0;
    float: none;
    display: block;
	border:0;
}

  
/*responsive styles*/

@media only screen and (max-width: 767px) {
	
		iframe.video-frame {
    height: 300px;
}	
	  
	#navigation:after {
    height: 5px;
    bottom: -5px;
    }
	#navigation #main-menu li a {
		font-size: 12.8px;
		padding: 10px 5px;
	}
	.top-ct .t-soc {
		width: 100%;
		padding-left: 0px;
		margin-top: 5px;
	}
	.top-ct .t-cont {
		width: 100%;
		text-align: right;
		padding-right: 0;
	}
	#navigation .navbar-brand {
		height: 34px;
		padding: 10px 7px;
		width: 238px;
		padding-top: 17px;
		margin-left: 5px;
	}
	.home-middle .tab-content .tab-in {
		padding: 0 5px;
		margin-bottom: 30px;
	}
	.top-ct .t-cont .list-inline li:nth-child(2) {
		padding-left: 0;
	}
	.top-ct .t-cont .list-inline {
		margin-top: 0;
	}
	.home-middle .nav-tabs>li>a {
		font-size: 12.8px;
		padding: 20px 10px;
		font-weight: 700;
	}
	.home-cont .home-contact iframe {
		border: 0;
		width: 50%;
		height: 225px;
		padding: 0;
	}
	.home-cont .home-contact .txt {
		width: 50%;
		padding-top: 25px;
		padding-left: 30px;
	}
	.home-contact {
		margin-top: 10px;
	}
	.top-ct .soc-list {
		margin-top: 0px;
		position: absolute;
		bottom: 3px;
		right: 245px;
	}
	.top-ct {
		padding: 10px 5px;
		padding-bottom: 45px;
	}
	.home-middle .tab-content .tab-in p {
		height: auto;
		margin-bottom: 10px;
	}
	.home-middle .nav-tabs {
		border-bottom: 0;
		margin-bottom: 30px;
	}
	.top-ct .lang-list {
		float: right;
		margin: 10px 30px 0;
		margin-right: 0;
		margin-left: 0%;
		position: absolute;
		right: 0;
	}
	.top-ct .sdiv {
		width: 230px;
		position: absolute;
		right: 0;
		top: 35px;
	}
	.top-ct .sm-btn {
		width: 40px;
		height: 40px;
		float: left;
		padding-top: 45px;
		margin-left: 15px;
	}
	#navigation {
		padding: 0px 0;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-toggle {
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 8px;
		margin-right: 15px;
		margin-bottom: 8px;
		background-color: #ed2125 !important;
		background-image: none;
		border: 1px solid #ed2024 !important;
		border-radius: 0;
	}
	.home-middle .nav-tabs {
		display: none;
	}
	.home-middle {
		padding: 10px 0;
	}
	.home-cont .news-list li {
		padding: 0 15px;
		padding-right: 21px;
		margin-bottom: 20px;
	}
	.incorporation {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.incorporation .inc-in {
		padding-top: 0px;
	}
	body {
		padding-top: 0px;
	}
	.top_wrapper {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		z-index: 99999;
	}
	.top_wrapper.affix {
		position: fixed;
		top: -125px;
		left: 0
	}
	.top_wrapper.affix+div {
		padding-top: 160px;
	}
	.about-middle.product-middle {
		margin-bottom: 20px
	}
	.about-middle.product-middle .product-left {
		padding-right: 15px;
	}
	#CaptchaImage {
    margin-left: 5px !important;
}
		.security {
    width: calc(42%) !important;
}
.about-middle.news-middle .bod .bod-in {
    min-height:auto
}
}
@media (min-width: 768px) and (max-width: 991px) {
	
		iframe.video-frame {
    height: 300px;
}
	
	#navigation #main-menu li a {
		font-size: 12.8px;
		padding: 7px 5.5px;
	}
	.navbar-right .dropdown-menu {
		right: -40px;
	}
	.top-ct .t-soc {
		width: 100%;
		padding-left: 75px;
		margin-top: 5px;
	}
	.top-ct .t-cont {
		width: 100%;
		text-align: right;
		padding-right: 0;
	}

	#navigation .navbar-brand {
		height: 34px;
		padding: 7px 7px;
		width: 180px;
		padding-top: 10px;
		margin-left: -15px;
		position: absolute;
		top: -85px;
		background: #fff;
	}
	.home-middle .tab-content .tab-in {
		padding: 0 5px;
	}
	.top-ct .t-cont .list-inline li:nth-child(2) {
		padding-left: 0;
	}
	.top-ct .t-cont .list-inline {
		margin-top: 0;
	}
	.home-middle .nav-tabs>li>a {
		font-size: 12.8px;
		padding: 20px 10px;
		font-weight: 700;
	}
	.home-cont .home-contact iframe {
		border: 0;
		width: 50%;
		height: 225px;
		padding: 0;
	}
	.home-cont .home-contact .txt {
		width: 50%;
		padding-top: 25px;
		padding-left: 30px;
	}
	.home-contact {
		margin-top: 10px;
	}
	.top-ct .soc-list {
		margin-top: 5px;
	}
	.top-ct {
		padding: 10px 5px;
	}
	.home-middle .tab-content .tab-in p {
		height: 100px;
	}
	.home-middle .nav-tabs {
		border-bottom: 0;
		margin-bottom: 30px;
	}
	li.dropdown:after {
		top: 16px;
		right: -7px;
	}
	body {
		padding-top: 135px;
	}
	.top-ct .soc-list li a {
		font-size: 23px;
	}
	.top-ct .soc-list li {
		margin-right: 2px;
	}
	.about-middle.bod-middle .bod .row {
		margin: 0 0px;
	}
	.about-middle.bod-middle .bod .bod-in {
		padding: 0 10px;
	}
	.about-middle.bod-middle .bod .bod-in .bod-name a .fa {
		right: 10px;
	}
	.about-middle.bod-middle .bod .bod-in .bod-name p {
		font-size: 14px;
	}
	.about-middle.bod-middle .bod .bod-in .bod-name h4 {
		font-size: 16px;
	}
	.about-middle.bod-middle .bod .bod-in {
		padding: 0 10px;
		margin-bottom: 30px;
	}
			.security {
    width: calc(42%) !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
	
	iframe.video-frame {
    height: 350px;
}
	
	.about-middle.news-middle .bod .bod-in {
    min-height: 375px;
}
	
	#navigation #main-menu li a {
		font-size: 12.8px;
		padding: 7px 6px;
	}
	.top-ct .t-soc {
		width: calc(100% - 340px);
		padding-left: calc(100% - 1210px);
	}
	.top-ct .t-cont {
		width: 340px;
	}
	#navigation .navbar-brand {
		height: 34px;
		padding: 7px 7px;
		width: 240px;
		padding-top: 8px;
	}
	.home-middle .tab-content .tab-in {
		padding: 0 10px;
	}
	.top-ct .t-cont .list-inline li:nth-child(2) {
		padding-left: 0;
	}
	.top-ct .t-cont .list-inline {
		margin-top: 0;
	}
	.home-middle .nav-tabs>li>a {
		font-size: 15px;
		padding: 20px 10px;
		font-weight: 700;
	}
	.home-cont .home-contact iframe {
		border: 0;
		width: 50%;
		height: 225px;
		padding: 0;
	}
	.home-cont .home-contact .txt {
		width: 50%;
		padding-top: 25px;
		padding-left: 30px;
	}
	.home-contact {
		margin-top: 10px;
	}
	.top-ct .lang-list {
		margin: 10px 0px 0;
	}
	li.dropdown:after {
		top: 16px;
		right: -7px;
	}
	body {
		padding-top: 98px;
	}
	.top-ct .soc-list li a {
		font-size: 23px;
	}
	.top-ct .soc-list li {
		margin-right: 1px;
		margin-top: 5px;
	}
	.fa.tfa {
    margin-right: 12px;
}
.top-ct .t-cont .list-inline li:first-child .fa.tfa {
    line-height: 22px;
}
	.about-middle.bod-middle .bod .bod-in .bod-name p {
		font-size: 14px;
	}
	.about-middle.bod-middle .bod .row {
		margin: 0 0px;
	}
	.about-middle.bod-middle .bod .bod-in {
		padding: 0 10px;
	}
	.about-middle.bod-middle .bod .bod-in .bod-name a .fa {
		right: 10px;
	}
			.security {
    width: calc(39%) !important;
}
}
@media (min-width: 1200px) and (max-width: 1679px) {
	
	.about-middle.news-middle .bod .bod-in {
    min-height: 465px;
}
	
	#navigation #main-menu li a {
		font-size: 14px;
		padding: 7px 12px;
	}
	.top-ct .t-soc {
		width: calc(100% - 580px);
		padding-left: calc(100% - 1290px);
	}
	.top-ct .t-cont {
		width: 580px;
	}
	#navigation .navbar-brand {
		height: 34px;
		padding: 7px 15px;
		padding-top: 4px;
	}
	.home-middle .tab-content .tab-in {
		padding: 0 15px;
	}
	li.dropdown:after {
		top: 16px;
		right: -2px;
	}
	body {
		padding-top: 98px;
	}
	.home-cont .news-list li {
		min-height: 62px;
	}
	.about-middle.bod-middle .bod .bod-in .bod-name p {
		font-size: 16px;
	}
	.about-middle.bod-middle .bod .row {
		margin: 0 0px;
	}
	.about-middle.bod-middle .bod .bod-in {
		padding: 0 15px;
	}
	
	.security {
    width: calc(50% + 4px) !important;
}
	
}
@media (min-width: 1200px) and (max-width: 1300px) {
	.top-ct .lang-list li {
		padding: 0 2px;
	}
	.top-ct .soc-list li {
		margin-right: 2px;
	}
}
@media only screen and (max-width: 550px) {
	.top_wrapper.affix {
		top: -125px;
	}
}
@media only screen and (max-width: 480px) {
	.top-ct .t-soc {
		padding-left: 0px;
		margin-top: 35px;
	}
	.top-ct .soc-list {
		margin-top: 0px;
		position: absolute;
		bottom: 44px;
		right: 10px;
	}
	.home-cont .home-contact iframe {
		width: 100%;
	}
	.home-cont .home-contact .txt {
		width: 100%;
		padding-top: 25px;
		padding-left: 0;
	}
	.home-cont .news-list li {
		width: 100%;
	}
	.top-ct .soc-list li a {
		font-size: 20px;
	}
	.top-ct .soc-list li {
		margin-right: 0px;
	}
	.top_wrapper.affix {
		top: -155px;
	}
}

@media only screen and (max-width: 430px) {

.top-ct .t-cont .list-inline li {
    padding-right: 10px;
    font-size: 12.8px;
    letter-spacing: -.7px;
}
.top-ct .t-cont .list-inline li:first-child {
    padding-left: 0;   
}	
.fa.tfa {
    margin-right: 5px;  
    font-size: 16px;
    float: left;
    line-height: 18px;
}
.top-ct .t-cont .list-inline li:first-child .fa.tfa {
    line-height: 22px;
}
.top-ct .t-cont{ padding-left:0}
.top-ct .soc-list li{ padding:0 4px}
.top-ct .soc-list li a {
    font-size: 18px;
}
.top-ct .t-soc {
    margin-top: 27px;
}
.top-ct .lang-list {
    margin-top: 8px
}
.top-ct {
    padding-bottom: 35px;
}
.top_wrapper.affix {
    top: -138px;
}
	
}
@media (max-width: 1300px) and (min-width: 1201px){ .top-ct .t-soc { width: calc(100% - 580px); padding-left: 0; } .top-ct .sdiv { padding-left: 0; width: 340px !important; } } @media (max-width: 1202px) and (min-width: 1101px){ .top-ct .t-soc { width: calc(100% - 340px); padding-left: 180px; } .top-ct .sdiv { padding-left: 0; width: 300px !important; } }