/*
Theme Name: dy2000
*/

/* NULL */

HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
SUP, SUB {line-height: 1px;}
BODY {line-height: 1;}
UL {list-style: none;}
:focus {outline: 0;}
INS {text-decoration: none;}
DEL {text-decoration: line-through;}
input::-moz-focus-inner {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, .block {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}

[hidden] {display: none;}
.none, .hidden, .on980, .on760, .on320, .only980, .only760 {display: none;}

.clear, .clr {clear: both;}
hr.clear, hr.clr {padding: 0;margin: 0;height: 1px;overflow: hidden;border: 0;}
.clearfix:before, .clearfix:after, .clf:before, .clf:after {content: " ";display: table;}
.clearfix:after, .clf:after {clear: both;}
.clearfix, .clf {*zoom: 1;}

.alignright, .right { float: right; }
.alignleft, .left { float: left; }
.center { text-align: center; }
.centered, .aligncenter {
	display: block;
	margin: 0 auto;
	}

img.alignright, img.right {
	margin: 0 0 7px 20px;
	display: inline;
	}
img.alignleft, img.left {
	margin: 0 20px 7px 0;
	display: inline;
	}
a img {
	border: none;
	}
img {
	max-width: 100%;
	}

.entry img {
	height: auto;
	}

/* END NULL */


/* BASE */

body {
	color: #242727;
	font-size: 18px;
	line-height: 27px;
	font-family: 'Open Sans', sans-serif;
	background: #fff url('images/bg.jpg') no-repeat center 950px;
	text-align: center;
	}

.wrap {
	width: 1290px;
	margin: 0 auto;
	text-align: left;
	}

input, textarea {
	font-family: 'Open Sans', sans-serif;
	}

a {
	color: #032e58;
	text-decoration: none;
	transition: all 0.3s 0.02s ease;
	}

a:hover {
	color: #0676c2;
	text-decoration: none;
	}

p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title, .entry table, .entry form, .entry ul, .entry ol, .entry hr, blockquote {
	margin: 0 0 34px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	color: #000;
	font-weight: 600;
	}
h1, .h1, .title{
	font-size: 40px;
	line-height: 44px;
	}
h2, .h2{
	font-size: 36px;
	line-height: 40px;
	}
h3, .h3{
	font-size: 32px;
	line-height: 36px;
	}
h4, .h4{
	font-size: 28px;
	line-height: 32px;
	}
h5, .h5{
	font-size: 24px;
	line-height: 28px;
	}
h6, .h6{
	font-size: 20px;
	line-height: 27px;
	}

.black{
	color: #000;
	}
.white{
	color: #fff;
	}
.grey{
	color: #808080;
	}
.green{
	color: #34c924;
	}
.red{
	color: #ff0000;
	}
.orange{
	color: #ffa500;
	}
.yellow{
	color: #ffff00;
	}
.blue{
	color: #0000ff;
	}
.purple{
	color: #8b00ff;
	}
.pink{
	color: #ffc0cb;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.grid {
	clear: both;
	*zoom: 1;
	}
.grid:after {
	content: "";
	display: table;
	clear: both;
	}
[class*='col-'] {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px 0 0;
	}
.col-1-8 {
	width: 12.5%;
	}
.col-1-4 {
	width: 25%;
	}
.col-1-3 {
	width: 33.33%;
	}
.col-1-2 {
	width: 50%;
	}
.col-2-3 {
	width: 66.66%;
	}

/* END BASE */


/* FORM */

.form_line{
	padding: 0 0 10px 0;
	}

.lab{
	display: block;
	padding: 0 0 2px 0;
	}

.inp{
	box-sizing: border-box;
	width: 330px;
	height: 50px;
	padding: 15px 22px;
	background: #fff;
	border: 1px solid #DDE4E4;
	border-radius: 4px;
	-webkit-appearance: none;
	color: #242727;
	font-size: 16px;
	line-height: 18px;
	}

.ta{
	box-sizing: border-box;
	width: 100%;
	height: 74px;
	padding: 15px 22px;
	background: #fff;
	border: 1px solid #DDE4E4;
	border-radius: 4px;
	-webkit-appearance: none;
	color: #242727;
	font-size: 16px;
	line-height: 18px;
	vertical-align: bottom;
	}

.form_sub {
	position: relative;
	}

.btn {
	display: inline-block;
	box-sizing: border-box;
	min-width: 330px;
	min-height: 50px;
	padding: 10px 20px;
	border: 1px solid #3692ec;
	background: #3692ec;
	border-radius: 25px;
	transition: all 0.3s 0.02s ease;
	-webkit-appearance: none;
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	}

.btn:hover{
	border-color: #032e58;
	background-color: #032e58;
	color: #fff;
	text-decoration: none;
	}

.btn_s2 {
	text-transform: none;
	font-weight: bold;
	}

.form_sub .ajax-loader {
	position: absolute;
	top: -5px;
	right: -5px;
	}

.form_sog {
	padding: 18px 20px 0 20px;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	}

/* END FORM */


/* HEADER */

header {
	background: #f2f5f6;
	}

.top {
	padding: 15px 0;
	background: #032e58;
	color: #FFF;
	font-size: 15px;
	line-height: 20px;
	}

.top a {
	color: #FFF;
	}

.top a:hover {
	color: #FFF;
	text-decoration: underline;
	}

.top_text{
	float: left;
	max-width: 650px;
	}

.top_text span{
	font-weight: 600;
	}

.top_go{
	float: right;
	max-width: 220px;
	font-weight: bold;
	}

.top_go a{
	padding: 5px 10px;
	background: #fff;
	color: #032e58;
	}

.top_go a:hover{
	background: none;
	color: #fff;
	text-decoration: none;
	}


.header{
	padding: 20px 0;
	}

.logo{
	float: left;
	width: 153px;
	padding: 0 27px 0 0;
	}

.logo img{
	max-width: 153px;
	vertical-align: bottom;
	}

.slogan{
	float: left;
	width: 220px;
	padding: 2px 0 1px 23px;
	border-left: 1px solid #959596;
	color: #0C1415;
	font-size: 15px;
	line-height: 18px;
	}


.show_nav{
	float: right;
	display: none;
	width: 40px;
	height: 23px;
	margin: 0;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	}
.show_nav span, .show_nav:before, .show_nav:after{
	content: " ";
	display: block;
	width: 100%;
	height: 3px;
	background: #647D81;
	border-radius: 2px;
	position: absolute;
	left: 0px;
	transition: all 0.3s 0.02s ease;
	}
.show_nav span{
	top: 10px;
	}
.show_nav:before {
	top: 0px;
	}
.show_nav:after {
	top: 20px;
	}
.show_nav.open span{
	display: none;
	}
.show_nav.open:before{
	transform: rotate(45deg);
	top: 10px;
	}
.show_nav.open:after{
	transform: rotate(-45deg);
	top: 10px;
	}

@media (min-width: 761px) {
.main_nav{
	display: block !important;
	}
}

.main_nav{
	float: right;
	max-width: 620px;
	padding: 10px 0 0 0;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	}

.bot_nav{
	float: left;
	padding: 10px 21px 0 30px;
	}

.main_nav ul li{
	display: inline-block;
	padding: 0 0 0 20px;
	}

.main_nav ul li a{
	color: #000;
	}

.main_nav ul li a:hover, .main_nav ul li.current-menu-item a, .main_nav ul li.current-menu-parent a, .main_nav ul li.current-menu-ancestor a, .main_nav ul li.current-post-ancestor a, .main_nav ul li.current-page-ancestor a, .main_nav ul li.current-prod-ancestor a{
	color: #0676c2;
	}


/* END HEADER */


/* HOME */

.home_top_bg {
	background: url('images/home_top_bg.jpg') no-repeat center;
	}

.home_top {
	padding: 40px 750px 70px 0;
	position: relative;
	}

.home_top_img {
	display: block;
	width: 700px;
	height: 90%;
	position: absolute;
	top: 4%;
	right: 25px;
	}

.home_top_li {
	padding: 31px 0 15px 53px;
	background: url('images/home_top_li.svg') no-repeat 6px 24px / 34px auto;
	position: relative;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	}

.home_top_li span {
	display: block;
	padding: 0 0 12px 0;
	color: #000;
	font-size: 24px;
	font-weight: 600;
	}

.home_top_li:before {
	content: " ";
	display: block;
	width: 402px;
	height: 1px;
	background: #F1F4F4;
	position: absolute;
	bottom: 0px;
	left: 0px;
	}


/* END HOME */


/* POSTS */

#content {
	padding: 30px 0;
	}

#content_vn {
	padding: 40px 0 30px 0;
	}

.post_list {
	padding: 0 0 20px 0;
	}

.post_list_t {
	padding: 0 0 3px 0;
	font-weight: bold;
	}

.p_nav {
	padding: 10px 0;
	}

.p_nav a, .p_nav span {
	display: inline-block;
	padding: 4px 10px;
	margin: 0 5px 0 0;
	background: #57b64d;
	color: #fff;
	}

.p_nav a:hover, .p_nav .current {
	background: #ca2a3c;
	}

.post {
	padding: 0;
	}


.entry > p {
	margin: 0 0 34px 40px;
	}

.entry ul, ul.list {
	padding: 0 0 0 140px;
	list-style: none;
	}

.entry ol, ol.list {
	padding: 0 0 0 137px;
	list-style: none;
	counter-reset: myCounter;
	}

.entry ul ul, .entry ol ol, .entry ol ul, .entry ul ol, ul.list ul, ol.list ol, ol.list ul, ul.list ol {
	margin: 5px 0 0 0;
	padding: 0;
	}

.entry ol > li, ol.list > li {
	margin: 5px 0;
	padding: 0 0 0 35px;
	position: relative;
	font-weight: 600;
	}

.entry ol > li:before, ol.list > li:before {
	counter-increment: myCounter;
	content: counter(myCounter) '. ';
	position: absolute;
	top: -1px;
	left: 0px;
	color: #3692ec;
	font-size: 24px;
	line-height: 26x;
	font-weight: 800;
	}

.entry ul > li, ul.list > li {
	margin: 5px 0;
	padding: 0 0 0 34px;
	position: relative;
	font-weight: 600;
	}

.entry ul > li:before, ul.list > li:before {
	content: " ";
	display: block;
	width: 10px;
	height: 10px;
	border: 3px solid #3692ec;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: 0px;
	}

blockquote {
	padding: 37px 90px 34px 182px;
	background: url('images/blockquote.svg') no-repeat 86px center;
	border: 2px solid #032e58;
	border-radius: 5px;
	font-size: 19px;
	}

blockquote p {
	margin: 0 0 5px 0;
	}


.wp-caption {
	box-sizing: border-box;
	max-width: 100%;
	padding: 0 60px;
	margin: 0 0 34px 0;
	}

.wp-caption img {
	max-width: 100%;
	height: auto;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	padding: 8px 24px 0 24px;
	margin: 0;
	color: #868989;
	font-size: 11px;
	line-height: 18px;
	}


.table, .entry table {
	border-spacing: 0;
	border-collapse: collapse;
	}

.table tr th, .entry table tr th{
	padding: 12px 48px;
	border-right: 1px solid #5AB4C0;
	background: #032e58;
	color: #FFF;
	font-size: 19px;
	line-height: 28px;
	font-weight: bold;
	}

.table tr td, .entry table tr td{
	padding: 17px 48px;
	background: #F3F8FA;
	border-right: 1px solid #DFECEE;
	}

.table tr:nth-child(2n) td, .entry table tr:nth-child(2n) td{
	background: #fff;
	}

.table tr th:first-child, .entry table tr th:first-child, .table tr td:first-child, .entry table tr td:first-child{
	border-radius: 4px 0 0 4px;
	}

.table tr th:last-child, .entry table tr th:last-child, .table tr td:last-child, .entry table tr td:last-child{
	border-radius: 0 4px 4px 0;
	border: 0;
	}

.entry table.nobord, .entry table.nobord tr th, .entry table.nobord tr td {
	border: 0;
	padding: 0;
	background: none;
	}

/* END POSTS */


/* FOOTER */

footer {
	padding: 40px 0 28px 0;
	}

.copy{
	padding: 26px 0 0 0;
	color: #989E9E;
	font-size: 13px;
	line-height: 18px;
	}

/* END FOOTER */


/* COMMENTS */

#comments{
	padding: 0 0 34px 0;
	}

#respond{
	padding: 26px 50px 49px 79px;
	background: #F0F5F5;
	border-radius: 10px;
	margin: 0 0 46px 0;
	}

.comments_list #respond{
	margin: 0 15px 15px 15px;
	}

#cancel-comment-reply-link{
	display: inline-block;
	margin: 0 0 15px 0;
	}

.comm_inp{
	float: left;
	width: 330px;
	padding: 0 29px 11px 0;
	}

.comm_inp_inf{
	padding: 3px 0 0 0;
	color: #242727;
	font-size: 11px;
	line-height: 18px;
	font-weight: 300;
	}

.comm_ta{
	padding: 0 0 21px 0;
	}


.comments_list li {
	padding: 24px 50px 17px 116px;
	margin: 0 0 15px 0;
	background: url('images/comm.svg') no-repeat 64px 29px;
	border: 1px solid #032e58;
	border-radius: 5px;
	font-size: 19px;
	}

.comments_list li li {
	margin: 15px 0 0 0;
	}

.comments_list li p {
	margin: 0 0 10px 0;
	}

.comment_top{
	padding: 0 0 8px 0;
	font-weight: bold;
	}


/* END COMMENTS */


/* WP OTHER */

.wpcf7-not-valid { 
	border-color: #ad2929 !important;
	color: #ad2929; 
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}

/* END WP OTHER */