/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, fieldset {
	border: 0;
}
abbr, acronym {
	text-decoration: none;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align=left] {
	display: block;
	float: left;
}
.right, .alignright, img[align=right] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align=middle] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}
.block, .alignnone {
	display: block;
	clear: both;
}
input[type=submit], button {
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
}
.wp-smiley {
	display: inline;
}
/*---:[ layout structure ]:---*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 26px;
	color: #111111;
	background-color: #FFFFFF;
	padding-top: 0;
}
body.landing {
	padding-top: 0;
}
.container {
	width: 897px;
	margin: 0 auto;
}
.landing .container {
	width: 617px;
}
.columns, .columns > .content, .columns > .sidebar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columns > .content {
	width: 617px;
	float: left;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #DDDDDD;
}
.columns > .sidebar {
	width: 280px;
	float: right;
	padding: 26px 26px 0 26px;
}
/*---:[ links ]:---*/
a {
	color: #ab8713;
	text-decoration: none;
}
p a {
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}
/*---:[ nav menu ]:---*/
.menu {
	position: relative;
	z-index: 50;
	list-style: none;
	border-width: 0 0 1px 1px;
	border-style: solid;
}
.menu li {
	position: relative;
	float: left;
	margin-bottom: -1px;
}
.menu .sub-menu {
	position: absolute;
	left: -1px;
	display: none;
	list-style: none;
	z-index: 110;
	margin-top: -1px;
}
.menu .sub-menu .sub-menu {
	top: 0;
	left: 10.5625em;
	margin: 0 0 0 -1px;
}
.menu li:hover > .sub-menu {
	display: block;
}
.menu .sub-menu li {
	width: 10.5625em;
	clear: both;
}
.menu a, .menu_control {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.menu a:hover {
	background-color: #DDDDDD;
}
.menu_control {
	display: none;
	background-color: #FFFFFF;
}
.menu .sub-menu a {
	border-left-width: 1px;
}
.menu, .menu a, .menu .sub-menu {
	border-color: #DDDDDD;
}
.menu .current-menu-item > a {
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
	cursor: text;
}
.menu .sub-menu .current-menu-item > a {
	border-bottom-color: #DDDDDD;
}
/*---:[ header ]:---*/

#site_title {
	font-size: 42px;
	line-height: 1.32em;
	font-weight: bold;
	color: #111111;
}
#site_title a {
	color: #111111;
}
#site_title a:hover {
	color: #DD0000;
}
#site_tagline {
	font-size: 16px;
	color: #888888;
	line-height: 1.32em;
}
/*---:[ golden ratio typography with spaced paragraphs ]:---*/
.grt, .grt h3 {
	font-size: 16px;
	line-height: 26px;
}
.grt .headline {
	font-size: 26px;
	line-height: 39px;
	margin: 0;
}
.grt h2 {
	font-size: 20px;
	line-height: 31px;
	margin-top: 39px;
	margin-bottom: 13px;
}
.grt .small, .grt .caption {
	font-size: 13px;
	line-height: 22px;
}
.grt .drop_cap {
	font-size: 52px;
	line-height: 1em;
	margin-right: 0.15em;
	float: left;
}
.grt p, .grt ul, .grt ol, .grt blockquote, .grt pre, .grt dl, .grt dd, .grt .center, .grt .block, .grt .caption, .post_box .aligncenter, .post_box .alignnone, .post_box .post_image, .post_box .post_image_box, .post_box .wp-caption, .post_box .wp-post-image, .post_box .alert, .post_box .note, .headline_area {
	margin-bottom: 26px;
}
.grt ul, .grt ol, .grt .stack {
	margin-left: 26px;
}
.grt ul ul, .grt ul ol, .grt ol ul, .grt ol ol, .wp-caption p, .post_box .alert p:last-child, .post_box .note p:last-child, .post_content blockquote.right p, .post_content blockquote.left p {
	margin-bottom: 0;
}
.grt .left, .post_box .alignleft, .post_box .ad_left {
	margin-bottom: 26px;
	margin-right: 26px;
}
.grt .right, .post_box .alignright, .post_box .ad {
	margin-bottom: 26px;
	margin-left: 26px;
}
.grt .caption {
	margin-top: -13px;
	color: #888888;
}
/*---:[ golden ratio pullquotes ]:---*/
.grt blockquote.right, .grt blockquote.left {
	font-size: 26px;
	line-height: 36px;
	width: 45%;
	margin-bottom: 13px;
}
.grt blockquote.right, .grt blockquote.left { 
	padding-left: 0;
	border: 0;
}
/*---:[ post box styles ]:---*/
.post_box {
	padding: 0;
	border-top: 0px dotted #DDDDDD;
}
.top {
	border-top: 0;
}
.post_box .headline, .headline a {
	color: #111111;
}
.headline a:hover {
	color: #DD0000;
}
.byline, .byline a {
	color: #888888;
}
.byline a {
	border-bottom: 1px solid #DDDDDD;
}
.byline a, .post_author, .post_date {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.byline a:hover, .num_comments {
	color: #111111;
}
.byline .post_edit {
	margin-left: 13px;
}
.byline .post_edit:first-child {
	margin-left: 0;
}
.post_author_intro, .post_date_intro, .byline .post_cats_intro {
	font-style: italic;
}
.post_box h2, .post_box h3 {
	color: #111111;
}
.post_box h3 {
	font-weight: bold;
}
.post_box ul {
	list-style-type: square;
}
.post_box blockquote {
	color: #888888;
	margin-left: 13px;
	padding-left: 13px;
	border-left: 1px solid #DDDDDD;
}
.post_box code {
	font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
}
.post_box pre {
	font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
	background-color: #EEEEEE;
	padding: 13px;
	-webkit-tab-size: 4;
	-moz-tab-size: 4;
	tab-size: 4;
}
.post_content li a {
	text-decoration: underline;
}
.post_content li a:hover {
	text-decoration: none;
}
.post_box .frame, .post_box .post_image_box, .post_box .wp-caption {
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	padding: 13px;
}
.post_box .wp-caption img, .post_box .post_image_box .post_image, .post_box .thumb {
	margin-bottom: 13px;
}
.wp-caption.aligncenter img {
	margin-right: auto;
	margin-left: auto;
}
.wp-caption .wp-caption-text .wp-smiley {
	display: inline;
	margin-bottom: 0;
}
.post_box .wp-caption p {
	font-size: 13px;
	line-height: 22px;
}
.post_box .author_description {
	border-top: 1px dotted #DDDDDD;
	padding-top: 26px;
}
.post_box .author_description_intro {
	font-weight: bold;
}
.post_box .avatar {
	width: 61px;
	height: 61px;
	float: right;
	clear: both;
	margin-left: 13px;
}
.post_box .author_description .avatar {
	width: 78px;
	height: 78px;
	float: left;
	margin-right: 13px;
	margin-left: 0;
}
.post_box .post_cats, .post_box .post_tags {
	color: #888888;
}
.post_box .alert, .post_box .note {
	padding: 13px;
}
.post_box .alert {
	background-color: #ff9;
	border: 1px solid #e6e68a;
}
.post_box .note {
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
}
.landing .headline_area {
	text-align: center;
}
/*---:[ other post box styles ]:---*/
.num_comments_link {
	display: inline-block;
	color: #888888;
	text-decoration: none;
	margin-bottom: 26px;
}
.num_comments_link:hover {
	text-decoration: underline;
}
.bracket, .num_comments {
	font-size: 26px;
}
.bracket {
	color: #DDDDDD;
}
/*---:[ misc. content elements ]:---*/
.archive_intro {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #DDDDDD;
}
.archive_intro .headline {
	margin-bottom: 26px;
}
.prev_next {
	clear: both;
	color: #888888;
	border-top: 1px solid #DDDDDD;
	padding: 13px 26px;
}
.prev_next .next_posts {
	float: right;
}
.previous_posts, .next_posts {
	display: block;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.previous_posts a:hover, .next_posts a:hover {
	text-decoration: underline;
}
/*---:[ comments ]:---*/
#comments {
	margin-top: 52px;
}
.comments_intro {
	color: #888888;
	margin-bottom: 13px;
	padding: 0 26px;
}
.comments_closed {
	font-size: 13px;
	line-height: 22px;
	color: #888888;
	margin: 0 26px 26px 26px;
}
.comment_list {
	list-style-type: none;
	margin-bottom: 52px;
	border-top: 1px dotted #DDDDDD;
}
.comment {
	border-bottom: 1px dotted #DDDDDD;
	padding: 26px;
}
.children .comment {
	list-style-type: none;
	margin-top: 26px;
	border-left: 1px solid #DDDDDD;
	border-bottom: 0;
	padding: 0 0 0 26px;
}
.children .bypostauthor {
	background-color: transparent;
	border-color: #DD0000;
}
.comment .comment_head {
	margin-bottom: 13px;
}
.children .comment_head {
	margin-bottom: 0;
}
.comment .comment_author {
	font-weight: bold;
}
.comment_date {
	font-size: 13px;
	margin-left: 13px;
	color: #888888;
}
.comment_date a {
	color: #888888;
}
.comment_footer a {
	font-size: 13px;
	line-height: 22px;
	color: #888888;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 13px;
}
.comment_head a:hover, .comment_footer a:hover, .comment_nav a:hover {
	text-decoration: underline;
}
.comment_footer a:first-child {
	margin-left: 0;
}
.comment .avatar {
	width: 52px;
	height: 52px;
	float: right;
	margin-left: 13px;
}
.comment_nav {
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-style: dotted;
	border-color: #DDDDDD;
	padding: 13px 26px;
}
.comment_nav_top {
	border-width: 1px 0 0 0;
}
.comment_nav_bottom {
	margin: -52px 0 52px 0;
	border-width: 0 0 1px 0;
}
.next_comments {
	float: right;
}
/*---:[ inputs ]:---*/
.input_text {
	font-size: inherit;
	line-height: 1em;
	font-family: inherit;
	font-weight: inherit;
	color: #111111;
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	padding: 0.35em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.input_text:focus {
	border-color: #EEEEEE;
	background-color: #FFFFFF;
}
textarea.input_text {
	line-height: 26px;
}
.input_submit {
	font-size: 20px;
	line-height: 1em;
	font-family: inherit;
	font-weight: bold;
	border: 3px double #DDDDDD;
	background: #EEEEEE url(\'images/bg-button.png\') repeat-x;
	padding: 0.5em;
	cursor: pointer;
	overflow: visible;
}
/*---:[ comment form ]:---*/
#commentform {
	margin: 52px 0;
	padding: 0 26px;
}
.comment #commentform {
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
}
.comment_form_title {
	font-size: 20px;
	line-height: 31px;
	color: #111111;
	margin: 0 -26px;
	border-bottom: 1px dotted #DDDDDD;
	padding: 0 26px 13px 26px;
}
#commentform label {
	display: block;
}
#commentform p {
	margin-bottom: 13px;
}
#commentform p .required {
	color: #d00;
}
.comment_moderated {
	font-weight: bold;
}
#commentform .input_text {
	width: 50%;
}
#commentform textarea.input_text {
	width: 100%;
}
#cancel-comment-reply-link {
	float: right;
	font-size: 13px;
	line-height: inherit;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #DD0000;
}
#cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.login_alert {
	font-weight: bold;
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
}
/*---:[ sidebar ]:---*/
.sidebar {
	font-size: 13px;
	line-height: 19px;
}
.sidebar .headline, .sidebar .sidebar_heading, .sidebar .widget_title {
	font-size: 17px;
	line-height: 24px;
}
.sidebar .sidebar_heading, .sidebar .widget_title {
	font-variant: small-caps;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.sidebar .input_submit {
	font-size: inherit;
}
.sidebar p, .sidebar ul, .sidebar ol, .sidebar blockquote, .sidebar pre, .sidebar dl, .sidebar dd, .sidebar .left, .sidebar .alignleft, .sidebar .ad_left, .sidebar .right, .sidebar .alignright, .sidebar .ad, .sidebar .center, .sidebar .aligncenter, .sidebar .block, .sidebar .alignnone {
	margin-bottom: 19px;
}
.sidebar .left, .sidebar .alignleft, .sidebar .ad_left {
	margin-right: 19px;
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .sidebar .right, .sidebar .alignright, .sidebar .ad, .sidebar .stack {
	margin-left: 19px;
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .wp-caption p, .sidebar .post_excerpt p {
	margin-bottom: 0;
}
.widget, .sidebar .text_box, .sidebar .thesis_email_form, .sidebar .query_box {
	margin-bottom: 38px;
}
.sidebar .thesis_email_form .input_text, .widget li {
	margin-bottom: 10px;
}
.sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
	width: 100%;
}
.sidebar .query_box .post_author, .sidebar .query_box .post_date {
	color: #888888;
}
.sidebar .post_content, .widget li ul, .widget li ol {
	margin-top: 10px;
}
.widget ul {
	list-style-type: none;
}
.widget li a:hover {
	text-decoration: underline;
}

/*---:[ media queries ]:---*/
@media all and (max-width: 897px) {
	body {
		padding-top: 0;
	}
	.container, .landing .container {
		width: auto;
		max-width: 617px;
	}
	.header {
		border-top: 1px solid #DDDDDD;
	}
	.landing .header {
		border-top: 0;
	}
	.columns > .content {
		float: none;
		width: 100%;
		border: 0;
	}
	.columns > .sidebar {
		float: none;
		width: 100%;
		border-top: 3px double #DDDDDD;
	}
	.menu_control {
		display: block;
		width: 100%;
		border-width: 0;
		background-color: #FFFFFF;
		padding: 1em 26px;
		cursor: pointer;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.menu {
		display: none;
		width: 100%;
		border-width: 1px 0 0 0;
		clear: both;
	}
	.show_menu {
		display: block;
	}
	.menu .sub-menu {
		position: static;
		display: block;
		margin: 0;
		border-top: 1px solid #DDDDDD;
		padding-left: 26px;
	}
	.menu li {
		width: 100%;
		float: none;
		margin-bottom: 0;
	}
	.menu .sub-menu li {
		width: 100%;
	}
	.menu a {
		border-width: 1px 1px 0 0;
		background-color: #FFFFFF;
		padding: 1em 26px;
	}
	.menu .current-menu-item > a {
		background-color: #EEEEEE;
	}
	.menu > li > a {
		border-left-width: 1px;
	}
	.menu li:first-child > a:first-child {
		border-top-width: 0;
	}
	.sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
		width: 50%;
	}
}
@media all and (max-width: 617px) {
	.menu a {
		border-right-width: 0;
	}
	.menu > li > a {
		border-left-width: 0;
	}
	.post_box .frame, .post_box .post_image_box, .post_box .wp-caption {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media all and (max-width: 450px) {
	.menu a, .menu_control {
		padding: 1em 13px;
	}
	.header, .columns > .sidebar, .post_box, .prev_next, .comments_intro, .comment, .comment_nav, #commentform, .comment_form_title, .footer {
		padding-right: 13px;
		padding-left: 13px;
	}
	.menu .sub-menu, .children .comment {
		padding-left: 13px;
	}
	.comments_closed, .login_alert {
		margin-right: 13px;
		margin-left: 13px;
	}
	.comment_form_title {
		margin-left: -13px;
		margin-right: -13px;
	}
	.right, .alignright, img[align=\"right\"], .left, .alignleft, img[align=\"left\"] {
		float: none;
	}
	.grt .right, .grt .left, .post_box .alignright, .post_box .alignleft, .grt blockquote.right, .grt blockquote.left {
		margin-right: 0;
		margin-left: 0;
	}
	.post_author:after {
		content: \'\\a\';
		height: 0;
		white-space: pre;
		display: block;
	}
	.grt blockquote.right, .grt blockquote.left, #commentform .input_text, .sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
		width: 100%;
	}
	.post_box blockquote {
		margin-left: 0;
	}
	.comment_date {
		display: none;
	}
}
/*---:[ clearfix ]:---*/
/*---:[ custom CSS ]:---*/
body {
  font-family: arial, "Times New Roman";
}	
body a{color:#ab8713}
.col1 {
  width: 64%;
  float: left;
}
.columns .col2 {
  border: 0;
}{margin-left:25px}
#tintucbaiviet .post_content{margin-left:25px}
.bigcontainer{overflow:hidden}
.sanpham2 img{margin-bottom:7px}
.sanpham2 img:hover{opacity:0.8; background:#414b3b}
.col2 table i{color:#a69f88}
.sanpham33{margin-bottom:25px}
#image-map area:hover{background:rgb(67,133,165,0.6)}
.ul1 ul{margin-left:0px}
.ul1 ul li{border-bottom: 1px solid #ececec;
  list-style: none;
  margin: 0;
  padding: 7px 0 7px 0px;
  position: relative;}
.ul1 ul li:before{content: "\f046" !important; font-family: 'Defaults'; color:#a69f88; margin-right:10px}
.ul1.ul2 ul li:before{content: "\f045" !important; font-family: 'Defaults'; color:#dd0000; margin-right:10px}
.nut1 button.ubtn{min-height:36px}
.ctiet,.container.sanpham3{margin-top:30px; margin-bottom:30px}
.sanpham2 .grid-icon img{margin-bottom:7px}
.col2 {
  width: 34%;
  float: right;
}
#single table td {
  border-bottom: 1px #ccc dashed;
  padding: 9px 5px;
}
.owl-carousel .owl-item img:hover{opacity:0.8; background:rgba(1,79,81,1)}
.sanpham32{margin-bottom:30px}
.ttct span {
  padding-right: 15px;
  background: white;
  font-size: 20px;
	color:#014f51; font-weight:bold 
}
ul.dunb2 li{list-style-type:none; width:24%; padding-right:1%; float:left; padding:7px 0px; border-bottom:1px #eee dotted }
ul.dunb2 li i{color:#ab8713}
.box03__item.act {
  border-color: #c60004;
  color: #c60004;
}
.box03__item {
  border: 1px solid #e0e0e0;
    border-top-color: rgb(224, 224, 224);
    border-right-color: rgb(224, 224, 224);
    border-bottom-color: rgb(224, 224, 224);
    border-left-color: rgb(224, 224, 224);
  border-radius: 2px;
  color: #333;
  display: inline-block;
  font-size: 13px;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 5px;
  margin-right: 5px;
  vertical-align: top;
  height: 32px;
  line-height: 32px;
  position: relative;
}.col2 table {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  margin: 0 auto;
    margin-bottom: 0px;
  border: 0px;
  margin-bottom: 15px;
  border-collapse: unset !important;
}.col2 table td.fl {
  width: 40%;
}
.col2 table td {
  padding: 6px;
  border-bottom: 1px #cccccc dotted;
}
.fl {
  font-weight: bold;
}.col2 table tr:nth-child(2n) {
  background-color: #f9f9f9 !important;
}.ct1 {
  background: linear-gradient(to right,rgba(215 98 54/1),rgba(176 38 41/1));
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 7px 5px;
  text-align: center;
}.ct2 {
  background-color: #f1f1f1;
  border-radius: 0 0 4px 4px;
  padding: 8px 5px;
  color: #d0021c;
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
  text-align: center;
}.ttct {
  background: url(images/ke-1.png) left center repeat-x;
  margin: 10px 0px;
}#single {
  width: 73%;
  float: left;
  background: #fff;
  padding-right: 0%;
  margin-right: 0%;
}.contentpost ul {
  margin-left: 20px;
}.sidebar {
  width: 25.5%;
  float: right;
  margin-right: 0px;
}
.sidebar {
  font-size: 13px;
  line-height: 19px;
}.chuyenvientv, .agency-box {
  width: 100%;
  margin-bottom: 15px;
  display: inline-block;
  margin-left: 0px;
  overflow: hidden;
  box-shadow: rgba(0,0,0,.3) 0 1px 4px -1px;
  border-radius: 5px;
}.titlecontact {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}
.titlecontact {
  position: relative;
  float: none;
  background-color: #414b3b;
  box-sizing: border-box;
  padding: 3%;
  color: #fff;
  line-height: 55px;
	
}
.sidebar .avatar22{
	border-radius: 50%;
	width:55px; height:55px; float: left; margin-right: 10px; 
}
.sidebar .avatar22 img{
  width:auto; height:55px;border-radius: 50%;
  vertical-align:middle;
}
.ht22{padding:0px 10px; padding-bottom:10px; color:#414b3b; text-align:justify}
.ht1 {
  width: 43%;
  margin-left: 3%;
  border-radius: 30px;
  line-height: 36px;
  float: left;
  border: 1px solid #014f51;
  color: #333;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}.ht2 {
  width: 43%;
  margin-right: 3%;
  border-radius: 30px;
  line-height: 36px;
  float: right;
  border: #eb5155 1px solid;
  color: #eb5155;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}.agency-info-float .des {
  background: #edece7;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 0;
    padding-left: 0px;
  padding-left: 0px;
  padding-left: 16px;
  font-size: 18px;
}.related.container {
  margin-top: 0px;
  width: 100%;
  min-width: 100%;
}.grid-icon {
  position: relative;
}.thumb_link.dunb2 {
  display: block;
}
.thumb_link.dunb2 {
  display: block;
  position: relative;
}
.dunb2 {
  position: relative;
  z-index: 1;
}.tag_l {
  background: #1d1d1d;
  left: 10px;
  color: #fff;
}
.tag_t, .tag_l, #agent-2-slider .feature .tag-2 {
  position: absolute;
  top: 10px;
  display: inline-block;
  z-index: 1;
  font-size: 11px;
  padding: 3px;
  border-radius: 2%;
  line-height: 13px;
}.text.text2.text3 {
  background: #f9f9f9;
  padding: 7px;
}
.text {
  border-top: 0px;
}
.text {
  position: relative;
}.result-label.temp1 {
  background: linear-gradient(to right,#ef3006,#c60004);
}
.result-label {
  border-radius: 20px;
  display: inline-block;
  font-size: 0;
  max-width: 100%;
  padding-right: 8px;
  padding: 0px;
  line-height: 27px;
}.block-related h3.indam.indam2 {
  margin: 0px;
  padding: 5px 0px;
  height: 68px;
  line-height: 23px;
  overflow: hidden;
}table.grid-features {
  width: 100%;
  font-size: 80%;
}table.grid-features {
  font-size: 80%;
}.khungthem td {
  border: 0px;
}
.khungthem td {
  padding-top: 5px;
}
.grid-features td {
  color: #787878;
  font-size: 75%;
}.related.container i {
  color: #ab8713;
}.result-label span {
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 10px;
  line-height: 18px;
  margin-left: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-line-clamp: 2;
  text-transform: uppercase;
}.block-related h3.indam.indam2 {
  margin: 0px;
  padding: 5px 0px;
  height: 68px;
  line-height: 23px;
  overflow: hidden;
}.indam.indam2 a {
  font-size: 15px;
  color: #222;
}.indam.indam2 a:hover{color:#ab8713}
.submit-form #gform_wrapper_5 {
  padding: 5px 15px;
}#gform_5 input, #gform_5 textarea {
  background: #f9f9f9;
  border: 1px #ccc solid;
  padding: 5px 5px;
  font-size: 13px;
}
#gform_wrapper_5 textarea, #gform_wrapper_5 input{
  border: 1px solid #ddd;
  border-radius: 5px;
  width: calc(100% - 8px);
  padding: 7px 0px;
  text-indent: 8px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #8493a8;
  font-weight: normal;
}#gform_wrapper_5.gform_wrapper .gfield_captcha_container img.gfield_captcha{
  display: inline;
  width: auto;
}.submit-form #gform_wrapper_5 #input_1_13 {
  width: 100px;
}
#gform_3 .top_label input.large, #gform_3 textarea.medium, #gform_3 textarea, .gform_wrapper .math_small input, .gform_wrapper .math_small input,  .gform_wrapper #gform_3 input {
  border: 2px solid #cccccc;
  padding: 7px 0px;
  text-indent: 10px;
  font-size: 14px;
  font-family: arial;
  width: 100%;
  border-radius: 3px;
  background: #f9f9f9;
}
.gform_wrapper #gform_3 .top_label .gfield_label {
  display: none !important;
}
#gform_3 .top_label input {
  margin-bottom: 15px;
}
.sp2{margin:30px 0}
.sp2 .grid-icon img{margin-bottom:0}
#gform_wrapper_5 input#gform_submit_button_5 {
  background: #dd0000;
  color: #fff;
  border: none;
  padding: 9px 0px;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  display: block;
  font-weight: 600;
  height: 36px;
}.main_title, .main_title2 {
  position: relative;
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 12px;
  text-transform: uppercase;
  color: #222;
}.main_title h2 {
  position: relative;
  padding: 9px 0 20px 0;
}
.main_title h2 {
  font-size: 22px;
}
.cleft, .cleft2 {
  float: left;
}#single.duan h2::before, .view-all-link {
  float: right;
  margin-top: 11px;
}
.text-center {
  text-align: center;
  margin-bottom: 20px;
}.btn-classic {
  border: 1px #eee solid;
  color: #333;
  padding: 7px 25px;
  text-transform: none;
  border-radius: 15px;
}.cm .ere-heading {
  border-top: 1px #eee solid;
  border-radius: 0px;
  padding-top: 10px;
}.cm .ere-heading .archive_title {
  float: left;
}.demsobai {
  float: right;
  font-style: italic;
  font-size: 18px;
  color: #0072bc;
}.sanpham2 {
  display: grid;
  grid-auto-rows: minmax(min-content,max-content);
  grid-template-columns: repeat(4,minmax(0,1fr));
  border-left: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
	margin: 30px 0;
}
.block-related h2::before {
  content: '';
  width: 50px;
  height: 2px;
  background: #ab8713;
  position: absolute;
  bottom: -2px;
  left: 0;
}.view-all-link {
  float: right;
  margin-top: 11px;
}
.text-center {
  text-align: center;
  margin-bottom: 20px;
}.btn-classic {
  border: 1px #eee solid;
  color: #333;
  padding: 7px 25px;
  text-transform: none;
  border-radius: 15px;
}.cm .ere-heading {
  border-top: 1px #eee solid;
  border-radius: 0px;
  padding-top: 10px;
}.cm .ere-heading .archive_title {
  float: left;
}.demsobai {
  float: right;
  font-style: italic;
  font-size: 18px;
  color: #0072bc;
}.sanpham2 {
  display: grid;
  grid-auto-rows: minmax(min-content,max-content);
  grid-template-columns: repeat(4,minmax(0,1fr));
  border-left: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;  margin-bottom: 30px;
}
.sanpham2 .dunb {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 10px 12px;
  display: block;
}
.dunb {
  transition: all 0.6s ease 0s;
}
#gform_wrapper_3.gform_wrapper .gform_footer{margin-top:0}
#gform_wrapper_3.gform_wrapper #gform_submit_button_3 {
  padding: 12px 22px; 
  color: white;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  background-color: #dd3333;
  box-shadow: 0px 12px 12px -13px black;
  border-radius: 5px;
  border: 0;
  padding: 10px;
  display: block;
  margin: 0 auto;
    margin-bottom: 0px;
}
#gform_submit_button_2, #gform_submit_button_1, #gform_submit_button_3 {
  cursor: pointer;
}
.btn-call-popup {
  display: block;
  position: fixed;
  z-index: 99;
  font-family: 'Open Sans',sans-serif;
}
.btn-call-popup img {
  width: 70px;
  height: 70px; display: inline;
  background: #ff6b11;
  border-radius: 100px;
  box-shadow: 0 0 25px 0 #999;
  -webkit-animation: swing .7s infinite;
  animation: swing .7s infinite;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}.btn-call-popup span {
  padding: 0;
  left: -1px;
  top: -1px;
  border-radius: 30px;
  -webkit-animation: scale1 1s infinite;
  animation: scale1 1s infinite;
  -webkit-transform: scale(2,2);
  transform: scale(2,2);
}
.phantrang{margin-bottom:30px}
.phantrang .wp-pagenavi{text-align:center; margin:15px 0px}
.phantrang .wp-pagenavi a, .phantrang .wp-pagenavi span{border:0}
.wp-pagenavi span.larger:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover {
    background: linear-gradient(to right,#f8a814,#b57704);
    color: #fff;
	border-radius:50%;
}
.phantrang .wp-pagenavi a, .phantrang .wp-pagenavi span {
    padding: 4px 8px;
}
.container22{
  position: relative;
  height: 100%; margin: 0;
  padding: 0;
}.tieudepro{display:none}
.pagecon .anh33 img{margin-bottom:0}
.subbanner .caption .ngaytd2223 a{color:#111; font-size: 25px;
  text-transform: uppercase;}
.tab22 .ult_tabitemname{padding-left:0; padding-right:0}
.tab22 .ult_tabcontent.style2{padding-left:0; padding-right:0}
#header{position:relative; background:#414b3b }
.master-plan-text {
  padding-top: 30px;
  overflow-x: auto;
  position: relative;
}.master-plan-text .master-plan-text-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; padding-bottom:25px
}.master-plan-text-list .list-detail {
  list-style: none;
}
.wpb_single_image .vc_figure-caption{color:#d5ccaa}
.vang{color:#ffffff}
.master-plan-text .list-detail {
  width: 32%;
  padding-left: 0;
  margin-left: unset;
}.master-plan-text .list-detail:not(:last-child) ul {
  margin-right: 1%;
}
.master-plan-text .list-detail ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: unset;
    margin-right: unset;
}.master-plan-text .list-detail li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  max-width: 100%;
}.master-plan-text .list-detail ul.yellow-bg .num {
  background: #af9569;
  background: -webkit-gradient(linear,left top,right top,from(#af9569),color-stop(49%,#7f6c33),to(#7e6b33));
  background: linear-gradient(90deg,#af9569 0,#7f6c33 49%,#7e6b33 100%);
}
.master-plan-text .list-detail .num {
  border: 1px solid #fff;
  text-align: right;
  height: 25px;
  display: block;
  margin-right: 15px;
  min-width: 25px;
  color: #fff;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}.master-plan-text .list-detail span {
  font-size: 13px;
  line-height: 17px;
  font-weight: 400; color:#fff
}.master-plan-text .list-detail ul.red-bg .num {
  background: #703626;
  background: -webkit-gradient(linear,left top,right top,from(#703626),color-stop(49%,#94533d),to(#97553e));
  background: linear-gradient(90deg,#703626 0,#94533d 49%,#97553e 100%);
}.master-plan-text .list-detail ul.purple-bg .num {
  background: #786c74;
  background: -webkit-gradient(linear,left top,right top,from(#786c74),color-stop(49%,#73676f),to(#4d4245));
  background: linear-gradient(90deg,#786c74 0,#73676f 49%,#4d4245 100%);
}
.bigbread {
  background: #edece7; background-size: 100%;
  background-size: auto;
  min-height: 150px;
  padding-top: 1px;
  position: relative
}
.subbanner .caption h1, .subbanner .caption h2 {
  padding-bottom: 10px; line-height:35px
}.subbanner .caption {
  margin-top: 35px;
  color: #111;
  text-align: center;
  clear: both;
}
#tintucbaiviet .post_content{padding:15px 0}
#tintucbaiviet .post_content p{margin-bottom:9px}
#tintuc{margin-top:20px; margin-bottom:35px}
#tintuc .post_box h2::before{position: absolute;
content: '';
left: 0px;
bottom: 0px;
height: 3px;
width: 45px;
background-color: #1c9145
}
.is-divider {
  height: 3px;
  display: block;
  background-color: rgba(0,0,0,.1);
  margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  width: 100%;
  max-width: 30px;
  margin-top: 12px;
  margin-bottom: 7px;
}
.sanpham242165{margin-top:35px; margin-bottom:15px }
.sanpham242165 .news h5 a {
  font-weight: 600; color:#222; font-size:15px
}
.sanpham242165 .news {
  text-align: center;
}.sanpham242165 .news h5 {
  line-height: 1.2;
  margin-top: 8px;
}.by33 {
  color: #fff;
  background: #414b3b;
  padding: 3px 5px;
  top: 10px;
  left: 0;
  position: absolute;
  font-size: 80%;
  text-align: center;
}.sanpham242165 .item {
  float:left
}
.thumb3 {
  width: 100%;
  height: auto;
}.item .cover {
  position: relative;
}a.thumb_link {
  display: block;
}
.whitecolor{color:#fff}
/*.tienich{background:url(images/masterise-quan-2-background.png) left bottom no-repeat #4e5a43; background-size:auto !important}
*/.whitecolor table tr td{border-bottom:1px #fff dotted; padding:9px 0}
#vitri .smile_icon_list.circle .icon_list_icon:hover{border-style:inset !important ; transition: all 0.5s ease}
#vitri .smile_icon_list.circle .icon_list_icon{transition: all 0.5s ease}
.khungpt1 {
    background: rgb(255,245,227);
	background: linear-gradient(90deg, rgba(191,211,217) 0%, rgba(255,255,255,1) 48%, rgba(191,211,217,1) 100%);
	padding:1px 0
}
.khungpt12 {
    background: rgb(255,250,236,1);
	background: linear-gradient(90deg, rgba(255,250,236,1) 0%, rgba(255,255,255,1) 48%, rgba(255,250,236,1) 100%);
	padding:1px 0
}
.khung23{
	background: rgb(255,250,236);
	background: linear-gradient(90deg, rgba(166, 159, 136, 0.2) 0%, rgba(243,247,255,0.9) 40%, rgba(65,75,59,1) 75%, rgba(65,75,59,1) 100%);
}
.khung23.khung24{background:rgba(5,25,86,1) }
.pattern-layer h2, .pattern-layer h4 {
  line-height: 1.2;
  padding: 7px 0px; margin-bottom:11px; 
}
.pattern-layer2{
	background:#414b3b
}
.pattern-layer2::before {
  transform: rotate(45deg) translateY(100%);
  -webkit-transform: rotate(45deg) translateY(100%);
}
.pattern-layer2::before, .pattern-layer2::after {
  content: "";
  position: absolute;
  top: -20%;
  left: 0;
  right: 0;
  background: hsla(0, 0%, 100%, 0.03);
  bottom: 0;
  z-index: -1;
}.pattern-layer2::after {
  transform: rotate(45deg) translateY(-100%);
  -webkit-transform: rotate(45deg) 
}
#tintuc2 .post_box a {
  color: #222; font-size:14px; position:relative; font-weight:600; line-height:1.4
}
#tintuc2 .post_box h2{ position:relative; display:flex; padding-bottom:10px; margin-top:7px}
.clear{clear:both}
#tintuc2 .post_box{width:48%; padding-right:2%; margin-top:30px; float:left}
#tintuc2 .post_box img{width:35%}
#tintuc2 .post_date{
	width: 120px;
	text-align: center;
	background: #ca914a;
	padding: 6px 12px;
	color: #fff;
}
#breadcrumbs {
  margin-top: 10px;
}
#breadcrumbs li {
  float: left;
  margin: 0 2px;
  list-style: none;
  color: #333;
}
.container{width:1170px; margin:0 auto}
.tieude22::before {
  height: 3px;
  width: 32px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 45px;
  background: #8dc63f;
}
#block-7 .wp-block-image img{width:220px; margin:0 auto; margin-top:15px }
#block-7 i.text-color-accent{
  width: 28px;
  color: #222;
  font-size: 13px;
  text-align: center;
  background: #eee;
  height: 28px;
  line-height: 28px;
  border-radius: 50%; margin-right:10px; margin-bottom:10px
}
#gform_wrapper_1 h3.gform_title {
  color: #d0c6a4;
  display: inline-block; font-family:"roboto", arial;
}
.footer{
	background: #414b3b url(images/2_background.png) right bottom no-repeat;
	font-size:14px;
	position:relative;
	min-height:300px;
	color:#fff; 
}

#block-7{padding-top:35px; padding-bottom:35px; z-index:9; position:relative; margin:0}
.noidung10, .noidung11{position:relative !important; overflow:hidden}
.noidung22{
	position: absolute !important;
	left: 5% !important;
	bottom: 10% !important;
	z-index: 9;
	padding: 25px !important;
	background-color: rgba(255,255,255,.7);
	width:500px;
	color: #002851; 
}
.noidung23{
	position: absolute !important; left:0; right:0;
	top: 10% !important;
	z-index: 9;
}
.noidung12 img{
	max-width: 100%;
	height: auto;
}

.td22{
	margin:0 auto;
	position:relative; font-size:22px; line-height:28px; padding-bottom:12px; margin-top:35px;
	text-align:center
}
.td22::before{
	bottom:0px;
	content: '';
	width: 30px;
	height: 3px;
	position: absolute;
	right: 0;
	left: 0;
	background-color: #1b9145; margin:0 auto
}
#gform_wrapper_1 #gform_1 input#input_1_10 {
  margin-bottom: 0;
}

.lhn{background-color: rgb(199, 31, 22); position: absolute; left:0; right:0 bottom; width:auto;
color: rgb(255, 255, 255);
font-size: 16px;
font-weight: bold;
text-align: center;
line-height: 1.6;
	padding:7px 20px
}

.show-desktop-alo {
    display: block;
}
.shortcut-alo-alo {
    display: block;
    bottom: 50px;
    right: 40px;
    z-index: 1000;
    margin-bottom: 20px; border-radius:50%
}
#gform_wrapper_3.gform_wrapper select {
  border: 2px solid #cccccc;
  padding: 7px 0px;
  text-indent: 4px;
  font-size: 14px;
  font-family: arial;
  width: 100%;
  color: #888888;
  border-radius: 3px;
  background: #f9f9f9;
  margin-bottom: 15px;
}
#shortcut-alongay-hotline, #shortcut-alongay-hotline-mobile {
        border-radius: 50%;
        box-shadow: 0 0 25px 0 #999;
        width: 48px;
        height: 48px;
        background: url(images/popup/all_shortcut.svg) 0 0;
    }

	
    .shortcut-alongay-zalo, #shortcut-alongay-zalo-mobile {
        border-radius: 50%;
        box-shadow: 0 0 25px 0 #999;
        width: 48px;
        height: 48px;
        background: url(images/popup/all_shortcut.svg) 0 -50px; cursor:pointer 
    }
    #shortcut-alongay-messenger, #shortcut-alongay-messenger-mobile {
        border-radius: 50%;
        box-shadow: 0 0 25px 0 #999;
        width: 48px;
        height: 48px;
        background: url(images/popup/all_shortcut.svg) 0 -100px;
    }
.show-desktop-alo {
  display: block;
}
.list-shortcut-desktop {
  display: block;
  position: fixed;
  z-index: 1000;
  left: 10px;
  bottom: 70px;
}
    #messengerButton, #messengerButton-mobile {
        box-shadow: 0 0 25px 0 #999;
        width: 48px;
        height: 48px;
        background: url(images/popup/all_shortcut.svg) 0 -250px;
    }
#gform_submit_button_2, #gform_submit_button_1{cursor:pointer}

.gform_wrapper #gform_1 .top_label .gfield_label {
  display: none !important;
}

#nutlienhenhanh {
    height: 52px;
    left: 0;
    position: fixed;
    bottom: 0px;
    z-index: 9995; 
}
#nutlienhenhanh li {
    background-color: #dd021e;
    border-radius: 0 25px 25px 0;
    color: black;
    display: block;
    float: none;
    font-size: 16px;
    font-weight: bold;
    left: 0px;
    margin-bottom: 2px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: auto;
}#nutlienhenhanh li a {
    display: block;
    color: white;
    padding: 2px 2px 2px 5px;
}#nutlienhenhanh li .text222 {
    display: inline-block;
    text-align: center;
}#nutlienhenhanh li small {
    display: block;
    font-size: 16px;
    font-weight: 400;
}#nutlienhenhanh li .icon {
    display: inline-block;
    float: right;
    height: 47px;
    margin: 1px 0 0 5px;
    width: 47px;
}#nutlienhenhanh li small {
    display: block;
    font-size: 16px;
    font-weight: 400;
}
#gform_1 .top_label input {
  margin-bottom: 15px;
}#gform_wrapper_1.gform_wrapper select {
  border: 2px solid #cccccc;
  padding: 7px 0px;
  text-indent: 1px;
  font-size: 14px;
  font-family: arial;
  width: 100%;
  color: #888888;
  border-radius: 3px;
  background: #f9f9f9;
  margin-bottom: 15px;
}
#gform_submit_button_1 {
  	background:#dd3333;
	color: #fff;
	padding: 9px 40px; position:relative; border:0; font-weight:600; border-radius:5px
}
#gform_submit_button_1:before{
left: -5px;
top: -5px;
right: -5px;
bottom: -5px;
opacity: 1;
content: "";
position: absolute;
border: 1px solid #ffe569;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
border-image-outset: 0;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-image: linear-gradient(0deg,#e0af5e,#ffe569,#e0af5e,#ffe569,#e0af5e) 1;
transition: all ease .4s; z-index:9
}
#gform_1 .top_label input.large, #gform_1 textarea.medium, #gform_1 textarea, .gform_wrapper .math_small input, .gform_wrapper .math_small input {
  border: 1px solid #999;
  padding: 9px 0px;
  text-indent: 10px;
  font-size: 14px;
  width: 100%;
  border-radius: 3px;
  background: none; color:#fff
}
#top-buttom-image a{color:#111}
#top-buttom-image i {
  color: white;
  font-size: 15pt;
  line-height: 38px;
  font-weight: bold;
}
#top-buttom-image {
  cursor: pointer;
  text-align: center;
  bottom: 90px;
  width: 38px;
  height: 38px;
  clip: inherit;
  cursor: pointer;
  position: fixed;
  right: 15px;
  z-index: 19999;
  opacity: 1;
  border-radius: 50%;
  background: #a69f88 ;
  text-align: center;
}
.khungweb{
  position: relative;
  right: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0.82);
  padding: 25px 18px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 10px;
  display: block;
  width: 380px ; float:right;
	box-shadow:1px 3px 5px #666
}
#gform_2 input#gform_submit_button_2 {
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(to right, #d0011c, #ed4068, #d0011c, #ed4068) !important;
  box-shadow: 0px 12px 12px -13px black;
  border-radius: 8px;
  border: 0;
  padding: 7px;
}
#gform_wrapper_2 input {
  font-size: 16px;
  height: 36px;
  width: 100%;
  text-indent: 12px;
  background: none;
  padding: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #027599;
  margin-bottom: 10px;
  color: #000 }
.sub-title {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  color: #027599; 
}

.khungweb .registration {
  width: 100%; }
.khunggiua {
  position: relative;
  z-index: 999;
  width: 100%;
  clear: both;
}
.khungweb .title {
  width: 100%;
  text-align: center;
}

.title-common {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #016e90; }
@media all and (max-width: 680px) {
	.khungweb{position: relative;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
	width: 90%;
	padding: 5%;
	}
}

#header.codinh{position:fixed;left:0; right:0; z-index:999; transition: all ease .4s;}
#header.codinh #site_title a{ transition: all ease .4s }
#header.codinh{background:transparent}
#header.codinh #ubermenu-main-6{display:none !important}
#header.codinh #site_title
{
	position:relative;
	transition: all ease .4s;
}
#header.codinh #site_title a{position:relative}

nav#ubermenu-main-6{float:right; clear:none}

#site_title {
  width: 195px;
  height: 80px;
  float: left;
  margin-top: 0px;padding:5px
}

#header .container{position:relative}
#site_title a{
	color:transparent; font-size:0;  background: url(images/logo-saigonpearl.png) center center no-repeat;
  	background-size: auto;
  	background-size: 100%;
  	width: 195px;
  	height: 80px; display:block; 
  	z-index:111;
  	border-top:0;
}

#tintuc2 .post_box {
  position: relative;
  display: block;
  transition: all 0.6s ease 0s;
}
@media all and (max-width: 999px) and (min-width: 580px) {

}
@media all and (max-width: 999px) {
	nav#ubermenu-main-6{background:#414b3b }
	#header.header{position:relative; z-index:9; background:#414b3b}
	#header .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target,#header .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target.ubermenu-item-notext > .ubermenu-icon,#ubermenu-main-6 a {
	  line-height: unset;
	}	
	#header .ubermenu-responsive-toggle{border:0px solid #051956; margin-bottom:0px; width:100%}
	#ubermenu-main-6{background:#f5f5f5}
	#header{padding:0}
	.container, .landing .container,.pagecon {
		max-width: 100%;
		width:100%
	}
	.footer, .bigbread, #tintuc.htpro, #sanpham, #banthue{width:96%; padding-left:2%; padding-right:2%}
	#site_title{margin:0 auto; float:none; width:195px; height:80px; margin:0 auto; border:0}
	#site_title a{left:0; right:0; margin:0 auto; border:0}
	.khungpt2{background:#fff}
	#tintuc2 .post_box{padding:4%; width:92%; margin-top:0 }
	
	.bigbread{height:auto}
	.subbanner .caption{text-align:center}
	#breadcrumbs{float:none; padding-bottom:0; margin:0; margin-top:10px}
	#tintucbaiviet .post_content{width:96%; padding:25px 2%}
	#tintucbaiviet .post_box h2, #tintucbaiviet .post_box h3 {
	  line-height: 1.4; margin-bottom:10px
	}
	#tintucbaiviet img, #tintucbaiviet p{margin-bottom:7px}
	#tintuc2{
		display: grid;
		grid-auto-rows: minmax(min-content,max-content);
		grid-template-columns: repeat(2,minmax(0,1fr));
	}

	.post_box .ult-tabto-accordion dd > .ult-tabto-acontent{padding:1em 0}
	.cottab22{overflow:hidden}
	#tintuc2 .post_box img{margin-right:11px; margin-bottom:11px}
}
@media all and (max-width: 480px) {
	#tintuc2 .post_box img{width:100%; margin:0; margin-bottom:4px}
	.text.text2.text3{padding:7px 5px}
}
.lhn{
	background-color: #9a6f18;
	position: fixed;
	bottom: 0;
	display: block;
	color: rgb(255, 255, 255);
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	padding: 7px 20px;
	width: 400px; z-index:888;
	text-align: center;
	margin: 0 auto;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	left: 0;right:0;
}
@media all and (max-width: 980px) {
	.lhn{display:none}
	#tintucbaiviet{width:96%; padding:0 2%}
	ul.dunb2 li{width:48%; padding-right:2%}
}
@media (max-width: 789px)
{
	.sanpham2 {
	  display: grid;
	  grid-auto-rows: minmax(min-content,max-content);
	  grid-template-columns: repeat(2,minmax(0,1fr));
	  border-left: 1px solid #f1f1f1;
	  border-top: 1px solid #f1f1f1;
	}
	.sidebar,#single,.col1,.col2{width:100%; float:none}
	ul.dunb2 li{width:48%; padding-right:2%}
	.khungso22{margin-top:10px}
}