/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

* {
    box-sizing: border-box;
}

body {
    line-height: 1.5;
    font-family: 'Roboto Condensed', sans-serif;
    outline: none;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

a:hover {
    text-decoration: none;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, textarea {
    outline: 0;
    background: transparent;
}

input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], input[type="url"], textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #c4c4c4 #ccc #ccc;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    padding-left: 5px;
}

p {
    margin: 0;
}

/*Custom reset margin, padding, border ...*/
.no-pad-left {
    padding-left: 0 !important;
}

.no-pad-right {
    padding-right: 0;
}

.format-padding {
    padding: 0;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}
.main{width:100%;display:inline-block}
/*----------END-----------*/
/*body*/
#wapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

/*reset*/
.none-padding {
    padding: 0;
}

.none-padding-left {
    padding-left: 0;
}

.none-padding-right {
    padding-right: 0;
}

.padding-15 {
    padding: 0 15px;
}
#banner{
    text-align: center;
}
.dt-menu-toggle {
    background: #29388C none repeat scroll 0 0;
}
.dt-menu-toggle {
    display:none;
    margin-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
    text-transform: uppercase;
    width: 100%;
}

.dt-menu-toggle-icon {
    background: #ffffff none repeat scroll 0 0;
    display: inline-block;
    float: right;
    height: 2px;
    margin-top: 10px;
    position: relative;
    text-align: left;
    width: 20px;
}

.dt-menu-toggle-icon::before, .dt-menu-toggle-icon::after {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 20px;
}
.dt-menu-toggle-icon::after {
    top: 5px;
}
header{
    height:145px;
    background:rgba(255,255,255,0.7);
    position: absolute;
    z-index: 9;
    top:0px;
    width:100%;
}
header .top-header{padding:15px 0px;}
header .top-header .logo{float:left;}
#menu{margin:0px;padding:0px;}
#menu li{
    float:left;
    list-style: none;
}
.menu-top{
    width:100%;
    display:inline-block;
    margin-top:20px;
}
#menu>li>a{
    color:#404040;
    font-size:19px;
    margin-right:50px;
}
.main-about{
    background:#ffcc31;
    padding:20px 0px;
}
.about-title{
    font-size:29px;
    text-transform: uppercase;
}
.about-excerpt{
    font-size:15px;
    line-height:25px;
}
#list-ads{
    height:200px;
    width:100%;
    padding:10px 0px;
}
.slide-pro-sale-wrap{
    width:100%;
    overflow: hidden;
    padding:10px 0px;
}
.main-footer{
    background:#505050;
    padding:20px 0px;
}
.bot-footer{
    background:#505050;
    border-top:1px solid #717171;
}
footer{
    background:#505050
}
#socical li{
    list-style: none;
    float:left;
    margin-right:10px;
}
#socical{margin-top:20px;}
.bot-footer span, .bot-footer a{
    font-size:15px;
    color:#fff;
    margin-top:5px;
}
.bot-footer span.left-btf{
    float:left;
}
.bot-footer span.right-btf{
    float:right;
}
.box-language{
    display:inline-block;
    float:right;
}
.language a{
    color:#3c3c3c;
    font-size:14px;
    display:inline-block;
    margin-right:5px;
    padding-right:5px;
    line-height:13px;
}
.language a:first-child{
    border-right:1px solid #3c3c3c;
}
.hotline a{
    font-size:21px;
    color:#3c3c3c;
}
.hotline span{
    display:inline-block;
    background:url('../images/search.png') 5px 0px no-repeat;
    border-left:1px solid #3c3c3c;
    text-indent: -9999px;
    width:25px;
    height:15px;
    margin-left:5px;
    padding-left:5px;
}

.icon-search{
    position: relative;
}
.icon-search:hover .form-search{
    display:block;
    position: absolute;
    right:0px;
}
.form-search{
    display:none;
    width:220px;
    padding-top:5px;
}
.form-search input{
    float:left;
}
.form-search input[type='text']{
    width:182px;
    border:1px solid #fff;
    -webkit-border-top-left-radius: 200px;
    -webkit-border-bottom-left-radius: 200px;
    -moz-border-radius-topleft: 200px;
    -moz-border-radius-bottomleft: 200px;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
    border-right:none;
    height:30px;
    padding-left:10px;
    float:left;
    background:#fff;
}
.form-search input[type='submit']{
    border:1px solid #fff;
    width:35px;
    height:30px;
    border-left:none;
    background:#fff url('../images/search.png') center center no-repeat;
    -webkit-border-top-right-radius: 200px;
    -webkit-border-bottom-right-radius: 200px;
    -moz-border-radius-topright: 200px;
    -moz-border-radius-bottomright: 200px;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    float:left;
}
.uk-breadcrumb > li:nth-child(n+2):before{
    content:"»";
}
.main-breadcrumb a{
    color:#5b5b5b;
    font-size:14px;
}
#map{
    margin-top:20px;
    padding-bottom:50px;
}
.notice-contact{
    color:#5d5d5d;
    font-size:25px;
    margin-bottom:20px;
}
.sbumit-btn{
    width:100%;
    -webkit-border-radius:5px!important;
    -moz-border-radius:5px!important;
    border-radius:5px!important;
    background:#404ea0;
    text-align: center;
    color:#fff!important;
    border: none;
    padding:5px 0px;
    cursor: pointer;
    margin-top:20px!important;
}
#title-map{
    font-size:25px;
    color:#5d5d5d;
    border-top:1px solid #e2e2e2;
    display: inline-block;
    padding-top:10px;
    width: 100%;
}
.form-contact{margin-top:10px!important;}
.form-contact input{
    border:1px solid #e7e7e7;
    height:35px!important;
}
.form-contact textarea{resize: none}
#info-contact{
    margin-top:50px;
}
.success-contact{
    font-size:18px;
    color:green;
    line-height:25px;
    text-align: center;
    width:100%;
    display:inline-block;
    margin-top:5px;
}
.main-content{
    margin-top:20px;
}
.group-left h2{
    color:#4b4b4b;
    font-size:20px;
    font-weight: bold;
}
.list-left{padding-left:0px;}
.list-left li{
    list-style: none;
    border-top:1px solid #4b4b4b;
    padding:10px 0px;
}
.list-left li:last-child{
    border-bottom:1px solid #4b4b4b;
}
.list-left li h3{
    color:#4b4b4b;
    font-size:16px;
    margin:0px;
}
.list-left li h3 a{
    color:#4b4b4b;
    font-size:16px;
}
.box-quick{
    margin-top:30px;
}
.quick-link{
    color:#4b4b4b;
    font-size:20px;
    font-weight: bold;
}
.quick-list{padding-left:0px;}
.quick-list li{
    list-style: none;
    background:#ececec url('../images/arrow.png') 96% center no-repeat;
    margin-top:10px;
    height:40px;
    line-height: 40px;
}
.quick-list li h3 a{
    color:#404040;
    line-height:40px;
    padding-left:20px;
    font-size:17px;
    display: block;
}
.title-cate-one{
    margin-bottom:10px;
}
.cell-service{
    padding:10px;
    border:1px solid #e9e9e9;
    background:#f3f3f3;
    margin:15px 0px 15px 0px!important;
    display: inline-block;
}
.cell-service img{
    height:200px;
    max-width:100%;
}
.cell-service h3.title{
    text-align: center;
    border-bottom:3px solid #8e95be;
    margin:5px 0px;
    line-height:35px;
}
.cell-service h3.title a{
    color:#5d5d5d;
    font-size:17px;
}
.cell-part{
    margin-top:10px;
    text-align: center;
}
.cell-part img{
    height:100px;
    max-width:100%;
}
.server-list li{
    padding-left:30px;
    background:url('../images/arrow.png') 10px center no-repeat;
}
.detail-pro{
    margin-top:20px;
}
.image-detail{
    width:100%;
}
.image-detail img{
    width:100%;
    max-width:100%;
}
.order{
    padding:10px 20px;
    text-transform: uppercase;
    color:#fff;
    font-size:15px;
    background:#28378c;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    text-align: center;
    margin:auto;
    display:inline-block;
    margin-top:20px;
}
.order:hover{
    color:#fff;
}
.fulltext{
    padding-top:10px;
    padding-bottom:30px;
}
.list-img{
    border-top:1px dashed #cdcdcd;
    margin-top:10px;
    padding-top:10px;
}
.list-img ul li a{
    display:block;
}
