/* ++ general */
@font-face {
font-family: 'Roboto-Regular';
src: url('font/Roboto-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'Roboto-Medium';
src: url('font/Roboto-Medium.ttf') format('truetype');
}
body {
    padding: 0;    
    margin: 0;    
    font-family: "Roboto-Regular",sans-serif,Arial;
    font-size: 14px;
    color:#404040;
    line-height:24px;
    background-color : #E2E2E2;
}
@font-face {
    font-family: 'icomoon';
    src:url('font/icomoon.eot?fshzbi');
    src:url('font/icomoon.eot?fshzbi#iefix') format('embedded-opentype'),
        url('font/icomoon.ttf?fshzbi') format('truetype'),
        url('font/icomoon.woff?fshzbi') format('woff'),
        url('font/icomoon.svg?fshzbi#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
.icomoon{
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 16px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
    content: "\e900";
}
.icon-googleplus:before {
    content: "\e903";
}
.icon-linkedin:before {
    content: "\e904";
}
.icon-pinterest:before {
    content: "\e905";
}
.icon-facebook:before {
    content: "\e901";
}
.icon-facebook2:before {
    content: "\e906";
}
.icon-twitter:before {
    content: "\e908";
}
.icon-instagram:before {
    content: "\e907";
}
.icon-youtube:before {
    content: "\e909";
}
.icon-phone:before {
    content: "\e90a";
}
.icon-youtube2:before {
    content: "\f167";
}
.icon-phone-square:before {
    content: "\f098";
}
.icon-mail:before {
    content: "\e90b";
}
ul, ol{
padding: 0;
margin: 0;
list-style: none;
}
.fl{float:left;}
.fr{float:right;}
.clb{ clear:both;}
a{ text-decoration:none;font-size:14px; color:#004cba}
a:hover{text-decoration:none; color:#fecb00}
img{border:none}                                                             
h1.title{
font-size:18px;
line-height:30px;
padding-bottom: 10px;
}
h1 a{
line-height:30px;
font-size:18px;
padding-bottom: 10px;
color:#de1414
}
h2, h2 a{
font-size:18px;
line-height:30px;
color:#EB140F;
}
h3{
font-size:16px;
line-height:22px;
}
h3 a{
line-height:22px;
}
h4 a{
font-size:13px;
color:#f34764;
}
h5, h5 a{
font-size:12px;
color:#333;
font-weight:normal
}
.error{
color: #B40808;
}
.line{
	height:1px;
	width:100%;
	clear:both;
	padding:0;
	margin:10px 0;
	border-bottom:1px #ddd solid
}
img{
max-width: 100%;
height: auto; }

object,
embed {
max-width: 100%;
}
/* -- general */

/* ++ bootstrap override */
.container {
max-width:1060px;
padding:10px 10px;
}
.row {
margin:0;
margin-bottom: 10px;
}
.row .row {
margin-top: 10px;
margin-bottom: 0;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{
padding-left: 5px;
padding-right: 5px;
}
/*.col-lg-3{
	padding-left:0;
}*/
@media screen and (max-width: 660px){
    body{font-size: 16px}
    a{font-size: 16px}
	table { display: block; }
	td{ text-align:left}
	td img{ display: block; margin: 0; width: 100%; max-width: none; }
}
@media (max-width: 992px) {
	.dropdown-menu{
		position:relative	
	}
}

/*ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;    
}*/
.form-control {
    font-size: 12px;
    height: 28px;
    line-height: 1.1;
    padding: 6px 6px;
}
h1, h2, h3, h4, h5, h6{
margin:0;
font-weight:bold;
}
/* -- bootstrap override */

#wrapper{
margin:0 auto;                                                                                 
background-color: #FFFFFF;
padding:0 0;
}
/* -- general */

/* ++ layout */
.topmenu{
background: #004CBA;
color: #fff;
font-size: 12px;
}
.topmenu .container{
padding: 0;
}
#s-topmenu{
float: right;
}
.menu-top {
}
.menu-top, .menu-top ul { 
padding: 0;
margin: 0;
list-style: none;
line-height: 1;
}
.menu-top li {
float: left;
list-style: none;
margin: 0px;
padding: 0px;
}
.menu-top li a{
color: #fff;
display: block;
padding: 12px;
font-size: 12px;
}
.menu-top li a:hover{
color: #2b2b2b;
background:#FFCC01;
}
.menu-top li:first-child a{
color: #2b2b2b;
background:#FFCC01 url(../images/home.png) left 12px center no-repeat;
padding: 12px 12px 12px 32px;
}
#s-search{
float: right;
padding: 18px 0 0 10px;
}
.search {
background:url(../images/search_box.png) right 10px center no-repeat;
width:100px;
height:26px;
position:relative;
}
.search .idfield {
position:absolute;
top: 6px;
left: 0;
width:100px;
background:none;
padding:0;
border:0;
outline:none;
border-bottom: 1px #fff solid;
}
.search .bsearch {
cursor:pointer;
width:39px;
height:23px;
position:absolute;
right:0;
top:0
}
#s-search:hover .idfield {
border-bottom: 1px #ccc solid;
}
#s-social{
float: right;
padding: 6px 10px 0 10px;
margin: 0;
}
#s-social ul li{
display: inline-block;
padding-left: 8px;
}
#s-social ul li a.icomoon{
font-size: 16px;
color: #958597;
border-radius: 50%;
border: 0 #C2B4C5 solid;
padding:4px;
width:20px;
height:20px;
  -webkit-transition : border 500ms ease-out;
  -moz-transition : border 500ms ease-out;
  -o-transition : border 500ms ease-out;
  transition : border 500ms ease-out;
}
#s-social ul li a:hover{
color: #cd67a8;
border: 0 #cd67a8 solid;
}
#s-bannnertop img{
width: 100%;
}
#s-header{
margin:0 auto;
background: #FFFFFF;
border-bottom: 5px #F9CF01 solid;
}
#s-header p, #s-bannnertop p{
margin: 0;
}
#s-header .container{
position: relative;
padding: 0;
height: 60px;
}
#s-logo{
position: absolute;
left: 0;
bottom: -20px;
}
#s-mainmenu {
position: absolute;
left: 0;
bottom: -5px;
}
#s-header .home{
float:left;
background:url("../images/home.png") no-repeat;
width:24px;
height:24px;
}
#s-header .home a{
display: block;
text-indent: -999em;
outline: none;    
}
.s-top{
background: #F3F3F3;
padding: 20px 0 0 0;
}
.s-top .left{
float: left;
width: 70%;
}
.s-top .right{
float: left;
width: 28%;
margin-left: 2%;
}
#s-banner{
overflow:hidden;
position: relative;
}
#s-banner .s-block, #s-slider_news .s-block, #s-gallery .s-block, #s-partner .s-block, #s-right .s-block{
padding:0;
border: 0;    
}
#s-banner .owl-item .item{
margin: 0;
}
#s-banner .owl-pagination{
display: none;
}

#s-path{
clear: both;
background: #F3F3F3;
color:#404040;
}
#s-path a{
color: #404040;
font-size: 11px;
}
.s-body{
clear:both;
}
.body{
padding:10px 0;
clear:both;
}
.s-left{
padding-left: 0;
padding-right: 20px;
}
.s-right{
padding-right: 0;
}
@media (max-width: 768px) {
    .s-left, .s-right{
    padding: 0 0 5px 0;
    }
}

/*.s-left{
float:left;
width:20%;
min-height:200px;
}
.s-center{
float:left;
width:60%;
min-height:400px;
}
.s-right{
float:left;
width:20%;
min-height:200px;
}*/
#s-content{
padding:0px;
clear:both
}

.s-footer{
background: #fff;
padding: 0px 0;
color: #6d6d6d;
font-size: 12px;
}
.s-footer h3{
color: #004cba;
padding: 10px 0;
}
.s-footer p{
margin: 0;
}
#s-footer img{
float: left;
margin: 10px 10px 20px 0;
}
.copyright{
text-align: center;
padding: 6px 10px;
background: #004CBA;
color: #fff;
border-top: 3px #FFCC01 solid;
}
.copyright .container{
padding: 0;
}
/* -- layout */

.s-block{
clear:both;
padding:0;
}
.s-block .s-block-title{
/*border-bottom: 1px solid #ccc;*/
}
.s-block .s-block-title-bg {
margin-bottom: 10px;
}
.s-block .s-block-title-left {
}
.s-block .s-block-title-right {
}
.s-block .s-block-title-bg h3{
border-left: 6px #ffcc01 solid; 
color: #004cba;
text-transform:uppercase;
padding: 0 10px;
line-height:30px
}
.s-block .s-block-title-bg h3 a{
font-size:20px;
color: #004cba;
text-transform:uppercase;
line-height:30px;
}
.s-block .s-block-content{
padding:10px 0;
min-height:90px;
}
.s-block .s-block-content img{
padding-right:0;
}

#s-slider_news .item h3{
background: #D9D9D9;
padding: 10px;
}
#s-slider_news .item:hover h3{
background: #004CBA;
}
#s-slider_news .item:hover h3 a{
color: #fff;
}
#s-partner .s-block .s-block-title{
border-bottom: 1px solid #ccc;
}
.s-partner{
background: #E4E4E4;
padding: 20px 0;
}
.s-partner .caption{
display: none;
}
.notify_news{
padding-bottom: 20px;
}
.notify_news .s-block .s-block-title-bg {
margin-bottom: 0;
}
.notify_news .s-block .s-block-title-bg h3{
background: #ffcc01; 
padding: 10px;
line-height: 20px;
}
.notify_news .s-block .s-block-title-bg h3 a{
font-size:22px;
color: #111;
text-transform:uppercase;
}
.notify_news ul{
list-style: none;
padding: 0;
margin: 0;
}
.notify_news ul li{
padding: 10px;
background: #FFFFFF;
}
.notify_news ul li:nth-child(even){
background: #E1E1E1;
}
.notify_news ul li img{
float: left;
margin-right: 8px;
}
.notify_news ul li a {
line-height: 16px;
color: #000;
}
.notify_news .s-block-content{
padding:0;
}
.notify_news .more{
text-transform: uppercase;
font-weight: bold;
float: right;
}

#s-latest_news ul{
list-style: none;
padding: 0;
margin: 0;
}
#s-latest_news ul li{
float: left;
padding-top: 10px;
margin-left: 1.3%;
width: 24%;
}
#s-latest_news ul li:first-child{
margin-left: 0 !important;
}

#s-latest_news ul li img{
display: block;
}
#s-latest_news ul li a {
color: #000;
}
#s-latest_news ul li a span{
display: block;
padding-top: 10px;
}
#s-latest_news .s-block-content{
padding:0;
}
.adv ul li{
display: block;
padding-bottom: 16px;
}
.adv ul li .name{
display: block;
text-align: center;
}
.article-home .s-block-title{
background: url(../images/dot.png) center center repeat-x;
text-align:left;
margin-bottom: 12px;
}
.article-home .s-block-title h3 a{
background: #fff;
border-left: 6px #ffcc01 solid; 
color: #004cba;
font-size: 22px;
text-transform:uppercase;
padding: 0 10px;
line-height:30px;
display: inline-block;
}
.weblink h3{
text-transform: uppercase;
padding: 10px 0;
}
.weblink select{
width: 100%;
padding: 6px 0;
background: #E4E4E4;
border: medium none;
font-size: 14px;

}
.title{
color:#004cba;
}
.brief{
text-align:justify
}
.content{
text-align:justify;
overflow:hidden;
padding:0;

}
.content img, .home img{

}
.content ul, .content ol{
list-style:inside;
}
.content ul li{

}
.content ol li{
list-style:inside;
list-style-type:decimal;
}
.detail{
float: right;
}
.share-button{
padding: 10px;
}

.page{
clear:both;
padding:11px 0px;
font-weight:normal;
}
a.page_no {
display:block;
text-decoration:none;
margin:0 5px;
color:#999;
float:left;
text-align:center;
}
a.page_no:hover {
background-position:bottom;
text-decoration:none;
}
a.page_no_selected {
margin:0 5px;
color:#000 !important;
float:left;
text-align:center;
}
a.page_next, a.page_previous, a.page_first, a.page_last {
display:block;
width:20px;
height:20px;
text-decoration:none;
float:left;
text-align:center;
width:20px;
height:20px;
}
input, textarea {
border: 1px solid #BBBBBB;
font: 1.1em arial,helvetica,verdana,sans-serif;
padding: 2px;
}
fieldset{
border: 1px solid #DEDEDE;
color: #464647;
padding:0 10px;
}
legend {
padding:10px;
font-weight: bold;
}
fieldset label{
padding-right:20px;
}
.form p{
padding:2px;
font-size:12px;
}
p label {
display: inline-block;
vertical-align: top;
cursor:pointer;
width: 130px;
padding-left:5px;
}
label.error{
color: #EA5200;
font-style: italic;
font-weight:normal;
width: 130px;
display: none;
font-size:11px;
}
label.normal{
font-weight:normal;
width:auto;
}
.button {
background: none repeat scroll 0 0 #E5BC46;
border-radius: 4px 4px 4px 4px;
border-style: none;
color: #FFFFFF;
cursor: pointer;
font-size: 13px;
height: 24px;
padding: 0 5px;
min-width: 60px;
}
.button:hover {
background: none repeat scroll 0 0 #007FFF;
height: 24px;
}

table {
border-collapse: separate;
border-spacing: 0;
margin-bottom: 15px;
width: 100%;
}
table th {
background-color: #4489C7;
border-bottom: 1px solid #eee;
border-right: 1px solid #ccc;
color: #fff;
height: 30px;
padding-left: 10px;
text-align: left;
vertical-align: middle;
}
table td {
border: 1px solid #eee;
height: 30px;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
vertical-align: middle;
}


.gweb {
float:left;
}
.gweb span {
float:left;
color:#333;
font-size:12px;
}
.gweb a {
background: url("../images/gwebvn.png") no-repeat scroll 0 0 transparent;
display: block;
height: 16px;
width: 83px;
margin-left:120px;
overflow: hidden;
text-indent: -999em;    
}
.skyoss {
float:right;
padding-right: 10px;
}
.skyoss span {
float:left;
color:#565857;
font-size:12px;
text-transform:none;
}
.skyoss a {
background: url("../images/skyoss.png") no-repeat scroll 0 0 transparent;
display: block;
height: 8px;
width: 74px;
margin-left:70px;
margin-top:9px;
overflow: hidden;
text-indent: 9em;
}	

@media (max-width: 660px) {
    .s-top{
    padding: 0;
    }
    #s-latest_news ul li{
    margin-left: 1%;
    width: 49%;
    }
    #s-latest_news ul li:nth-child(3){
    clear: both;
    }
    .s-top .left, .s-top .right{
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    }
    .owl-prev, .owl-next {
        opacity: 1 !important;
    }
}
@media (max-width: 768px) { 
    #s-header .container{
    height: auto;
    }
    #s-logo{
    position: relative;
    left: 0;
    display: none;
    }
    #s-mainmenu {
    position: relative;
    right: 0;
    bottom: 0;
    }
}
@media (min-width: 768px) {
    #s-partner .owl-item .item{
    margin: 10px 26px 0 0;
    }
}