@import url(https://fonts.googleapis.com/css?family=Judson:400,700,400italic&amp;subset=latin,vietnamese);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,400italic&amp;subset=latin,vietnamese);
body {
    font: 14px/23px "Open Sans", sans-serif, Arial;
    color: #444;
    padding: 0;
    margin: 0;
    background: #f4f5f7;
}
* {
    border: 0;
    padding: 0;
    margin: 0px;
}
a {
    text-decoration: none;
    color: #000;
    font-weight: none;
}
a:hover {
    color: #DC3030;
}
ul {
    list-style-type: none
}
.clear {
    clear: both
}
input[type=text],
input[type=password] {
    border: 1px #dcdcdc solid;
    color: #595959;
    margin: 0;
    padding: 1px
}
.center {
    text-align: center
}
.left {
    text-align: left
}
.right {
    text-align: right
}
table {
    border-collapse: collapse;
    table-layout: auto
}
blockquote {
    border-left: 4px solid #ccc;
    margin-left: 0;
    padding-left: 15px;
}
.main_border {
    border: 1px solid gainsboro;
    background-color: #fff
}
#wrapper {
    overflow: hidden;
    width: 1020px;
    margin: auto;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
}
#float_phone a {
    display: block
}
#back-to-top:hover {
    background: #e9ebec;
}
#float_phone{opacity: 0;}
#float_phone.show {
    opacity: 1;
}
header {
    position: relative;
}
#top_header {} #logo {
    float: left;
    margin: 5px 40px 5px 5px
}
.mlogo {
    display: none
}
#main_nav {
    width: 100%;
    z-index: 9999;
}
#main_nav > ul {
    float: right;
}
#main_nav ul li {
    float: left;
    position: relative;
}
#main_nav ul>li>a {
    display: inline-block;
    font-size: 15px;
    padding: 35px 10px;
    white-space: nowrap;
    vertical-align: central;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
header .contact_info strong{color: #DC3030;}
#main_nav ul li a.aparent:after {
    content: "";
    font-family: FontAwesome;
    margin-left: 5px;
    color: #46945C;
}
#main_nav > ul > li:first-child a {
    border-left: none;
}
#main_nav ul li:last-child a {
    border-right: none;
}
#main_nav ul li:hover a {} #main_nav ul li a.selected {} #main_nav ul li ul.submenu {
    left: 0;
    height: auto;
    width: auto;
    min-width: 150px;
    z-index: 999;
    overflow: visible;
    position: absolute;
    display: none;
    padding: 15px 0;
    border-top: 3px solid #EA1C33
}
#main_nav ul li:hover ul.submenu {
    display: block;
    background: #f6f8fa;
    margin: 0
}
#main_nav ul li:hover .table_hover {
    display: block;
}
#main_nav ul li ul.submenu li {
    position: relative;
    width: 100%;
}
#main_nav ul li ul.submenu li a {
    position: relative;
    display: list-item;
    font-size: 14px;
    padding: 5px 25px;
    letter-spacing: 0px;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif
}
#main_nav ul li ul.submenu li:hover a {
    background: #A1CC3A;
    color: #fff
}
#main_nav ul li i {
    width: 100%;
    text-align: center;
    font-size: 24px;
    margin-top: -3px;
    color: #18aa59;
}
.table_hover {
    background: #e0f6c1;
    border-top: 3px solid #ea1c33;
    box-sizing: border-box;
    padding: 10px;
    position: absolute;
    top: 105px;
    transition: opacity 0.2s linear 0s;
    width: 800px;
    z-index: 10000;
    display: none;
    margin-left: -100px;
}
.table_hover .col {
    float: left;
    width: 25%;
    display: inline-table;
    box-sizing: border-box;
    padding: 0 5px
}
.table_hover .box {
    float: left;
    width: 100%;
}
.table_hover .box .sublist {
    padding-left: 7px;
    box-sizing: border-box
}
.table_hover .box .list_item a {
    font-size: 0.9em;
    line-height: 1.4em;
    padding: 3px 0;
    display: list-item
}
.table_hover .box h4.title {
    text-transform: uppercase;
    font-size: 1.1em;
    padding: 10px 0 6px
}
header .contact_info {
    float: right;
    position: relative;
}
header .contact_info i {
    color: #18aa59;
    font-size: 55px;
    left: -50px;
    line-height: 55px;
    padding-right: 7px;
    position: absolute;
    top: 0;
}
header .contact_info strong {
    display: block;
    font-size: 30px;
    font-weight: bold;
}

#detail-single table { background:#eff7fa; width:100% !important; border:1px solid #6ea4c7; margin:1em 0}
#detail-single tr { height:auto !important; border-bottom:1px solid #94bad2 }
#detail-single td { padding:8px !important; height:auto !important; line-height:1.4 }
#detail-single tr td { border-right:1px solid #94bad2 }
#detail-single tr td:last-child { border-right:none }

.dk-downCode { width: 100%; display: inline-block; text-align: center; margin: 26px 0; }
.dk-downCode label { margin-bottom: 8px; display: inline-block; }
.dk-downCode input { background: #f9f9f9; border: 2px solid #ddd; padding: 8px 12px; border-radius: 3px; }
.dk-downCode input:focus { background: #f3f3f3; border-color: #015061; outline: none; }
.dk-downCode button { background: #015061; color: #fff; padding: 10px 15px; border-radius: 3px; border: none; }
.dk-downCode button:hover, .dk-downCode button:focus { background: #0075ab; outline: none; cursor: pointer; }
.dk-downCodeTlk a { padding: 10px; display: inline-block; }
.dk-downCodeTlk a:hover { text-decoration: underline; }

/*MENU MOBILE*/
#menumobile {
    position: relative;
    display: none;
    z-index: 999;
}
#menumobile .topmmenu {
    height: 60px;
    line-height: 60px;
    padding: 5px 10px;
    border-bottom: 1px solid #d2d3d4
}
#menumobile .topmmenu #mlogo {
    float: left;
    height: 100%
}
#menumobile .topmmenu #mlogo img {
    float: left;
    height: 100%;
    padding: 0
}
#menumobile #disMenu {
    cursor: pointer;
    display: block;
    float: right;
    margin-right: 10px
}
#menumobile #disMenu i {
    font-size: 36px;
    line-height: 40px !important;
    padding: 0px;
}
#menumobile ul {
    display: none;
    overflow: hidden;
    width: auto;
    background: #fbfbfb
}
#menumobile ul li {
    position: relative;
}
#menumobile ul li a {
    cursor: pointer;
    display: block;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1px;
    overflow: hidden;
    padding: 5px 20px;
    white-space: nowrap;
    border-bottom: 1px solid rgba(131, 138, 136, 0.1);
}
#menumobile ul#showLang li a {
    text-align: right;
}
#menumobile ul.submenu {
    display: block;
    margin: 0;
    overflow: hidden;
    width: auto;
}
#menumobile ul.submenu li a {
    padding-left: 30px;
}
#menumobile ul.submenu li a:before {
    content: "";
    font-family: FontAwesome;
    font-size: 13px;
    margin-right: 2px
}
/*DETAIL BANNER*/

.detailbanner {
    display: inline-block;
    margin: 10px 0
}
.detailbanner img {
    max-width: 100%
}
/*MAIN PAGE*/

#main_page {
    position: relative;
}
#toppage {
    padding: 0;
    width: 100%;
    display: inline-block
}
#left_page:before {
    width: 72%;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 0;
}
#left_page {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 20px 0px;
    position: relative;
    overflow: hidden
}
#sidebar {
    width: 28%;
    float: right;
    overflow: hidden;
    box-sizing: border-box
}
#sidebar:before {
    width: 28%;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 72%;
    background-color: #f7f7f7;
}
/*HOME PAGE*/
/*NEW POST*/

.toppost {} .toppost .title {
    font-size: 24px;
    margin: 10px 0 20px;
    font-weight: normal;
    padding-left: 15px
}
.toppost .list {} .toppost li {
    width: 50%;
    box-sizing: border-box;
    padding: 0 15px;
    float: left
}
.toppost li .item {
    border-top: 1px solid #e6e6e6;
    display: inline-block;
    padding: 15px 0
}
.toppost li .img {
    width: 35%;
    float: left;
    padding-right: 15px;
    box-sizing: border-box
}
.toppost li .img img {
    width: 100%;
    height: auto
}
.toppost li .info {
    width: 65%;
    float: right
}
.toppost li h4 a {
    font-size: 18px;
    color: #333;
    font-weight: normal
}
.toppost li .info a:hover {
    color: #000
}
/*MAIN CATE*/

.maincate {
    border-top: 3px solid #E6E6E6;
}
.maincate .mleft {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 10px 10px 10px 0
}
.maincate .mleft:before {
    width: 75%;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 0;
}
.maincate .mright:before {
    width: 25%;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 75%;
}
.maincate .mright {
    width: 75%;
    float: right;
    padding-left: 15px;
    padding-bottom: 15px;
    border-left: 3px #E6E6E6 solid;
    box-sizing: border-box
}
.mleft .cate_intro {
    background-color: #FAFAFA;
    padding: 15px;
    margin-bottom: 10px
}
.mleft .cate_intro h1 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    text-align: center;
    margin-bottom: 15px
}
.mleft .cate_intro h4 {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    text-align: center;
    line-height: 20px
}
/*CATE POST*/

.catepost {} .catepost .title {
    font-size: 18px;
    margin: 0 15px 0 0;
    padding: 2px 10px 5px;
    font-weight: normal;
    float: right;
    background-color: #E6E6E6;
    color: #666
}
.catepost .list {} .catepost li {
    width: 100%;
    box-sizing: border-box;
    float: left
}
.catepost li .item {
    border-bottom: 1px solid #e6e6e6;
    display: inline-block;
    padding: 30px 0
}
.catepost li .img {
    width: 30%;
    float: right;
    padding-left: 15px;
    box-sizing: border-box
}
.catepost li .img img {
    width: 100%;
    height: auto
}
.catepost li .info {
    width: 70%;
    float: left
}
.catepost li h4 a {
    font-size: 20px;
    color: #055699;
    font-weight: normal;
    line-height: 30px
}
.catepost li h4 {
    margin-bottom: 20px
}
.catepost li .info a:hover {
    color: #0075B1
}
.catepost li .info .desc {
    color: #222;
    line-height: 24px;
    font-size: 16px
}
/*SUPPORT*/

.dk-foot { background:#f9f9f9; margin-bottom:2em; width:100%; float:left; box-sizing:border-box; border:1px solid #eee }
.dk-footBx { width:100%; float:left }
.dk-footBxUl { width:31.23%; margin-right:3%; padding:10px; border-right:1px solid #eee; float:left; box-sizing:border-box }
.dk-footBxUl.dk-footBxUl03 { margin-right:0; border-right:none }
.dk-footBxUl p { margin:5px 0 }
.dk-footBxUl p, .dk-footBxUl li { font-size:15px }
.dk-footBxUl li { margin:1px 0 }
.dk-footBxUl li a { padding:3px 0; display:block }

#detail-single .wpcf7 { background:#f1f1f1; border:1px solid #eee; box-shadow:0 1px 2px #eee; padding:12px; margin:1em 0; width:100%; float:left; box-sizing:border-box }
#detail-single .dk-LhIp .wpcf7-form-control-wrap { margin-top:4px }
#detail-single .wpcf7 input, #detail-single .wpcf7 textarea { padding:12px 8px 12px 32px; border:none; border-bottom:1px solid #09C; border-radius:0 }
#detail-single .wpcf7 input:focus, #detail-single .wpcf7 textarea:focus { border-bottom:1px solid #F63 }
#detail-single .wpcf7-form-control-wrap.ma_captcha input { max-width:40%; margin:0 10px; }
#detail-single .wpcf7 input[type="submit"] { padding:12px }
#detail-single .wpcf7 input[type="submit"]:hover { background:#09C }
.dk-LhIp { position:relative }
.dk-LhIp span.fa { position:absolute; bottom:12px; left:10px; color:#666; z-index:9 }
.dk-LhIp span.fa.fa-pencil { top:34px; bottom:inherit }

.dk-ShCtn { width:100%; float:left }
.dk-ShCtnX { background:#fff; padding:2em 0; width:100%; float:left }
.dk-ShCtnX img { max-width:100%; height:auto !important }
.dk-ShCtnX p { margin:8px 0; line-height:1.5 }
.dk-ShCtnX h2 { margin:10px 0; font-size:30px }
.dk-ShCtn.dk-ShCtn-6 { margin-top:1em; }
.dk-ShCtnX.dk-ShCtn_Bgi { background:url(../images/bgfoot2.jpg) center no-repeat !important; background-size:cover; color:#fff }
.dk-ShCtn_Bgi h4 { text-align:center; text-transform:uppercase; font-size:28px; margin:0 0 1em; font-weight:normal }
.dk-ShCtn_BgiDx { width:100%; padding:0 1em; box-sizing:border-box; float:left }
.dk-ShCtn_BgiDxA { width:48%; padding:0 4% 0 2%; box-sizing:border-box; float:left }
.dk-ShCtn_BgiDxA h2 { font-size:18px }
.dk-ShCtn_BgiDxA h3 { font-size:16px }
.dk-ShCtn_BgiDxA h4 { font-size:15px; text-align:left }
.dk-ShCtn_BgiDxB { width:50%; padding-left:4%; padding-top:2em; border-left:1px solid #ddd; box-sizing:border-box; float:left }
.dk-ShCtn_BgiDxB .wpcf7 .wpcf7-form { background:none; width:100%; margin:0; padding:0; border:none; border-radius:0; -moz-border-radius:0; -webkit-border-radius:0 }
.dk-ShCtn_BgiDxB .wpcf7 .wpcf7-form p { margin:12px 0 }
.dk-ShCtn_BgiDxB .wpcf7 .wpcf7-not-valid-tip { color:#FF6 }
.dk-ShCtn_BgiDxB .wpcf7 .dk-lienheB, .dk-ShCtn_BgiDxB .wpcf7 .dk-lienheBs { width:100%; margin-bottom:1em; float:left; position:relative }
.dk-ShCtn_BgiDxB .wpcf7 .dk-lienheB.dk-lienheBc { margin-bottom:0 }
.dk-ShCtn_BgiDxB .wpcf7 .dk-lienheB span.fa { position:absolute; top:12px; left:10px }
.dk-ShCtn_BgiDxB .wpcf7 .dk-lienheB input, .dk-ShCtn_BgiDxB .wpcf7 .dk-lienheB textarea { background:none; width:100%; padding:10px 8px 10px 34px; color:#fff; font-weight:normal; font-size:14px; border-radius:0; }
.dk-ShCtn_BgiDxB .wpcf7 .dk-lienheB input:focus { background:rgba(255,255,255,0.1); border:1px solid #efb048 }
.dk-ShCtn_BgiDxB .wpcf7 .dk-lienheB textarea { height:100px }
.dk-ShCtn_BgiDxB .wpcf7 .dk-lienheB input::placeholder, .dk-ShCtn_BgiDxB .wpcf7 .dk-lienheB input::-webkit-input-placeholder { color:#fff }
.dk-ShCtn_BgiDxB .wpcf7 .dk-submit { width:100%; float:left }
.dk-ShCtn_BgiDxB .wpcf7 .wpcf7-form input[type="submit"] { background:#f3a715; padding:10px 22px; border:none; border-radius:0; -moz-border-radius:0; -webkit-border-radius:0 }
.dk-ShCtn_BgiDxB .wpcf7 .wpcf7-form input[type="submit"]:hover { background:#18aa59 }
.dk-ShCtn_BgiDxB .wpcf7 .dk-lienheB .ma_captcha input { padding:8px }
.dk-ShCtn_BgiDxB .wpcf7 .dk-lienheB .wpcf7-captchac { margin:0; width:100% !important; height:auto !important }
.wpcf7 .dk-chac01, .wpcf7 .dk-chac02 { float:left }
.wpcf7 .dk-chac01 { width:24%; margin-right:2%; }
.wpcf7 .dk-chac02 { width:74% }

.dk-singDaNe { background:#f9f9f9; width:100%; padding:1em; margin-top:1em; float:left; box-sizing:border-box }
.dk-singDaNe ul li { width:49%; margin-right:2%; padding-bottom:12px; margin-bottom:12px; border-bottom:1px solid #eee; float:left }
.dk-singDaNe ul li:nth-child(2n+0) { margin-right:0 }
.dk-singDaNe-Ig { width:38%; margin-right:2%; float:left }
.dk-singDaNe-Ig img { width:100%; height:118px }
.dk-singDaNe-Ti { font-weight:bold; font-size:16px; line-height:1.5 }
.dk-singDaNe-Dt { font-size:13px; color:#666 }

.dk-khNod { background:#f9f9f9; border-top:1px solid #ddd; padding:8px; position:fixed; bottom:0; left:0; right:0; z-index:99999; display:none }
.dk-khNod-Hl, .dk-khNod-Du { width:49%; margin-right:2%; text-align:center; float:left }
.dk-khNod .dk-khNod-Du { margin-right:0 }
.dk-khNod-Hl a { background:#fff; border:1px solid #F00; color:#F00; padding:14px 8px; display:block }
.dk-khNod-Du a { background:#149e58; border:1px solid #1f8450; color:#fff; padding:14px 8px; display:block }

.dnk-Hli { text-transform:uppercase; font-size:18px; font-weight:bold; position:fixed; bottom:5em; left:5px; z-index:9999; }
.dnk-Hli a { background:#F60; padding:10px 18px 8px; color:#fff; border-radius:25px; display:inline-block; }
.dnk-Hli a:hover { background:#DC3030; }
.dk-dialogFo.dk-ShCtnFo { width:100% }
.dk-dialogTi { background:rgba(36,144,90,0.5); padding:14px 8px; text-align:center; text-transform:uppercase; color:#FF0; font-size:15px }
.dk-dialogEx { color:#eee; font-style:italic; margin-top:6px; }
.dk-dialogHl { font-size:22px; color:#eee; margin:10px 0; }
.dk-dialogHl a { color:#ededed; }
.dk-dialogFo.dk-ShCtnFo .dk-ShCtnFoLe_Lh { text-align:left }
.dk-dialogFo.dk-ShCtnFo .wpcf7 .wpcf7-form { background:none; width:100%; margin:0; padding:10px; border:none; border-radius:0; -webkit-border-radius:0; -moz-border-radius:0; box-sizing:border-box }
.dk-dialogFo.dk-ShCtnFo .wpcf7 .dk-lienheB, .dk-dialogFo.dk-ShCtnFo .wpcf7 .dk-lienheBs { width:100%; margin-bottom:14px; float:left }
.dk-dialogFo.dk-ShCtnFo .wpcf7 .dk-lienheB input, .dk-dialogFo.dk-ShCtnFo .wpcf7 .dk-lienheB select { background:#f9f9f9; padding:12px 10px; width:100%; border:1px solid #ddd; border-radius:0; -webkit-border-radius:0; -moz-border-radius:0 }
.dk-dialogFo.dk-ShCtnFo .wpcf7 .dk-lienheB input:focus { background:#eee; border:1px solid #3e7d1a }
.dk-dialogFo.dk-ShCtnFo .wpcf7 .wpcf7-form input[type="submit"] { background:#337ab7; padding:10px 25px; font-size:16px; border:none; border-radius:35px; -webkit-border-radius:35px; -moz-border-radius:35px; }
.dk-dialogFo.dk-ShCtnFo .wpcf7 .wpcf7-form input[type="submit"]:hover { background:#1e5a8e }

.dk-listDuCheck { background:#f3f3f3; padding:12px; width:100%; float:left }
.dk-listDuCheck-Li a { padding:5px 0; display:block }
.dk-hdCnv p img { width:50%; padding:10px; height:auto; float:left; box-sizing:border-box; margin:0 !important }
.dk-hdCnv p a { display:block }

.page .wpcf7 .wpcf7-form { background:#FFF; width:100%; border:none; border-radius:0; -webkit-border-radius:0; -moz-border-radius:0; padding:0; margin:0; }
.dk-FoPageL, .dk-FoPageR { width:50%; padding:0 1em; box-sizing: border-box; float:left; }
.wpcf7 div.dk-FoPageLin { width:100%; margin-bottom:1em; }
.dk-FoPageLin input { background:#f9f9f9; color:#333; padding:10px !important; border:2px solid #ccc !important; width:100% !important; }
.dk-FoPageLin select { background:#f9f9f9; color:#555; padding:8px 6px; border:2px solid #ccc; width:100%; }
.dk-FoPageLin textarea { background:#f9f9f9; color:#555; padding:8px 6px; border:2px solid #ccc; width:100%; height:120px; }
.dk-FoPageLin input:focus, .dk-FoPageLin textarea:focus { outline:none; border:2px solid #999; }
.wpcf7 .wpcf7-form .dk-FoPageLsb input[type="submit"] { background:#C33; border:none !important; border-radius:0; -webkit-border-radius:0; -moz-border-radius:0; padding:10px 24px !important; transition:all ease 300ms; }
.wpcf7 .wpcf7-form .dk-FoPageLsb input[type="submit"]:hover { background:#036; }
.dk-FoPageLin input[type="file"] { background:#f9f9f9 !important; color:#555; padding:5px 10px !important; border:2px solid #ccc !important; width:100%; box-sizing: border-box; }

.catepost li .info .desc a.readmore {
    font-weight: bold;
    color: #007bb6
}
.catepost li .info .desc a:hover {
    color: #222
}
.support {
    width: 100%;
    clear: both;
}
.support .title {
    color: #fff;
    background-color: #DC3030;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
    white-space: nowrap;
    width: 100%;
    padding: 5px 10px;
}
.support .content {
    width: 100%;
    display: inline-block;
    padding: 15px;
    box-sizing: border-box;
    background-color: #f7f7f7;
    border: 1px solid #ebebeb;
    border-top: none;
    box-sizing: border-box;
    float: left;
}
.support .title i {
    font-size: 18px;
    margin-right: 3px
}
.support .online li {
    padding: 6px 0;
    width: 100%;
    float: left;
    box-sizing: border-box;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 16px;
}
.support .online li i {
    font-size: 26px;
    margin-right: 3px;
}
.support .online li.hotline {
    color: #DC3030
}
.support .online li.hotline i {
    margin: 0 6px 0 5px;
    font-size: 28px
}
.support .online li.skype a {
    color: #00A8E5
}
.support .online li.phone {
    color: #5FB435
}
.support .callme {
    padding-top: 5px;
    display: float;
    display: block
}
.support .callme label {
    display: block;
    font-size: 13px;
    line-height: 24px;
}
.support .callme .frm-input {
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-sizing: border-box;
    display: block;
    font-size: 13px;
    font-family: inherit;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    padding: 0 7px;
    width: 100%;
    transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s
}
.support .callme .btn-buy {
    background: #b7541f;
    border-radius: 3px;
    color: #fff;
    display: block;
    float: right;
    font-family: "Open Sans", Arial;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    border: 0 none;
    box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.3) inset;
    cursor: pointer;
    display: block;
    position: relative;
    top: 0;
    transition: all 0.3s ease 0s;
}
/*CATE PRO*/

.catepro {} .catepro .title {
    border-bottom: 2px solid #0075b1;
    margin-bottom: 10px;
    padding: 0 0 5px;
    position: relative;
}
.catepro .title h1 {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 5px;
    text-transform: uppercase;
    white-space: nowrap;
}
.catepro .title .desc {
    font-size: 14px;
    font-weight: normal;
    padding: 5px 0;
}
.catepro ul.list li {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    padding: 5px
}
.catepro ul.list li img {
    width: 100%;
    height: auto;
}
.catepro ul.list li .item {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2
}
.catepro ul.list li .item:hover {
    border: 1px solid #18aa59;
}
.catepro ul.list li .item h4 {
    font-size: 1.1em;
    padding: 10px 10px 5px
}
.catepro ul.list li .item p.address {
    font-size: 0.9em;
    padding: 5px 10px;    
}
.re_others {
    box-sizing: border-box;
    position: relative
}
.re_others h3.title {
    border-bottom: 2px solid #ed1c24;
    float: left;
    font-size: 18px;
    font-weight: normal;
    padding: 5px 0;
    text-transform: uppercase;
    z-index: 999;
    position: absolute
}
.re_others ul.list {
    width: 100%;
    float: left;
    border-top: 1px solid #e1e1e1;
    color: #222;
    margin-top: 34px;
    z-index: -999;
    padding: 10px 0
}
.re_others ul.list li {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    padding: 5px
}
.re_others ul.list li img {
    width: 100%;
}
.re_others ul.list li .item {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2
}
.re_others ul.list li .item:hover {
    border: 1px solid #2daebf
}
.re_others ul.list li .item h4 {
    font-size: 1.1em;
    padding: 10px 10px 5px
}
.re_others ul.list li .item p.address {
    font-size: 0.9em;
    padding: 5px 10px;
    height: 4em
}
/*MAIN INTRO*/

.main_intro {} .main_intro .title {
    height: 36px;
    line-height: 36px;
    padding-left: 32px;
    background: #0A9386 url(images/bg-title.png) no-repeat 10px center;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: normal
}
.main_intro .content {
    padding: 20px;
    border: 1px solid #ccc;
    border-top: none;
}
.main_intro .content p,
.main_intro .content span,
.main_intro .content div {
    font-size: 1em;
    margin: 12px 0;
    line-height: 23px;
    text-align: justify
}
.main_intro h2 {
    font-size: 1.2em;
    line-height: 1.5em
}
.main_intro h3 {
    font-size: 1.1em;
    line-height: 1.3em
}
.main_intro .content table {
    margin: 0 auto
}
/*MAIN SERVICE*/

#mservice {
    margin: 0;
    background-color: #f8f8f8
}
#mservice .mintro {
    background: #2A70AC url("images/bg_intro_blue2.jpg") 50% 0;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    border-bottom: 1px solid #d2d2d2;
    display: table;
    box-sizing: border-box;
}
#mservice .mintro .lintro {
    width: 70%;
    float: left;
    box-sizing: border-box;
}
#mservice .mintro .lintro h1 {
    font-size: 1.8em;
    margin: 20px 0 30px;
    line-height: 1.4em;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal
}
#mservice .mintro .lintro .content {} #mservice .mintro .lintro .content a {
    color: #f1f1f1
}
#mservice .mintro .lintro .content a:hover {
    color: #46940B
}
#mservice .mintro .lintro .content p {
    font-size: 1.1em;
    line-height: 24px;
    color: #f1f1f1;
    text-align: justify
}
#mservice .mintro .lintro .content:before {
    content: "";
    font-family: FontAwesome;
    float: left;
    margin-right: 7px;
    font-size: 25px;
    color: #46945c
}
#mservice .mintro .rintro {
    width: 30%;
    float: right;
    box-sizing: border-box;
    padding-left: 20px;
}
#mservice .mintro .rintro .img {
    width: 160px;
    height: 160px;
    margin: 0 auto 15px
}
#mservice .mintro .rintro .img img {
    border-radius: 50%;
    text-align: center;
    width: 100%;
    transform: scale(1);
    transition: all 0.5s linear 0s;
}
#mservice .mintro .rintro .img img:hover {
    transform: scale(1.1);
    box-shadow: 1px 1px 9px 4px #ccc;
}
#mservice .mintro .rintro .info h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.1em;
    margin-bottom: 5px;
    color: #f3f3f3
}
#mservice .mintro .rintro .info p.more {
    text-align: center;
    font-size: 1em;
    width: 70%;
    margin: 0 auto;
    line-height: 1.4em;
    color: #ccc
}
#mservice .commit {
    padding: 10px 0 0;
    z-index: 999;
    display: table;
    width: 100%
}
#mservice .commit li {
    float: left;
    text-align: center;
    width: 25%;
    box-sizing: border-box;
    padding: 15px 10px
}
#mservice .commit li:first-child {
    border: none
}
#mservice .commit li a {
    text-align: center;
    font-size: 1em;
    display: block
}
#mservice .commit li a span {
    display: block;
    text-align: center;
    color: #DC3030;
    font-weight: bold;
    font-size: 26px;
    margin-top: 20px
}
#mservice .commit li a i {
    font-size: 100px
}
/*SEO Training*/

.seotraining {} .seotraining {
    position: relative
}
.seotraining .intro {
    padding: 20px;;
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.seotraining .intro .content {
    position: relative;
}
.seotraining .intro .content h2,
.seotraining .intro .content h1{
    text-align: center;
    font-weight: bold;
    color: red;
    font-size: 30px;
}
.seotraining .intro .content p.desc {
    text-align: center;
    font-size: 1.2em;
}
.seotraining .seocourse_list .cols {
    float: left;
    width: 242px;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: background-color 300ms ease-out 0s;
}
.seotraining .seocourse_list .cols .colwrap img {
    width: 100%;
}
.seotraining .seocourse_list .cols .colwrap .topinfo {} .seotraining .seocourse_list .cols .colwrap .topinfo a {
    display: block
}
.seotraining .seocourse_list .cols .colwrap .topinfo a:hover h2 {
    color: #C10D1F
}
.seotraining .seocourse_list .cols .colwrap .botinfo h2.title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}
.seotraining .seocourse_list .cols .colwrap .botinfo p.address {
    font-size: 1em;
}
.seotraining .seocourse_list .cols .colwrap .botinfo {
    padding: 20px 5px;
    background-color: #f2f2f2
}
a.seo_order:hover {
    background-color: #18aa59;
    box-shadow: none;
}
a.seo_order{
    background: #DC3030;
    color: #fff;
    padding: 7px 20px;
    border-radius: 20px;
}
.seotraining .seocourse_list ul li {
    width: 100%;
    border-bottom: 1px dotted #ededed;
    padding: 7px 0;
    font-size: 13px
}
.support_cus{
    width: 100%;
    float: left;
    margin-top: 30px;
}
.support_cus h2.title {
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    background: url("../images/bg-tit.png");
    text-align: center;
    border-radius: 5px 5px 0px 0px;
}
.support_cus ul{
    float: left;
    width: 100%;
}
.support_cus p.desc {
    text-align: center;
    font-size: 1.2em;
}
.support_cus ul li {
    width: 33.3%;
    float: left;
    padding-bottom: 30px;
    box-sizing: border-box
}
.support_cus ul li img {
    width: 60%;
}
.support_cus ul li p.spdesc {
    font-size: 0.9em;
    line-height: 1.4em;
    padding: 5px 10px
}
.support_cus ul li h3.spname {
    font-size: 1.1em;
    padding: 5px 10px;
    text-transform: uppercase;
    float: right
}
#accordion { width:100%; margin-top:10px; float:left; }
.ui-accordion .ui-accordion-content { line-height:1.6; color:#444; }
.ui-accordion .ui-accordion-header { font-size:18px !important; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover { border:1px solid #0a5b41 !important; background:#1a6d52 !important; }

/*PROCESS*/

.process {
    position: relative
}
.process .pintro {
    background: #007F74 url(images/process_bg.png);
    ;
    padding: 30px 0;
}
.process .pintro h2 {
    text-align: center;
    font-weight: normal;
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
    line-height: 42px
}
.process .pintro p.desc {
    text-align: center;
    font-size: 1em;
    color: #fff
}
.process .fourstep {
    text-align: center;
    display: inline-block;
    padding: 20px 0 80px
}
.process .fourstep li {
    float: left;
    width: 25%;
    padding: 0 20px;
    box-sizing: border-box;
}
.process .fourstep img {
    width: 140px;
    height: 140px;
    margin: 0 auto
}
.process .fourstep h3 {
    font-size: 18px;
    line-height: 40px;
    margin-top: 10px;
    color: #de4a4a;
    font-weight: normal
}
.process .fourstep p {
    font-size: 13px;
    line-height: 22px;
    color: #333
}
/*REVIEWS*/

.reviews {
    background: #4A98C3 url("images/process_bg.png") repeat scroll 0 0;
    padding: 30px 0;
    display: table;
    width: 100%
}
.reviews .reviews_slider {
    width: 67%;
    float: left;
    box-sizing: border-box;
    padding-right: 40px
}
.reviews .reviews_slider img {
    width: 170px;
    height: 170px;
    border-radius: 100%;
    border: 5px solid #fff;
    text-align: center !important;
    margin: 0 auto !important
}
.reviews .reviews_slider h4 {
    text-align: center !important;
    margin: 10px auto !important;
    font-size: 16px;
    color: #f6f6f6
}
.reviews .reviews_slider span {
    padding: 0 50px;
    display: block;
    color: #fefefe;
    font-size: 14px
}
.reviews .reviews_slider span:before {
    content: "";
    font-family: FontAwesome;
    float: left;
    margin-right: 7px;
    font-size: 20px;
    color: #65696B
}
.reviews .reviews_slider .bx-wrapper .bx-next {
    right: 10px !important;
    background: url("images/icon_next_prev2.png") 0 -21px;
    height: 40px;
    width: 21px
}
.reviews .reviews_slider .bx-wrapper .bx-prev {
    left: 10px !important;
    background: url("images/icon_next_prev2.png") 0 0;
    height: 40px;
    width: 21px
}
.reviews .reviews_slider .bx-wrapper .bx-controls-direction a {
    top: 50% !important
}
.reviews .event {
    width: 33%;
    float: right;
    box-sizing: border-box;
    padding: 15px;
    color: #F9F9F9;
    border: 1px dashed #ccc
}
.reviews .event h3 {
    font-szie: 16px;
    margin-bottom: 10px;
    text-transform: uppercase
}
.reviews .event li:before {
    content: "";
    float: left;
    font-family: FontAwesome;
    margin-right: 5px;
}
.reviews .event li {
    padding: 5px 0
}
/*MCONTACT*/

.mcontact {
    background: #897B2A url(images/bg_contact.png) repeat;
    position: relative;
    margin: 5px 0;
    padding: 65px 0 30px;
    display: inline-block;
    width: 100%
}
.mcontact .contact_arrow {
    background: url(images/arrow-up-big.png) no-repeat;
    display: block;
    position: absolute;
    top: 0;
    width: 99px;
    height: 51px;
    left: 15%;
}
.mcontact .contactblock {} .mcontact .lblock {
    float: left;
    width: 60%
}
.mcontact .rblock {
    float: right;
    width: 40%;
    padding-left: 15px;
    box-sizing: border-box
}
.mcontact .lblock .linfo {
    float: left;
    width: 45%;
    padding: 0 20px;
    box-sizing: border-box
}
.mcontact .lblock .frm-input {
    background-color: #fff;
    border: none;
    box-sizing: border-box;
    display: block;
    font-family: inherit;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto 10px;
    padding: 0 7px;
    width: 100%;
}
.mcontact .lblock textarea.frm-input {
    height: 175px
}
.mcontact .lblock .frm-btn {
    background-color: #ce6918;
    border: 1px solid transparent;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 1.4444;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}
.mcontact .lblock .rinfo {
    float: right;
    width: 55%;
}
.mcontact .lblock .rinfo textarea {
    float: right;
    width: 100%;
}
.mcontact .rblock {
    padding-left: 30px;
}
.mcontact .rblock .guide {
    padding: 15px 0 0;
    border-radius: 5px;
    background: #3EB9C7
}
.mcontact .rblock .guide h3 {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center
}
.mcontact .rblock .guide li {
    padding: 7px 0 7px 20px;
    color: #555
}
.mcontact .rblock .guide li span {
    font-size: 16px
}
.mcontact .rblock .guide i {
    margin-right: 5px
}
/*TOP SLIDER*/

#top_slider .bx-wrapper .bx-next {
    right: 10px !important;
    background: url("images/icon_next_prev2.png") 0 -21px;
    height: 40px;
    width: 21px
}
#top_slider .bx-wrapper .bx-prev {
    left: 10px !important;
    background: url("images/icon_next_prev2.png") 0 0;
    height: 40px;
    width: 21px
}
#top_slider .bx-wrapper .bx-controls-direction a {
    top: 50% !important
}
/*CUSTOMER SLIDE*/

#customer_slider {
    padding: 20px 0
}
#customer_slider h3 {
    font-size: 26px;
    padding: 10px 0 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal
}
/*CAT LIST*/

.cat_list {
    width: 49%;
    float: left;
    margin: 0 2% 2% 0;
}
.cat_list.right_list {
    margin-right: 0
}
.cat_list .title {
    height: 36px;
    line-height: 36px;
    padding-left: 32px;
    background: url(images/bg-title.png) no-repeat 10px center
}
.cat_list.style1 .title {
    background-color: #5FB435
}
.cat_list.style2 .title {
    background-color: #1BA1E2
}
.cat_list.style3 .title {
    background-color: #DC3030
}
.cat_list.style4 .title {
    background-color: #FA824F
}
.cat_list .title h3 {
    float: left;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
    white-space: nowrap
}
.cat_list .list {
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    border-top: none;
    box-sizing: border-box;
    padding: 10px
}
.cat_list .list li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}
.cat_list .list li:first-child {
    padding-top: 0
}
.cat_list .list li:last-child {
    padding-bottom: 0;
    border: none
}
.cat_list .list li a:hover {
    color: #000
}
.cat_list .list li img {
    width: 33%;
    float: left;
    border: 1px solid #EDEDED;
    box-shadow: 0px 6px 6px -6px #000;
    box-sizing: border-box;
    padding: 2px;
}
.cat_list .list li .info {
    width: 67%;
    padding-left: 10px;
    box-sizing: border-box;
    float: right
}
.cat_list .list li .info h4 {
    color: #333;
    margin: 0 0 5px;
    font-size: 1em;
    line-height: 20px;
    text-transform: uppercase
}
.cat_list.style1 .list li a:hover .info h4 {
    color: #5FB435
}
.cat_list.style2 .list li a:hover .info h4 {
    color: #1BA1E2
}
.cat_list.style3 .list li a:hover .info h4 {
    color: #DC3030
}
.cat_list.style4 .list li a:hover .info h4 {
    color: #FA824F
}
.cat_list .list li .info p {
    font-size: 13px;
}
.cat_list .list li .info span {
    margin-right: 3px;
}
.cat_list .list li .info p.price {
    margin: 6px 0
}
.cat_list .list li .info p.price span {
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px 0;
    color: #fe1a19
}
/*RIGHT BLOCK*/

.likepagefb {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    padding: 15px 10px
}
.likepagefb h3 {
    font-weight: normal;
    font-size: 20px;
    margin: 10px 0;
}
/*PRO DETAIL*/

.pro_detail {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0
}
.pro_detail .binfo .linfo {
    float: left;
    width: 50%;
}
.pro_detail .binfo .linfo img {
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 5px;
    box-shadow: 0 5px 6px -6px #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pro_detail .binfo .rinfo {
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding-left: 25px
}
.pro_detail .binfo .rinfo h1 {
    font-size: 1.5em;
    margin: 0 0 18px;
    line-height: 1.2em;
    color: #333;
    text-transform: uppercase;
    font-weight: normal
}
.pro_detail .binfo .rinfo p {
    font-size: 1em;
    margin: 5px 0
}
.pro_detail .binfo .rinfo p span {
    margin: 0 3px
}
.pro_detail .binfo .rinfo p span.hotline {
    font-size: 22px;
}
.pro_detail .binfo .rinfo .price {
    margin: 10px 0
}
.pro_detail .binfo .rinfo .price span {
    font-size: 24px;
    color: #fe1a19;
}
.pro_detail .binfo .rinfo a.btn_buy {
    background: url("images/btn_buyer.png") no-repeat scroll -244px -324px rgba(0, 0, 0, 0);
    display: block;
    height: 50px;
    width: 182px;
    cursor: pointer;
    margin: 10px 0 12px;
}
.pro_detail .binfo .rinfo a.btn_buy:hover {
    background-position: -244px -374px;
}
.pro_detail .binfo .rinfo .moredesc {
    border-radius: 5px;
    background: #f2f2f2;
    border: 1px solid #e1e1e1;
    padding: 10px
}
.pro_detail .binfo .rinfo .moredesc li {
    list-style-type: disc;
    list-style-position: inside;
}
.pro_detail .minfo {
    border-top: 1px solid #e1e1e1;
    display: inline-block;
    margin: 10px 0;
    padding: 10px 0;
    width: 100%;
}
.pro_detail .minfo p,
.pro_detail .minfo span,
.pro_detail .minfo div,
.pro_detail .minfo h2 {
    font-size: 1em;
    margin: 15px 0;
    line-height: 1.6em;
}
.pro_detail .minfo h2 {
    font-size: 1.2em
}
.pro_detail .minfo h3 {
    font-size: 1.1em
}
.pro_detail .minfo table {
    margin: 0 auto
}
.pro_detail .minfo img {
    max-width: 95%;
    margin: 10px auto 5px;
    display: block
}
.pro_detail .minfo li {
    list-style: inside disc;
    line-height: 20px;
    margin: 10px 0 10px 10px
}
.pro_detail table td p,
.pro_detail table th p {
    margin: 5px 0 !important;
}
#main_page .box_left {
    width: 100%;
    float: left;
    margin-bottom: 20px
}
#main_page .box_left .title {
    height: 30px;
    line-height: 35px;
    border-bottom: solid #CC3300 2px;
    text-transform: uppercase;
    font-size: 16px
}
#main_page .box_left .content {
    padding: 10px 0
}
.botbanner {
    width: 94%;
    padding: 3%;
    text-align: center;
    border-top: 1px solid gainsboro;
    clear: both;
    background: none
}
.botbanner img {
    max-width: 100%
}
/*PRODUCT ORDER*/

#product_order .order {
    width: 100%;
    float: left
}
#product_order .order_content {
    width: 50%;
    float: left;
    margin-top: 5px
}
#product_order .order_info {
    width: 50%;
    float: left
}
#product_order .order_info_wrap {
    padding: 10px 0 0 45px
}
#product_order .order label {
    display: block;
    font-size: 1.1em;
    line-height: 28px;
}
#product_order .order_info .topinfo {
    width: 90%;
    padding: 5%;
    background-color: #F6F6F6;
    float: left;
    border-radius: 6px
}
#product_order .order_info .topinfo p.price {
    margin: 3px 0 0;
}
#product_order .order_info .topinfo p.price span {
    color: #fe1a19;
    font-weight: bold;
    font-size: 18px
}
#product_order .order_info .topinfo li {
    padding: 5px 0;
    display: list-item;
}
#product_order .order_info .topinfo li span {
    margin: 0 5px
}
#product_order .order_info .topinfo img {
    margin-bottom: 10px;
    width: 100%
}
#product_order .order_info .topinfo h1 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: bold
}
#product_order .order_info .botinfo {
    padding: 10px 0
}
#product_order .order_info .botinfo h4 {
    font-size: 16px;
    text-transform: uppercase;
    padding: 2px 0;
    border-bottom: 1px solid #ccc;
    margin: 0 0 7px
}
#product_order .order_info .botinfo li .icon {
    background: url(images/main-icon-1.png) no-repeat -270px -44px;
    width: 22px;
    height: 20px;
    display: block;
    float: left;
    margin-top: 4px
}
#product_order .order_info .botinfo li {
    font-size: 15px;
    padding: 3px 0;
    width: 100%;
    line-height: 20px
}
#product_order .order .frm-input {
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    font-family: inherit;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    padding: 0 1.5%;
    width: 100%;
    transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s
}
#product_order .btn-buy {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    line-height: 10px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 1.4444;
    padding: 15px 0;
    width: 230px;
    background-color: #6ABC3A;
    color: #fff;
    margin: 20px 0 0
}
/*ORDER SUCCESS*/

.order-success {
    text-align: center;
    min-height: 250px
}
.order-success h2.title {
    font-size: 24px;
    margin: 20px 0 30px;
    text-transform: uppercase
}
.order-success p.content {
    font-size: 16px;
    line-height: 24px;
}
/*FOOOTER*/
#footer {
    background-color: #18aa59;
    color: #fff !important;
    margin-top: 30px;
    padding: 20px 10px;
    float: left;
    width: 100%;
}
#footer .copyright {
    text-align: center;
    font-size: 13px
}
#footer .block1{width: 40%;}
#footer .block2{width: 30%;}
#footer .block3{width: 30%;}
#footer .block {
    display: block;
    float: left;
    box-sizing: border-box;
}
#footer .block h4 {
    color: #fff;
    padding: 0 0 10px;
    font-size: 1.3em;
    font-weight: normal;
}
#footer .block .info .content {
    color: #f1f1f1;
}
#footer .block .info .content p {
    padding: 0 0 5px;
}
#footer .block .info .content ul.service {} #footer .block .info .content ul.service li {
    padding: 2px 0;
    list-style-position: inside;
}
#footer .block .info .content ul.service li:first-child {
    padding-top: 0;
}
#footer .block .info .content ul.service li:last-child {
    padding-bottom: 0;
}
#footer .block .info .content ul.service li a {
    font-size: 1em;
    color: #fff;
}
#footer .block ul.ftsocial li {
    float: left;
    margin-right: 10px;
}
#footer .block ul.ftsocial li i {
    font-size: 36px;
    color: #fff;
}
#footer .block ul.ftsocial li i:hover {
    color: #333
}
#footer .block ul.ftcontact {} #footer .block ul.ftcontact li {
    float: left;
    margin: 5px;
    width: 100%;
    box-sizing: border-box;
}
#footer .block ul.ftcontact li.telephone {
    font-size: 22px
}
#footer .block ul.ftcontact li i {
    font-size: 22px;
    color: #fff;
    margin-right: 10px
}
#footer .block .dmca {
    width: 100%;
    float: left;
    margin-top: 15px
}
#footer .block .dmca p {
    font-size: 14px;
    margin-top: 5px
}
#footer .frm_customer {
    width: 80%;
}
#footer .frm_customer .btn-buy {
    background: #b7541f none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.3) inset;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    font-family: "Open Sans", Arial;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}
#footer .frm_customer .frm-input {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-sizing: border-box;
    display: block;
    font-family: inherit;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 5px auto;
    padding: 0 7px;
    transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
    width: 100%;
}
/*NEWS TOP*/

.news_event li {
    width: 320px;
    float: left;
    margin: 0 20px 20px 0
}
.news_event li.odd {
    margin-right: 0
}
.news_event li h2 {
    line-height: 24px;
    font-size: 16px;
    margin: 5px 0;
}
.news_event li h2 a {
    color: #333
}
.news_event li h2 a:hover {
    color: #000
}
.news_event li p {
    line-height: 20px
}
.news_event img {
    width: 100%;
    height: 200px
}
.news_tick {
    background: url("images/hotnews.html") no-repeat;
    height: 16px;
    width: 16px;
    text-indent: -1000px;
    float: left;
    margin-right: 8px;
    margin-top: 31px
}
#top_news {
    height: 25px;
    width: 360px;
    float: left;
    margin: 25px 0;
    line-height: 25px;
    overflow: hidden
}
#top_news li a {
    font-weight: bold;
    font-size: 14px
}
/*RIGHT NEWS*/

.right_promotion {
    padding: 5px
}
.right_promotion li {
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #fff
}
.right_promotion li img {
    width: 80px;
    float: left;
    margin-right: 5px;
    box-shadow: 1px 2px 5px -4px #000;
    -moz-box-shadow: 1px 2px 5px -4px #000;
    -webkit-box-shadow: 1px 2px 5px -4px #000;
}
.right_promotion li h2 {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px
}
.right_promotion li a {
    color: #333;
    display: block
}
.right_promotion li a:hover {
    color: #000;
}
/*NEWS INDEX*/

.news_list {} .news_list li {
    margin: 20px 0;
    display: inline-block;
    background: #EBEDEC;
    width: 100%
}
.news_list li .img {
    width: 50%;
    float: left
}
.news_list li .img img {
    width: 100%;
}
.news_list li h3 {
    margin: 20px 0 15px;
    line-height: 30px;
    font-size: 24px;
    color: #0476BE;
    font-weight: normal
}
.news_list li h4 {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px
}
.news_list li .info {
    padding: 20px 30px;
    box-sizing: border-box;
    width: 50%;
    box-sizing: border-box;
    float: right
}
.news_list li a.info,
.news_list li a.info:hover {
    color: #333
}
.news_list li img.readmore {
    width: 27px;
    height: 27px;
    float: right;
    margin: 20px 15px 0 0;
    display: block
}
.news_list li img.readmore:hover {
    opacity: 0.9
}
/*NEWS DETAIL*/

.dleft {
    box-sizing: border-box;
    float: left;
    padding: 10px 10px 10px 0;
    width: 15%;
}
.dright {
    box-sizing: border-box;
    float: right;
    padding-left: 15px;
    width: 85%;
}
.dleft #news_tag h3 {
    font-size: 1em;
    margin-bottom: 15px;
}
.dleft #news_tag ul li {
    color: #999;
    font-size: 0.9em;
    list-style: outside none none;
}
.dleft #news_tag ul li a {
    background: #f0f0f0 none repeat scroll 0 0;
    color: #999;
    display: block;
    margin-bottom: 5px;
    padding: 5px 10px;
    line-height: 18px;
}
.dleft #news_tag ul li a:hover {
    background-color: #ddd
}
/*REAL ESTATE DETAIL*/

.re_detail .retopinfo {
    width: 100%;
    float: left;
    margin: 15px 0
}
.re_detail .retopinfo .releft {
    width: 40%;
    float: left;
    box-sizing: border-box;
    padding-right: 20px
}
.re_detail .retopinfo .releft img {
    border: 1px solid #e2e2e2;
    box-shadow: 0 5px 6px -6px #000;
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
}
.re_detail .retopinfo .reright {
    width: 60%;
    float: left;
    box-sizing: border-box
}
.re_detail .retopinfo .reright .remoreinfo li:before {
    content: "";
    font-family: FontAwesome;
    margin-right: 5px
}
.re_detail .retopinfo .reright .remoreinfo li {
    list-style-position: inside;
    list-style-type: none !important;
    padding: 3px 0
}
.re_detail .retopinfo .reright h1 {
    font-size: 24px;
    padding: 0 0 10px !important;
    color: #333;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #f8f8f8;
    margin-bottom: 10px
}
ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li {
    background: #e5e5e5;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    border: 1px solid #fff;
    margin-right: 5px
}
ul.tabs li.current,
ul.tabs li:hover {
    background: #fff;
    color: #222;
    border: 1px solid #e7e7e7;
    border-top: 3px solid #71be0e;
    border-bottom: none
}
.tab-content {
    display: none;
    background: #ededed;
    padding: 15px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7e7e7;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px;
    box-shadow: 0 0 5px rgba(100, 100, 100, 0.1);
    padding: 20px 25px;
    border-top: none;
    margin-top: -1px;
}
.tab-content.current {
    display: inherit;
}
.re_detail {} .re_detail * {
    font-family: Arial, Helvetica, sans-serif !important
}
.re_detail ul li {
    list-style-type: disc !important;
    list-style-position: inside !important;
    padding-left: 15px;
    font-size: 1.05em;
    margin: 0
}
.re_detail .date {
    color: #999;
    font-size: 13px
}
.re_detail .date a {
    color: #999
}
.re_detail .date a:hover {
    color: #444
}
.re_detail .title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 5px;
}
.re_detail .infopost {
    border-top: 1px solid #e2e2e2;
    clear: both;
    color: #999;
    margin-top: 10px;
    padding: 5px 0 10px;
    text-transform: capitalize;
    width: 100%;
    font-size: 12px;
}
.re_detail .infopost a {
    color: #555
}
.re_detail .desc {
    color: #333;
    font-size: 1em;
    font-weight: bold;
    margin: 20px 0 15px;
    width: 100%;
    line-height: 20px
}
.re_detail h3.content_title {
    font-size: 22px;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: 2px solid #ed1c24;
    float: left;
}
.re_detail .content {
    color: #222;
    margin: 34px 0;
    border-top: 1px solid #e1e1e1
}
.re_detail .content p,
.re_detail .content span {
    font-size: 1em;
    margin: 12px 0;
    line-height: 23px;
    text-align: justify
}
.re_detail .content h2 {
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 20px 0 10px
}
.re_detail .content h3 {
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 20px 0 10px
}
.re_detail .content table {
    margin: 0 auto
}
.re_detail .noteimg,
.re_detail .noteimg span {
    margin: 0
}
.re_detail .content img {
    max-width: 100%;
    margin: 10px auto 5px;
    display: block;
    height: auto !important;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    padding: 5px;
    box-shadow: 1px 2px 9px -4px #000;
}
/*END*/

.news_detail {
    padding-right: 20px
}
.news_detail * {
    font-family: Arial, Helvetica, sans-serif !important
}
.news_detail ul li {
    list-style-type: disc !important;
    list-style-position: inside !important;
    padding-left: 15px;
    font-size: 1.05em;
    margin: 0
}
.news_detail h1 {
    color: #333;
    font-size: 26px;
    font-weight: normal;
    line-height: 38px;
    margin: 28px 0 10px;
    text-transform: uppercase;
}
.news_detail .date {
    color: #999;
    font-size: 13px
}
.news_detail .date a {
    color: #999
}
.news_detail .date a:hover {
    color: #444
}
.news_detail .title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 5px;
}
.news_detail .infopost {
    border-top: 1px solid #e2e2e2;
    clear: both;
    color: #999;
    margin-top: 10px;
    padding: 5px 0 10px;
    text-transform: capitalize;
    width: 100%;
    font-size: 12px;
}
.news_detail .infopost a {
    color: #555
}
.news_detail .desc {
    color: #333;
    font-size: 1em;
    font-weight: bold;
    margin: 20px 0 15px;
    width: 100%;
    line-height: 20px
}
.news_detail .content {
    color: #222;
    margin: 20px 0
}
.news_detail .content p,
.news_detail .content span,
.news_detail .content div {
    font-size: 1em;
    margin: 12px 0;
    line-height: 23px;
    text-align: justify
}
.news_detail h2 {
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 20px 0 10px
}
.news_detail h3 {
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 20px 0 10px
}
.news_detail .content table {
    margin: 0 auto
}
.news_detail .noteimg,
.news_detail .noteimg span {
    margin: 0
}
.news_detail .content img {
    max-width: 100%;
    margin: 10px auto 5px;
    display: block;
    height: auto !important;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    padding: 5px;
    box-shadow: 1px 2px 9px -4px #000;
}
.news_others {
    margin: 5px 0 15px;
    padding-right: 15px
}
.news_others .title {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    line-height: 40px
}
.news_others .title i {
    margin-right: 5px
}
.news_others li {
    float: left;
    overflow: hidden;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news_others li p{text-align: justify;}
.news_others li a {
    color: #333
}
.news_others li h4 a:hover {
    color: #007bb6
}
.news_others li img {
    width: 35%;
    margin-right: 20px;
    float: left
}
.news_others li h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px
}
.news_others li p {
    font-size: 1em;
    color: #444;
    line-height: 1.4em
}
/*RIGHT PRODUCT*/

.product_right {
    margin-bottom: 20px;
    width: 100%;
    display: inline-block
}
.product_right .title {
    font-size: 1.2em;
    text-align: center;
    border-top: 3px solid #16D481;
    padding: 5px 0;
    color: #444;
    margin-bottom: 5px
}
.product_right .list {} .product_right li {
    float: left;
    width: 97%;
    padding: 1.5%;
    background: #F2F2F2;
    margin-bottom: 10px
}
.product_right li img {
    width: 100%;
}
.product_right li h4 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
.product_right li p {
    text-align: center;
    font-size: 1em;
}
.product_right li p span {
    color: #fe1a19;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}
/*RIGHT NEWS*/

.news_right {
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
    background: #fff;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    padding: 15px 20px
}
.news_right .title {
    font-size: 18px;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 8px;
    color: #333;
    font-weight: normal;
    text-transform: uppercase
}
.news_right .list {} .news_right li {
    float: left;
    width: 100%;
    border-bottom: 1px dotted #ddd;
    box-sizing: border-box;
    padding: 10px 0
}
.news_right li i {
    float: left;
    line-height: 22px;
    margin-right: 5px
}
.news_right li:last-child {
    border-bottom: none;
    padding-bottom: 0
}
.news_right li img {
    width: 45%;
    margin-right: 7px;
    float: left
}
.news_right li h4 {
    font-size: 15px;
    font-weight: normal;
    line-height: 22px
}
/*RIGHT HOTLINE*/

.right_hotline {
    margin-bottom: 20px;
    width: 305px;
    float: left;
    background: #EA1C33;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
}
.right_hotline .hotline_wrap {
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    padding-left: 75px
}
.right_hotline .hotline_wrap:before {
    border: 3px solid #fff;
    border-radius: 100%;
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 35px;
    height: 55px;
    left: 10px;
    line-height: 52px;
    position: absolute;
    text-align: center;
    top: 13px;
    width: 55px;
}
.right_hotline h4 {
    font-size: 14px;
    margin-bottom: 5px
}
.right_hotline p {
    font-size: 24px;
}
/*VIDEO CLIP*/

.videoclip h1 {
    font-size: 1.7em;
    margin: 20px 0 5px;
    color: #222;
    line-height: 32px
}
.videoclip .desc {
    color: #555;
    font-weight: normal;
    margin: 0 0 20px
}
/*BREADCRUMB*/

.breadcrumb {
    height: 30px;
    line-height: 17px
}
.breadcrumb span {
    margin: 0 3px;
    font-size: 14px;
    display: inline-block;
    white-space: nowrap
}
.breadcrumb span.home {
    background: url(images/br-home.png) no-repeat;
    text-indent: -999px;
    width: 16px;
    height: 16px
}
.breadcrumb span.arrow {
    background: url(images/br-arrow.png) no-repeat;
    height: 8px;
    width: 8px;
}
.breadcrumb span a {
    font-size: 14px;
    display: block;
    white-space: nowrap
}
/*VIDEO LIST*/

.video_list {
    display: inline-block;
    margin-bottom: 15px;
    background-color: #f3f3f3
}
.video_list .title {
    padding: 10px 0 5px
}
.video_list .title a {
    display: block-inline;
    background-color: #007F74;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    padding: 5px 20px 5px 15px;
    margin-left: -7px;
    width: 200px;
    font-weight: bold
}
.video_list .title .tshadow {
    background-color: #00665D;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    position: absolute;
    margin: -7px 0 0 -5px;
    z-index: -999
}
.video_list ul {
    display: block;
    float: left;
    width: 640px;
    padding: 0 10px
}
.video_list li {
    width: 29%;
    float: left;
    padding: 2%;
    display: inline-block
}
.video_list li img {
    width: 100%;
    height: auto !important;
    margin-bottom: 5px
}
.video_list li h2 {
    font-size: 14px;
    height: 40px;
    overflow: hidden;
    line-height: 20px
}
/*VIDEO OTHERS*/

.video_others {
    margin: 15px 0 0;
    clear: both;
}
.video_others .title {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 24px;
    border-bottom: 2px solid #CC3300;
    color: #000;
    font-weight: bold
}
.video_others li {
    float: left;
    margin: 0 15px 0 10px;
    overflow: hidden;
    padding: 10px 0;
    width: 315px;
    border-bottom: 1px solid #ccc
}
.video_others li.odd {
    margin-left: 0
}
.video_others li.even {
    margin-right: 0
}
.video_others li a {
    color: #333
}
.video_others li img {
    width: 100px;
    float: left;
    margin-right: 10px
}
.video_others li h2 {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    line-height: 20px
}
/*STATIC PAGE*/

.staticpage {} .staticpage h1 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
    border-bottom: 2px solid #CC3300;
    font-weight: bold
}
.staticpage .content {
    margin-top: 15px
}
/*SUPPORT ONLINE*/

.support_online {
    height: 55px;
    margin-top: 8px;
    box-shadow: 1px 1px 3px #555;
    -moz-box-shadow: 1px 1px 3px #555;
    -webkit-box-shadow: 1px 1px 3px #555;
    width: 100%;
    overflow: hidden
}
.support_online li {
    float: left;
    margin: 5px;
    height: 47px;
    line-height: 47px;
    font-size: 16px
}
.support_online li img {
    vertical-align: middle
}
/*ADS RIGHT*/

.ads_right {
    width: 100%
}
.ads_right li {
    float: left;
    margin-bottom: 10px;
}
.ads_right li img {
    border: 1px solid #d7d7d7;
    box-shadow: 1px 2px 5px -4px #000;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*ADS HOME*/

.ads_home {
    width: 100%
}
.ads_home li {
    float: left;
    margin-bottom: 10px;
}
.ads_home li img {
    /*border: 1px solid #d7d7d7;

        box-shadow: 1px 2px 5px -4px #000;

        padding: 4px;*/

    max-width: 100%;
    margin: 0 auto;
    /*-webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;*/
}
/*GROUP LIKE*/

.multisocial {
    text-align: center;
    background-color: #F0F0F0;
    padding: 8px 6px;
}
.multisocial li {
    display: block;
    margin: 5px 0
}
/*BOTTOM NEWS*/

.bottom_news {
    width: 1020px;
    margin: 0 auto;
    background-color: #f3f3f3;
    margin-top: 20px
}
.bottom_news .title {
    padding: 10px 0
}
.bottom_news .title a {
    display: block-inline;
    background-color: #007F74;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    padding: 5px 20px 5px 15px;
    margin-left: -7px;
    width: 200px;
    font-weight: bold
}
.bottom_news .title .tshadow {
    background-color: #00665D;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    position: absolute;
    margin: -7px 0 0 -5px;
    z-index: -999
}
.bottom_news ul {} .bottom_news ul li {
    display: inline-flex;
    width: 180px;
    padding: 6px
}
.bottom_news ul li:first-child {
    margin-left: 0
}
.bottom_news ul li img {
    width: 100%
}
.bottom_news ul li h2 {
    font-size: 12px;
    font-weight: normal;
    padding: 5px
}
/*HOME TOP VIDEO*/

.home_tvideo {
    border: 1px solid #dcdcdc;
    float: left;
    width: 298px;
    margin-bottom: 10px
}
.home_tvideo li {
    float: left;
    width: 288px;
    position: relative;
    padding: 5px;
    border-bottom: 1px solid #dcdcdc
}
.home_tvideo li.large {
    padding: 0;
    width: 100%
}
.home_tvideo li:last-child {
    border: none
}
.home_tvideo li:first-child {
    padding-top: 0
}
.home_tvideo li h2 {
    font-size: 13px;
    position: absolute;
    bottom: 0;
    height: 40px;
    background: rgba(0, 0, 0, .6);
    width: 278px;
    line-height: 20px;
    padding: 5px 10px
}
.home_tvideo li h2 a {
    color: #f1f1f1;
}
.home_tvideo li h3 {
    font-size: 12px;
    line-height: 18px
}
.home_tvideo li img {
    width: 100%;
}
.home_tvideo li.small img {
    width: 40%;
    float: left;
    margin-right: 7px;
}
.home_tvideo li .icon_video {
    background: url(images/play_icons.png) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute
}
.home_tvideo li.large .icon_video {
    top: 100px;
    left: 140px
}
.home_tvideo li.small .icon_video {
    top: 37px;
    left: 43px
}
#error404 {
    clear: both;
    display: inline-block;
    float: left;
    margin: 20px 0;
    width: 100%;
}
/*PAPER*/

.divPager {
    text-align: right;
    float: right;
    padding: 20px 0;
}
.divPager ul {
    float: left;
}
.divPager ul li {
    float: left;
    margin: 0 4px 0 0
}
.divPager ul li a,
.divPager ul li span {
    background-color: #fff;
    border: 1px solid #ebebeb;
    color: #656e7d;
    display: inline-block;
    float: left;
    font-weight: bold;
    line-height: 1.2em;
    padding: 8px 12px;
    text-decoration: none;
    transition: background-color 0s ease 0s, color 0.2s linear 0s;
}
.divPager ul li .selected,
.divPager ul li:hover a,
.divPager ul li:hover span {
    background-color: #0075B1;
    color: #fff
}
/*BANG GIA*/

.banggia {
    width: 100%;
    border-collapse: collapse;
    line-height: none;
    margin-bottom: 20px;
}
.banggia td {
    border: 1px solid #ccc;
    padding: 1px 6px;
    box-sizing: border-box;
}
.banggia th {
    border: 1px solid #ccc;
    border-top: none;
    border-bottom: none;
    background-color: #9B5A0A;
    color: white !important;
    padding: 1px 5px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
}
/*.banggia th:first-child { border-left:none; }

.banggia th:last-child { border-right:none; }*/

.banggia p {
    margin: 0 !important;
    line-height: 20px !important;
}
.banggia img {
    padding: 0;
    border: none;
}
/*CSS RWD*/

@media screen and (max-width: 1000px) {
    header {
        background: none;
        border: none
    }
    header {
        height: auto;
    }
    #main_page .wrapper {
        padding: 15px;
    }
    #mservice .mintro {
        padding: 30px 15px
    }
    #main_page {
        width: 100%
    }
    #sidebar {
        display: none;
    }
    #left_page {
        width: 100% !Important;
        padding: 0
    }
    .dleft {
        display: none
    }
    .dright {
        width: 100%;
        padding-left: 0
    }
    .toppost li {
        padding: 0
    }
    .maincate .mleft {
        display: none
    }
    .maincate .mright {
        width: 100%;
        border: none;
        padding-left: 0
    }
    .main_wrap {
        width: 100%
    }
    .catepost li .item {
        padding: 15px 0
    }
    .bottom_news {
        display: none
    }
    .news_detail .content table {
        width: 99% !important;
    }
    .pro_detail .minfo table {
        width: 99% !important;
    }
    .fixed_social {
        display: none
    }
}
@media screen and (max-width: 1019px) {
    #menumobile {
        display: block
    }
    #main_nav {
        display: none
    }
    .seotraining .seocourse_list .cols {
        width: 50%;
    }
}
@media screen and (max-width: 799px) {
    .breadcrumb span:last-child {
        display: none
    }
    .catepro ul.list li {
        width: 50%;
    }
    .re_others ul.list li {
        width: 50%;
    }
    .news_list li .img {
        width: 40%
    }
    .news_list li .info {
        width: 60%;
        padding: 15px 20px
    }
    .tright {
        display: none
    }
    #food {
        display: none
    }
    .bx-wrapper .bx-controls-direction a {
        display: none
    }
}
@media screen and (max-width: 749px) {
    body {
        font-size: 16px
    }
    .zopim {
        display: none
    }
    #slide {
        width: 100%
    }
    .cat_list {
        width: 100%;
    }
    .pro_detail .minfo img {
        max-width: 98% !important;
        height: auto !important
    }
    .news_list li {
        margin: 10px 0
    }
    .news_list li .img {
        width: 35%
    }
    .news_list li .info {
        width: 65%;
        padding: 10px 15px
    }
    .news_detail {
        padding-right: 0
    }
    .news_detail .desc,
    .news_detail .content p,
    .news_detail .content span,
    .news_detail .content div,
    .news_detail .content h2,
    .news_detail .content table,
    .news_detail .content * {
        font-size: 1em !important;
        line-height: 1.5em;
        margin: 8px 0
    }
    .news_detail .content img {
        max-width: 100% !important;
        height: auto !important
    }
    .social {
        display: none
    }
}
@media screen and (max-width: 581px) {
    #main_page .wrapper {
        padding: 10px;
    }
    #top_header .contact_info {
        display: none
    }
    #top_header .likefb {
        display: none
    }
    #top_header #logo img {
        height: 85px;
        width: auto !important
    }
    #top_header #navsearch {
        display: none
    }
    #mservice .mintro {
        padding: 15px 10px;
        box-sizing: border-box;
        background: none;
    }
    #mservice .commit {
        width: 80%;
        margin: 0 auto;
        padding: 10px 0
    }
    #mservice .commit li {
        width: 100%;
        border-left: none
    }
    #mservice .mintro .lintro {
        width: 100%
    }
    #mservice .mintro .rintro {
        display: none
    }
    #mservice .mintro .content {
        display: none
    }
    #mservice .mintro .lintro h1 {
        margin: 0;
        font-size: 1.2em;
        color: #46940B;
        font-weight: bold
    }
    #mservice {
        margin: 0 0 10px
    }
    #mservice .mintro {
        width: 100%
    }
    .support_cus ul li {
        width: 100%
    }
    .seotraining .intro {
        padding: 15px 0
    }
    .seotraining .seocourse_list {
        margin: 0
    }
    .seotraining .seocourse_list .cols {
        width: 100%;
        margin-bottom: 10px;
        padding: 0
    }
    .seotraining .intro .content h2 {
        font-size: 1.4em
    }
    .seotraining .intro .content p.desc {
        display: none
    }
    .reviews .reviews_slider {
        width: 100%;
        padding-right: 0
    }
    .reviews .event {
        display: none
    }
    .reviews .reviews_slider span {
        padding: 0 15px
    }
    .catepro ul.list li {
        width: 100%;
    }
    .catepro ul.list li .item p.address {
        height: auto !important
    }
    .re_others ul.list li {
        width: 100%;
    }
    .re_others ul.list li .item p.address {
        height: auto !important
    }
    #mservice .servicelist li {
        width: 100%
    }
    #mservice .servicelist li {
        padding: 7px;
        margin: 5px 0;
        background-color: #EFEFEF
    }
    #mservice .servicelist .info h4 {
        font-size: 1.2em;
        text-transform: none
    }
    .process .fourstep li {
        width: 100%;
        padding: 0 5px;
        margin-bottom: 10px
    }
    .process .pintro p.desc {
        display: none
    }
    .process .fourstep h3 {
        font-size: 1.8em;
        line-height: 1.8em
    }
    .process .pintro h2 {
        font-size: 1.6em;
        line-height: 1.2em
    }
    .mcontact .contact_arrow {} .mcontact .lblock {
        width: 100%
    }
    .mcontact .rblock {
        display: none
    }
    .mcontact .lblock .linfo {
        width: 100%
    }
    .mcontact .lblock .rinfo {
        display: none
    }
    .re_detail .retopinfo .releft {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px
    }
    .re_detail .retopinfo .reright {
        width: 100%
    }
    #footer .fwrapper {
        padding: 20px 0
    }
    #footer .block {
        width: 100%
    }
    #footer .topft {
        height: auto;
        line-height: 18px;
        padding: 5px 0
    }
    .toppost li {
        width: 100%
    }
    .catepost li .img {
        width: 45%
    }
    .catepost li .info {
        width: 55%
    }
    .catepost li h4 a {
        font-size: 18px;
        line-height: 22px
    }
    .catepost li .info .desc {
        display: none
    }
    .news_list li {
        margin: 7px 0
    }
    .news_list li .img {
        width: 50%
    }
    .news_list li .info {
        width: 50%;
        padding: 5px 7px
    }
    .news_list li h4 {
        display: none
    }
    .news_list li h3 {
        margin: 5px 0 7px;
        font-size: 15px;
        line-height: 20px
    }
    .pro_detail .binfo .linfo {
        width: 100%
    }
    .product_intro,
    .main_intro {
        display: none
    }
    .pro_detail .binfo .rinfo {
        width: 100%;
        float: left;
        margin: 20px 0 0;
        padding: 0
    }
    #product_order .order_content {
        width: 100%;
        float: left
    }
    #product_order .order_info {
        width: 100%;
        float: left
    }
    #product_order .order_info_wrap {
        padding: 10px 0 0 0
    }
    #ads_header {
        float: left;
        padding: 5px
    }
    #ads_header img {
        width: 100%;
    }
    .news_list li .imgthumb {
        width: 100%
    }
    .news_list li .imgthumb img {
        width: auto;
        max-width: 100%
    }
    .home_news_cate {
        width: 100%;
        margin: 0 -1px 0 0
    }
    .video_list li h2 {
        font-size: 16px;
    }
    .breadcrumb span {
        font-size: 16px;
    }
    .breadcrumb span a {
        font-size: 16px;
    }
    .banggia td,
    .banggia td {
        font-size: 0.9em
    }
    #footer {
        padding: 0 5px
    }
    #footer .block {
        margin-top: 10px;
    }
    #footer .block .info {
        margin-left: 10px
    }
}
@media screen and (max-width: 381px) {
    #footer .fwrapper ul a {
        font-size: 12px
    }
    .cat_list .list li .info h4 {
        line-height: 22px;
        text-transform: none
    }
    .cat_list .list li .info .moredesc {
        display: none
    }
    .re_others .list li .info h4 {
        line-height: 22px;
        text-transform: none
    }
    .re_others .list li .info .moredesc {
        display: none
    }
    .news_others li img {
        width: 40%
    }
    .news_others li p {
        display: none
    }
    .video_list li {
        width: 96%;
        padding: 2%
    }
    .breadcrumb {
        display: none;
    }
    .news_detail h1 {
        margin-top: 5px;
        margin-bottom: 7px;
        line-height: 32px;
        font-size: 22px;
    }
}
.fb-comments iframe {
    width: 100% !important;
}
#sidebar .textwidget img{max-width: 100%;height: auto;}

@media (max-width: 812px) {
	.dk-footBxUl li { font-size:14px }
	.dk-singDaNe-Ig img { height:96px }
	.dk-khNod { display:block }
	.dk-ShCtnX.dk-ShCtn_Bgi { margin-bottom:4em }
	
}
@media (max-width: 480px) {
	.dk-footBxUl { width:100%; margin:0; border-right:none; border-bottom:1px solid #eee }
	.dk-footBxUl.dk-footBxUl03 { border-bottom:none }
	.dk-footBxUl li { font-size:16px }
	.dk-ShCtn_Bgi h4 { font-size:22px }
	.dk-ShCtn_BgiDxA, .dk-ShCtn_BgiDxB { width:100% }
	.dk-ShCtn_BgiDxB { padding-left:0; padding-top:10px; border-left:none }
	.dk-ShCtn_BgiDxB .wpcf7 .dk-submit { text-align:right }
	.dk-singDaNe ul li { width:100%; margin:0 0 12px }
	.dk-singDaNe ul li:last-child { margin-bottom:0; border-bottom:none }
	.dk-singDaNe-Ig { width:42% }
	.dk-singDaNe-Ig img { height:auto }
}