*{
	margin: 0px;
	padding: 0px;
	text-decoration: none !important;
	list-style-type: none;
}

@font-face {
    font-family: 'MYRIADPRO-BOLD';
    src: url('../fonts/MYRIADPRO-BOLD.OTF') format('truetype');
}
@font-face {
    font-family: 'MYRIADPRO-REGULAR';
    src: url('../fonts/MYRIADPRO-REGULAR.OTF') format('truetype');
}

body{
      font-family: 'MYRIADPRO-REGULAR';
      background:#A1E6F5 url(../img/bg.png) repeat-x top;
}

img{
	max-height: 100%;
	max-width: 100%;
}
.wrapper{
	margin: 0 auto;
	width: 100%;
	height: 100%;
    position: relative;
    /*background-color: #f6f6f4;*/

    /*background:#A1E6F5 url("../img/bg.png") repeat-x top;*/
}
.logo {margin:10px}
.container{
    background: white;
    padding:0px 0px;

    /*-moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 0px 3px 5px 3px #ccc;*/
}
.product-body {
    padding: 0px 0px 0px 10px;
    overflow: hidden;
}

.slider-home{
    padding-bottom: 10px;margin:0 10px;
}
.product-menu-title {
    text-transform: uppercase;
    color: white;
    background: url(../img/HeadLeft.png);
    border-radius: 6px 6px 0 0;
    background-size: 10px 100%;
}

.left-menu {
    float: left;
    width: 23%;
    position: relative;
    z-index: 999;
}

.product-menu-title h4{
    padding:6px;font-size:16px
}

.side-menu-product .sub-side {
    display: none;
}

.side-menu-product ul{
    margin-top: -10px;
    border: 1px solid #cccccc;
}

.side-menu-product .sub-side{
    margin:0px;
    background: transparent;
    border: none;
}

.side-menu-product .sub-side li{
    background: white;
    border: none;
    border-bottom: 1px solid #cccccc;
}

.side-menu-product li{
    /*background:url("../img/bg_Menuleft.png");*/
    background: white;
    border-bottom: 1px solid #cccccc;
}

.side-menu-product li:last-child{
    border: none;
}

.side-menu-product li a{
    padding: 10px;
    display: block;
    color: black;
    background: #eae8e8;
}
    .side-menu-product li a.select+ul {
        display:block !important;
    }
.sub-side li a{
    background: white;
}

.side-menu-product li a:hover{
    color: #0d3f94;
}

.search-left {
    /* background-image: url("../img/bg_SearchLeft.png"); */
    background: white;
    padding: 10px;
    margin-top: -10px;
    border: 1px solid #cccccc;
}


.search-left select{
   margin:10px 0px;
   height: 31px;
   
}

.search-left button{
    background-color: #0d3f94;
    color: white;
}

.connect-item {
    border: 1px solid #cccccc;
    background: white;
        padding: 10px;
        margin-top: 10px;
        overflow: hidden;
}

.connect-item span{
    color: #aaaaaa;
}

.connect-item img{
    float: left;
    width: 20%;
    padding-right: 10px;
}

.connect-item p{
    margin-bottom: 0px;
}

.connect-item a{
    font-weight: bold;
}

.connect-item a:hover{
    color: #0d3f94;
}

.right-menu{
    float: left;
    width: 77%;
    padding-left: 10px;
}
.right-menu h1{
    font-size:26px;padding-top:10px
}
.topic-title {
    /*border-bottom: 1px solid #cccccc;*/
    background:url(../img/Head.png) no-repeat;
    height:29px;line-height:29px
}

.topic-title h2{
    font-size: 16px;padding-top:10px;padding-left:10px;
    text-transform: uppercase;
}

i.glyphicon.glyphicon-search {
    padding: 0px 5px 0px 1px;
}

.side-menu-product i{
    float: right;
}

.info-text {
    padding: 10px;
    overflow: hidden;
    /*border: 1px solid #cccccc;*/
    background: white;
    margin-top: 10px;
    margin-right: 10px;
}

.info-text img{
    float: left;
    width: 30%;
}

.topic-title h2{
    margin-top: 0px;
    margin-bottom: 5px;
}

.info-text p{
    float: left;
    width: 30%;
    padding: 0px 10px;
    text-align: justify;
}

.search-left input[type="text"]{
    padding: 6px 15px;
}


.show-more {
    padding-left: 10px;
    position: absolute;
    left: 30%;
    bottom: 15px;
}

.show-more:hover{
    color: #0d3f94;
}

.product {
    padding-top: 10px;
    width: 100%;
    float: left;
    padding-bottom: 20px;
}   

.zoomContainer{
    z-index: 99999 !important;
}

.product-item {
    float: left;
    width: calc(100%/3);
    padding-top: 10px;
}
.product-inner-item {
    padding: 10px;
    text-align: center;
    border: 1px solid #BDD9E2;
    margin: 0px 10px 0px 0px;
    border-radius: 5px;
    background: white;
    height: 300px;
    box-shadow: 1px 1px 5px #ddd;
}

.product-inner-item img{
    height: 200px;margin:2px
}

.product-inner-item img:hover{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.product-inner-item h3{
    font-size: 16px;
    padding: 0px 15px;
    text-transform: uppercase;
}
    .product-inner-item a {
        display: block;
    overflow: hidden;
    }
.product-inner-item a:hover{
    color: #0d3f94;
}

.footer {
    text-align: center;
    /*background: white;*/
    border-top: 1px solid #cccccc;
    margin-top: 15px;
    /*background: #0d3f94;*/
}
.footer li {
    display: inline;
    padding: 0px 10px;
    border-right: 1px solid #cccccc;
}

.footer a:hover{
    color: white;
}

.footer li:last-child {
    border:none;
}

.footer h4{
    float: left;
    width: 100%;
    font-size: 14px;
    margin-top: 0px;
}

.simply-scroll .simply-scroll-clip {
    background: white;
}

.navigation{
    padding-top: 10px;
}

.navigation li{
    float: left;
    padding-right: 5px;
}

.navigation a{
    color: black;
}

.navigation a:hover{
    color: #0d3f94;
}

.news-item img {
    width: 25%;
    float: left;
    padding-right: 15px;
    max-height: 130px;
}
.news-item a h2{
    font-size: 16px;margin:5px 0 !important;
}
.news-item a{
    color: #0d3f94;
    font-size: 16px;
}

.news-item a:hover{
    color: red;
}

.news-item p{
    padding-top: 5px;
}

.news-item {
    overflow: hidden;
    position: relative;
    padding: 10px;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    background: white;
    margin-right: 10px;
}

a.show-more-news {
    position: absolute;
    bottom: 5px;
    font-size: 14px;
    right: 10px;
}

.info-text iframe {
    float: left;
    width: 40%;
    height: 180px;
    /* margin: 10px 0px; */
    /* padding-right: 10px; */
}

.intro {
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
}

.detail-product {
    padding: 10px;
    overflow: hidden;
    background: white;
    border: 1px solid #cccccc;
    margin-bottom: 15px;
    margin-right: 10px;
}

.product-image{
    float: left;
    width: 40%;
    padding-right: 10px;
    overflow: hidden;
    position: relative;
}

.describe-product {
    float: left;
    width: 60%;
}

.describe-product h1{
    font-size: 20px;
    color: #0d3f94;
    margin-top: 0px;
}

.describe-product h2{
    font-size: 18px;
    margin-top: 0px;
}

.describe-product h3{
    font-size: 16px;
    margin-top: 0px;
    font-weight: bold;
    font-style: italic;
}

.describe-product h3:first-child {
    text-decoration: underline;
}

.copyright {
    /*float: left;*/
    color: #000;
}

.visitor {
    /*float: right;*/
    color: #000;
}

.footer ul{
    background: white;
    padding: 5px;
}

.footer ul a{
    color: black;
}

.footer ul a:hover{
    color: #0d3f94;
}

.simply-scroll img:hover {
    opacity: 0.6;
}

.simply-scroll {
    width: 100%;
    height: auto;
    padding-top: 10px;
margin-top: 10px;
    border-top: 1px solid #ccc; 
}

.info-footer {
    padding: 0px 10px;
    text-align:center
}
.box-detail {margin-right:15px}
.other-news .title{text-transform:uppercase;font-size:18px}
.other-news li a:hover{color:red}
#btnSearch{width:45%;margin:0 auto;background:#2F7EC0;border-radius:5px;border:1px solid #2170B5;height:28px;display:block}
#btnSearch:hover{background:#276BA3}
.tag a:hover{color:red}