﻿/* import temp css files (removed at the end of the project) */
@import url(widgets.css); /* do not delete */

/* import fonts */
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,200italic,300,700,900&subset=latin,latin-ext,vietnamese);

/* normalize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}
[hidden], template {display: none;}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {margin: 0;}
a {background: transparent;}
a:active, a:hover {outline: 0;}
h1 {font-size: 2em;margin: 0.67em 0;}
abbr[title] {border-bottom: 1px dotted;}
b, strong {font-weight: bold;}
dfn {font-style: italic;}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
mark {background: #ff0;color: #000;}
code,
kbd,
pre,
samp {font-family: monospace, serif;font-size: 1em;}
pre {white-space: pre-wrap;}
q {quotes: "\201C" "\201D" "\2018" "\2019";}
small {font-size: 80%;}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 0;}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {border: 0;padding: 0;}
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
button, input {line-height: normal;}
button, select {text-transform: none;}
button, html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {cursor: default;}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;}
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
textarea {overflow: auto;vertical-align: top;}
table {border-collapse: collapse;border-spacing: 0;width:100%;}
dl, menu, ol, ul {margin: 1em 0;}
dd {margin: 0 0 0 40px;}
menu, ol, ul {padding: 0 0 0 40px;}
nav ul, nav ol {list-style: none outside none;}
/* normalize.css end */

/* reset */
body {line-height:1.2;-webkit-font-smoothing: antialiased;}
body, html {height:100%;width:100%;}
header, nav, section, article, aside, footer {display: block;}
input[type=button], input[type=submit], input[type=radio], input[type=checkbox], button, select{cursor:pointer;}
/*normalization mozila*/
button::-moz-focus-inner  {padding:0;border:0;}
input::-moz-focus-inner  {padding:0;border:0;}
input:-webkit-autofill {background-color: transparent;}
/*normalization ie7*/
*+html input[type=checkbox],
*+html input[type=radio] {width:13px;height:13px;}
input, button{overflow:visible;}
textarea{
	resize:none;
	overflow:auto;
}
em{font-style:italic;}
b, strong{font-weight:bold;}
a {
	cursor:pointer;
	outline: none;
	text-decoration: underline;
}
a:hover {text-decoration: none;}
h1, h2, h3, h4, h5, h6{font-weight:100;margin:0;}
img {border: none;}
input {vertical-align: middle;}
blockquote, q {quotes: none;}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
:focus {outline:none;}
button::-moz-focus-inner {border: none;}
input[type="reset"]::-moz-focus-inner {border: none;}
input[type="button"]::-moz-focus-inner {border: none;}
input[type="submit"]::-moz-focus-inner {border: none;}
input[type="submit"]::-moz-focus-inner {border: none;}
input[type="file"] > input[type="button"]::-moz-focus-inner {border: none;}
:focus {-moz-outline: 3px solid #fff !important;}
input[type="radio"]:focus {
	-moz-outline-radius: 12px !important;
	-moz-outline-offset: 0px !important;
}
input[type="checkbox"]:focus {
	-moz-outline-offset: -1px !important;
	-moz-outline: 1px solid #000 !important;
}
*+html a,
*+html button,
*+html input[type="submit"],
*+html input[type="radio"],
*+html input[type="checkbox"],
*+html input[type="button"] {
	noFocusLine: expression(this.onFocus=this.blur());
}
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* reset end */

/* Fonts */
/* Fonts end */

/* ------ typographic styles ------ */
body {
	font: 15px/1.5 Source Sans Pro, Tahoma,  Verdana, sans-serif;
	height: 100%;
	color:#000;
	background:#3F484C;
}
h1, h2, h3, h4, h5 {
	font-weight:normal;
	color:#000000;
	line-height:1.2;
	font-family: Source Sans Pro, Tahoma, Verdana, sans-serif;
	padding-bottom:10px;
}
h1 {
	font-size:26px;
	padding-bottom:20px;
}
a {color: #89131F;text-decoration: underline;}
a:hover {text-decoration:none;}
img {border: none;vertical-align:top;}
.title h1{
	color: #FFFFFF;
    font-size: 48px;
    font-style: italic;
    font-weight: 200;
    line-height: 56px;
}
.title h1 span {
	font-weight:400;
	font-style:normal;
}
.input-holder,
input[type="text"],
input[type="password"],
textarea {
	border:1px solid #fff;
	padding:0 5px;
	background:#fff;
}

input[type="text"],
input[type="password"],
textarea {padding:5px;}
input[type=number] {text-align: left;}

.input-holder.focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {border-color:#494949;}

.input-holder input[type="text"],
.input-holder input[type="password"],
.input-holder textarea {
	border:0;
	background:#fff;
	display:block;
	width:100%;
	color:#000;
	font: 14px/1.4 Arial, Tahoma, Verdana, sans-serif;
	padding:0;
	height: 17px;
	box-shadow:none;
}
.input-holder input[type="text"],
.input-holder input[type="password"],
.input-holder textarea {
	padding:5px 0;
	*padding:3px 0 5px;
}
.input-holder textarea{min-height: 70px;}
p {padding:0 0 18px;margin:0;}
blockquote,
q {}
hr {
	line-height:1px;
	height:0;
	border:none;
	background:none;
	border-bottom:1px solid #000;
	margin-bottom:25px;
}
/* placeholder */
::-webkit-input-placeholder {color: #CCC;}
:-moz-placeholder {color: #CCC;}
:-webkit-input-placeholder {color: #CCC;}
::-moz-placeholder {color: #CCC;}
:-ms-input-placeholder{color: #CCC;opacity:1;}
:-ms-input-placeholder{color: #CCC;opacity:1;}
.placeholder {color: #CCC;opacity:1;}

/*
************************************************************
***  If custom font is used globally throught css style  ***
***  use this template for tags "b, strong, i, em"       ***
************************************************************
b, strong{
	font-family:'fontNameBold';
	font-weight:normal;
}
i, em{
	font-family:'fontNameItalic';
	font-style:normal;
}
i b,
i strong
em b,
em strong,
b i,
b em,
strong i,
strong em{
	font-family: 'fontNameBoldItalic';
	font-weight:normal;
	font-style:normal;
}
*/
/* ------ typographic styles end ------ */

/* decor styles */

/* transition */
.navigation-list a,
.input-holder,
.logo a,
.login-user a{
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
}
.btn-blue,
.btn-play{
	transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	-webkit-transition: background 0.1s linear;
}
/* transition end */


/* decor styles end */

/* btn */
[class^="btn-"],
[class*=" btn-"] {
	position: relative;
  text-align: center;
	text-decoration:none;
}
[class^="btn-"] input[type="submit"],
[class*=" btn-"]  input[type="submit"] {
	background: url("../img/empty.png") repeat;
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
	border:0;
}

.btn-blue {
	background:#0C486C;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    padding: 3px 19px 5px 9px;
}
.btn-blue:hover {
	background:#3095BF;
}
/* btn end */

/* reset-ul */
[class$="-list"],
[class$="-list"] ul {
	margin:0;
	list-style:none;
	border:0;
	padding:0;
	background:none;
}
/* reset-ul end */

/* clearfix */
.content:before,
.content:after,
.clearfix:before,
.clearfix:after,
.max-wrap:before,
.max-wrap:after
{
	content: "";
	display: table;
}

.content:after,
.clearfix:after,
.max-wrap:after
{
  clear: both;
}

.content,
.clearfix,
.max-wrap,
[class^="btn-"],
[class*=" btn-"]
{
  zoom: 1;
	*zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
}
/* clearfix end */

/* inline-block */
[class^="icon-"],
[class*=" icon-"],
[class^="btn-"],
[class*=" btn-"],
.pagination-list,
.top-line-list li,
.navigation-list li,
.maintenance,
.services-list > li,
.img-holder .img,
.maintenance em
{
	position:relative;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align:top;
}
/* inline-block end */

/* icon */
[class^="icon-"],
[class*=" icon-"] {background:url(../img/sp-icons.png) 0 0 no-repeat;vertical-align:middle;}
.icon-register{ background-position: 0 0; width: 55px; height: 65px; }
.icon-play{ background-position: 0 -85px; width: 12px; height: 12px; }
.icon-arrow-top{ background-position: 0 -117px; width: 10px; height: 9px; }
.icon-login{ background-position: 0 -146px; width: 14px; height: 16px; }
.icon-question{ background-position: 0 -182px; width: 17px; height: 17px; }
.icon-phone{ background-position: 0 -219px; width: 15px; height: 16px; }

/* icon end */

/* ========= main-blocks ========= */
.wrapper {
	/*min-width: 1140px;*/
	/*height: auto !important;
        	overflow:hidden;
	background:#fff;*/
	height: 100%;
    padding: 0px;
    position:relative;
}
/* header */
.header {
	position:relative;
	z-index:3;
	background-color:#fff;
	overflow:hidden;
    border-bottom:5px solid #520e25;
	border-top:5px solid #520e25;

}
.top-line {
	background-color:#efeae4;
	padding:8px 0;
	overflow:hidden;
	height: 42px;
}
.top-line-list {
	white-space:nowrap
}
.top-line-list .rate{
	background:#348110;
    border-radius: 5px;
    color: #FFFFFF;
    float: left;
    margin: 0 8px 0 0;
    overflow: hidden;
    padding: 2px 6px 5px;
    text-align: right;
    width: 62px;
}
.top-line-list a {
	text-decoration:none;
}
.rate .icon-arrow-top {
	float: left;
    margin: 2px 0 0;
}
.description {
	font-size: 11px;
    line-height: 12px;
    overflow: hidden;
    text-transform: uppercase;
}
.top-line-list {
	margin:0 0 0 -20px;
	position:relative;
}
.top-line-list li {
	line-height: 15px;
    margin: 0 0 0 20px;
    width: 256px;
}
.top-line-list .market {
    margin: -3px 0 3px;
}
.header .login-user {
	float:right;
	min-width:140px;
}
.icon-login {
	margin:-3px 6px 0 -8px;
}
/* navigation */
.navigation-list a ,
.login-user a{
	color: #FFF;
	display: block;
	font-size: 17px !important;
	font-weight: 700;
	padding: 28px 16px 31px;
	text-decoration: none;
	min-width: 74px;
	text-align: center;
}
.navigation-list a,
.logo span,
.login-user a{
	border-bottom:5px solid transparent;
}
.navigation-list a:hover,
.logo span:hover,
.login-user a:hover {
	border-bottom:5px solid #AC243C;
}
/* navigation end */

/* logo */
.logo {
	position:relative;
    margin:0;
    text-decoration: none;
    z-index:555;


}
.logo span {
	width:327px;
	display:block;
	padding:28px 0 11px;
	text-align:center;
}
.logo span,
.logo span:hover {text-decoration:none;}
/* logo end */
/* header end */
.content {
	clear: both;
    padding:0;
    position: relative;
    z-index: 1;
	/*background:url(../../../Images/background.png) 0 0 no-repeat;
	background-size:cover;*/
}
.container {
	width:100%;
	float:left;
}
.content-inner {
	padding:0 28px 0 0;
}
/* services */
.services {
	bottom: 0;
    left: 350px;
    position: absolute;
    right: 22px;
	text-align:center;
}
.services-list {
	margin:0 0 0 -18px;
}
.services-list > li{
	background:#EFEAE4;
    margin: 0 0 0 24px;
    padding: 31px 28px 30px;
    width: 202px;
}
.services-list .img-holder {
	text-align:center;
	margin:0 0 -2px;
}
.services-list h3 {
	border-bottom: 2px solid #FFFFFF;
    font-size: 21px;
    line-height: 21px;
    margin: 0 0 15px;
    padding: 0 0 15px;
    text-align: center;
    text-transform: uppercase;
	position:relative;
	z-index:1;
}
.services-list h3::first-letter{
	font-size:25px;
}
.services-list .def-list {
	padding: 0 0 0 0px;  /* ?? */
}
.services-list .def-list a {
	font-size:17px;
	line-height:18px;
	color:#8a3e36;
}
.services-list .center .def-list {
    padding: 0 0 0 0px; /* ?? */
}
.services-list .def-list li {
	padding: 0 0 6px;
}
.img-holder .img {
	background:#EFEAE4;
    border-radius: 50%;
    height: 80px;
    left: 50%;
    margin-left: -51px;
    padding: 25px 0 0;
    position: absolute;
    top: -50px;
    width: 102px;
}
/* services end */
.center-info {
	text-align:center;
	padding:50px 0 0 0;
}
.center-info .title {
	padding:0 0 47px;
}
.video-list {
    margin: 0 0 45px;
}
.video-list li{
	background:#CEC5B4;
    margin: 0 0 20px;
    padding: 18px 17px 14px;
}
.video-list p {
	clear:both;
	font-size:15px;
	padding:10px 0 0;
}
.play-holder {
	background:#b7b2a7;
	width:60px;
	padding:2px;
	height:101px;
	float:left;
	text-align:center;
}
.play-holder .btn-play{
	margin-top:31px;
}
.btn-play .icon-play {
	margin-top:14px;
}
.btn-play {
	width:40px;
	height:40px;
	text-align:center;
	background:#f4f4f2;
	border-radius:50%;
}
.btn-play:hover{
	background:#fffffe;
}
.video-list .img {
	max-width: 185px;
    overflow: hidden;
    position: relative;
}
.time {
	background:#020000;
    bottom: 1px;
    color: #929191;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    right: 2px;
}
/* sidebar-left */




.sidebar-left {
	background: url("../img/bg/sidebar.png") repeat 0 0;
    float: left;
    margin-left: -100%;
    padding: 20px 20px 21px;
    width: 287px;
}

@media (max-width: 1000px) {
    .sidebar-left, .title, .header {
        display: none;
    }

    .content-inner {
        padding: 0;
    }
}
@media (max-width: 676px) {
    .maintenance {
        width: 100%;
        padding: 11px 0 15px;
        font-size: 40px;
        line-height: 34px;
        padding-bottom: 20px;
    }
    .more {
        margin: 15px auto;
    }
    .footer-inner{
        padding: 10px;
    }
    .footer-left,
    .footer-right {
        width: 100%;
        text-align: left;
    }
}
@media (min-width: 703px) {
    .maintenance {
        width: 677px;
        padding: 11px 13px 15px;
        font-size: 50px;
        line-height: 44px;
        padding-bottom: 40px;
    }
    .more {
        margin: 35px auto;
    }
    .footer-inner{
        padding: 27px 20px 33px;
    }
    .footer-right {
        text-align: right;
    }
}

.maintenance

.search-form {
	padding:13px 11px 18px;
	margin:-20px -20px 19px;
	background:#cdc5b4;
}
.search-form .btn-blue {
	float:right;
	margin:0 0 0 4px;
}
.search-form .input-holder{
	overflow:hidden;
}
.sidebar-bottom {
	background:#CEC5B4;
    font-weight: 300;
    margin: 0 -20px -21px;
    overflow: hidden;
    padding: 12px 20px;
}
.sidebar-bottom  a{
	text-decoration:none;
}
.sidebar-bottom  a:hover {
	text-decoration:underline;
}
.about-us {
    padding: 0 0 0 11px;
}
.about-us .icon-question{
	margin:-3px 7px 0 0;
}
.contact-us {
	float: right;
    padding: 0 38px 0 0;
}
.contact-us .icon-phone{
	margin:-1px 12px 0 0;
}
.rotate {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow: hidden;
}

.rotate:hover
{
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}
/* sidebar-left end */
.more {
    color: white;
    font-size: 18px;
}
/* register */
.maintenance {
    background: rgba(255, 255, 255, 0.8);
    color: #333;
    box-shadow: 2px 9px 18px rgba(0, 0, 0, 0.55);
    border-top: 9px solid #520e25;
}
.maintenance  img {
	width: 190px;
	margin: 20px;
}
.maintenance a{
	font-size:40px;
	line-height:40px;
	color:#348110;
	text-decoration:none;
}
.maintenance em {
	font-style:normal;
	border-bottom:2px solid #348110;
	font-weight:700;
	line-height:47px;
	padding-top:5px;
}
.maintenance a:hover em {
	border:none;
	padding-bottom:2px;
}
.maintenance .icon-register {
	margin:3px 20px -4px 3px;
}
.maintenance span {
	font-style:italic;
	font-weight:200;
}
/* register end */
.footer {
	/*min-width: 1140px; */
	position: relative;
	clear:both;
	z-index:2;
	color:#505666;
	background-color:#fff;
	font: 15px/1.5 Source Sans Pro, Tahoma,  Verdana, sans-serif;
	/*margin-bottom: 20px;*/
}
.footer a {
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}
.footer-left {
	float: left;
    line-height: 20px;
}
.footer-right {
	overflow:hidden;
	line-height: 20px;
}

.empty
{
    height:400px;
}

/* ========= main-blocks end ========= */

body { display: table; }

.wrapper {
    display: table-row;
    background: url(../../../Images/background.png) 0 0 no-repeat;
    background-size: cover;
}
footer { display: table-row; }


/* ========= CSS STYLE BODY ========= */