/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, nav {
    display: block;
    padding: 0;
}

ol, ul {
    list-style: none;
    padding: 0;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a:hover, a:focus {
    text-decoration: none;
}

body {
    background-color: #fff;
    font-family:Arial, sans-serif;
    font-size: 14px;
    line-height: 1.75em;
    margin: auto;
    overflow-x: hidden;
    vertical-align: inherit;
}

.header, #main, #footer, .content {
    padding: 0;
}

.thumbnail {
    box-shadow: none;
}
/*---------------------------------------------------
                        HEADER
----------------------------------------------------*/
.home-header{
    background: url("../../_include/img/header/banner-home.jpg")no-repeat;
    height: 182px;
}

.home-logo {
    height: 109px;
    width: 238px;
    float: left;
    z-index: 1;
}

.box-logo{
    height: 130px;
    width: 238px;
    z-index: 999;
}

.menu-header {
    padding: 10px 0 0 0;
}


.nav-menu-home {
    padding: 0;
    margin-bottom: 0;
}

.nav-menu-home .nav {
    padding: 10px 0;
}

.nav-menu-home li {
    padding-left: 6px;
}

.nav-menu-home li:last-child {
    border-right: none;
}

.nav-menu-home li a {
    color: #0669b2 !important; ;
    padding: 10px 30px;
    font-size: 12px;
    line-height: 0.5;
    text-transform: uppercase;
    font-weight: bold;
}

#navMain{
    padding-left: 0px !important;
}

.nav > .active > a,
.nav > .active > a:hover,
.nav > .active > a:focus {
    background-color: #0669b2 !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #ffffff !important;
}

#navMain ul li ul li a {
    color: #ffffff !important;   
    text-transform: none;
    font-weight: normal;
}

#navMain .nav >li > a:hover,
#navMain .nav > li > a:focus{
    background-color: #0669b2 !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #ffffff !important;

}

.nav-menu-home ul li span{
    color: #ffffff;
    float: left;
    margin-left: 2px;
    margin-top: 5px;
}

.nav-menu-home ul li ul{
    background-color: #0669b2;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #ffffff;
    margin-top: -5px;
    margin-left: -2px;
}



.nav-menu-home li ul a{
    color: #ffffff;
}

.nav-menu-home li ul{
    position: absolute;
    display: none;
    width: 230px;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
.nav-menu-home li ul{
   
    width: 260px;
}
}

.nav-menu-home li:hover ul{
    display: block;
}

.chess li{
    padding:0 !important;
    width: 33px;
    margin: 0 3px;

}
.chess a{
    padding: 0 !important;

}
.chess img{
    padding-left: -10px;
}

.navbar-form  {
    margin: 0 !important;

}

.btn-info {
    background-image: none !important;
    background-color: #4bbee6;
}

#searchBtn {
    width: 30px;
    height: 25px;
	margin-right:10px;
}

#searchBtn  img {
   height: 25px;
    margin-top: -10px;
}

.form-control {
    height: 25px !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
#searchBtn  img {
    margin-left: -12px;
}
}
/*---------------------------------------------------
                        SLIDER
----------------------------------------------------*/
.slider  {
    background: url("../../_include/img/header/slider.jpg");
    min-height: 286px;
	wi:100%!important;
    opacity: 1;
    padding-right: 0 !important;
    padding-left: 0 !important;
	top:0px;
}

.left1{
    background-color: #ffffff;
    height: 40px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #0171a0;
    font-size: 22px;
    margin: 22px 0 0 -15px;
    padding: 6px 0 6px 17px;
    font-weight: bold;
}

.left2 {
    background-color: #30a1cb;
    height: 40px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
    padding: 6px 0 6px 17px;
    margin: 13px 0 0 -15px;
}

.left3{
    background-color: #ffffff;
    height: 40px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #0171a0;
    font-size: 22px;
    margin: 13px 0 0 -15px;
    padding: 6px 0 6px 17px;
    font-weight: bold;
}

.left4 {
    background-color: #30a1cb;
    height: 40px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
    padding: 6px 0 6px 17px;
    margin: 8px 0 0 -15px;
}

.img-banner{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.img-banner img {
	width:100%!important;
	max-height:286px!important;
}
.box-right{
    padding-right: 0!important;
    width: 24%;
}


#news {margin:0px;}
.news {
    margin-left: 12px;
    }
.thumbnail{
    border: 0 !important;
    border-radius: 0px;
    width: 95%;
}

.thumbnail img{
   
    margin: 20px 0 15px 0;
	max-height:300px;
}

.caption{
    padding: 0 !important;
    padding-left: 2px !important;
	text-align:center;
}

.caption a{
    background-color: #4cbbe4;
    text-transform:uppercase;
    padding-top: 8px;
}

.caption p{
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 12px;
    text-align: center;
}

.caption h3 {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: bold;
}

.thumbnail p{
    color: #484848;
}
.thumbnail h4{
    margin-top: 20px;
}

#news .btn-primary {
    background:url("../../_include/img/body/buttom.jpg")no-repeat !important;
    padding-left: 0;
    width: 135px;
    border-color: #ffffff !important;
}

.btn-primary:active, .btn-primary:hover,
.btn-primary:focus{
    background-color:  #4cbbe4;
}
/*---------------------------------------------------
                        FOOTER
----------------------------------------------------*/
.footer {
    background-color: #3cc4f3;
}


.logoFooter{
   
    height: 64px;
    margin-left: 10px;
    float: left;
    width: 170px;
}

.footer-right{
    float: right;
    margin-top: 17px;
}

#navMainFooter a {
    color: #00709d !important;
}

.navbar{
    border-radius: 0 !important;
    border: 0 !important;
}

#navmain .nav >li > a:hover,
#navmain .nav > li > a:focus{
    background-color: #135982 !important;
    border-radius: 20px;
    color: #ffffff;
}


#navMainFooter li{
    padding: 0 20px 0 20px;
}

#navMainFooter .navbar-nav li{
    margin-top: 0 !important;
}


.col-md-2{
    width: 19.6667% !important;
}

.col-xs-4{
    padding: 0 !important;
}

#nav-footer{
    min-height:  33px;
    border-radius: 0 !important;
}

#navMainFooter a{
    padding: 12px !important;
    line-height: 8px !important;
    font-size: 12px;
}

#navMainFooter li{
    padding: 0 20px 0 20px;
}

#navMainFooter .navbar-nav li{
    margin-top: 0 !important;
}

.navmain{
    background-color: #dfdfdf;
    min-height: 28px;
    margin-bottom: 0 !important;
}

.img-top{
    background:url("../../_include/img/body/navbar.jpg") no-repeat;
    padding: 0 !important;
    height: 101px;
    opacity: 0.75;
}

.navbar-default{
    background-image: none !important;
    background-color: transparent ;
    box-shadow:  none !important;

}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    background-image: none !important;
    box-shadow:  none !important;

}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent ;
}


/*---------------------------------------------------
                        CD-TOP
----------------------------------------------------*/
.cd-top1 {
    display: inline-block;
    height: 40px;
    width: 53px;
    position: fixed;
    bottom: 117px;
    right: 10px;
    opacity: 0;

    /* image replacement properties */
    text-indent: 100%;
    white-space: nowrap;
    background:  url(../../_include/img/body/backtop.png) no-repeat center 50%;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top1.cd-is-visible, .cd-top1.cd-fade-out, .no-touch .cd-top1:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top1.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.cd-top1.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: 0.5;
}
.no-touch .cd-top1:hover {
    opacity: 1;
}
.phanNav>li
{
    white-space:nowrap;
    }
 .lang
 {
     float:right;
     }
 

/*Lap*/
@media (max-width: 1366px) {
    .left1, .left2, .left3, .left4 {
        font-size: 22px;
    }
}

@media (max-width: 1280px) {
    body {
        background-color: #fff;
        font-family:Arial, "Times New Roman";
        font-size: 14px;
        line-height: 1.75em;
        margin: auto;
        overflow-x: hidden;
        vertical-align: inherit;
    }
    .nav-menu-home li a{
        padding: 10px 12px;
    }
        .chess li {
        width: 29px;
    }
    .left1, .left2, .left3, .left4 {
        font-size: 20px;
    }
    .news {
    margin-left: 5px;
    }
    .lang
    {
        float:right;
        }
}


/*tablet*/
@media ( max-width:980px) {
    body {
        background-color: #fff;
        font-family:Arial, "Times New Roman";
        font-size: 14px;
        line-height: 1.75em;
        margin: auto;
        overflow-x: hidden;
        vertical-align: inherit;
    }
    
    .nav-menu-home li a{
        padding: 10px 2px;
    }
   .lang
   {
       float:left;
       }
   
   
    #navMainFooter li {
        padding: 0 13px;
    }
    .footer {
        padding-left: 0;
        }
        .footer-child {
            margin: 0;
            width: 630px;
        }
        
    .cd-top1{
        bottom: 138px;
    }
    .lang
    {
        float:left;
        }


}
@media (max-width: 800px){
	.left1, .left2, .left3, .left4 {
        font-size: 16px;
    }
} 


/*MOBILE*/
@media (max-width: 750px) {
    body {
        background-color: #fff;
        font-family:Arial, "Times New Roman";
        font-size: 14px;
        line-height: 1.75em;
        margin: auto;
        overflow-x: hidden;
        vertical-align: inherit;
    }
    .myNavbar {
        margin: 0!important;
    }
     .submenu{
       width: 100%;
       border-radius:0!important;

   }
    .lang {
        float: left!important;
        width: 100px;
    }
   
   

}

@media (max-width: 360px) {
    body {
        background-color: #fff;
        font-family:Arial, "Times New Roman";
        font-size: 14px;
        line-height: 1.75em;
        margin: auto;
        overflow-x: hidden;
        vertical-align: inherit;
    }
    
    .home-logo {
        margin-left: -50px;
    }
    .img-banner, .slider {
        height: 286px;
    }
    .slider {
        min-height: 286px;
    }
    .news {
        padding: 0;
    } 
    .footer-child {
        width: 105% !important;
        margin-top: 10px;
    }
    .cd-top1 {
        bottom: 273px;
    }
	.box-right{
		width:83%;
		padding:0!important;
		
	}
	.box-right>img{
		width:100%;
	
		
	}
	.footer{
		padding-left:10px;
	}

}

@media only screen and (max-width: 749px) {
    body {
        background-color: #fff;
        font-family:Arial, "Times New Roman";
        font-size: 14px;
        line-height: 1.75em;
        margin: auto;
        overflow-x: hidden;
        vertical-align: inherit;
    }
    
    
    #home-header {
        margin: 0 -20px;
    }
    #slider {
        margin: 0 -20px;
    }
    #news  {
        margin: 0 -20px;
    }
    .news{
        margin-top: 0;
    }
    #nav-footer {
        margin: 0 -20px;
    }
    #footer {
        margin: 0 -20px;
    }
    .footer-child {
        width: 75%;
    }
    .navbar-toggle {
        margin: 0;
    }
    .cd-top1 {
        bottom: 235px;
    }
}

@media only screen and (min-width: 768px) {
    /*.cd-top {
        right: 20px;
        bottom: 20px;
    }*/
}
@media only screen and (min-width: 1024px) {
    .cd-top1 {
        height: 60px;
        width: 60px;
        right: 0px;
        bottom: 116px;
    }
}
