@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
	3.1 Top Bar
	3.2 Header Content
	3.3 Logo
4. Menu
5. Home
6. Boxes
7. About
8. Departments
9. Services
10. CTA
11. Footer



******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: Open Sans;
	font-size: 15px;
	font-weight: 500;
	background: transparentF;
	color: #696969;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1.7; 
	text-align: justify;
	font-weight: 500;
	color: #696969;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	margin-bottom: 0.5rem;
}
p:last-of-type
{
	margin-bottom: 0;
}
a
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	
}
.dept_col a, a.item-news,.list-event a{
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}
.dept_col a .dept_title{
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    width: 100%;
}
.dept_col a:hover,a.item-news:hover{
	/* box-shadow: 0 10px 10px -10px rgb(0 0 0 / 50%); */
    -webkit-transform: scale(1.1);
    transform: scale(1.02);
}
.list-event a:hover{
	-webkit-transform: scale(1.02);
    transform: scale(1.02);
	color: #58D88B;
}

.list-event a:hover .title-event{
	color: #58D88B;
}

.dept_col a:hover .dept_title{
	color: #58D88B;
}
a.item-news:hover h2,a.item-news:hover p{
	color: #58D88B;
}


h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.nopadding
{
	padding: 0px !important;
}
.button
{
	display: inline-block;
	height: 45px;
	background: #283290;
}
.button::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #20d34a;
	content: '';
	z-index: 0;
	-webkit-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
	-moz-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
	-ms-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
	-o-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
	transition: all 400ms cubic-bezier(.33,.68,.59,.99);
}
.button a
{
	display: block;
	position: relative;
	line-height: 44px;
	font-size: 11px;
	font-weight: 900;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	z-index: 10;
}
.button:hover::after
{
	height: 100%;
}
.button:hover a
{
	color: #FFFFFF !important;
}
.section_title
{
	padding-top: 17px;
}
/*.section_title::before*/
/*{*/
	/*display: block;*/
	/*position: absolute;*/
	/*left: 1px;*/
	/*top: 0;*/
	/*width: 54px;*/
	/*height: 3px;*/
	/*background: #20d34a;*/
	/*content: '';*/
/*}*/
.section_title_light h2
{
	color: #252B42;
	text-align: center;
}

/*********************************
3. Header
*********************************/


.header.scrolled
{
	top: -48px;
}

/*********************************
3.1 Top Bar
*********************************/

.top_bar
{
	width: 100%;
	background: #293744;
}
.top_bar_content
{
	width: 100%;
	height: 48px;
}
.top_bar_item
{
	margin-left: 20px;
}
.top_bar_item a
{
	font-size: 14px;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.top_bar_item:first-child
{
	margin-left: 37px;
}
.emergencies
{
	height: 100%;
	background: #ff0030;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	padding-left: 38px;
	padding-right: 38px;
}
.menu-mobile-li{
	display: none;
}

/*********************************
3.2 Header Content
*********************************/

.header_container
{
	width: 100%;
	background: transparent;
	margin-bottom: -25px;
}
.header_content
{
	width: 100%;
	height: 103px;
}
.header.scrolled .header_content
{
	height: 80px;
}
.main_nav ul li
{
	display: inline-block;
	position: relative;
}
.main_nav ul li:not(:first-child)
{
	margin-left: 5px;
}
.main_nav ul li a
{
	font-size: 12px;
	font-weight: 600;
	color: #646464;
	display: block;
}

.main_nav > ul > li > a{
	padding: 15px 8px;
} 
.logo a img{
	width: 90px;
}

.hamburger
{
	display: none;
	cursor: pointer;
}
.hamburger i
{
	font-size: 24px;
	color: #272727;
}

/*********************************
3.3 Logo
*********************************/

.logo_container_outer
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.logo_container
{
	position: absolute;
	top: 0;
	left: 15px;
	width: 216px;
	height: 177px;
	background: transparentF;
	box-shadow: 0px 31px 29px rgba(0,0,0,0.09);
	z-index: 10;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header.scrolled .logo_container
{
	top: 48px;
	height: 120px;
}
.logo_container a
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.logo_content
{
	width: 100%;
	height: 100%;
	padding-left: 36px;
}
.logo_line
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #20d34a;
}
.logo
{
	margin-top: 27px;
	padding: 0px !important;
}
.main_nav > ul > li.logo > a{
	padding: 0px !important;
}

.logo span
{
	color: #20d34a;
}
.logo_container a .logo:hover
{
	color: #283290;
}
.logo_text
{
	font-size: 30px;
	font-weight: 500;
	color: #283290;
	line-height: 0.75;
}
.logo_box
{
	display: inline-block;
	width: 23px;
	height: 23px;
	background: #20d34a;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 23px;
	text-align: center;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
	margin-left: 1px;
}
.logo_sub
{
	font-size: 14px;
	font-weight: 400;
	color: #8f8e8e;
	padding-left: 3px;
	margin-top: 2px;
}

/*********************************
4. Menu
*********************************/

.menu_container
{
	position: fixed;
	top: 0;
	right: -50vw;
	width: 50vw;
	height: 100vh;
	background: transparentF;
	z-index: 101;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	visibility: hidden;
	opacity: 0;
}
.menu_container.active
{
	visibility: visible;
	opacity: 1;
	right: 0;
}
.mobile-menu{
	display: none;
}
.menu
{
	position: absolute;
	top:150px;
	left: 0;
	padding-left: 15%;
}
.menu_inner
{
	width: 100%;
	height: 100%;
	background-color: white;
}
.menu_list
{
	-webkit-transform: translateY(1.5rem);
	-moz-transform: translateY(1.5rem);
	-ms-transform: translateY(1.5rem);
	-o-transform: translateY(1.5rem);
	transform: translateY(1.5rem);
	-webkit-transition: all 1000ms 400ms ease;
	-moz-transition: all 1000ms 400ms ease;
	-ms-transition: all 1000ms 400ms ease;
	-o-transition: all 1000ms 400ms ease;
	transition: all 1000ms 400ms ease;
	opacity: 0;
}
.menu_container.active .menu_list
{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.menu_item
{
	margin-bottom: 5px;
}
.menu_item a
{
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #272727;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_item a:hover
{
	color: #ffb606;
}
.menu_close_container
{
	position: absolute;
	top: 86px;
	right: 79px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	z-index: 10;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu_close
{
	top: 9px;
	width: 21px;
	height: 3px;
	background: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close::after
{
	display: block;
	position: absolute;
	top: -9px;
	left: 9px;
	content: '';
	width: 3px;
	height: 21px;
	background: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after
{
	background: #20d34a;
}
.menu_extra
{
	position: absolute;
	left: 0;
	bottom: 0;
	padding-left: 15%;
	padding-bottom: 25px;
}
.menu_appointment a
{
	font-size: 13px;
	color: #283290;
}
.menu_emergencies
{
	font-size: 13px;
	color: #272727;
}

/*********************************
5. Home
*********************************/

.home
{
	width: 100%;
	margin-bottom: 25px;
}
.home_slider_container
{
	width: 100%;
	height: 450px
}
.home_slider_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.home_slider_progress
{
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 0;
	max-width: 100%;
	height: 2px;
	background: #20d34a;
	z-index: 1;
}
.home_content
{
	position: absolute;
    top: 50%;
    left: 0;
    width: 100%; 
    transform: translateY(-50%);
}

.home_title h1
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 50px;
	/* or 148% */
	letter-spacing: 0.2px;
    margin-left: 30px;
	color: #FFFFFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.85);
}
.home_text
{
	padding-right: 20px;
	margin-top: 10px;
	padding-left: 3px;
}
.home_text p
{
	font-size: 16px;
	font-weight: 500;
	color: #747474;
	line-height: 1.75;
}
.home_button
{
	margin-top: 34px;
	margin-left: 3px;
}

/*********************************
6. Boxes
*********************************/

.boxes
{
	width: 100%;
	background: transparent;
	z-index: 10;
	padding-bottom: 35px;
}
.box_col
{
	margin-top: -59px;
}
.box
{
	width: 100%;
	height: 287px;
	background: #283290;
	padding-left: 42px;
	padding-top: 29px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.box::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #20d34a;
	content: '';
}
.box:hover
{
	box-shadow: 0px 15px 49px rgba(0,0,0,0.59);
}
.box_title
{
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 11px;
}
.working_hours
{
	padding-top: 29px;
	padding-right: 60px;
}
.working_hours_list
{
	margin-top: 40px;
}
.working_hours_list ul li
{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
}
.working_hours_list ul li:not(:last-child)
{
	margin-bottom: 15px;
}
.box_icon
{
	width: 37px;
	height: 37px;
}
.box_icon img
{
	max-width: 100%;
}
.box_text
{
	font-size: 14px;
	line-height: 2.14;
	color: #FFFFFF;
	font-weight: 400;
	margin-top: 23px;
}
.box_phone
{
	font-size: 30px;
	font-weight: 400;
	color: #20d34a;
	margin-top: 20px;
}
.box_appointments
{
	padding-right: 30px;
}
.box_emergency
{
	padding-right: 30px;
}
.box_emergency_text
{
	font-size: 14px;
	line-height: 2.14;
	color: #FFFFFF;
	font-weight: 400;
	margin-top: 18px;
}

/*********************************
7. About
*********************************/

.about
{
	width: 100%;
	background: transparentF;
	padding-bottom: 92px;
}

.result1{
	background: #58D88B;
}
.result2{
	background: #6BCFFB;
}

.about.news-section .about_text{
	padding-left: 15px;
    padding-right: 15px;
}
.about_button
{
	margin-top: 10px;
}

.about_image img
{
	max-width: 100%;
}

/*********************************
8. Departments
*********************************/

.departments
{
	width: 100%;
	background: transparent;
	padding-top: 75px;
	padding-bottom: 65px;	
}
.departments_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.departments_row
{
	margin-top: 40px;
}
.dept_col
{
	margin-bottom: 0px;
}
.dept
{
	width: 100%;
	height: 100%;
}
.dept_image
{
	width: 100%;
}
.dept_image img
{
	max-width: 100%;
	max-width: 100%;
	height: 150px;
	width: 100%;
}
.dept_content
{
	padding-bottom: 35px;
	background: transparentF;
	min-height: 160px;
}

.dept_title
{
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 30px;
	/* or 187% */

	text-align: left;
	letter-spacing: 0.5px;
	color: #222222;
}
.dept_subtitle
{
	font-size: 14px;
	font-weight: 400;
	color: #696969;
	text-align: left;
}
.dept_text p
{
	color: #FFFFFF;
	-webkit-transform: translateY(-9px);
	-moz-transform: translateY(-9px);
	-ms-transform: translateY(-9px);
	-o-transform: translateY(-9px);
	transform: translateY(-9px);
}
.dept_button
{
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparentF;
}
.dept_button a
{
	color: #272727;
}

/*********************************
9. Services
*********************************/

.services
{
	width: 100%;
	background: transparentF;
	padding-top: 95px;
	padding-bottom: 65px;
}
.services_row
{
	margin-top: 95px;
}
.service_col
{
	margin-bottom: 30px;
}
.service
{
	width: 100%;
	background: #f5f7fa;
	padding-top: 46px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 57px;
}
.service:hover
{
	background: #283290;
}
.service::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #20d34a;
	content: '';
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.service:hover::after
{
	visibility: visible;
	opacity: 1;
}
.service_icon
{
	width: 61px;
	height: 61px;
	margin-left: auto;
	margin-right: auto;
}
.service_icon svg
{
	width: 61px;
	height: 61px;
}
.service_icon img
{
	max-width: 100%;
}
.svg path,
.svg rect,
.svg polygon
{
	fill: #20d34a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.service:hover .svg path,
.service:hover .svg rect,
.service:hover .svg polygon
{
	fill: #FFFFFF;
}
.service_text
{
	margin-top: 16px;
}
.service_text p
{
	color: #696969;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.service_title
{
	font-size: 20px;
	font-weight: 700;
	color: #232323;
	padding-top: 41px;
	margin-top: 26px;
}
.service_title::before
{
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 54px;
	height: 3px;
	background: #20d34a;
	content: '';
}
.service:hover .service_title
{
	color: #FFFFFF;
}
.service:hover .service_text p
{
	color: rgba(255,255,255,0.65);
}

/*********************************
10. CTA
*********************************/

.cta
{
	width: 100%;
	padding-top: 131px;
	padding-bottom: 116px;
}
.cta_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cta_content
{
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
}
.cta_content h2
{
	font-size: 48px;
	font-weight: 700;
	color: #FFFFFF;
}
.cta_content p
{
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: -3px;
}
.cta_button
{
	margin-top: 38px;
}

/*********************************
11. Footer
*********************************/

.footer
{
	width: 100%;
	float: left;
}
.footer_container
{
	width: 100%;
    background: #F4F5F8;
    padding-bottom: 77px;
}
.footer_logo_container
{
	width: 100%;
	height: 157px;
	background: transparentF;
}
.footer_logo_container::after
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #20d34a;
	content: '';
}
.footer_logo_container a
{
	display: block;
	width: 100%;
	height: 100%;
}
.footer_logo_container .logo_content
{
	display: inline-block;
	padding-left: 0;
	width: auto;
	height: auto;
}
.footer_logo_container .logo
{
	margin-top: 10px;
}
.about_text p{
	padding-top: 10px;
}
.footer_about_text
{
	margin-top: 36px;
}
.footer_about_text p
{
	color: #b2b2b2;
}
.footer_about_list
{
	margin-top: 32px;
}
.footer_about_list li:not(:last-child)
{
	margin-bottom: 9px;
}
.footer_about_icon
{
	display: inline-block;
	width: 31px;
	height: 31px;
	background: #20d34a;
	text-align: center;
	vertical-align: middle;
}
.footer_about_icon img
{
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.footer_about_list li span
{
	font-size: 14px;
	font-weight: 500;
	color: #b2b2b2;
	padding-left: 10px;
}

.footer_title
{
	font-style: normal;
    font-weight: 600;
    font-size: 14px;
	line-height: 140%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #252B42;
    margin-top: 40px;
    float: left;
    width: 100%;
}
.footer_links ul
{
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	margin-top: 35px;
}
.footer_links ul li:not(:last-child)
{
	margin-bottom: 20px;
}
.footer_links ul li a
{
	font-size: 14px;
	font-weight: 500;
	color: #b2b2b2;
}
.footer_news ul
{
	margin-top: 15px;
    float: left;
    width: 100%;
}
.footer_news_title a
{
    font-size: 13px;
    line-height: 27px;
    letter-spacing: 0.2px;
    color: #646464;
    margin-left: 10px;
    float: left;
    width: 70%;
}


.list-news-footer li{
	float: left;
    width: 100%;
    margin-bottom: 20px;
}


.footer_news_date
{
	font-size: 14px;
    font-weight: 500;
    margin-top: 7px;
    float: left;
    width: 50px;
    height: 90px;
    background-color: #f5f2f2;
    text-align: center;
    padding-top: 10px;
}
.footer_news_date b{
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 25px;
	/* or 116% */
	text-align: center;
	letter-spacing: 0.2px;
	color: #141D41;
}

.footer_news_date span{
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 25px;
	/* or 255% */

	text-align: center;
	letter-spacing: 0.2px;

	color: #141D41;
}

.copyright
{
	width: 100%;
    background: #F4F5F8;
    border-top: 1px solid #fff;
}
.copyright_content
{
	width: 100%;
	height: 62px;
}
.cr
{
	font-size: 13px;
	line-height: 29px;
	/* or 197% */

	letter-spacing: 0.2px;

	color: #222222;
}
.footer_social ul
{
	margin-right: -5px;
}
.footer_social ul li
{
	display: inline-block;
}
.footer_social ul li:not(:last-child)
{
	margin-right: 19px;
}
.footer_social ul li a i
{
	color: #20d34a;
	padding: 5px;
	font-size: 14px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_social ul li a i:hover
{
	color: #FFFFFF;
}

.departments h4{
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 39px;
	/* or 139% */
	text-align: right;
	letter-spacing: 0.2px;
	color: #141D41;
}

.departments h6{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 27px;
	/* identical to box height, or 169% */
	
	letter-spacing: 0.2px;

	color: #32C36C;
}

.departments h3{
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
/* identical to box height, or 104% */
	letter-spacing: 0.2px;
	color: #252B42;
}
.departments .section_title{
	padding-top: 0px;
}
a.loadmore{
	color: #018CC8 !important;
    float: right;
	cursor: pointer;

}
a.loadmore:hover{
	color:#252B42 !important
}

.title_image img{
	width: 100%;
}
.title-catgegory-news{
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 29px;
	/* identical to box height, or 113% */

	letter-spacing: 0.2px;
	color: #252B42;
}
.title-catgegory-news-b hr {
    border: 3px solid #9ECA41;
    margin-top: 10px;
}
a.all-news {
    float: right;
    text-decoration: underline !important;
}
.title-news-catgegory-div{
	float: left;
	width: 100%;
}
.title-catgegory-news-b{
	float: left;
}

.section_title.section_title_light h3{
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 29px;
	/* identical to box height, or 113% */
	letter-spacing: 0.2px;
	color: #252B42;
}

.section_title.section_title_light p a{
	font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 29px;
    letter-spacing: 0.2px;
    color: #018CC8;
    width: 100%;
    text-align: left;
    float: left;
	margin-top: 10px;
}

.about.news-section .section_title h2{
	padding-left: 15px;
	padding-right: 15px;
}

.about.news-section a.item-news{
	display: block;
    height: 100%;
	background-color: #F4F5F8;
}

.title-info{
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 29px;
	/* identical to box height, or 184% */
	letter-spacing: 0.2px;
	text-transform: uppercase;
	color: #9D9D9D;
}
.title-info{
	float: left;
	width: 100%;
}
.title-info span{
	float: left;
}
.title-info hr{
	border: 1px solid #9ECA41;
    margin-top: 0px;
}
.icon-top{
	display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.list-icon{
	text-align: right;
}

.list-link-footer a{
	font-size: 13px;
	line-height: 35px;
	/* or 273% */

	letter-spacing: 0.2px;

	color: #1C8DBE;
}
.project-info{
	font-size: 20px;
	line-height: 24px;
	/* identical to box height, or 120% */
	letter-spacing: 0.2px;
	color: #FFFFFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
}
.info-project h2{
	font-size: 24px;
	line-height: 47px;
	/* or 131% */
	letter-spacing: 0.2px;
	color: #252B42;	
}

.info-project .list-link-footer a{
	font-size: 15px;
	line-height: 28px;
	/* or 187% */
	
	text-align: justify;
	letter-spacing: 0.2px;	
	margin-left: 5px;
}
.info-project .list-link-footer p{
	font-size: 15px;
	line-height: 28px;
	/* or 187% */
	
	text-align: justify;
	letter-spacing: 0.2px;	
}

.info-project .list-link-footer a img{
	margin-right: 5px;
}

.bg-info h3{
	font-weight: bold;
	font-size: 36px;
	line-height: 47px;
	/* or 131% */

	text-align: center;
	letter-spacing: 0.2px;

	color: #FFFFFF;

	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
	margin-top: 100px;
}

.icon-top.active a{
	color: #58D88B;
}
.about_content{
	padding-bottom: 20px;
}
.about_text img{
	margin-right: 5px
}

body{ 
	background: #c0e5f9 url(/static/eip/images/bg-header.png) top repeat-x;
}
@media (min-width: 1200px){
	.container {
		max-width: 980px;
	}
}

.logo{
	position: absolute;
    z-index: 1000;
    margin-top: 0px;
    background-color: white;
}
.header_container > .container{
	background-color: white;
	border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-top: 10px;
}

.main_nav ul > li.begin{
	margin-left: 20px;
}
.home > .container{
	background-color: white; 
	padding-top: 10px;
	border-top-right-radius: 10px;
    border-top-left-radius: 10px;
	padding-bottom: 80px;
}


.section_title h2
{
	font-size: 20px; 
    font-weight: 600;
    color: #232323;
}

.about_content .section_title h2{
	font-size: 16px; 
}
.sub_menu{
	position: absolute;
	width: 200px;
	z-index: 100;
	background-color: #4a9e48;
    color: white;
	display: none;
}
.sub_menu li{
	float: left;
    width: 100%;
    text-align: left;
    margin-left: 0px !important;
    border-bottom: 1px solid #fff;
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.sub_menu li a{
	float: left;
	width: 100%;
	text-align: left;
}
.main_nav ul li:hover{
	background-color: #4a9e48;
}
.main_nav ul li:hover a{
	color: white;
}

.main_nav > ul > li:hover .sub_menu{
	display: block;
}

.content-info{
	padding-bottom: 20px;
}

.info-project-benefit .card .card-header{
	text-align: center;
    background-color: transparent;
    border: none;
    padding-bottom: 0px;
}

.info-project-benefit .card .card-header h5{
	font-size: 16px;
	line-height: 47px;
	/* or 235% */
	text-align: center;
	letter-spacing: 0.2px;
	color: #32C36C;
}
.info-project-benefit .card .card-header img{
	width: 70px;
}
.info-project-benefit .card .card-content{
    text-align: justify;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
}
.info-project-benefit .card{
	min-height: 550px;
}

.info{
	position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0px;
}
.info span {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 11px;
}
.info b {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
}
.item-team{
	position: relative;
    display: inline-block;
    margin: 0 auto;
}

.main_nav ul li.logo:hover{
	background-color: white;
}
.main_nav ul li.search{
	background-color: white;
}
.search img{
	position: absolute;
	right: 2px;
	top: 4px;

}
#search{
	position: relative;
	border: 1px solid #ccc;
	padding-left: 5px;
	font-size: 13px;
}
.ql-align-center{
	text-align: center;
}

#content h3{
	font-size: 14px;
}

#content h2{ 
	font-size: 28px;
}

.date {
    float: left;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    line-height: 100% !important;
    text-align: center;
    background-color: #4b9ec9;
    padding: 10px 0 0 0;
    width: 60px;
    margin: 0 20px 0 0;
}

.date .day {
    font-size: 42px;
    font-style: normal;
    display: block;
    line-height: 120%;
}
.date .year {
    font-size: 12px;
    font-style: normal;
    display: block;
    height: 20px;
    line-height: 100% !important;
    padding-top: 5px;
    background: url(http://eipvn.org/wp-content/themes/rttheme17/images/dark-transparent.png);
}