/* @override 
	http://trihkltd.com/css/content.css */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

html,body {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

ol,ul {
	list-style:none;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
/*
*START
*/

body{
	background: #000;
	font-weight: 400;
	font-size: 15px;
	color: white;
	overflow-y: scroll;
	overflow-x: hidden;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	
}


.ie7 body{
	overflow: hidden;
}

a {
	color: #D8505C;
	text-decoration: none;
	
}

a:hover {
    color: white;
    background-color: transparent;
    text-decoration: underline;
}

.container-fluid{
	position: relative;
}

.clr{
	clear: both;
}

.container-fluid >header{
	padding: 5px;
	margin:0px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
    color: white;
}

#header-top {
	padding: 0px;
	background-color: rgba(255, 255, 255, 0.75);
}

@media (max-width : 780px) {
	#header-top {
		padding: 5px;
 }
}

div.logo-tri.col-xs-4.col-md-2 {
	text-align: right;
}

div.menu-tri.col-xs-4.col-md-2 {
	text-align: left;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
}

.logotype_trihk {
	text-align: right;
	margin: 0;
	padding: 0;
	width: 135px;
	height: 4em;
}

@media (max-width : 780px){
	.logotype_trihk{
		height: 3em;
	}
}

@media (max-width : 560px) {
	.logotype_trihk{
		height: 2.5em;
		width: 90px;
	}
}

@media (max-width : 450px){
	.logotype_trihk{
		height: 1.8em;		
	}
}

h1.header-top {
	margin-top: 7px;
	border-left: 2px solid #D8505C;
	color: #D8505C ;
	font-size: 3em;
	padding-left: 10px;
	font-weight: normal;
	font-style: normal;

}

@media (max-width : 980px){
	h1.header-top {
		font-size: 2.5em;
		margin-top: 11px;
	}
}

@media (max-width : 780px) {
	h1.header-top{
		font-size: 2em;
		margin-top: 8px;
	
	}
}

@media (max-width : 580px) {
	h1.header-top{ 
		font-size: 1.6em;
		margin-top: 8px;
	}
}

@media (max-width : 450px) {
	h1.header-top{
		font-size: 1.25em;
		margin-top: 4px;
	}
}

@media (max-width : 320px) {
	h1.header-top{
		font-size: 1em;
		margin-top: 5px;
	}
}

@media (max-width : 570px) {
	.col-xs-12.col-md-12 {
		margin: 0px;
		padding: 0px 2px ;	
	}
}

h2.accroche {
	margin: 2em 1em 1em 1em ;
	padding: 0.5em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border: 2px solid #FFF;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	text-align: center;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.25);

}

@media (max-width : 560px){
	h2.accroche{
		font-size: 19px;
		margin-bottom: 0.5em;
		margin-left: 0;
		margin-right: 0;
	}
}

div.row.main-content {
	padding: 1em 4.6em ;	
	margin-bottom: 3em;
	white-space: normal;
}


@media (min-width : 1270px) {
	.main-content{
		margin-top: 10%;
	}
}
@media (max-width : 780px) {
	div.row.main-content {
		padding: 1em 3em;
		margin: 0;
	}
}

@media (max-width : 560px){
	div.row.main-content {
		padding: 1em 0.2em;
		margin: 0;
	}
}

@media (max-width : 320px){
	div.row.main-content {
		padding: 0.2em;
		margin: 0;
	}
}

.col-xs-12.central-content {
	padding: 1em;
	background-color: rgba(0, 0, 0, 0.5);
	
}


@media  (max-width : 780px) {
	.col-xs-12.central-content {
		padding: 0.5em;	
	}
}

@media  (max-width : 560px) {
	.col-xs-12.central-content {
	padding: 10px;	
	}
}

.col-xs-12.col-md-6.content1 {
	padding:0 1em ;
	
}

@media (max-width : 985px ){
	.col-xs-12.col-md-6.content1 {
		border-bottom: 1px dashed #fff;
		padding: 0 1em 1.5em 1em ;
	}
}

@media (max-width : 560px ){
	.col-xs-12.col-md-6.content1 {
		padding: 0 0 1.5em 0;;
	}
}


#page div.container-fluid.page-content div.row.main-content main.col-xs-12.central-content div.col-xs-12.col-md-6.content1 p {
	margin-top: 0px;
}

ul.content1 {
	padding-left: 1em;
	margin: 0.5em 0;
}




ul.content2 {
	padding-left: 1em;
	margin: 0.5em 0;
}


div.row.main-content li{
	margin-bottom: 0.5em;
}

i.fa.fa-money, i.fa.fa-line-chart,i.fa.fa-thumbs-o-up, i.fa.fa-building, i.fa.fa-pie-chart, i.fa.fa-bar-chart {
	margin-right: 7px ;
	width: 20px;
}

#page-content div.row.main-content main.col-xs-12.central-content div.col-xs-12.col-md-6.content1 p {
	margin-bottom: 0.5em;
}

.col-xs-12.col-md-6.content2  {
	padding: 0 1em;
	border-left: 1px solid #fff;

}



@media (max-width : 985px ){
	.col-xs-12.col-md-6.content2 {
		border: none;
		margin-top: 1em;
		margin-bottom: 1em;
		padding-bottom: 1.5em;
		border-bottom: 1px dashed #fff;
	}
}

@media (max-width : 560px ){
	.col-xs-12.col-md-6.content2  {
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 1.5em;
	}
}

.content3 {
	margin-top: 0.5em ;
	text-align: justify;
}

@media (max-width : 560px) {
	.content3 {
		padding-left: 0px;
		padding-right: 0px;
		
			}
}


p.content3 {
	text-align: center;
	text-transform: uppercase;
	font: 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border: none;
}



@media (max-width : 985px ) {
	.content3 {
		margin-top: 0.2em;
	}
}





/*START FOOTER*//*couleur rouge tri #D8505C*/



.footer a:hover, .footer a:visited {
	color: #D8505C;	
	text-decoration: none;
}


i.fa.fa-envelope-o, i.fa.fa-phone {
	margin-right: 5px;
}


footer.footer.col-xs-12 {
	padding: 0.5em ;
	background-color: rgba(255, 255, 255, 0.75);
	color: #333;
	/* position: fixed;*/
	bottom: 0;	
}

footer.footer2.col-xs-12 {
	padding: 0.5em ;
	background-color: rgba(255, 255, 255, 0.75);
	color: #333;
	position: relative;
	bottom: 0;	
}



@media (max-width : 985px){
	footer.footer.col-xs-12 {
		position: static;
		margin-top: 1em;
	
	}
}

@media (max-width : 560px){
	footer.footer.col-xs-12 {
		text-align: center;
		margin-top: 1em;
	}
}


.col-sm-6.hk {
	border-right: 1px dashed #333;
	padding: 0 3em ;	
}


@media (max-width : 780px ) {
	.col-xs-12.col-sm-6.hk {
		border-right: none;
		margin-bottom: 1em ;
	
	}
}


@media (max-width : 560px ) { 
	.col-xs-12.col-sm-6.hk {
		font-size: 1em;	
	}
}

.col-sm-6.vn {
	padding: 0 3em;
}

.col-xs-12.vn{
	border-top: 1px dashed #333;
	
}
@media (min-width : 560px ) {
	.col-xs-12.vn{
		border-top: none;
	}

}



.col-xs-12.col-sm-6.vn h5, .col-xs-12.col-sm-6.hk h5  {
	font-weight: bold;
	font-size: 1em;
	margin: 0 0 0.3em 0 ;
	color: #D8505C;	
		
}


@media (max-width : 560px) {
	.col-xs-12.col-sm-6.vn h5, .col-xs-12.col-sm-6.hk h5 {
		margin-top: 0.6em;
	}
}



p.adress-hk, p.adress-vn {
	padding-left: 10px;
	font-size: 10px;
}

@media (max-width : 560px) {
	p.adress-hk, p.adress-vn {
		padding-left: 0;
	}
}

p.contact-vn, p.contact-hk {
	font-size: 12px;
}

@media (max-width : 560px) {
	p.contact-vn, p.contact-hk {
		font-size: 1em;
		margin-top: 5px;
		
	}
}



