html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: SanFrancisco, Arial, Tahoma, Verdana, sans-serif !important;
}
html, body {height: 100%;}

body {
	background: #f6f6f6;
	font-size: 100%;
	font-family: SanFrancisco, Arial, Tahoma, Verdana, sans-serif !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: SanFrancisco, Arial, Tahoma, Verdana, sans-serif !important;
}
button, input, select, textarea {
	font-family: SanFrancisco, Arial, Tahoma, Verdana, sans-serif !important;
}

a, a:active , a:focus {
	outline: 0;
	text-decoration: none;
}

a:hover {
	color: inherit;
	outline: 0;
	text-decoration: none;
}

* {
	outline: none;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

.noscroll {
	overflow: hidden;
}

.vertical-center {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}



/* MobileSearch Begin */
.mobile_search {
	position: relative;
	display: none;
	height: 60px;
	padding: 10px 20px;
	background: #12658c;
	border: none;
}

.mobile_search input[type="text"] {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 40px 0 15px;
	font-size: 14px;
	font-weight: 400;
	line-height: 36px;
	color: #ABB2B6;
	background: #fff;
	border: 0;
	border-radius: 10px;
}

.mobile_search button[type="submit"] {
	display: block;
	width: 24px;
	height: 40px;
	text-indent: -99999px;
	background: url(../images/icon/icon-search-btn.png) no-repeat center;
	border: none;
	position: absolute;
	top: 0;
	right: 40px;
	z-index: 10;
	margin-top: 10px;
}

.mobile_search span.close {
	position: absolute;
	top: 0;
	right: 15px;
	display: block;
	width: 36px;
	height: 36px;
	opacity: 1;
	background: url(../images/icon/icon-close-menu.svg) no-repeat center;
	background-size: 13px;
}
/* MobileSearch End */




/* MobileNav Begin */
.mobile_nav {
	display: none;
	position: fixed;
	top: 0;
	left: -100vw;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	overflow: hidden;
	background: #fff;
	transition: left 0.3s ease-in;
}

.mobile_nav.is-open {
	left: 0;
}

.mobile_nav .head {
	position: relative;
	height: 60px;
	padding: 12px 15px;
	background: #12658c;
}

.mobile_nav .head .call_center {
	float: left;
	width: auto!important;
	margin: 0!important;
	padding: 0 0 0!important;
	color: #fff;
}

.mobile_nav .head .call_center .ft,
.mobile_nav .head .call_center .fn {
	color: #fff;
}

.mobile_nav .head .call_center .fn {
	background-image: url(../images/icon/icon-phone-white.png);
}

.mobile_nav .head span.close {
	float: right;
	display: block;
	width: 18px;
	height: 18px;
	opacity: 1;
	margin-top: 10px;
	background: url(../images/icon/icon-close.svg) no-repeat center;
	background-size: 100%;
}

.mobile_nav .body {
	position: relative;
	height: calc(100vh - 60px);
	overflow-y: auto;
}

.mobile_nav .body ul {
	margin: 0;
}

.mobile_nav .body>ul>li {
	border-bottom: 1px solid #f0f0f0;
}

.mobile_nav .body>ul>li>a {
	display: block;
	padding: 15px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: #000;
	text-transform: uppercase;
}

.mobile_nav .body>ul>li ul {
	display: none;
	background: #f0f0f0;
}

.mobile_nav .body>ul>li ul li {
	border-bottom: 1px solid #e4e4e4;
}

.mobile_nav .body>ul>li ul li:last-child {
	border: 0;
}

.mobile_nav .body>ul>li ul li a {
	display: block;
	padding: 15px 40px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: #000;
}

.mobile_nav .body>ul>li.sub>a {
	background: url(../images/arrow/menu-arrow.png) no-repeat right 15px center;
}
/* MobileNav End */

/* Header Begin */
#header {
	position: relative;
	height: 100px;
	background: #fff;
}

.logo {
	float: left;
	line-height: 100px;
}
.logo .site {
	max-width: 513px;
}
.logo .site-mobile {
	width: 49px;
}
.footer_logo img {
	max-height: 68px;	
}
.logo_rabita {
	width: 78px;
}
.logo_rinn {
	width: 78px;
}
@media (min-width: 1200px) {	
	.logo .site {
		width: 513px;
	}	
	.footer_logo img {
		height: 68px;	
	}
}
.search {
	position: relative;
	float: left;
	width: 306px;
	height: 46px;
	margin-top: 27px;
	margin-right: 35px;
	background: #f1f3f4;
	border: 0;
	border-radius: 10px;
}

.search input[type="text"] {
	display: block;
	width: 100%;
	height: 46px;
	padding: 0 25px 0 20px;
	font-size: 16px;
	font-weight: 400;
	color: #5f6368;
	background: transparent;
	border: 0;
}

.search input[type="text"]::-webkit-input-placeholder {color: #5f6368;}
.search input[type="text"]::-moz-placeholder {color: #5f6368;}

.search button[type="submit"] {
	display: block;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border: 0;
	background: url(../images/icon/icon-search-btn.png) no-repeat center;
	background-size: 100%;
	border: 0;
	position: absolute;
	top: 50%;
	right: 15px;
	z-index: 10;
}

.call_center {
	float: left;
	margin-right: 60px;
	padding-top: 32px;
}

.call_center .ft {
	display: block;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	color: #12658c;
}

.call_center .fn {
	display: block;
	margin-top: 3px;
	padding-left: 25px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #12658c;
	background: url(../images/icon/icon-phone.png) no-repeat left top 3px;
}

.logo_rabita {
	float: left;
	line-height: 100px;
}
.logo_rinn {
	float: left;
	line-height: 100px;
}
/* Header End */

/* MenuBar Begin */
.menu_bar {
	position: relative;
	height: 50px;
	background: #12658c;
}

.menu {
	float: left;
	margin: 0;
}

.menu>li {
	position: relative;
	float: left;
	margin-right: 35px;
}

.menu li:last-child {
	margin: 0;
}

.menu>li>a {
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 50px;
	color: #fff;
	transition: color 600ms ease;
}

.menu>li>a i {
	font-size: 18px;
}

.menu li a.active,
.menu>li.active>a,
.menu>li>a:hover {
	color: #9fe5ff;
}

.menu li ul {
	position: absolute;
	top: calc(100% - 2px);
	left: 0;
	z-index: 200;
	width: 148px;
	padding: 20px 10px 25px 20px;
	background: #fff;
	opacity: 0;
	border-radius: 10px;
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
	transition: all 500ms ease;
	-webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
	-webkit-transform-origin: 50% 0%;
}

.menu li ul:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: #fff;
	position: absolute;
	top: 1px;
	left: 50%;
	transform: rotate(45deg) translateX(-50%);
}

.menu>li:hover ul {
	opacity: 1;
	-webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}

.menu li ul li {
	margin-bottom: 22px;
}

.menu li ul li a {
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #000;
	transition: color 500ms ease;
}

.menu li ul li a:hover {
	color: #12658c;
}

.lang {
	position: relative;
	float: right;
	width: 80px;
	padding: 0px 0 0;
}

.lang span {
	float: left;
	width: 100%;
	padding-right: 24px;
	font-size: 16px;
	font-weight: 500;
	line-height: 50px;
	color: #fff;
	text-align: right;
	text-transform: uppercase;
	cursor: pointer;
	background: url(../images/arrow/arrow-down-white.svg) no-repeat right center;
	background-size: auto 8px;
}

.lang span i.flag {
	float: left;
	width: 24px;
	height: 24px;
	margin: 14px 0 0 0;
	background-repeat: no-repeat;
	background-position: center;
}

.lang span i.flag.az {background-image: url(../images/icon/flag-az.png);}
.lang span i.flag.en {background-image: url(../images/icon/flag-en.png);}

.lang_list {
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 200;
	width: 64px;
	padding: 5px;
	background: #fff;
	border: 1px solid #2E95C0;
	border-top: 0;
	border-radius: 0 0 3px 3px;
	overflow: hidden;
	opacity: 0;
	transition: all 500ms ease;
	-webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
	-webkit-transform-origin: 50% 0%;
}

.lang_list.open {
	opacity: 1;
	-webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}

.lang_list a {
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	color: #000000;
	text-align: center;
}
.lang_list .active {
	color: #2E95C0;
}

.lang_list a:last-child {margin-bottom: 0;}

.btn_search {
	float: left;
	width: 22px;
	height: 22px;
	margin-top: 13px;
	margin-right: 30px;
	padding: 0;
	background: url(../images/icon/icon-search-btn-white.svg) no-repeat center;
	background-size: 100%;
	border: none;
}

.btn_menu {
	float: left;
	width: 29px;
	height: 22px;
	margin-top: 13px;
	padding: 0;
	background: url(../images/icon/icon-menu.svg) no-repeat center;
	background-size: 100%;
	border: none;
}
/* MenuBar End */

/* Wrapper Begin */
#wrapper {
	position: relative;
	background: url(../images/bg/bg_pattern.png) center;
	background-attachment: fixed;
	padding-bottom: 70px;
}

.inside_page {
	padding: 20px 0 0;
}
/* Wrapper End */

/* Slider Begin */
#slider {
	position: relative;
}

#slider .item {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
	max-height: 320px !important;
}

@media (max-width: 480px) {	
	#slider .item {
		max-height: 280px !important;
	}
}

#slider .item .body {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 20;
}

#slider .item .body .body_inner {
	display: table;
	height: 100%;
	padding: 35px;
}

#slider .item .body h2 {
	display: table-cell;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
	text-transform: uppercase;
	vertical-align: bottom;
}

#slider .owl-nav div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 30;
	display: block;
	cursor: pointer;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	font-size: 0;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	transition: color 800ms ease-in;
}

#slider .owl-nav div.owl-prev {left: 30px;}
#slider .owl-nav div.owl-next {right: 30px;}

#slider .owl-nav div:after {
	font-family: "FontAwesome";
	font-size: 18px;
	line-height: 44px;
	color: #3a3836;
	transition: color 500ms ease;
}

#slider .owl-nav div.owl-prev:after {content: "\f104";}
#slider .owl-nav div.owl-next:after {content: "\f105";}
/* Slider End */

/* ActionList Begin */
.action_list {
	position: relative;
}

.action_list .box {
	position: relative;
	margin-bottom: 13px;
}

.action_list .box a {
	display: table;
	width: 100%;
	min-height: 98px;
	padding: 5px 35px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
	transition: background 600ms ease-in;
	background: #e9e9e9;
}

.action_list .box a:hover {
	background: #12658c;
}
.action_list .box:last-child {
	margin-bottom: 0;
}

.action_list .box figure {
	display: table-cell;
	width: 36px;
	vertical-align: middle;
}

.action_list .box a h2 {
	display: table-cell;
	margin: 0;
	padding-left: 35px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	color: #000;
	vertical-align: middle;
	transition: color 500ms ease;
}


.action_list .box a:hover h2 {
	color: #fff;
}

.action_list .box a:hover svg mask,
.action_list .box a:hover svg path,
.action_list .box a:hover svg polygon {
	fill: #fff;
}
/* ActionList End */

/* TitleBlock Begin */
.title_block {
	float: left;
	width: 100%;
	height: 55px;
	margin-bottom: 20px;
	padding: 0 20px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
}

.warnings_list .title_block, .news_blocks .title_block {
	background: #e9e9e9;
}
.list-unstyled ul {
	list-style-type: none;
}

.title_block i.icon {
	float: left;
	width: 30px;
	height: 30px;
	margin: 11px 16px 0 0;
	background-repeat: no-repeat;
	background-position: center;
}

.title_block i.icon.warning {background-image: url(../images/icon/icon-title-warning.png);}
.title_block i.icon.news {background-image: url(../images/icon/icon-title-news.png);}
.title_block i.icon.advice {background-image: url(../images/icon/icon-title-advice.png);}
.title_block i.icon.info {background-image: url(../images/icon/icon-info-title.svg); background-size: 100% auto;}
.title_block i.icon.message {background-image: url(../images/icon/icon-message-title.svg); background-size: 100% auto;}
.title_block i.icon.law {background-image: url(../images/icon/icon-title-laws.png);}
.title_block i.icon.icon-about {background-image: url(../images/icon/icon-title-about.png);}

.title_block h1 {
	float: left;
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 55px;
	color: #2b2927;
	text-transform: uppercase;
}

.title_block a.all {
	float: right;
	margin-top: 19px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	color: #2b2927;
	transition: color 500ms ease;
}

.title_block a.all i {
	margin-left: 10px;
}

.title_block a:hover,
.title_block a.all:hover {
	color: #12658c;
}
.title_block a {
	color: #000000;
}
	
.breadcrumbs {
	float: right;
	padding: 19px 0 0;
}

.breadcrumbs span,
.breadcrumbs a {
	float: left;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: #2b2927;
	transition: color 500ms ease;
}

.breadcrumbs span.line {
	margin: 0 8px;
}

.breadcrumbs a:hover {
	color: #12658c;
}
/* TitleBlock End */

/* WarningsList Begin */
.warnings_list {
	position: relative;
	margin-top: 24px;
}

.warnings_list .box {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
}

.warnings_list .box figure {
	overflow: hidden;
}

.warnings_list .box figure img {
	width: 100%;
	transition: 0.3s linear;
}

.warnings_list .box:hover figure img {
	transform: scale(1.05,1.05);
}

.warnings_list .box .bottom {
	padding: 20px;
}

.warnings_list .box .bottom h2 {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	color: #000;
	transition: color 500ms ease;
}

.warnings_list .box:hover .bottom h2 {
	color: #12658c;
}
/* WarningsList End */

/* NewsBlocks Begin */
.news_blocks {
	position: relative;
}

.news_blocks .boxs {
	position: relative;
	padding: 30px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
	
	height: 100%;
}

.news_blocks .boxs .box {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	min-height : 140px;
}

.news_blocks .boxs .box:last-child {margin-bottom: 0;}

.news_blocks .boxs .box figure {
	float: left;
	width: 195px;
	overflow: hidden;
	border-radius: 4px;
}

.news_blocks .boxs .box figure img {
	width: 100%;
	transition: 0.3s linear;
}

.news_blocks .boxs .box:hover figure img {
	transform: scale(1.05,1.05);
}

.news_blocks .boxs .box .box_inner {
	float: left;
	padding: 15px 0 0 20px;
	width: calc(100% - 195px);
}

.news_blocks .boxs .box .box_inner h2 {
	min-height: 70px;
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	color: #000;
	transition: color 500ms ease;
}

.news_blocks .boxs .box .box_inner a.all {
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	color: #2b2927;
	transition: color 500ms ease;
}

.news_blocks .boxs .box .box_inner a.all i {
	margin-left: 10px;
}

.news_blocks .boxs .box:hover .box_inner a.all,
.news_blocks .boxs .box:hover .box_inner h2 {
	color: #12658c;
}
/* NewsBlocks End */

/* Partners Begin */
.partners {
	position: relative;
	margin-top: 55px;
}

.partners h1 {
	margin: 0 0 55px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	color: #2b2927;
	text-align: center;
}

.partners figure {
	line-height: 87px;
	text-align: center;
}

.partners figure img {
	display: inline!important;
	width: auto!important;
}
/* Partners End */

/* Footer Begin */
#footer {
	position: relative;
	padding: 35px 0 0;
	background: #2c2a28;
}

.footer_logo a {
	float: left;
	overflow:hidden;
	margin-right: 40px;
}

.footer_logo a img {
	height: 68px;
}

.footer_logo a:last-child {
	margin: 0;
}

.footer_menu {
	padding-top: 15px;
}

.footer_menu h4 {
	margin: 0 0 30px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
}

.footer_menu ul {
	margin: 0;
}

.footer_menu ul li {
	margin-bottom: 13px;
}

.footer_menu ul li:last-child {margin-bottom: 0;}

.footer_menu ul li a {
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	transition: color 500ms ease;
}
.footer_menu ul li a:hover {
	color: #12658c;
}
.footer_bottom {
	position: relative;
	min-height: 62px;
	margin-top: 80px;
	background: #201f1d;
}

.social {
	float: left;
	margin-top: 18px;
}

.social a {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 18px;
	font-size: 16px;
	line-height: 24px;
	color: #201f1d;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	transition: background 600ms linear;
}
.social a:hover {
	background-color: #2E95C0;
}
.social a:last-child {margin-right: 0;}

.social a i {
	line-height: 24px;
}

.copyright {
	float: left;
	margin: 23px 0 0 260px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
}

.go_top {
	float: right;
	margin-top: 22px;
	padding-right: 45px;
	font-size: 14px;
	font-weight: 400;
	line-height: 15px;
	color: #fff;
	background: url(../images/arrow/arrow-gotop.png) no-repeat right center;
	transition: color 500ms ease;
}

.go_top:hover {
	color: #fff;
}
/* Footer End */

/* Content Begin */
.content {
	position: relative;
	padding: 40px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
}
/* Content End */

/* PageForm Begin */
.page_form {
	position: relative;
	padding-bottom: 70px;
}

.page_form .head {
	position: relative;
	text-align: center;
}

.page_form .head h1 {
	margin: 0;
	font-family: SanFrancisco, Arial, Tahoma, Verdana, sans-serif !important;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	color: #000;
}

.page_form .head p {
	margin: 18px 0 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
}
.page_form .head span {
	margin-top: 20px;
	font-size: 14px;
	display : block;
	font-weight: 600;
}
.page_form .form {
	margin-top: 30px;
}

.page_form .form .item {
	margin-bottom: 30px;
}

.page_form .form .item .lbl {
	position: absolute;
	top: 1px;
	left: 29px;
	padding: 3px 7px;
	margin-top: 11px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	color: #5f6368;
	cursor: text;
	background: #fff;
	transition: all 200ms;
}

.page_form .form .item .ipt_style:valid + .lbl,
.page_form .form .item .ipt_style:focus + .lbl {
	font-size: 13px;
	color: #000;
	margin-top: -10px;
}

.page_form .form .item .ipt_style + .lbl {
	font-size: 13px;
	color: #000;
	margin-top: -10px;
}

.page_form .form .item .ipt_style {
	display: block;
	width: 100%;
	height: 46px;
	padding: 0 20px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	color: #000;
	border: 1px solid #cecece;
	border-radius: 8px;
}

.page_form .form .item select.ipt_style {
	cursor: pointer;
	background: url(../images/arrow/arrow-select.png) no-repeat right 20px center;
}

.page_form .form .item textarea.ipt_style {
	height: 150px;
	padding: 15px 20px;
	resize: none;
}

.page_form .form input[type="submit"] {
	float: left;
	display: block;
	width: 165px;
	height: 46px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	background: #12658c;
	border: 0;
	border-radius: 8px;
	transition: background 500ms ease;
	box-shadow: 0px 10px 15px 0px rgba(18,101,140,0.5);
}

.page_form .form input[type="submit"]:hover {
	background: #0f5373;
}

.file_upload {
    position: relative;
	float: left;
    min-width: 165px;
    height: 46px;
	margin-left: 20px;
    padding: 0 5px 0 42px;
    font-size: 16px;
	font-weight: 700;
	line-height: 46px;
    color: #999fa7;
	background: url(../images/icon/icon-file.png) no-repeat left 14px center #e8e8e8;
    border: 0;
    border-radius: 8px;
	transition: background 500ms ease;
	box-shadow: 0px 10px 15px 0px rgba(232,232,232,1);
}

.file_upload:hover {
	background-color: #cfcfcf;
}

.file_upload input.uploadimage {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    font-size: 0px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.page_form .imagename {
	float: left;
	margin-left: 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 46px;
	color: #999fa7;
}
/* PageForm End */

/* ServiceList Begin */
.service_list {
	position: relative;
}

.service_list h1 {
	margin: 0 0 40px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	color: #000;
	text-align: center;
}

.service_list .item {
	position: relative;
	min-height: 40px;
	margin-bottom: 50px;
	padding-left: 65px;
}

.service_list .item span.order {
	display: block;
	font-size: 36px;
	font-weight: 900;
	line-height: 1;
	color: #000;
	opacity: 0.1;
	position: absolute;
	top: 0;
	left: 0;
}

.service_list .item p {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	text-align: justify;
}
/* ServiceList End */

/* Laws Begin */
.laws .table table {
	width: 100%;
}

.laws .table table thead tr {
	border-bottom: 1px solid #b6b6b6;
}

.laws .table table thead tr th {
	padding: 0 20px 35px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #000;
}

.laws .table table tbody tr td:not(:first-child),
.laws .table table thead tr th:not(:first-child) {
	text-align: center;
}

.laws .table table tbody tr {
	border-bottom: 1px solid #eaeaea;
}

.laws .table table tbody tr:last-child {
	border: 0;
}

.laws .table table tbody tr td {
	height: 75px;
	padding: 15px 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #000;
	vertical-align: middle;
}

.laws .table table tbody tr td a.download-word {
	display: block;
	width: 38px;
	height: 36px;
	margin: 0 auto;
	background: url(../images/icon/icon-word.png) no-repeat center;
}
.laws .table table tbody tr td a.download-pdf {
	display: block;
	width: 38px;
	height: 36px;
	margin: 0 auto;
	background: url(../images/icon/icon-pdf.png) no-repeat center;
}
/* Laws End */

/* StaticPage Begin */
.static_page {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	text-align: justify;
}

.static_page * {
	max-width: 100%;
}

.static_page table {
	width: 100%!important;
}
/* StaticPage End */

/* InnerPage Begin */
.inner_page {
	position: relative;
}

.inner_page h1.title {
	margin: 0;
	font-family: SanFrancisco, Arial, Tahoma, Verdana, sans-serif !important;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #000;
	text-transform: uppercase;
}

.inner_page .details {
	margin-top: 30px;
	padding: 20px 0;
	border-top: 1px solid #efefef;
}

.inner_page .details span {
	float: left;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #7a7a7a;
}

.inner_page .details span i {
	margin-right: 6px;
}

.inner_page .details span span {
	float: none;
	display: inline-block;
	width: 33px;
	height: 5px;
}

.share {
	float: right;
}

.share a {
	float: left;
	width: 24px;
	height: 24px;
	margin-left: 15px;
	text-indent: -99999px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.share a.fb {background-image: url(../images/icon/icon-share-fb.png);}
.share a.tw {background-image: url(../images/icon/icon-share-tw.png);}
.share a.yt {background-image: url(../images/icon/icon-share-yt.png);}
.share a.in {background-image: url(../images/icon/icon-share-in.png);}

.inner_page .photo img {
	width: 100%;
	border-radius: 3px;
}

.inner_page .text {
	margin-top: 40px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	text-align: justify;
}
/* InnerPage End */

/* OtherNews Begin */
.other_news {
	position: relative;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
}

.other_news h1 {
	margin: 0;
	padding: 0 10px 0 30px;
	font-size: 18px;
	font-weight: 700;
	line-height: 55px;
	color: #000;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.08);
}

.other_news_inner {
	padding: 15px 30px 40px;
}

.other_news ul {
	margin: 0;
}

.other_news ul li {
	padding: 15px 0;
	border-bottom: 1px solid #eaeaea;
}

.other_news ul li:last-child {
	border: 0;
}

.other_news ul li h2 {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
}

.other_news ul li h2 a {
	color: #000;
	transition: color 500ms ease;
}

.other_news ul li h2 a:hover {
	color: #12658c;
}

.other_news ul li .bottom {
	margin-top: 17px;
}

.other_news ul li .bottom span {
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	color: #7a7a7a;
}

.other_news ul li .bottom span i {
	margin-right: 6px;
}

.all_news_btn {
	display: block;
	width: 100%;
	height: 50px;
	margin-top: 15px;
	font-size: 16px;
	font-weight: 600;
	line-height: 50px;
	color: #fff;
	text-align: center;
	background: #12658c;
	border-radius: 3px;
	transition: background 600ms ease;
}

.all_news_btn:hover {
	color: #fff;
	background: #0f5373;
}
/* OtherNews End */

/* Contact Begin */
.contact {
	position: relative;
}

.contact h1 {
	margin: 0 0 30px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #000;
}

.contact_form .ipt_style {
	display: block;
	width: 100%;
	height: 46px;
	margin-bottom: 30px;
	padding: 0 20px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	color: #000;
	border: 1px solid #cecece;
	border-radius: 8px;
}
.contact_form select.ipt_style {
	cursor: pointer;
	background: url(../images/arrow/arrow-select.png) no-repeat right 20px center;
}
.contact_form textarea.ipt_style {
	height: 150px;
	padding: 15px 20px;
	resize: none;
}
.contact_form input[type="submit"] {
	float: left;
	display: block;
	width: 165px;
	height: 46px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	background: #12658c;
	border: 0;
	border-radius: 8px;
	transition: background 500ms ease;
	box-shadow: 0px 10px 15px 0px rgba(18,101,140,0.5);
}
.contact_form input[type="submit"]:hover {
	background: #0f5373;
}
.contact_info ul {
	font-size: 14px;
	margin: 0;
}
.contact_info ul li {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.contact_info ul li span.param {
	float: left;
	display: block;
	width: 95px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	color: #000;
}
.contact_info ul li span.value {
	float: left;
	display: block;
	width: calc(100% - 95px);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3;
	color: #000;
	word-break: break-all;
}
.contact_form span {
	font-size: 14px;
	display : block;
	font-weight: 600;
}
#contactmap {
	height: 330px;
	margin-top: 20px;
	overflow: hidden;
	border-radius: 3px;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
}
/* Contact End */