﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic&subset=latin,vietnamese);

body{background: #FFF; font-family: 'Open Sans Condensed', sans-serif; font-size: 14px; line-height: 150%; 	color: #222; }
a{-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
    text-decoration:none;
}
 
/* HEADER */
header{
background: #feffff; /* Old browsers */
background: -moz-linear-gradient(top, #feffff 0%, #d2ebf9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#d2ebf9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #feffff 0%,#d2ebf9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #feffff 0%,#d2ebf9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #feffff 0%,#d2ebf9 100%); /* IE10+ */
background: linear-gradient(to bottom, #feffff 0%,#d2ebf9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9',GradientType=0 ); /* IE6-9 */
    width:100%;
}
.logo {text-align: center; padding-top: 10px; }
.logo img {
    max-width: 100%;
}
.social{width:100%; text-align:right; display: block; text-align: right; padding: 30px 0 40px 0;}
.main-navigation{width:100%; height:auto; display: block; text-align: right; vertical-align: bottom;}

.search-zone {
    display: block;
    width: 100%;
    text-align: right;
	height:50px;
}

.search-zone>ul {
    display: inline-block;
    margin-top: 10px;
}

.search-zone>ul>li {
    display: inline-block;
    padding: 10px 5px;
}

.search-zone input[type="search"], .search-zone input[type="submit"] {
    display: inline-block;    
}

.search-zone input[type="search"] {
    font-family: Arial;
    font-size: 12px;
    padding: 2px 5px;    
}

.search-zone input[type="submit"] {
font-size: 12px;
    padding: 4px 5px;
    color: #FFF;
    background: #066bd5;
    text-shadow: none;
}


/* SLIDES */
#slide-index {
background: #066bd5; /* Old browsers */
background: -moz-linear-gradient(top, #066bd5 0%, #20577c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#066bd5), color-stop(100%,#20577c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #066bd5 0%,#20577c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #066bd5 0%,#20577c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #066bd5 0%,#20577c 100%); /* IE10+ */
background: linear-gradient(to bottom, #066bd5 0%,#20577c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#066bd5', endColorstr='#20577c',GradientType=0 ); /* IE6-9 */
    border-bottom: 4px solid #122748;
    border-top: 2px solid #122748;
    box-shadow: inset 0 5px 20px rgba(0,0,0,0.7);
}

.banner {width:100%; margin-top:20px;}
    .banner .flex-direction-nav a {
        opacity: 1;
    }
.banner .flex-direction-nav .flex-prev { left: -60px;padding-left:10px; }
.banner .flex-direction-nav .flex-next { right: -60px; text-align: right;padding:0 10px; }
.banner .flexslider:hover .flex-prev { opacity: 0.7; left: -70px; }
.banner .flexslider:hover .flex-next { opacity: 0.7; right: -70px; }

/* MAIN INDEX */
#main-index {
background: #d2ebf9; /* Old browsers */
background: -moz-linear-gradient(top, #d2ebf9 0%, #feffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2ebf9), color-stop(100%,#feffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #d2ebf9 0%,#feffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #d2ebf9 0%,#feffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #d2ebf9 0%,#feffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #d2ebf9 0%,#feffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ebf9', endColorstr='#feffff',GradientType=0 ); /* IE6-9 */
    padding: 10px 0 0;
}

#main-index img {
    max-width: 100%;
}

.news-index h3 {
    display: block;
    max-width: 400px;
    margin: 20px auto 10px auto;
    text-align: center;
    border-top: 1px solid #848670;
    border-bottom: 1px dotted #848670;
    line-height: 40px;
}

.news-index article {
    padding: 10px;
    float: left;
    width: 114px;
    text-align: center;
}

.news-index article img {
    border-radius: 20%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    border-top: 3px solid #122748;
    border-bottom: 3px solid #122748;
    box-shadow: 0 1px 3px rgba(0,0,0,0.7);    
}

.news-index article:hover img {
    border-top: 3px solid rgb(140,0,0);  
    border-bottom: 3px solid rgb(140,0,0);  
    box-shadow: 0 1px 8px rgb(25, 123, 180);    
}

.news-index article h4 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    display: block;
    text-align: center;
    margin: 10px 0;
    background: #1558B5;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    vertical-align: central;
    text-transform: uppercase;
    height: 27px;
	text-shadow: 1px 1px rgba(0,0,0,0.3);
}

.news-index article:hover h4 {
    background: rgb(140,0,0);    
}

.news-index article h4 a:hover {
    color: rgb(140,0,0);
}

.news-index article p {
    font-size: 13px;    
}

.news-index .flex-direction-nav a {
    opacity: 0.7;
}

.news-index .flex-direction-nav .flex-prev { left: -50px;padding-left:10px; }
.news-index .flex-direction-nav .flex-next { right: -50px; text-align: right;padding:0 10px; }
.news-index .flexslider:hover .flex-prev { opacity: 0.7; left: -60px; }
.news-index .flexslider:hover .flex-next { opacity: 0.7; right: -60px; }

.news-index .readmore {
    display: inline-block;
    background: #848670;
    color: #FFF;
    padding: 2px 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.news-index .readmore:hover {
    background: rgb(140,0,0);
}

/* Footer */
footer .container{
	background: #1558b5; /* Old browsers */
background: -moz-linear-gradient(top, #1558b5 0%, #2699eb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1558b5), color-stop(100%,#2699eb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #1558b5 0%,#2699eb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #1558b5 0%,#2699eb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #1558b5 0%,#2699eb 100%); /* IE10+ */
background: linear-gradient(to bottom, #1558b5 0%,#2699eb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1558b5', endColorstr='#2699eb',GradientType=0 ); /* IE6-9 */

	border-top: 2px solid #b7cbe0;
	padding: 20px 20px;
	color: #FFF;
	text-shadow: none;
    -webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
box-shadow: 0 -1px 8px rgb(25, 123, 180);  

text-shadow: 1px 1px rgba(0,0,0,0.3);
}

footer strong,
footer a{
	color: #FFF;
}

footer .copyright{
	font-size: 16px;
}

footer .pixel-copyright {
    font-size: 12px;
    margin-bottom: 5px;
}

ul.address{
	padding: 0;
	margin: 0;
}

ul.address li{
	padding: 0;
	margin: 2px;
}

ul.address li i{
	display: inline-block;
	background: #9f9f9f;
	color: #FFF;
	width: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-right: 10px;
}

footer h4{
	color: #009fe3;
}

.footer-logo {
    text-align: right;
    vertical-align: middle;
    padding-top: 10px;
}

    .footer-logo img {
        width: 150px;
    }


/* PAGE CONTENT */
#page-title {
    background: #066bd5; /* Old browsers */
background: -moz-linear-gradient(top, #066bd5 0%, #20577c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#066bd5), color-stop(100%,#20577c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #066bd5 0%,#20577c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #066bd5 0%,#20577c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #066bd5 0%,#20577c 100%); /* IE10+ */
background: linear-gradient(to bottom, #066bd5 0%,#20577c 100%0.); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#066bd5', endColorstr='#20577c',GradientType=0 ); /* IE6-9 */
    border-top: 2px solid #122748;
    box-shadow: inset 0 5px 20px rgba(0,0,0,0.7);
    padding: 10px 0;
}
#page-title h2 {
    color: #FFF;
    text-shadow: 1px 1px rgba(0,0,0,0.5);
}

ul.breadcrumbs {
text-align: right;
font-size: 12px;
display: inline-block;
margin-bottom: 0;
opacity: 0.7;
}
ul.breadcrumbs li {
display: inline;
float: left;
margin: 0 2px;
color: #FFF;
}
ul.breadcrumbs li a {
color: #FFF;
}


#page-content {
    background: #d2ebf9; /* Old browsers */
    background: -moz-linear-gradient(top, #d2ebf9 0%, #feffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2ebf9), color-stop(100%,#feffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d2ebf9 0%,#feffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d2ebf9 0%,#feffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d2ebf9 0%,#feffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d2ebf9 0%,#feffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ebf9', endColorstr='#feffff',GradientType=0 ); /* IE6-9 */
    padding: 20px 0;
    box-shadow: 0 -2px 2px rgba(0,0,0,0.5);
    font-family: 'Helvetica', Arial, Tahoma;
    line-height: 120%;
    font-size: 12px;
}

#page-content article.details {
    background: #FFF;
    padding: 20px;
    -webkit-border-top-right-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomright: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;  
}

#page-content article.details h1 {
    font-size: 24px;
    font-family: 'Open Sans Condensed', arial, sans-serif;  
    font-weight: 700;
    line-height: 24px;
    padding: 0;
    margin-bottom: 10px;
}

#page-content article.details .post-details {
    color: #9f9f9f;    
}

#page-content article.details img {
    max-width: 100%;    
}

#page-content table tr td{border:1px solid #d9d9d9;padding:5px 10px}
#page-content table tr:nth-child(odd){background:#f9f9f9;}
#page-content table tr:first-child{background:#d9d9d9;}

#page-content table tr td p {
    margin: 0;    
}

#page-content .list-post {
    background: #FFF;
    padding: 20px;
    -webkit-border-top-right-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomright: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;     
}

#page-content article.list {
    padding: 5px 0;
    border-bottom: 1px dotted #9f9f9f;    
}

#page-content article.list img {
    float: left;
    margin: 0 10px 5px 0;
    max-width: 150px;
    max-height: 150px;
}

#page-content article.list h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
}

#page-content article.list ul.post-details,
#page-content article.list ul.post-details li {
    margin: 0;
    padding: 0;
    color: #9f9f9f;
}

#page-content article.list ul.post-details {
    margin-bottom: 5px;    
}

#page-content article.list .readmore {
    display: inline-block;
    background: #122748;
    color: #FFF;
    font-size: 12px;
    padding: 2px 10px; 
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.related-page {
    /*background: #122748;*/
	background: #2699eb; /* Old browsers */
background: -moz-linear-gradient(top, #2699eb 0%, #1558b5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2699eb), color-stop(100%,#1558b5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #2699eb 0%,#1558b5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #2699eb 0%,#1558b5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #2699eb 0%,#1558b5 100%); /* IE10+ */
background: linear-gradient(to bottom, #2699eb 0%,#1558b5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2699eb', endColorstr='#1558b5',GradientType=0 ); /* IE6-9 */

    padding: 10px;
    color: #FFF;
    -webkit-border-top-left-radius: 20px;
-moz-border-radius-topleft: 20px;
border-top-left-radius: 20px;
   
}

.related-page h3 {
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', arial, sans-serif;
    font-weight: 700;
    padding-left: 10px;
    margin: 10px 0;
}


.related-page ul,
.related-page ul li {
    margin: 0;
}

.related-page ul li a {
    color: #FFF;
    display: block;
    padding: 5px 10px;    
    border-bottom: 1px dotted rgba(255,255,255,0.3);
}

.news-box {
    background: #FFF;
    padding: 10px;
    color: #122748;
    box-shadow: inset -2px 0 5px rgba(0,0,0,0.3);
}

.news-box  ul,
.news-box  ul li {
    margin: 0;
}

.news-box h3 {
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', arial, sans-serif;
    font-weight: 700;
    padding-left: 10px;
    margin: 10px 0;
}

.news-box ul li span {
    padding: 0 10px;
    font-size: 11px;
    color: rgb(25, 123, 180);
}

.news-box  ul li a {
    color: #122748;
    display: block;
    padding: 0 10px 5px 10px;
    margin-bottom: 5px;    
    border-top: 1px dotted #009fe3;
}

/* CONTACT PAGE */
.contact-details {
    /* background: #122748; */
background: #2699eb;
background: -moz-linear-gradient(top, #2699eb 0%, #1558b5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2699eb), color-stop(100%,#1558b5));
background: -webkit-linear-gradient(top, #2699eb 0%,#1558b5 100%);
background: -o-linear-gradient(top, #2699eb 0%,#1558b5 100%);
background: -ms-linear-gradient(top, #2699eb 0%,#1558b5 100%);
background: linear-gradient(to bottom, #2699eb 0%,#1558b5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2699eb', endColorstr='#1558b5',GradientType=0 );
    padding: 10px;
    color: #FFF;
    -webkit-border-top-left-radius: 20px;
-moz-border-radius-topleft: 20px;
border-top-left-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-left-radius: 20px;
}

.contact-details h4 {
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', arial, sans-serif;
    font-weight: 700;
    padding-left: 10px;
    margin: 10px 0;
}


.contact-details ul,
.contact-details ul li {
    margin: 0;
}

.contact-details ul li a {
    color: #FFF;
    display: block;
    padding: 5px 10px;    
    border-bottom: 1px dotted rgba(255,255,255,0.3);
}

.contact-details ul li i {
    margin-right: 10px;    
}

#contact-form input[type='number'],
#contact-form input[type='text'],
#contact-form input[type='email'] {
    min-width: 220px;
    border: 1px solid #d9d9d9;
    padding: 10px 10px;
    margin: 2px 0;
}

#contact-form textarea {
    width: 100%;
    margin-top: 10px;
    height: 200px;
}

#contact-form input[type='submit'] {
    background: #122748;
    color: #FFF;
    padding: 10px 30px;
}

.visit-counter {
    padding: 5px 10px;
    border: 1px solid rgba(255,255,255,0.5);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    max-width: 200px;
    margin-top: 10px;
    
    text-align: center;  
}

.visit-counter ul {
    margin: 0;
    padding: 0;   
}

.visit-counter ul > li {
    margin: 0;
    padding: 2px 0;    
    display: inline-block;
    margin-right: 10px;
}

.contact-details h5 {
font-size: 14px;
line-height: 15px;
text-transform: uppercase;
font-family: 'Open Sans Condensed', arial, sans-serif;
font-weight: 700;
margin-top: 10px;
}
.post-content{
	padding-left:160px;
}