/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */

/* tab control
==========================#menu a{}=========================*/

#menu a{ white-space: nowrap; }

/*******************************HOSTING***************************************/

.table-pricing .active .button-sign {
background: #ff3000;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #ff3000 0%, #ff4319 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3000), color-stop(100%, #ff4319));
background: -webkit-linear-gradient(top, #ff3000 0%, #ff4319 100%);
background: -o-linear-gradient(top, #ff3000 0%, #ff4319 100%);
background: -ms-linear-gradient(top, #ff3000 0%, #ff4319 100%);
background: linear-gradient(to bottom, #ff3000 0%, #ff4319 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3000', endColorstr='#ff4319', GradientType=0 );
border-bottom: 3px solid #d32600;
box-shadow: inset 0 -1px 1px #ff8a70;
-moz-box-shadow: inset 0 -1px 1px #ff8a70;
-o-box-shadow: inset 0 -1px 1px #ff8a70;
}
.module-title{
margin: auto;
font-weight: bold;
text-align: center;
/* font-size: 16px !important; */
margin-bottom: 50px;
}
.table-pricing .col-5 .package-price {
background: #cf8dde;
border-top: 1px solid #DEB8E7;
}
.table-pricing .col-5 .package-name {
background: #974BA8;
border-bottom: 1px solid #a351b6;
}
.table-pricing .col-6 .package-price {
background: #39A1C7;
border-top: 1px solid #43c2f0;
}
.table-pricing .col-6 .package-name {
background: #02719B;
border-bottom: 1px solid #0192c9;
}
.table-pricing .col-4 .package-price {
background: #0e5b56;
border-top: 1px solid #158780;
}
.table-pricing .col-4 .package-name {
background: #0a4945;
border-bottom: 1px solid #073330;
}
.table-pricing .col-3 .package-price {
background: #208240;
border-top: 1px solid #2aab54;
}

.table-pricing .col-3 .package-name {
background: #186f32;
border-bottom: 1px solid #135a29;
}
.table-pricing .col-2 .package-price {
background: #55a938;
border-top: 1px solid #6dc54f;}
.table-pricing .active .package-price {
background: #FF4215 !important;
border-top: 1px solid #FF7600 !important;
}
.table-pricing .active .tr {
padding: 12px 10px !important;
}

.table-pricing .active {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
top: -20px;
position: relative;
z-index: 100;
-webkit-box-shadow: 0 0 20px #666666;
-moz-box-shadow: 0 0 20px #666666;
box-shadow: 0 0 20px #666666;
cursor: pointer;
}
.table-pricing .active .package-name {
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-ms-border-radius: 5px 5px 0 0;
-o-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
background: #FF3000 !important;
border-bottom: 1px solid #CF2700 !important;
}
.table-pricing .package-name {
height: 50px;
line-height: 50px;
overflow: hidden;
text-align: center;
color: white;
font-size: 30px;
font-family: "title";
}

.icon-pack {
display: block;
background: url(../images/icons/pack.png) no-repeat;
height: 100px !important;
padding: 0 !important;
top: 10px;
text-align: center;
}
.table-pricing {
margin-top: 20px;}

.table-pricing-wrapper {
background: white;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 3px #dddddd;
-moz-box-shadow: 0 0 3px #dddddd;
box-shadow: 0 0 3px #dddddd;
}

.table-pricing .row {
width: 100%;}

.table-pricing .active_last {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
top: 0;
position: relative;
z-index: 100;
-webkit-box-shadow: 0 0 0 #666666;
-moz-box-shadow: 0 0 0 #666666;
box-shadow: 0 0 0 #666666;
}

.table-pricing .col {
width: 180px;
float: left;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.table-pricing .col-title .th {
font-size: 19px;
color: #777;
}
.table-pricing .col-title .th span {
  padding: 20px;
  position: relative;
  display: block;
}
.table-pricing .col-title .even {
  background: #f6f6f6 !important;
}
.table-pricing .col-title .odd {
background: #e3e3e3 !important;
}
table-pricing .col-title .even {
background: #f6f6f6 !important;
}
.active_last .tr {
font-weight: bold;
font-size: 12px;
color: #333;
}
.table-pricing .tr {
padding: 10px 10px;
text-align: center;
}
.table-pricing .bottom {
height: 70px;
border-top: 1px solid #ddd;
background-color: #f3f3f3;
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF3F3F3', endColorstr='#FFD2D2D2');
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size: 100%;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3f3f3), color-stop(100%, #d2d2d2));
background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #d2d2d2 100%);
background-image: -moz-linear-gradient(top, #f3f3f3 0%, #d2d2d2 100%);
background-image: -o-linear-gradient(top, #f3f3f3 0%, #d2d2d2 100%);
background-image: linear-gradient(top, #f3f3f3 0%, #d2d2d2 100%);
text-align: center;
}

.table-pricing .th {
height: 150px;
}
.table-pricing .col-1 .package-name {
background: #83c145;
border-bottom: 1px solid #76b13b;
}
.table-pricing .package-name {
height: 50px;
line-height: 50px;
overflow: hidden;
text-align: center;
color: white;
font-size: 30px;
font-family: "title";
}
.table-pricing .col-1 .package-price {
background: #96cd56;
border-top: 1px solid #aed97d;
}
.table-pricing .package-price .price {
font-size: 45px;
display: block;
margin-top: 13px;
font-family: "title";
}
.table-pricing .package-price .unit {
font-size: 14px;
display: block;
}
.table-pricing .package-price {
height: 100px;
overflow: hidden;
text-align: center;
color: white;
}
.storage span {
font-weight: bold;
color: #000;
font-size: 12px;
}
.bold {
color: red;
}
.button-sign-wrapper {
cursor: pointer;
display: inline-block;
padding: 5px;
border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
box-shadow: inset 1px 1px #BBB, inset -1px -1px 1px #FFF;
-moz-box-shadow: inset 1px 1px #BBB, inset -1px -1px 1px #FFF;
-o-box-shadow: inset 1px 1px #BBB, inset -1px -1px 1px #FFF;
}

.table-pricing .odd {
background: #e1e1e1;
height: 18px;
}
.table-pricing .button-sign {
display: inline-block;
background: #006e2e;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #006e2e 0%, #0f6d36 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006e2e), color-stop(100%, #0f6d36));
background: -webkit-linear-gradient(top, #006e2e 0%, #0f6d36 100%);
background: -o-linear-gradient(top, #006e2e 0%, #0f6d36 100%);
background: -ms-linear-gradient(top, #006e2e 0%, #0f6d36 100%);
background: linear-gradient(to bottom, #006e2e 0%, #0f6d36 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006e2e', endColorstr='#0f6d36', GradientType=0 );
border-bottom: 3px solid #004700;
box-shadow: inset 0 -1px 1px #3A8A26;
-moz-box-shadow: inset 0 -1px 1px #3A8A26;
-o-box-shadow: inset 0 -1px 1px #3A8A26;
color: #fff;
padding: 10px 20px;
font-size: 14px;
text-transform: uppercase;
border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
}
/*********************************************************************/
/***********************KTTM************************/

.ui.mini.buttons .button, .ui.mini.button {
padding: 0.6em 0.8em;
}
#chon{
height:34px;
}
.kt{
color: #fff;
font-weight: 700;
background-color: #FF9900;
border: none;
}
.ui.orange.buttons .button, .ui.orange.button {
background-color: #E96633;
color: #FFFFFF;
}
.check-domain {
background: #FFFFFF;
padding: 7px 10px;
clear: both;
overflow: hidden;
border-radius: 3px;
}

.check-domain span {
font-size: 30px;
text-transform: uppercase;
color: #11835B;
margin-right: 10px;
float: left;
padding: 0px 0;
font-family: "title";}

.fa {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;}

.fa-long-arrow-right:before {
content: "\f178";}

.check-domain .form-check-domain {
}
.form-check-domain .field {
float: left;}

.check-domain .form-check-domain input {
width: 250px;
font-size: 14px;
height:28px;
padding-left: 10px;}

check-domain .form-check-domain select {
padding: 9px 10px;}

.form-check-domain .button {
padding: 11px 15px;
font-size: 16px;
margin-top: 2px;}

.ui.orange.buttons .button,
.ui.orange.button {
background-color: #E96633;
color: #FFFFFF;}

.domain-icon-home {
margin-top: 8px;
overflow: hidden;
width: 90%;
margin: 0 auto;
margin-top: 20px;}

.domain-icon-home li {
float: left;
background: #fff url(../images/home-domain-icon.gif) no-repeat;
margin-right: 15px;
height: 30px;
line-height: 30px;
padding-left: 40px;
color: #666666;
width:120px;
}
.domain-icon-home li.vn {
background-position: 0px 0px;
padding-left: 30px;
float:right;}

.domain-icon-home li.comvn {
background-position: 0px -30px;
padding-left: 65px;}

.domain-icon-home li.com {
background-position: 0px -60px;
padding-left: 60px;
}

.domain-icon-home li.info {background-position:0px -90px ;padding-left:50px;}
.domain-icon-home li.net {background-position:0px -120px ;padding-left:45px;float:right;}
.domain-icon-home li.org {background-position:0px -150px ;padding-left:57px;}
.domain-icon-home li.biz {background-position:0px -180px ;padding-left:38px; margin-right:0;}



check-domain .form-check-domain .button {
padding: 11px 15px;
font-size: 16px;
margin-top: 2px;
}
.button.orange {
background-color: #FF9900;
color: #fff;}

.check-domain .form-check-domain .button {
padding: 11px 15px;
font-size: 16px;
margin-top: 2px;
}

/**********************END KTTM**********************/


/****************clientlst-wrap***********/

.clientlst-wrap {
margin: 0 0 0px;
background: #161819;}

.clientlst-wrap .container {
width: 980px;
margin: 0 auto;}

.clientlst {
border-right: 1px solid #333;
margin-right: 1px;}

ul.nav {
padding: 0;
margin: 0;
list-style: none;}

ul.nav>li {
float: left;
}

.clientlst li {
width: 325px;
height: 190px;
border-top: 1px solid #333;
border-left: 1px solid #333;}

.clientlst li a {
display: block;
width: 100%;
height: 100%;
background-position: top center;
background-repeat: no-repeat;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;}

.clientlst li:hover a{background-position: bottom center;}

/****************end clientlst-wrap***********/




/****************tin tuc***********/
.hnews-item {
padding-left: 85px;
margin-bottom: 20px;
font-size: 13px;
color: #333;
position: relative;}

.hnews-img {
position: absolute;
top: 0;
left: 0;
}

.hnews-title {
font-size: 14px;
margin-bottom: 3px;
text-transform: none;
}

.hnews-title a {
color: #161819;
font-weight: bold;
line-height: 1.3;
}
.hnews-item h2{font-weight: bold;
line-height: 1.3;}

.hnews-title .date {
color: #161819;
font-weight: normal;
font-size: 12px;}

.hnews-title a:hover{text-decoration: underline;}

/****************end tin tuc***********/
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,  caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }


blockquote {
	margin: 0 0 20px 36px;
	font-size: 16px;
	border-left: 5px solid #eee;
	padding: 5px 20px 5px 20px;
	color: #999;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
}


/* #Basic Styles
================================================== */
	body {
		font: 13px "Trebuchet MS", Helvetica, Arial, sans-serif;
		color: #727272;
		/*background: url(../images/elements/bg.png) repeat left top;*/
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		font-family: 'Oswald', sans-serif;
		font-weight: normal;
		color: #272727;
		text-transform: uppercase;
		
		}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 30px; line-height: 34px; margin-bottom: 24px;}
	h2 { font-size: 27px; line-height: 31px; margin-bottom: 12px; }
	h3 { font-size: 20px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 18px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 16px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	
	h1.with_line { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2.with_line { font-size: 27px; line-height: 31px; margin-bottom: 12px; }
	h3.with_line { font-size: 15px; line-height: 20px; padding-bottom: 3px; margin-bottom: 15px; border-bottom: 1px solid #ebebeb; font-weight: bold;}
	h4.with_line { font-size: 18px; line-height: 30px; margin-bottom: 4px; }
	h5.with_line { font-size: 16px; line-height: 24px; }
	h6.with_line { font-size: 14px; line-height: 21px; }
	
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; font-size: 13px; line-height: 21px; }
	
/* #Links
================================================== */
	a{ color: #727272; text-decoration: none; outline: 0; }
	a:hover, a:focus { /*color: #0099cc; */}
	p a, p a:visited { line-height: inherit; }

strong {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
}

/* #Margins
================================================== */
.margin_top0 {
	padding: 0;
	margin: 5px 0 0 0;
}
.margin_top1 {
	padding: 0;
	margin: 10px 0 0 0;
}
.margin_top2 {
	padding: 0;
	margin: 20px 0 0 0;
}
.margin_top3 {
	padding: 0;
	margin: 30px 0 0 0;
}
.margin_top4 {
	padding: 0;
	margin: 36px 0 0 0;
}
.margin_top5 {
	padding: 0;
	margin: 75px 0 0 0;
}
.img_left {
	float: left;
	margin-right: 18px;
}
.img_left2 {
	float: left;
	margin-right: 27px;
}
.img_border {
	float: left;
	margin-right: 30px;
	border: 3px solid #272727;
}
.img_border2 {
	float: left;
	margin-right: 18px;
	border: 2px solid #454545;
}
.img_border3 {
	float: left;
	margin-right: 18px;
	/*border: 2px solid #f9f9f9;*/
background-color: #fff;
}
.img_border4 {
	float: left;
	margin-right: 10px;
	border: 5px solid #f0f0f0;
}
.img_border5 {
	float: left;
	margin-right: 30px;
	border: 5px solid #eee;
}

.divider_line {
	background: url(../images/page-devider-line.jpg) no-repeat center top;
	height: 7px;
	margin: 5px 0 20px 0;
	float: left;
	width: 100%;
}
.divider_line.martop {
	background: url(../images/page-devider-line.jpg) no-repeat center top;
	height: 7px;
	margin: 36px 0 30px 0;
	float: left;
	width: 100%;
}

ul.sideimg-list {
	float: left;
	margin: 15px 40px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
ul.sideimg-list img {
	float: left;
	display: block;
	margin-right: 23px;
}
.sideimg-list li {
	margin: 0px 40px 0px 0px;
	padding: 5px 0px 0px 0px;
	list-style-type: none;
	float: left;
	max-width: 205px;
	text-align: left;
}
.sideimg-list li a {
	font-size: 14px;
	color: #0099cc;
}
.sideimg-list li a:hover {
	font-size: 14px;
	color: #272727;
}
.sideimg-list li.sideimg-list-last {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	list-style-type: none;
	float: left;
	max-width: 205px;
}
.left-border-box {
	background-color: #f9f9f9;
	border-left: 3px solid #0099cc;
	padding: 15px 20px;
	margin: 36px 0px;
	float: left;
	width: 897px;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 14px;
}
.full-border-box {
	padding: 0px 0px;
	margin: 30px 0px 0px 30px;
	float: left;
	width: 94%;
}
.fullwidth_boxforsite {
	margin: 0px 0px 0px 30px;
	float: left;
	width: 94%;
}


/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	
	
/*	THE MEDIA CHOOSER TO SET DIFFERENT SIZES OF THE CONTAINER DEPENDING ON THE SCREEN SIZE    */
@media only screen and (min-width: 480px) and (max-width: 999px) {
/* them */
/*************HOSTING************/
.table-pricing .col{width:14%;}
.icon-pack{background:none;}
.icon-pack img{width:100%;}
.table-pricing .col-title .th span{padding: 1px !important; text-align: center;}
.table-pricing .tr{padding: 10px 4px !important;}
.table-pricing .package-price .price{font-size: 25px !important;}
.table-pricing .package-name {font-size: 21px !important;}
.table-pricing .tr , .table-pricing .col-title .even, .table-pricing .odd{height: 30px !important;}
.table-pricing .button-sign{padding: 4px 11px !important; font-size: 11px ;}




/***DS KH***/
.clientlst li {
width: 33%;}
.title a img{width: 100% !important;}
.domain-icon-home li{width: 70% !important; margin:auto;}



/*********/
.table-pricing-wrapper{width:100% !important;}
.img_border3{
height:80px !important;
}
h6 {
font-size: 12px;
line-height: 21px;
}
.domain-icon-home li.comvn{float:right;}
.domain-icon-home li.com{float:right;}
.kt{/*margin: 15px 20px 10px 35%;*/}
.clientlst-wrap .container {
width: 100%;
margin: 0 auto;
}
.clientlst li:hover a{background-position: bottom center;}
/* end them */



.margin_top0 {
	padding: 0;
	margin: 5px 0 0 0;
}
.margin_top1 {
	padding: 0;
	margin: 20px 0 0 0;
}
.margin_top2 {
	padding: 0;
	margin: 20px 0 0 0;
}
.margin_top3 {
	padding: 0;
	margin: 15px 0 0 0;
}
.margin_top4 {
	padding: 0;
	margin: 26px 0 0 0;
}
.margin_top5 {
	padding: 0;
	margin: 55px 0 0 0;
}
.img_border {
	float: left;
	margin-right: 20px;
	border: 3px solid #272727;
}
.img_border2 {
	float: left;
	margin-right: 10px;
	border: 2px solid #454545;
}

.left-border-box {
	background-color: #f9f9f9;
	border-left: 3px solid #0099cc;
	padding: 15px 20px;
	margin: 36px 0px;
	float: left;
	width: 688px;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 14px;
}


ul.sideimg-list, .sideimg-list li {margin: 0 30px 0 0; }

.full-border-box {
	padding: 0px 0px;
	margin: 30px 0px 0px 20px;
	float: left;
	width: 94%;
}
.fullwidth_boxforsite {
	margin: 0px 0px 0px 20px;
	float: left;
	width: 94%;
}



}






@media only screen and (min-width: 1000px) and (max-width: 1100px){
.table-pricing .tr {
padding: 10px 8px;
text-align: center;
}
.table-pricing .col-title .th span {
padding: 3px !important; font-size: 18px;}

.table-pricing .package-price .price {
font-size: 42px;
display: block;

}



}
@media only screen and (max-width: 480px){
/* them */
.table-pricing-wrapper{width:100% !important;}
.img_border3{
height:80px !important;
}
h6 {
font-size: 12px;
line-height: 21px;
}
.domain-icon-home li.comvn{float:right;}
.domain-icon-home li.com{float:right;}
.kt{margin: 15px 20px 10px 35%;}
.clientlst-wrap .container {
width: 100%;
margin: 0 auto;
}
.clientlst li:hover a{background-position: bottom center;}
/* end them */
.margin_top0 {
	padding: 0;
	margin: 5px 0 0 0;
}
.margin_top1 {
	padding: 0;
	margin: 20px 0 0 0;
}
.margin_top2 {
	padding: 0;
	margin: 20px 0 0 0;
}
.margin_top3 {
	padding: 0;
	margin: 15px 0 0 0;
}
.margin_top4 {
	padding: 0;
	margin: 26px 0 0 0;
}
.margin_top5 {
	padding: 0;
	margin: 40px 0 0 0;
}
.img_border {
	float: left;
	margin-right: 20px;
	border: 3px solid #272727;
}
.img_border2 {
	float: left;
	margin-right: 10px;
	border: 2px solid #454545;
}

.full-border-box {
	padding: 0px 0px;
	margin: 30px 0px 0px 9px;
	float: left;
	width: 94%;
}
.full-border-box .img_border5 {
	padding: 0px;
	margin: 0px 0px 30px 0px;
	float: left;
	width: 290px;
}
.fullwidth_boxforsite {
	margin: -20px 0px 0px 9px;
	float: left;
	width: 94%;
}
.sideimg-list li {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	list-style-type: none;
	float: left;
	max-width: 310px;
	text-align: left;
}
.sideimg-list li.sideimg-list-last {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	list-style-type: none;
	float: left;
	max-width: 310px;
	text-align: left;
}

.left-border-box {
	background-color: #f9f9f9;
	border-left: 3px solid #0099cc;
	padding: 15px 20px;
	margin: 36px 0px;
	float: left;
	width: 257px;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 14px;
}

}