! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
[hidden], template { display: none; }
html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0;     background: url("../img/bg-body.jpg") repeat !important; }
a { background: transparent; }
a:active, a:hover { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
.panel{background:none !important;}
dfn { font-style: italic; }

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
button { overflow: visible; }
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; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
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, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
 .colleftLogin{ width: 100%; float:left}
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, em, img, strong, dl, dt, dd, ul, li, fieldset, form, label, legend { border: 0; font-family: inherit; font-size: 100%; margin: 0; outline: 0; padding: 0; }
:focus { outline: 0; }
ol, ul { list-style: none; }
img { vertical-align: middle; -ms-interpolation-mode: bicubic; }

table { border-collapse: collapse; border-spacing: 0; width: 100%; }
a:link, a:visited, a:hover, a:focus { text-decoration: none;color:#fff; }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }


.text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }
.is-hidden { display: none !important; }
.is-invisible { visibility: none !important; }
.block { display: block !important; }
.inline { display: inline !important; }
.inline-block { display: inline-block !important; }
.left { float: left !important; }
.right { float: right !important; }
.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }
.mt0 { margin-top: 0 !important; }
.mt1 { margin-top: 1em !important; }
.mb0 { margin-bottom: 0 !important; }
.mb1 { margin-bottom: 1em !important; }
.no-mb {margin-bottom: 0 !important;}

body {  font: 400 normal 100% Arial, sans-serif; font-size: 13px;}
.container { width: 1000px; margin: auto; max-width: 100% }


html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}


/*------------------------------------*
  JS PLUGIN
*------------------------------------*/

/* Easytab to accordion */
.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB !important;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}
#content {
    background: none !important;
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}

/* Flexslider */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src:url('fonts/flexslider-icon.eot');
  src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
    url('fonts/flexslider-icon.woff') format('woff'),
    url('fonts/flexslider-icon.ttf') format('truetype'),
    url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;overflow: hidden;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff;position: relative;  zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}


/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}

/* Trang chá»§ */
.container .wd-wrap-logo {
  margin-left: 0;
}
.wd-main-menu {
    background:left bottom repeat-x;
}
.wd-main-menu ul  {
  overflow: hidden;
}
.wd-main-menu ul li {
  float: left;
}
.wd-main-menu ul li a {
  padding: 11px 15px;
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  color: #FFF;
  border-right: 1px solid #FFF;
  font-family: Arial;
  font-weight: normal;
  line-height:17px;
}
.wd-main-menu ul li:first-child a {
  border-left: 1px solid #ccc;
}
.wd-main-menu ul li a:hover, .wd-main-menu ul li a.wd-active {
  color: #fff;
}
.wd-banner-container {
  position: relative;
  height: 421px; width: 100%; float: left;
}
.wd-banner-container .wd-caption {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 9999;
  line-height: 1.3;
  font-family: "segoe ui semibold", "segoe ui";
  font-weight: 600;height:100%;
}
.wd-banner-container .wd-caption .container{position:relative; top:0;height:100%;}
.wd-banner-container .wd-caption .wd-inner {position:absolute;top:110px;left:0;width: 60%;}


/*edit 2014-07-17 by Thuybtt */
/*login form*/
.clear{clear:both}
.wd-title-1{color:#6d6d6d;font-family:"segoe ui semibold","segoe ui";font-size:16px;font-weight:normal;text-transform:uppercase}
.wd-form-blockcontent{background-color:#fff;border:1px solid #d9dcde;font-family:"segoe ui semibold","segoe ui";padding:15px 0 5px 25px;width:370px;  border-radius: 5px;-moz-border-radius: 5px;  -webkit-border-radius: 5px; float: left; position: absolute;}
.wd-login-block{top:30px;}
.wd-form-blockcontent .wd-title-1{margin-bottom:12px}
.wd-link-reg{background:url(../images/icon-arrow.png) right 8px no-repeat; display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;padding:0 16px;}
/*edit 2015-01-07 by Duongpt */
.wd-link-forgot{	
}
.wd-close-form{background:url(../images/icon-close-bt.png) 0 0 no-repeat;cursor:pointer;display:block;height:26px;overflow:hidden;position:absolute; right:15px;text-indent:-1983px; top:10px;width:26px;}
.wd-close-form:hover{background-position:0 -27px}

.wd-form-content fieldset .wd-input{overflow:hidden;padding:5px 0;width:100%; position: relative}
.wd-form-content fieldset .wd-input input{font-size:14px;width:298px;padding:10px;border:1px solid #d9dcde; -moz-border-radius: 3px;  -webkit-border-radius: 3px;  border-radius: 3px;}
.wd-form-content fieldset .wd-input input:focus{border-color:#da6c24;}
.wd-form-content fieldset .wd-input input.wd-input-email,.wd-form-content fieldset .wd-input input.wd-input-pass{background-repeat:no-repeat;background-position:10px center;padding-left:36px;width:306px;}
.wd-form-content fieldset .wd-input input.wd-input-sm3,.wd-form-content fieldset .wd-input input.wd-input-sm-1{float:left;margin-right:10px;width:93px;}
.wd-form-content fieldset .wd-input input.nmr{margin-right:0}
.wd-form-content fieldset .wd-input input.wd-input-sm-1{width:162px}

.wd-form-content fieldset .wd-checkbox{clear:both;text-align:left;padding-left:4px;}
.wd-form-content fieldset .wd-checkbox label{font-size:14px;}
.wd-form-content fieldset .wd-checkbox label a{color:#383838;font-weight:bold;}
.wd-form-content fieldset .wd-checkbox label a:hover{color:#0087bb}

.wd-form-content fieldset .wd-submit{padding:12px 38px 15px 0}
.falogin{ position: absolute;left: 10px;top: 20px;}
.splitfa{ position: absolute;left: 28px;top: 17px;}
.wd-form-content fieldset .wd-submit input.wd-bt-submit{color: #fff; display: inline-block; *display: inline; zoom: 1;float:right; font-size: 15px;
  font-family: "segoe ui semibold", "segoe ui"; font-weight: 600; margin-left: 4px; padding: 8px 20px; -moz-border-radius: 2px;  -webkit-border-radius: 2px;  border-radius: 2px; -moz-background-clip: padding;  -webkit-background-clip: padding-box; background-clip: padding-box; background-color: #0099da;
    border: 1px solid #0087c1;
    background: linear-gradient(to bottom, #0099da 5%, #0087c1 100%);
}
.wd-form-content fieldset .wd-submit input.wd-bt-submit:hover { background: #61b100;}
.wd-form-content fieldset .wd-remember {float:left; padding-top:10px}
.wd-form-content fieldset .wd-remember input[type="checkbox"]{margin:2px 5px 0 0}
.wd-form-content fieldset .wd-remember .wd-lb-remember{color:#6d6d6d;display:-moz-inline-stack;display:inline-block; zoom:1;*display:inline;vertical-align:top}

.wd-form-content fieldset .wd-form-bt{border-top:1px solid #d6d7d9;text-align:center;padding: 12px 0 15px;    width: calc(100% - 30px);
    font-family: arial}
.wd-form-content fieldset .wd-submit .wd-link-reg, .wd-form-content fieldset .wd-form-bt .wd-link-reg,
.wd-form-content fieldset .wd-submit .wd-link-login, .wd-form-content fieldset .wd-form-bt .wd-link-login,
.wd-form-content fieldset .wd-input .wd-link-forgot, .wd-form-content fieldset .wd-form-bt .wd-link-forgot{color:#f38826}
.wd-form-content fieldset .wd-submit .wd-link-reg:hover,.wd-form-content fieldset .wd-form-bt .wd-link-reg:hover,
.wd-form-content fieldset .wd-submit .wd-link-login:hover,.wd-form-content fieldset .wd-form-bt .wd-link-login:hover,
.wd-form-content fieldset .wd-input .wd-link-forgot:hover,.wd-form-content fieldset .wd-form-bt .wd-link-forgot:hover{text-decoration:underline}

div.errors{
	color: red !important;
}
.slidevz{position: absolute; top: 0; left: 0; width: 100%; float: left;}
.slidevz a{border: none !important;}
.visible_mb{display: none;}
.iconmenu img{margin-right:10px;} 
.wd-wrap-logo a{width: auto;}
.sunlg{margin: 0 auto; margin-bottom: 10px;}
.wd-form-content{text-align: left;}

.NewsWrVz{width: 100%; float: left; padding:0;}
.NewsTitVz{font-size: 17px; text-align: center; margin-bottom: 15px;}
.NewsCtVz{line-height: 19px;}

/* END giao dien HOME


/* End PS bên ngoài */
.right-login, .right-login-text{
    position: absolute;right: 10px;top: 30px;width: 450px;
}
.right-login{ display:none;}
.right-login-text {
    font-size: 15px;
    font-style: normal;
    padding: 12px;
    border-radius: 5px;
    color: #FFF;
    line-height: 22px;z-index: 999;box-shadow: 0px 0px 2px 2px #fff;
    opacity: 0.8; background: #6998D7;
}
.wd-main-menu .breadcumvz ul  {
  overflow: hidden;
}
.wd-main-menu .breadcumvz ul li {
  float: left;
}
.wd-main-menu .breadcumvz ul li a {
  padding: 11px 17px;
  display: block;
  font-size: 13px;
  color: #000;
  font-family: arial;
      float: left;
    text-transform: none;
    font-weight: normal;
    background: none;
    border: none;
}
.wd-main-menu .breadcumvz ul li a:first-child{padding-left: 0}
.wd-main-menu .breadcumvz ul li span { float: left;margin-top: 8px; }
.wd-main-menu .breadcumvz ul li a:hover, .wd-main-menu .breadcumvz ul li a.wd-active {
  color: #0048a0;
}
body:not(.menu-on-top).desktop-detected, .wd-wrapper, #main, body:not(.menu-on-top).desktop-detected{min-height:0 !important;}

/*Dang Ky*/
.errorcheck{
    width: 450px;
    position: fixed;
    top: 162px;
    right: 2px;
    z-index:9999;
    display: none;
}
.doc_heading {
    display: block;
    width: 100%;
    padding: 0;
    padding-bottom:10px;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #337ab7;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    text-align:center;
    text-transform:uppercase;
}
.doc_heading a {
   
    width: 100%;   
    font-size: 21px;   
    color: #337ab7;   
    text-align:center;
    text-transform:uppercase;
}
.doc_title {
    display: block;
    width: 100%;
    padding: 0;
    font-size:15px;   
    color: #337ab7;
    border: 0;
    line-height:19px;   
}
.guide_title {
    font-weight:bold;
    width: 100%;
    font-size:15px;   
    color: #337ab7;
    line-height:19px;  
    text-align:center; 
    text-transform:uppercase;
    margin-bottom:10px;
}
.guide_content {
    font-weight:normal;
    width: 100%;
    font-size:14px;   
    color: #000;
    line-height:21px;  
    text-align:justify;
}
.pagination {
    margin: 0px;
}


/*Date*/.demodr { position: relative;height: 34px;z-index: 9999; }
.demodr i {
position: absolute; bottom: 10px; right: 24px; top: auto; cursor: pointer;
}