﻿/* A simple Browser Reset */

*
{
    margin: 0;
    padding: 0;
}
img
{
    border: 0;
}
/*****hover*********************/
a
{
    /* visited link */
    color: black;
    text-decoration: none;
}
a:visited
{
    /* visited link */
    color: black;
    text-decoration: none;
}
a:focus
{
    color: #00c6ff;
    text-decoration: underline;
}
a:hover
{
    /* mouse over link */
    color: #00c6ff;
    text-decoration: underline;
}
a:active
{
    /* selected link */
    color: #00c6ff;
    text-decoration: underline;
}

/* General Layout
________________________________*/

body
{
    /*canh giữa cho layout*/
    margin: 0 auto;
    font-family: Tahoma;
    font-size: 10.75px;
    width: 965px; /*SET WIDTH CHO TOÀN BỘ BODY*/
}
#header
{
    clear: both;
    position: relative;
    z-index: 2; /*không đổi*/
    margin-bottom: 10px;
}
#page
{
    /*div lớn của toàn bộ layout*/
    min-height: 100%;
    position: absolute;
    width: 965px; /*SET WIDTH CHO LAYOUT, = WIDTH BODY*/
}
#footer
{
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 965px;
    clear: both; /*không đổi*/
    border-top: solid 1px #eaeaea;
    background-color: #f8f8f8;
}
/* We have to set the z-index of the real content to 2 to bring it back on top of the columns. As the actual 
content is not positionned absolutelly, the footer still behave normally and is pushed down by it. */

#content
{
    /*center, do not change anything*/
    float: left;
    width: 100%;
    margin-right: -100%;
    position: relative;
    z-index: 2;
}
.column
{
    float: left;
    padding-bottom: 218px; /*SET PADDING BOTTOM = HEIGHT FOOTER + PADDING MONG MUỐN*/
}
/* -- compensating the padding on sidebars -- multiply the padding of columns by 2, and remove
it from the width of each sidebar. */

#left
{
    position: relative;
    z-index: 2;
    width: 208px; /*SET WIDTH CỦA LEFT = WIDTH(.LEFT) - [PADDING + MARGIN + (BORDER WIDTH x 2)] nếu có */
    margin: 0 5px 0 0;
}
#right
{
    position: relative;
    z-index: 2;
    width: 213px; /* SET WIDTH CỦA RIGHT = WIDTH(.RIGHT) - [PADDING + MARGIN + (BORDER WIDTH x 2)] nếu có */
    margin: 0 0 0 5px;
   
}

/* You can easily change the layout proportions by just changing the matching values. For example,
to have a 100px left sidebar, I just have to change all the 220 to 100 (and the -220 to -100).*/

#content-inner
{
    float: none;
    min-height: 100%;
    margin-left: 215px; /* SET LEFT Sidebar width, = WIDTH TRONG .LEFT + MARGIN (nếu có) 190 +5 */
    margin-right: 220px; /* SET RIGHT Sidebar width, = WIDTH TRONG .RIGHT + MARGIN (nếu có) 220 + 5 */ /*  	border:1px orange solid;*/
}
#content-inner1
{
    /*use for master 2 column Left & Center*/
    float: none;
   
    margin-left: 215px; /* SET LEFT Sidebar width, = WIDTH TRONG .LEFT + MARGIN (nếu có) 190 +5 */ /*  	border:1px orange solid;*/
}
#content-inner2
{
    /*use for master 2 column Left & Center*/
    float: none;
    min-height: 100%;
    margin-right: 220px; /* SET LEFT Sidebar width, = WIDTH TRONG .LEFT + MARGIN (nếu có) 190 +5 */ /*  	border:1px orange solid;*/
}
.left
{
    width: 215px; /* LEFT Sidebar width, CỘNG CẢ PADDING, MARGIN VÀ BORDER CỦA LEFT COL */
    margin-right: -215px; /* LEFT Sidebar width, = WIDTH .LEFT */
}
.right
{
    float: right;
    width: 220px; /* RIGHT Sidebar width, CỘNG CẢ PADDING, MARGIN VÀ BORDER CỦA RIGHT COL */
}

/* Equal Height Columns 
________________________________*/

/* The columns are created using empty DIV that have to be inside the main wrapper (#page) and should be 
positionned relative. Each DIV have the same width as its corresponding columns (done by using class), and by 
postionning them absolutelly (bottom) and giving them a height of 100%, the DIVs fill the entire space that the 
columns should fill.*/

.bg
{
    /*do not change anything*/
    position: absolute;
    bottom: 0;
    height: 100%;
}
#bgleft
{
    left: 0;
    background-color: #d7ecff; /*SET BG COLOR CHO LEFT COLUMN*/
}
#bgright
{
    right: 0;
    background-color: #fff2d7; /*SET BG COLOR CHO RIGHT COLUMN*/
}
#bgcenter
{
    right: 0;
    width: 100%; /*    background-color:#969; SET BG COLOR CHO CENTER*/
}
/***************************************
.top-menu ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	
	height:32px;
	background-repeat:repeat-x;
}
.top-menu li{
	padding:0;	
	margin:0;
	display:inline;
	display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;   
     
    font-size:14px;
    font-weight:bold;	
    text-align:center;
}
******************border cong***********************/
.border
{
    padding: 0;
    background-color: #FDF;
    margin: 0;
}
p
{
    padding: 0 10px;
    margin: 0;
}
.border1
{
    text-align: right;
    background: #fdf url('../images/p1botleft.gif') left bottom no-repeat;
}
.border2
{
    text-align: left;
    background: #fdf url('../images/p1topleft.gif') right top no-repeat;
}
h2
{
    margin: 0;
    padding: 0;
    background: #fdf url('../images/p2toprt.gif') top right no-repeat;
    font-size: 11px;
}
/**************************header***************************/
.top
{
    background-image: url('images/bg_top.gif');
    background-repeat: repeat-x;
    height: 50px;
}
.top span
{
    padding: 18px 8px 0 0;
    text-align: right;   
    display: block;
    color: #00c6ff;
}
.img_hotline
{
    padding: 14px 0 0 9px;
    float: left;
}
.menu
{
    margin-top: 8px;
}
.logo
{
    width: 200px;
    margin: 0 10px;
    float: left;
}
.topmenu
{
    text-align: right;
    width: 745px;
    margin-bottom: 9px;
}
.clear
{
    /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
a.top-menu
{
    background: transparent url('images/topmenu_right.gif') no-repeat scroll top right;
    color: white;
    display: block;
    float: left;
    font: bold 11.5px Tahoma;
    height: 28px;
    margin-right: 4px;
    padding-right: 17px; /* sliding doors padding */
    text-decoration: none;
}
a.top-menu span
{
    background: transparent url('images/topmenu_left.gif') no-repeat;
    display: block;
    line-height: 18px;
    padding: 5px 5px 5px 13px;
}
a.top-menu:visited
{
    background-position: top right;
    outline: none; /* hide dotted outline in Firefox */
}
a.top-menu:visited span
{
    background-position: top left;
}
a.top-menu:focus
{
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}
a.top-menu:focus span
{
    background-position: bottom left;
}
a.top-menu:hover
{
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}
a.top-menu:hover span
{
    background-position: bottom left;
}
a.top-menu:active
{
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}
a.top-menu:active span
{
    background-position: bottom left; /*   padding: 6px 0 4px 18px; /* push text down 1px */
}
.quydinh
{
    background-image: url('images/bg_quydinh.gif');
    background-repeat: repeat-x;
    height: 95px;
    clear: left;
    padding: 0 10px 0 0;
}
.img_check
{
    margin: 0 6px 0 10px;
}
.text-quydinh
{
    color: #48a9e2;
    font-weight: bold;
}
.img_check1
{
    margin-top: 15px;
}
.footer-menu
{
    padding: 13px 0;
    text-align: center;
    font-size: 11.5px;
}
.footer-img
{
    display: block;
    text-align: center;
}
.footer-address
{
    padding: 10px 0;
    text-align: center;
    display: block;
    line-height: 1.8em;
    font-size: 11.5px;
}
/********************left********************/
.left-column
{
    border: solid 1px #e0dddd;
    margin-bottom: 7px;
}
.left-column-title
{
    background-image: url('images/bg_left_title.gif');
    background-repeat: repeat-x;
    height: 26px;
    color: #010101;
    font-size: 12px;
    font-weight: bolder;
    padding: 10px 5px 0 13px;
}
.img-left-title
{
    padding-right: 10px;
}
.left-column-content
{
    padding: 5px 5px 5px 7px;
    font-size: 11px;
}
.left-column-content ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.left-column-content li
{
    margin: 0;
    padding: 0;
    display: block;
    line-height: 2em;
}
/********************right********************/
.right-column
{
    margin-bottom: 7px;
}
.right-column-title
{
    background-image: url('images/bg_right_title.gif');
    background-repeat: repeat-x;
    height: 24px;
    color: #010101;
    font-weight: bolder;
    padding: 10px 5px 0 9px;
    color: White;
    font-size: 12px;
    font-weight: bolder;
}
.right-column-content span
{
    display: block;
    color: #48a9e2;
    padding: 3px 0;
    font-weight: bold;
    line-height: 1.7em;
}
.right-column-inan
{
    float: right;
}
.btn-chitiet
{
    padding: 4px 6px 0 120px;
}
.right-column-content
{
    padding: 5px 5px 5px 7px;
    font-size: 11px;
    border: solid 1px #03d9fa;
    border-top: none;
    text-align: justify;
}
.right-column-content ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.right-column-content li
{
    margin: 0;
    padding: 0 0 8px 0;
    display: block;
    line-height: 1.6em;
}
.right-column-content li strong
{
    font-weight: bold;
}
/********************page default********************/
.banner
{
    margin: 0 auto;
    display: block;
}
.check-domain
{
    background-image: url('images/bg_checkdomain.gif');
    background-repeat: repeat-x;
    height: 62px;
    margin-top: 7px;
    font-size: 11.5px;
}
.check-domain-img
{
    margin: 10px 7px 0 10px;
}
.check-domain-text
{
    color: #fe0000;
    font-size: 12px;
    padding: 0 8px 0 3px;
}
.left-right
{
    margin: 0 8px 0 0;
}
.left-right1
{
    margin: 0 8px 0 10px;
}
.check-domain span
{
    text-align: center;
    display: block;
    margin-top: 8px;
}
.service-home
{
    width: 260px;
    float: left;
    
   
}
.service-title-home
{
    background-image: url('images/bg_bgia_domain.gif');
    background-repeat: no-repeat;
    height: 30px;
    padding: 4px 0 0 10px;
    font-size: 13px;
    font-weight: bold;
    border-top: solid 1px #cebbd8;
}
.service-home-content
{
    background-image: url('images/bg_service-home.gif');
    background-repeat: repeat-y;
    border: solid 1px #cebbd8;
    padding: 5px 6px;
    font-size: 11px;
}
.service-home-content span
{
    display: block;
    text-align: justify;
    line-height: 1.6em;
}
/********************page server********************/
.server-banner
{
    margin: 0 0 7px 0;
}
.server-about
{
    border: solid 1px #e5e5e5;
    min-height: 125px;
}
.server-about h1
{
    padding: 5px 8px;
    margin: 0;
    font-size: 14.5px;
}
.server-about span
{
    float: left;
    width: 385px;
    display: block;
    text-align: justify;
    padding-right: 8px;
    line-height: 1.8em;
}
.server-thumbnail-img
{
    float: left;
    margin: 0 10px 0 5px;
}
.server-gift
{
    background-image: url('images/bg_server-gift.gif');
    background-repeat: repeat-x;
    height: 30px;
    clear: both;
    margin-top: 8px;
    border: solid 1px #e5e5e5;
    font-size: 15px;
    font-weight: bold;
    background-position: top left;
    padding-top: 4px;
}
.server-gift-content
{
    border: solid 1px #e5e5e5;
    padding: 8px 0 8px 5px;
}
.bottom8px
{
    margin-bottom: 8px;
}
.server-tinhnang
{
    float: left;
    width: 369px;
    margin-top: 8px;
}
.server-tinhnang-title
{
    background-image: url('images/bg_server-tinhnang.gif');
    background-repeat: no-repeat;
    height: 27px;
    padding: 10px 0 0 50px;
    font-size: 13.5px;
    font-weight: bold;
}
.server-tinhnang-content
{
    padding: 6px;
    text-align: justify;
    border: solid 1px #bfddff;
    line-height: 1.8em;
    border-top: none;
}
/********************page domain********************/
.left5px
{
    margin-left: 5px;
}
.right5px
{
    margin-right: 5px;
}
.check-domain-content-right
{
    padding: 5px 5px 5px 0;
    border: solid 1px #03d9fa;
}
.check-domain-checkbox-right
{
    margin: 0 0 0 5px;
}
.top4px
{
    padding-top: 4px;
}
.topbottom
{
    padding: 6px 10px;
    border: solid 1px #d7e5eb;
}
.top-title
{
    background-color: #eef7fb;
    font-weight: bold;
    font-size: 11.5px;
    padding: 6px 10px;
    border: solid 1px #d7e5eb;
}
.bg-center-title
{
    background-image: url('images/bg_center-title.gif');
    background-repeat: repeat-x;
    height: 27px;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0 0 20px;
    margin: 5px 0 8px 0;
}
.detail
{
    padding: 5px 6px;
    text-align: justify;
}
.detail span
{
    line-height: 1.8em;
}
.detail-of-span
{
    display: block;
    text-align: justify;
    line-height: 1.8em;
    padding: 5px 6px;
}
/********************page faqs********************/
.ask
{
    font-size: 11.5px;
    font-weight: bold;
    padding: 6px 5px;
    text-align: justify;
}
.answer
{
    padding: 0 5px 6px 12px;
    text-align: justify;
}
/********************page freeweb********************/
.freeweb-package-personal
{
    padding: 5px 3px;
    text-align: center;
    background-color: #fbe2dc;
}
.freeweb-package-company
{
    padding: 5px 3px;
    text-align: center;
    width: 15%;
    background-color: #dffafa;
}
.freeweb-package-business
{
    padding: 5px 3px;
    text-align: center;
    width: 15%;
    background-color: #fbf7a8;
}
.freeweb-package-e
{
    padding: 5px 3px;
    text-align: center;
    width: 15%;
    background-color: #fdcabd;
}
.freeweb-package-mota
{
    padding: 5px;
    background-color: #dff2f2;
}
/********************page templates********************/
.template-td
{
    padding: 3px 15px;
    vertical-align: bottom;
}
.template-td span
{
    display: block;
    width: 145px;
    
    line-height: 1.8em;
}
.templates-thumbnail
{
    width: 145px;
    height: 145px;
    padding-bottom: 5px;
}
.text-top
{
    vertical-align: top;
}
.contact_td
{
    padding: 5px 10px;
}
.text_box
{
    width: 350px;
    border: 1px #b4c9d6 solid;
}
.titleLBlock
{
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}
/********************page ********************/
.bg-hosting
{
	background-image:url('images/bosung/hosting.gif');
	background-repeat:no-repeat;
	width:374px;
	height:273px;
	float:left;
}
.web
{
	margin-top:49px;
	margin-left:119px;	
}
.email
{
	margin-left:119px;	
	margin-top:0;
}
.img-lienhe
{
	margin-left:117px;
	margin-top:0;
	vertical-align:top;
}
.bg-sever
{
	background-image:url('images/bosung/sever.gif');
	background-repeat:no-repeat;
	width:374px;
	height:273px;
	float:left;
}
.free
{
	margin-top:49px;
	margin-left:25px;
	float:left;
}
.ndungthue
{
	margin-top:49px;
}
.bg-tenmien
{
	background-image:url('images/bosung/tenmien.gif');
	background-repeat:no-repeat;
	width:374px;
	height:273px;
	float:left;
	margin-top:7px;
}
.bg-tenmien span
{
	display:block;
	font-size:12px;
	color:Black;
	line-height:1.2em;
	margin-top:50px;
	padding: 0 15px 5px 15px;
	text-align:justify;
}
.ndungmien
{
	margin-left:119px;
}
.bg-daily
{
	background-image:url('images/bosung/daily.gif');
	background-repeat:no-repeat;
	width:374px;
	height:273px;
	float:left;
	margin-top:7px;
}
.bg-daily h1
{
	color:#028fc4;
	font-size:14px;
	margin-top:60px;
	margin-left:110px;
}
.ndungdaily
{
	margin-left:110px;
	width:253px;
	font-size:12px;
	line-height:1.5em;
}
.img-daily
{
	vertical-align:top;
	
}
.img-support
{
	width:206px;
	height:138px;
}

