/*
Theme Name: PROPAK VIETNAM
Theme URI: http://www.propakvietnam.com
Author: Sunshine
Description: Updating...
Version: 3.0
*/
/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */
/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	color: #141412;
	line-height: 1.6;
	margin: 0;
	font-size: 13px;
}
a {
	color: #1198d2;
	text-decoration: none;
}
a:visited {
	color: #ac0404;
}
a:focus {
	outline: thin dotted;
}
a:active,
a:hover {
	color: #ea9629;
	outline: 0;
}
a:hover {
	text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.3;
}
h1 {
	font-size: 48px;
	margin: 33px 0;
}
h2 {
	font-size: 30px;
	margin: 25px 0;
}
h3 {
	font-size: 22px;
	margin: 22px 0;
}
h4 {
	font-size: 20px;
	margin: 25px 0;
}
h5 {
	font-size: 18px;
	margin: 30px 0;
}
h6 {
	font-size: 16px;
	margin: 36px 0;
}
address {
	font-style: italic;
	margin: 0 0 24px;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
p {
	margin: 0 0 18px;
}
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}
pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}
blockquote blockquote {
	margin-right: 0;
}
blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}
blockquote strong,
blockquote b {
	font-weight: 400;
}
small {
	font-size: smaller;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dl {
	margin: 0 20px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 20px;
}
menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}
ul {
	list-style-type: square;
}
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}
li > ul,
li > ol {
	margin: 0;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button,
input {
	line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
caption {
	font-size: 16px;
	margin: 20px 0;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}
td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background: url(../images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}
/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */
/* Clearing floats */
.clear:before,
.clear:after {
	clear: both;
	content: "";
	display: table;
}
/* Form fields, general styles first. */
button,
input,
textarea {
	font-family: inherit;
	padding: 3px;
}
input,
textarea {
	color: #141412;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}
:-moz-placeholder {
	color: #7d7b6d;
}
::-moz-placeholder {
	color: #7d7b6d;
}
:-ms-input-placeholder {
	color: #7d7b6d;
}
/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}
img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}
/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}
/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	margin: 5px 20px 5px 0;
}
.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}
img.alignright {
	margin: 5px 0 5px 20px;
}
.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}
/*
img.aligncenter {
	margin: 5px auto;
}
img.alignnone {
	margin: 5px 0;
}
*/
/**
 * 3.0 - Basic Structure
 * ----------------------------------------------------------------------------
 */
.wrapper {
	width: 980px;
	margin: 0 auto;
}
/**
 * 4.0 - Header
  *   4.1 - Site Header
  *   4.2 - Navigation
 * ----------------------------------------------------------------------------
 */
header {
	background: url("../images/bg-header-layer.png") no-repeat scroll center bottom #1083C5;
    border-bottom: 3px solid #096297;
    height: 395px;
}
.side-header {
	background-color: white;
	height: 88px;
	border-bottom: 2px solid #02629a;
	position: relative;
}
#logo {
	background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
    height: 56px;
    left: 20px;
    position: absolute;
    top: 10px;
    width: 124px;
}
.langnav {
	bottom: 5px;
    position: absolute;
    right: 15px;
    width: 100%;
}
.lang {
    color: #FF0000;
    float: right;
    font-size: 12px;
    list-style: none outside none;
    margin: 26px 20px 0 0;
    padding: 0;
}
.lang1 {
    display: inline-block;
    font-size: 12px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.lang > li, .lang1 > li {
    float: left;
    height: 16px;
    padding: 0 10px;
}
.lang li:first-child, .lang1 li:first-child {
    border-right: 1px solid #FF0000;
}
.lang a, .lang1 a {
	color: #ff0000;
}
/* 4.2 - Navigation */
#mainNav {
    float: right;
    margin: 9px 0;
    padding: 0;
}
#mainNav > li {
    float: left;
    padding: 0 3px;
}
#mainNav > li > a {
    background: url("../images/bg-nav.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #027FC9;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 9px 11px;
    text-decoration: none;
    text-transform: uppercase;
}
#mainNav > li > a:hover, #mainNav > li.current_page_parent > a, #mainNav > li.current-menu-item > a {
    background: url("../images/bg-nav-hover.png") repeat-x scroll 0 0 transparent;
}
/*sub-menu*/
#mainNav ul.sub-menu {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    min-width: 220px;
    padding-bottom: 0.5em;
    box-shadow: 1px 3px 4px #02629A;
    -webkit-box-shadow: 1px 3px 4px #02629A;
	-moz-box-shadow: 1px 3px 4px #02629A;
    z-index: 999;
}
#mainNav ul.sub-menu li {
    border-bottom: 1px dotted #DDDDDD;
    border-right: 0 solid #932821;
}
#mainNav ul.sub-menu li:hover {
    background-color: #E9E9E8;
}
#mainNav li ul.sub-menu li a {
    color: #111111;
    font-weight: normal;
    line-height: 30px;
    padding: 5px;
    text-decoration: none;
}
#mainNav li ul.sub-menu li.current-menu-item > a {
    font-weight: bold;
}
#mainNav li ul.sub-menu {
    font-size: 14px;
    padding: 0;
}
#mainNav li:hover ul.sub-menu {
    display: block;
    position: absolute;
}
#mainNav ul.sub-menu ul.sub-menu {
    display: none;
}
#mainNav ul.sub-menu li:hover ul.sub-menu {
    display: block;
    left: 220px;
    margin-top: -30px;
}
.col1-intro {
	float: left;
    margin-top: 10px;
    width: 271px;
}
.box1-title {
	background: url("../images/box1-bg-title.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
    font-size: 14px;
    height: 52px;
    margin: 0;
    padding-top: 25px;
    text-align: center;
}
.box1-content {
	background-color: #FFFFFF;
	border: 1px solid #025484;
    border-top: medium none;
    max-height: 220px;
    min-height: 220px;
    overflow: auto;
    padding: 0 0 0 15px;
}
.box1-shadow-bottom {
	background: url("../images/box1-shadow-bottom.png") no-repeat scroll 0 0 transparent;
	height: 16px;
}
.col2-intro {
	float: left;
    margin-left: 20px;
    margin-top: 20px;
}
.header > p {
    margin: 0;
}
/**
 * 5.0 - Content
 * ----------------------------------------------------------------------------
 */
.box-list {
	list-style: none outside none;
    margin: 20px 0 0;
    padding: 0;
}
.box-list li {
    float: left;
    margin-right: 19px;
    margin-bottom: 20px;
    width: 314px;
}
.box-list li:nth-child(3n) {
    margin-right: 0;
}
.box2 {
	border: 1px solid #C0C2C3;
}
.box2-title {
	background: url("../images/box2-bg-title.png") repeat-x scroll 0 0 transparent;
	color: #FFFFFF;
    font-size: 16px;
    height: 52px;
    margin: 0;
    padding-top: 18px;
    text-align: center;
    text-transform: uppercase;
}
.box2-content {
    max-height: 334px;
    min-height: 334px;
    overflow: auto;
    padding: 0 0 0 15px;
}
.box2-shadow-bottom {
	background: url("../images/box2-shadow-bottom.png") no-repeat scroll 0 0 transparent;
	height: 16px;
}
.dangky {
	text-align: center;
}
.dangky input[type="button"] {
    background: url("../images/bg-button-submit.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #027FC9;
    border-radius: 5px;
    -moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
    font-weight: bold;
    height: 26px;
    padding: 3px 13px;
}
.dangky input[type="button"]:hover {
	background: url("../images/bg-nav-hover.png") repeat-x scroll 0 0 transparent;
}
.container {
	overflow: hidden;
}
.si-captcha {
    float: left;
    margin-left: 4px;
}
.error {
	color: red;
}
#content {
	overflow: hidden;
}
.reg_onsite {
    border: 1px solid #CCCCCC;
    margin: 0 auto;
    width: 620px;
}
#formdk {
    
}
.subject {
    border-radius: 24px 0 0 24px;
    height: 34px;
    margin: 0 10px;
}
.subject .lable {
    background: url("../images/bg-arrow.png") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-size: 14px;
    height: 34px;
    margin: 5px;
    padding-left: 32px;
    padding-top: 8px;
}
.input_area {
	margin: 10px 0 10px 10px;
	padding: 10px 0 10px 10px;
}
.input_area1 {
	margin: 10px 0;
	
}
.alphabet {
    background-color: #eeeeee;
    font-size: 16px;
    padding: 8px 10px;
    text-align: center;
    text-transform: uppercase;
}
.alphabet a {
	color: #333333;
    padding: 0 10px;
}
.alphabet a:hover {
    color: #EA9629;
    outline: 0 none;
}
.boxmore {
    border-top: 2px solid #CECECE;
    padding-top: 0;
}
.is_agent {
	background-color:#e1f1fe;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	margin-right: 10px;
    padding-right: 10px;
}
.rowf input[type="text"], .rowf input[type="email"], .rowf select, .frmCatalog select, .frmCatalog input[type="text"]  {
	border: 1px solid #ABADB3;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
    padding: 3px;
    width: 320px;
}
.rowf input[type="text"]:focus, .rowf select:focus, .frmCatalog select:focus, .frmCatalog input[type="text"]:focus {
	border-color: #f2904e;
}
.rowf select, .frmCatalog select {
	padding: 2px;
}
.rowf select.sex {
	 width: 60px;
}
.rowf {
    margin: 6px 0;
}
.rowf label {
    display: inline-block;
    width: 130px;
}
.rowf .note, .rowf .note1 {
	color: #777777;
    font-size: 11px;
}
.rowf .note1 {
	font-style: italic;
	margin-left: 130px;
}
.ques_cat {
	font-size: 13px;
    margin: 0;
    text-transform: uppercase;
}
ol.questions {
	list-style-type: decimal-leading-zero;
    margin: 10px 0;
    padding-left: 26px;
}
ul.questions {
    list-style-type: none;
    margin: 10px 0;
    padding-left: 26px;
}
.questions input[type="text"], .questions select{
	border: 1px solid #ABADB3;
    border-radius: 2px;
    padding: 3px;
}
.questions select{
	padding: 2px;
}
/*
.questions li {
	float: left;
    margin-right: 40px;
    padding-left: 16px;
    text-indent: -18px;
    width: 415px;
}
.questions li:nth-child(3n) {
    clear: both;
}*/
.ques_col1, .ques_col2 {
	float: left;
    margin-right: 20px;
    width: 47%;
}
.ques_col1 {
}
.ques_col2 {
}
.cleared_h10 {
	height: 10px;
	clear: both;
}
.cleared_h20 {
	height: 20px;
	clear: both;
}
.invite_box, .important_note {
	border: 1px solid #cecece;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding-right: 10px;
	margin-right: 10px;
}
#Invite_info {
    overflow: hidden;
    position: relative;
}
.btn-submit {
	background: url("../images/btn-submit.png") no-repeat scroll 0 0 transparent;
	border: 0 none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    height: 39px;
    width: 156px;
}
.btn-submit:focus, .btn-submit:hover {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.btn-shadow {
	background: url("../images/btn-submit-shadow.png") no-repeat scroll 0 0 transparent;
	display: inline-block;
    height: 36px;
    width: 156px;
}
.btn-search {
	background: url("../images/btn-search.png") no-repeat scroll 0 0 transparent;
	border: 0 none;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    padding-left: 18px;
    width: 100px;
}
.btn-search:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.product_box {
    overflow: hidden;
    padding-right: 20px;
}
ul.prolist {
    list-style: none outside none;
    padding-left: 0;
}
.prolist > li {
    float: left;
    width: 470px;
}
.listCatalog {
	width: 100%;
}
.listCatalog th {
	color: #FFFFFF;
    text-align: center;
    padding: 1px;
}
.listCatalog th, .listCatalog td {
    border: 1px solid #CCCCCC;
}
.listCatalog td {
	padding: 2px 10px;
}
.listCatalog td:nth-child(2) {
    font-weight: bold;
    text-align: center;
}
.listCatalog h2 {
    font-size: 14px;
    margin: 0;
}
/* Phân trang */
.sp_pagenavi {
    clear: both;
    padding: 0 0 8px;
    text-align: center;
}
.sp_pagenavi a.page, .sp_pagenavi span.current, .sp_pagenavi a.page-numbers {
    background: none repeat scroll 0 0 #F3F3F3;
    border: 1px solid #999999;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    margin: 2px;
    padding: 3px 8px;
    text-decoration: none;
}
.sp_pagenavi a.page, .sp_pagenavi a.page-numbers {
    color: #3E3E3E;
}
/* wpcf7-response-output */
.wpcf7-response-output {
    padding: 40px 20px 40px 90px!important;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    font-size:.91em;
    line-height:1.4em;
    border:1px solid #dbdbdb;
    font-family:Arial,Helvetica,sans-serif;
    margin: 2em auto;
    width: 740px;
}
.wpcf7-mail-sent-ng {
    border-color:#ff9999;
    color:#c31b00;
    background:url(../images/icon-error.png) no-repeat 20px 50% #ffcccc;
}
.wpcf7-validation-errors {
    border-color:#e6c555;
    color:#9e660d;
    background:url(../images/icon-note.png) no-repeat 20px 50% #fdebae;
}
.notice-box {
    border-color:#68a2cf;
    color:#2e6093;
    background:url(../images/icon-info.png) no-repeat 20px 50% #bfe4f9;
}
.wpcf7-mail-sent-ok {
    border-color:#a3c159;
    color:#5e6f33;
    background:url(../images/icon-download.png) no-repeat 20px 50% #ccff99;
}
.is_empty_error {
	clear: both;
	color: #FF0000;
}
.titleH1 {
	font-size: 24px;
    margin: 10px 0;
    text-align: center;
    text-transform: uppercase;
}
#tabs_wrapper {
    clear: both;
    display: inline-block;
    width: 100%;
}
#tabs_container {
}
#tabs_container ul {
    border-bottom: 2px solid #DDDDDD;
    list-style: none outside none;
    margin: 10px 0 3px;
    padding: 5px 0 10px;
}
#tabs_container ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-right: 1px dashed #CCCCCC;
    display: inline;
    margin: 0px -5px 0px 0px;
    padding: 0;
}
#tabs_container ul li a {
    font-weight: bold;
    outline: medium none;
    margin: 0px -1px 0px 0px;
    padding: 10px;
    text-decoration: none;
}
#tabs_container ul li a:hover {
    padding: 10px;
}
#tabs_container ul li.active a {
    background-color: #FFFFFF;
    border-bottom: 2px solid #000000;
    color: #000000;
    padding: 10px;
}
#tabs_container ul li.active a:hover {
    background-color: #FFFFFF;
    padding: 10px;
}
#tabs_container ul li a.icon_accept {
    padding-left: 24px;
    padding-right: 10px;
}
#tabs_container ul li a.icon_noprice {
    padding-left: 10px;
    padding-right: 10px;
}
#tabs_container ul li a.icon_accept:hover {
    padding-left: 10px;
    padding-right: 10px;
}
#tabs_content_container {
    float: left;
    margin-top: 15px;
    width: 100%;
}
.tab_content {
    display: none;
}
/**
 * 6.0 - Sidebar
 * ----------------------------------------------------------------------------
 */
#sidebar {
	border: 1px solid #CCCCCC;
    float: right;
    margin-left: 20px;
    overflow: hidden;
    padding: 12px;
    width: 260px;
}
/**
 * 7.0 - Footer
 * ----------------------------------------------------------------------------
 */
footer {
	border-top: 1px solid #A6A6A6;
    color: #666666;
    font-size: 11px;
    font-style: italic;
    height: 50px;
    overflow: hidden;
    padding-top: 10px;
}
.visitor {
	background: url("../images/icon-visitor.png") no-repeat scroll 0 -4px transparent;
    float: left;
    height: 30px;
    padding-left: 34px;
}
.copyright {
	float: right;
}
.footer {
    overflow: hidden;
}
.footer > p {
    margin: 0;
}
#div-toTop {
    bottom: -2px;
    cursor: pointer;
    display: none;
    padding: 5px;
    position: fixed;
    right: 10px;
}
span#img-back-top {
    background: url("../images/items_44ae74c264.png") no-repeat scroll -10px -270px transparent;
    display: block;
    height: 48px;
    width: 48px;
}