#link_br .a_active
{
    color:#f96302;
}
#link_br span
{
    float:left;
    font-size:15px;
    padding-right:4px;
}
#link_br a
{
    font-weight:bold;
    font-size:11px;
    float:left;
    padding-right:4px;
}
.list_img img
{
    width:70px;
    height:35px;
}
.sum_money
{
    color:black;
    font-size:12px;
}
.list_img
{
    width:70px;
    height:35px;
    float:left;
    margin-right:5px;
    margin-bottom:5px;
    padding:2px;
    border:1px solid #ccc
}
.register-notice span {
    color: #FC8E03;
    font-size: 12pt;
    font-weight: bold;
}
/* Mask for background, by default is not display */
#mask {
    display: none;
    background: #000; 
    position: fixed; left: 0; top: 0; 
    z-index: 10;
    width: 100%; height: 100%;
    opacity: 0.8;
    z-index: 999;
}

/* You can customize to your needs  */
.login-popup{
    display:none;
    background: #333;
    padding: 10px; 	
    border: 2px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%; left: 50%;
    z-index: 99999;
    box-shadow: 0px 0px 20px #999; /* CSS3 */
    -moz-box-shadow: 0px 0px 20px #999; /* Firefox */
    -webkit-box-shadow: 0px 0px 20px #999; /* Safari, Chrome */
    border-radius:3px 3px 3px 3px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
}

img.btn_close { Position the close button
                float: right; 
                margin: -28px -28px 0 0;
}

fieldset { 
    border:none; 
}

form.signin .textbox label { 
    display:block; 
    padding-bottom:7px; 
}

form.signin .textbox span { 
    display:block;
}

form.signin p, form.signin span { 
    color:#999; 
    font-size:11px; 
    line-height:18px;
} 

form.signin .textbox input { 
    background:#666666; 
    border-bottom:1px solid #333;
    border-left:1px solid #000;
    border-right:1px solid #333;
    border-top:1px solid #000;
    color:#fff; 
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font:13px Arial, Helvetica, sans-serif;
    padding:6px 6px 4px;
    width:200px;
}

form.signin input:-moz-placeholder { color:#bbb; text-shadow:0 0 2px #000; }
form.signin input::-webkit-input-placeholder { color:#bbb; text-shadow:0 0 2px #000;  }

.button { 
    background: -moz-linear-gradient(center top, #f3f3f3, #dddddd);
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dddddd));
    background:  -o-linear-gradient(top, #f3f3f3, #dddddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');
    border-color:#000; 
    border-width:1px;
    border-radius:4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color:#333;
    cursor:pointer;
    display:inline-block;
    padding:6px 6px 4px;
    margin-top:10px;
    font:12px; 
    width:auto;
    margin-right:10px
}
#loginbox a:hover
{
    color:#F60
}
#loginbox a
{
    color:#09C
}
.login-popup
{
    width:220px;
    padding:20px;
    color:white
}
img.btn_close {
    float: right;
    margin: -28px -28px 0 0;
}
.button:hover { background:#ddd; }
.gohome
{

    float: left;
    text-align: center;
    width: 100px;
    margin-right: 10px;
}
.view_n
{

    text-align: center;
    float: left;
    width: 145px;
}
.close
{
    display:block
}
.changepass label {
    float: left;
    font-weight: bold;
    margin-left: 10px;
    text-align: left;
    width: 115px;
}
.changepass input {
    margin-bottom: 10px;
    margin-right: 10px;
}
.changepass .info_e {
    color: #FF0000;
}

.register-notice u {
    color: red;
    text-decoration: none;
}
#conten_re {
    border: 1px solid #CCCCCC;
}
#title_re {
    border-bottom: 1px solid #CCCCCC;
    background:#EEEEEE;
    font-weight: bold;
    padding: 5px 0 5px 10px;
}
.register-field {
    border-bottom: 1px solid #CCCCCC;
    display: block;
    min-height: 25px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.register-field label {
    color: black;
    float: left;
    line-height: 22px;
    margin-right: 5px;
    padding-left: 5px;
    width: 131px;
}
#error_register p {
    background: url(../images/error.png) no-repeat;
    background-position: 0px 0px;
    padding-left: 23px;
    padding-bottom: 5px;
}
#error_register fieldset {
    border: 1px solid #599dc8;
    padding: 10px;
}
#error_register fieldset legend {
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px 5px;
    color: #F10000;
}
.require {
    color: red;
}

#reset:hover
{
    color:black
}
#reset
{
    background: none repeat scroll 0 0 #f86201;
    border-color: #CCCCCC #c0c0c0 #c0c0c0 #CCCCCC;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 700;
    padding:5px 8px;
}
.sign-in-field label {
    color: #7B7D7B;
    display: block;
    float: left;
    line-height: 22px;
    padding-right: 3px;
    text-align: right;
    width: 90px;
}
.sign-in-field input {
    border: 1px solid #D6D3D6;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    padding: 2px 0 0 5px;
    width: 235px;
}
#loginForm
{
    padding-left:125px;
}
.sign-in-field label {
    color: #7B7D7B;
    display: block;
    float: left;
    line-height: 22px;
    padding-right: 3px;
    text-align: right;
    width: 90px;
}
.sign-in-submit1 {
    padding-bottom: 20px;
    padding-left: 87px;
    padding-top: 5px;
    text-align: left;
}
#cotent_pro
{
    padding:0px 20px
}
.link_top
{	
    padding: 8px 10px 0px 16px;
    backg1round: #f6f6f6;
    border:1px solid #e7e7e7;
    border-left:none;
    border-right:none;
    height:28px
}
#easyTooltip{
    width:700px;
    padding:8px;
    background:#fcfcfc;
    border:1px solid #e1e1e1;
    line-height:130%;
    color:#999;-webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    behavior: url(dh.htc)
}
#totop {
    background: none repeat scroll 0 0 transparent;
    bottom: 10px;
    color: #333;
    cursor: pointer;
    display: none;
    font-family: verdana;
    font-size: 11px;
    padding: 5px;
    position: fixed;
    right: 10px;
    text-align: center;
    width: 100px;
}
#easyTooltip h3{
    font:20px tahoma;
    font-weight:bold;
    text-transform:uppercase;
}	
#easyTooltip p{
    margin:0 0 .5em 0;
}		
#easyTooltip img{
    background:#fff;
    padding:1px;
    border:1px solid #e1e1e1;
    margin-right:10px;
    background:#ccc;
    float:left
}		

#item{display:none;}
#d_pro
{
    float:left;
    width:380px;
}
#detail_pro_text
{
    text-align:justify;
    line-height:20px;
    margin:10px 0px;
}
.item_p
{
    background:url(../images/bulet.jpg) no-repeat;
    background-position:5px 11px;
    font-size:11px;
    border-bottom:1px dashed white;
    padding:5px 0px;
    padding-left:20px;
}
.block_img
{
    width:220px;
    float:left
}
#view_more a
{
    font-weight:bold;
    font-size:11px;
    font-style:italic
}
.thumb
{
    max-width:200px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    behavior: url(dh.htc)
}
#lichkhaigiang a:hover
{
    color:#FC0
}
#lichkhaigiang a
{
    font-weight:bold;
    color:white
}
#lichkhaigiang #title_lichkhaigiang
{
    font-weight:bold;
    font-size:14px;
    color:white
}
#lichkhaigiang td
{
    padding:10px 7px;
    border-left:1px solid #4e8381;
    border-bottom:1px solid #4e8381
}
#lichkhaigiang
{
    width:100%;
    height:auto;
    border:1px solid #4e8381
}
#list_yk p a
{
    font-weight:bold
}
#list_yk p
{
    background:url(../images/y-kien-hoc-vien-hoc-dao-tao-seo.png) no-repeat;
    background-position:0px 0px;
    padding-left:23px;
    margin-bottom:8px;
}
#list_kq p a
{
    font-weight:bold
}
#list_kq p
{
    background:url(../images/ket-qua-hoc-vien-dao-tao-seo.png) no-repeat;
    background-position:0px 2px;
    padding-left:23px;
    margin-bottom:8px;
}
#view_more
{
    text-align:right;
}
#content_sup td
{
    padding:3px 0px
}
#content_sup table
{
    width:80%;
    margin:auto;
    margin-bottom:20px
}
#content_sup
{
    text-align:center;
    font-weight:bold;

}
.view_all a:hover
{

    color:#e53838;
}
.view_all a
{
    font-size:11px;
    font-weight:bold
}
.view_all
{
    text-align:right
}
#boder_link
{
    position:absolute;
    top:0px;
    left:0px;
    border-bottom: 3px solid #E43737;
    height:31px;
    padding-right: 5px
}
#content_new
{
    padding:0px 15px
}
#link_br {
    font-family: Verdana, Geneva, sans-serif;
    padding-bottom: 8px;
    padding-left: 18px;
    padding-top: 10px;
    position: relative;
    border: 1px solid #dfdfdf;
    margin-bottom: 10px;
    border-left:none
}
#link_br h1 a
{

    font-size:18px;
}
#link_br h1
{
    padding-bottom:5px;
    line-height:20px;
}
#link_br a:hover
{
    color:#1276AB;
}
#ct_new {
    text-align: justify;
}
#ct_new p {
    margin:0px;
    line-height: 18px;
}
#ct_new p span
{
    display:block;
    font-size:11px;
    color:#999999;
    font-style:italic;
}
#name_new a:hover
{
    color:#ffd200;
}
#xemtiep a:hover
{
    color:#ffd200;

}
#name_new
{
    margin-bottom:5px;
}
#name_new a {
    font-family: tahoma;
    font-size: 12px;
    color:#1276AB;
    font-weight: bold;
}
#content_n {
    margin-top:10px;
    border-top:1px  dashed #ccc;
    margin-bottom:10px;
    padding-top:10px;
}



























#news_title {
    padding-bottom: 0px;
}
#news_title  h4{
    font-weight:bold;
    font-family:tahoma;
    font-size:17px;
    color:#09F;
}
#posttime {
    padding-bottom: 8px;
    color: #999;
}
#about_img img
{
    border:1px solid #ccc;
    padding:2px;
    background:white;
}
.register-field #uathich
{
    width:auto;
    height:auto;
    padding:0px 0px 0px;
    width:25px;
}
#file
{
    background:url(../images/doc.png) no-repeat;
    background-position:0px 0px;
    padding-left:20px;
    padding-bottom:15px;
    color:#249DED;
    font-size:11px;
    font-weight:bold;
}
#about_img {
    width: 260px;
    float: left;
}
#content_b_box {
    padding: 10px 25px 10px 25px;
}
#detail_new a {
    font-size: 11px;
    font-weight: bold;
    color: #09F;
}
#posttime span {
    font-weight: bold;
}
#tygia {

    width: 206px;

}
#about_img {
    width: 215px;
    float: left;
}
#xemtiep
{
    font-size:11px;
    font-weight:bold;
}
#xemtiep
{
    text-align:right;
}
#shor_n
{
    max-height:107px;
    overflow:hidden;
}
#detail_new a:hover
{
    color:#F90;
}
#detail_new a {
    font-size: 11px;
    font-weight: bold;
    color: #09F;
}
#pk
{

    font-family: Verdana, Geneva, sans-serif;
    padding-top:5px;
}
#products-id-img {
    float: left;
    width: 220px;
}
#products_id {
    height: 225px;
    padding: 27px 15px 10px 25px;
}
#big_img {
    border: 1px solid #CCC;
    padding: 2px;
}
#img_small {
    padding-top: 5px;
}
#img_small li {
    width: 67px;
    float: left;
}
#img_small li img {
    width: 58px;
    height: 60px;
    border: 1px solid #CCC;
    padding: 1px;
}
#products-id-img p {
    font-family: Verdana, Geneva, sans-serif;
    padding-right:25px;
    text-align: center;
    color: black;
    font-size: 11px;
    display: block;
    line-height: 17px;
}
#content-pro-id #product-id-name span {
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: bold;
    font-family: tahoma;
}
#product-id-name h2 {
    font-size: 14px;
    text-transform:uppercase;
    color:#066;
}
#content-pro-id #product-id-name p {
    font-size: 11px;
    color: #666;
    display: block;
    padding-bottom: 5px;
}
#product-id-data li {
    list-style: inside;
}
#content-pro-id #product-id-data ul {
    line-height: 20px;
    color: #066;
}
#detail_text {
    clear: both;
    text-align: justify;
    overflow:hidden
}
#content-pro-id {
    float: left;
    width: 430px;
}
#vang {

    width: 190px;

}

#tab_vang {

    width: 87%;

    border-spacing: 0px;

    border-color: #EFEFEF;

}

#title_gold {

    font-weight: bold;

    color: black;

    text-align: center;

    height: 20px;

}

#gold_tr1 {

    height: 20px;

    color: black;

    font-size: 10px;

    text-align: center;

}

#gold_tr2 {

    height: 20px;

    text-align: center;

    color: black;

    font-size: 10px;

}

#ngoaite {

    width: 190px;

    text-align: left;

}

#tygiangoaite {

    width: 175px;

    border-spacing: 0px;

    border-color: #EFEFEF;

}
#ct_text
{
    padding-top:10px;
}
#news_title h1
{
    font-size:16px;
    padding:0px;
    margin:0px;
    line-height:20px;
}
#news_detail {
    padding-top:10px;
    padding-bottom: 10px;
    padding-right: 10px;
    text-align:justify;
    line-height:20px;
    overflow:hidden;
}
#fb
{
    padding:10px;
    margin:10px 0px;
    border:1px dashed white;
}
#other_new li {
    list-style:none;
    background:url(../images/icon_left.png) no-repeat;
    background-position:16px 6px;
    padding-left: 30px;
    padding-bottom: 5px;
}
#img_p
{

    width:270px;
    float:left
}
#img_p img 
{
    width:250px;
    padding:2px;
    border:1px solid white;
}
#time span
{
    color:#39C;
}
#time {
    background-position: 0px 0px;
    color: #8A8A8A;
    font-style:italic;
    font-size: 10px;
    height: 25px;
}
#link_other a:hover
{
    color:#e53838
}
#link_other a
{
    font-weight:bold;
    color:#3a3a3a
}
#like_face
{
    padding-bottom:5px
}
.new_n b
{
    color:#e53838;
    display:block;
    padding-bottom:5px;
    margin-bottom:5px;
    border-bottom:1px solid #ccc
}
.new_n p a:hover
{
    color:#e53838
}
.new_n p {
    margin-left: 15px;
    background:url(../images/bichvan_19.png) no-repeat;
    background-position: 2px 8px;
    padding: 0px 10px 1px 20px;
}
.new_n p a
{
    color:#36C
}
.new_n
{

    border:1px dashed #36C;
    padding: 10px 20px 10px 12px;
    margin-bottom:10px;
}
#chiase {
    border:1px solid #ccc;
    padding: 10px 20px 10px 12px;
    margin-bottom:10px;
}
.pagination a {
    background: url(../images/pagenavi-bg.jpg) repeat scroll 0 0 white;
    border: 1px solid #939393;
    color: #333;
    display: block;
    float: left;
    margin-left: 5px;
    padding: 2px 5px;
    text-shadow: 1px 1px 1px white;
    text-decoration: none;
    border-image: initial;
}
.pagination strong, .pagination a:hover {
    background: #DDE8E8;
    border: 1px solid #939393;
    color: black;
    display: block;
    float: left;
    margin-left: 5px;
    padding: 2px 5px;
    text-decoration: none;
    border-image: initial;
}
#other_new li a:hover
{
    color:#F90;
}


#chiase #title {
    padding: 0px;
    font-weight: bold;
    padding-left: 30px;
    background:url(../images/chia-se-website-tao-tao-seo.png) no-repeat;
    background-position: 7px 0px;
    display: block;
    margin-bottom:5px;
}
.linkhaybutton .count {
    background: url('../images/lh_widget_button.gif') no-repeat scroll 0px -109px;
    float: left;
    display: block;
    width: 32px;
    height: 18px;
    margin-right: 1px;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    color: #959595;
    text-align: center;
}
.linkhaybutton .retweet {
    background: url('../images/lh_widget_button.gif') no-repeat scroll 0px -73px;
    float: left;
    height: 18px;
    width: 46px;
    text-align: center;
    display: block;
    cursor: pointer;
    padding: 0px 0px 0px;
    font-size: 11px;
    color: white;
    text-decoration: none;
    line-height: 18px;
    padding-left: 3px;
}
#ykien
{
    border:1px solid #dfdfdf;
    padding: 10px;
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:10px;	
}
#tags {
    border:1px dashed #dfdfdf;
    padding: 10px;
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:10px;
}
#tags span {
    padding-left: 30px;
    background:url(../images/tag-website-tao-tao-seo-thiet-ke-web-hai-phong.png) no-repeat;
    background-position: 0px 0px;
    font-weight: bold;
    display: block;
    margin-bottom:10px;
    padding-top: 4px;
}
.form_info_order .inputdh
{
    width:220px !important;
}
#list_order table td
{
    padding:3px 5px;
    border:1px solid #ccc
}
#list_order table
{
    text-align:center;
    font-size:11px;
    border-collapse:collapse;
    width:100%
}
.form_info_order
{
    float:left;
    min-height:200px;
    width:300px
}
.form_info_order input[type="text"]
{
    margin:5px 0px;
    width:270px;
    height:23px;
    padding:2px;
    border:1px solid #ccc;
    background:white
}
.form_info_order span
{
    color:red
}
.form_info_order textarea
{
    width:465px;
    padding:2px;
    border:1px solid #ccc;
    background:white
}

#info_order p
{
    margin-bottom:5px

}
#info_order
{
    width:410px;
    float:left
}
.button:hover
{
    color:#f96302
}
.button
{
    float:left;
    cursor:pointer;
    font-weight:bold;
    padding: 5px 10px;
    -moz-box-shadow: 1px 1px 2px #e7e7e7;
    -webkit-box-shadow: 1px 1px 2px #e7e7e7;
    box-shadow: 1px 1px 2px #e7e7e7;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #d1d1d1;
    background: #f4f4f4;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod�EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#ededed));
    background: -webkit-linear-gradient(top, #f4f4f4 0%,#ededed 100%);
    background: -o-linear-gradient(top, #f4f4f4 0%,#ededed 100%);
    background: -ms-linear-gradient(top, #f4f4f4 0%,#ededed 100%);
    background: linear-gradient(to bottom, #f4f4f4 0%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ededed',GradientType=0 );
    behavior: url(dh.htc);
}
.form_info_order table
{
    font-size:11px;
    width:100%
}
.intro_h
{
    text-transform:uppercase;
    padding:10px 10px
}
#tags a {
    text-decoration: none;
    color: #01723A;
    font-size: 11px;
}
#other #other_title {
    padding-left:42px;
    display: block;
    height: 30px;
    font-weight: bold;
    background:url(../images/tin-lien-quan-website-tao-tao-seo-thiet-ke-web-hai-phong.png) no-repeat;
    background-position: 13px 0px;
    padding-top: 2px;
}
#other
{
    padding:10px 0px;
    border:1px dashed white;
}
#other_new {
    padding:0px 18px 0px 13px;
}
#other_new li span {
    color: #01723A;
    font-size:11px;
    font-style:oblique;
}
#other_new li a {
    text-decoration: none;
    font-size:11px;
    color: #efefef;
    font-weight:bold;
}
#map {
    color: 
        #4E4F52;
    font-size: 12px;
    outline: none;
    border-color: 
        #D6D6D6 
        #EDEDED 
        #E9E9E9;
    background: 
        #F7F7F7;
    background: -webkit-gradient(linear, left top, left bottom, from(
        white), to(
        #F1F1F1));
    background: -moz-linear-gradient(top, 
        white, 
        #F1F1F1);
    background: linear-gradient(
        white, 
        #F1F1F1);
    -pie-background: linear-gradient(#fff, #F1F1F1);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width:100%;
    margin-bottom:10px;
    -webkit-background-clip: padding-box;
}
#info_contact .title_in
{
    border-bottom:1px solid #e6e6e6;
    font-size:18px;
    padding-bottom:20px;
    color:#3497B7;
}
#info_contact h3
{
    font-size:14px;
    margin:auto;
    line-height:20px;
    margin:10px 0px;
}
#info_contact b
{
    font-weight:bold
}
#formContact table
{
    width:100%;
    font-size:11px
}
.right_contact
{
    width:430px;
    float:left
}
#info_contact
{

    float:left;
    width:294px
}
#left_contact ul{
    padding-left:5px;
}
#left_contact{
    padding-right:30px;
    width:40%;
    float:left;
}
#left_contact #name-contact {
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    color: 
        #09C;
}
#left_contact li {
    list-style: none;
    padding-bottom: 5px;
    color: 
        #01723A;
}
.contact-title {
    padding-bottom:5px;
    font-weight:bold;
    font-family:Verdana, Geneva, sans-serif
}
#smb
{
    padding-top:20px;
    padding-left:155px;
}
#txtt, #txte, #txtct, #txtdt, #txtdc {
    border: 1px solid 
        #CCC;
    background: 
        #F3F3F3;
    padding: 2px;
    width: 204px;
    margin-bottom: 10px;
    height: 22px;
}
#txtnd {
    border: 1px solid 
        #CCC;
    background: 
        #F3F3F3;
    padding: 2px;
    width: 260px;
}
#contact
{
}
#nut {
    background: none repeat scroll 0 0 
        #288FB8;
    border-color: 
        #EEE;
    border-style: solid;
    border-width: 1px;
    color: 
        #EEE;
    font-weight: 700;
    padding: 3px 8px;
    cursor: pointer;
}
#left_contact h3
{
    font-size:15px;
}