/*!
Theme Name: thanglongpad
Theme URI: http://bicweb.vn
Author: Mr.Tutv - technical Bicweb.vn
Author URI: http://www.bicweb.vn
Description: ThangLongPad demo
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thanglongpad
Tags: custom-background, custom-logo, custom-menu, featured-images,

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

thanglongpad is based on Underscores http://bicweb.vn, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://bicweb.vn
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Index
# Navigation
	## header
	## banner
	## Links
	## Menus
# Accessibility
# Đánh dấu trang
# Alignments
# Clearings
# Category Add New
# Widgets
# Content
	## Posts and pages
	## Comments
# Liên kết các cty
# Footer
# Contact Lien He
# Infinite scroll
# error 404
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/**
* Add Google Font Roboto
**/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700,700i,900,900i');

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
	font-family: 'Roboto', sans-serif;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	font-family: Roboto;
	background-color: transparent;
	text-decoration: none;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

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: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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"] {
	-webkit-box-sizing: border-box;
	        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-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Index
--------------------------------------------------------------*/
h3#dv-title-home {
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-size: 45px;
	line-height: 1.7;
	text-align: center;
	color: #0083a2;
	text-align: center;
	font-weight: normal; 
	margin: 0px 0 19px;
}


/* # title cac muc trang chu */
.thanglong_dich_vu {
	overflow: hidden;
	font-family: Roboto;
}
.thanglong-dichvu a, .taisao_chungtoi a, .du_an_noi_bat a, .tin_tuc_sk a, .kh-noi-homepage a {
	-o-transition: .3s;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	text-decoration: none;
}
.thanglong_dich_vu .thanglong-dichvu {
	text-align: center;
	padding: 37px 0 58px;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
}
.thanglong-dichvu .col-lg-4 h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: 1px;
	text-align: center;
	color: #0083a2;
	margin: 31px 0 13px;
}
.thanglong-dichvu .col-lg-4 h2 a {
	text-decoration: none;
	color: inherit;
	text-transform: uppercase;
}
.thanglong-dichvu .col-lg-4 p {
	font-size: 14px;
	line-height: 1.79;
	text-align: center;
	color: #222222;
	font-family: Roboto;
}
.thanglong-dichvu .read-more {
	width: 130px;
	height: 40px;
	margin: 0 auto;
	border-radius: 25px;
	line-height: 43px;
	background-color: #ffffff;
	box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.12);
	-webkit-box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.12);
	-moz-box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.12);
	-ms-box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.12);
}
.thanglong-dichvu .read-more a {
	text-decoration: none;
	font-size: 14px;
	line-height: 1.57;
	text-align: center;
	color: #222222;
	text-transform: uppercase;
	
}
.thanglong-dichvu .read-more a:hover, .thanglong-dichvu .read-more a:focus {
	color: #0083a2;
}

/*== phân trang ===*/
.bic-navigation {
	float: right;
	clear: both;
	margin: 10px 0 20px;
	position: relative;
	z-index: 5;
}
.bic-navigation ul {
	margin: 0px;
	list-style: none;
	padding-left: 0px;
}

.bic-navigation li {
	margin-right: 10px;
	display: inline-block;
}
.bic-navigation li a {
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	display: inline-block;
	border-radius: 50px;
	font-size: 14px;
	font-family: Roboto;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	color: #222222;
	font-weight: 600;
}
.bic-navigation li a:hover, .bic-navigation li a:focus {
	color: #fff;
	background-color: #0082a2;
	border-color: #0082a2;
}
.bic-navigation>li:first-child>a, .bic-navigation>li:first-child>span {
	border-bottom-left-radius: 50px;
	border-top-left-radius: 50px;
}
.bic-navigation>li:last-child>a, .bic-navigation>li:last-child>span {
	border-bottom-right-radius: 50px;
	border-top-right-radius: 50px;
}

.bic-navigation ul li.active a, .bic-navigation>.active>a, .bic-navigation>li.active a, .bic-navigation>li.active>a:hover, .bic-navigation>.active>span:hover, .bic-navigation>.active>a:focus, .bic-navigation>.active>span:focus {
	color: #fff;
	background-color: #0082a2;
	border-color: #0082a2;
}
/* end thang long dich vu */
.taisao_chungtoi {
	font-family: Roboto;
	background: #f8f8f8 url('img/bg-ts.png') no-repeat;
	background-position:left top;
	background-size: contain;
}
.taisao_chungtoi .col-lg-6:first-child {
	padding-top: 180px;
}
.taisao_chungtoi h1#why {
	margin: 0px 0 23px;
	font-size: 70px;
	line-height: 1.07;
	text-align: left;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: normal;
}
.taisao_chungtoi p.why-description {
	margin: 0px 0 30px 63px;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 1.47;
	text-align: left;
	color: #ffffff;
	position: relative;
	font-weight: normal;
}
.taisao_chungtoi p.why-description:before {
	content: "";
	width: 50px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	left: -60px;
	top: 12px;
}
.taisao_chungtoi .thanglong-why {
	padding-top: 60px;
}
.taisao_chungtoi .thanglong-why .box-why {
	padding: 15px 30px 20px 132px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.12);
	        box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.12);
	margin-bottom: 60px;
	position: relative;
}
.taisao_chungtoi .thanglong-why .box-why:nth-child(1):before {
	content: "01";
	font-family: Roboto;
	font-size: 90px;
	line-height: 0.24;
	letter-spacing: -1.8px;
	text-align: left;
	color: #0083a2;
	position: absolute;
	top: -13px;
	left: 15px;
	display: inline-block;
}
.taisao_chungtoi .thanglong-why .box-why:nth-child(2):before {
	content: "02";
	font-family: Roboto;
	font-size: 90px;
	line-height: 0.24;
	letter-spacing: -1.8px;
	text-align: left;
	color: #0083a2;
	position: absolute;
	top: -13px;
	left: 15px;
	display: inline-block;
}
.taisao_chungtoi .thanglong-why .box-why:nth-child(3):before {
	content: "03";
	font-family: Roboto;
	font-size: 90px;
	line-height: 0.24;
	letter-spacing: -1.8px;
	text-align: left;
	color: #0083a2;
	position: absolute;
	top: -13px;
	left: 15px;
	display: inline-block;
}
.taisao_chungtoi .thanglong-why .box-why h3 {
	margin: 0px;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.29;
	text-align: left;
	color: #0083a2;
	text-transform: uppercase;
}
.taisao_chungtoi .thanglong-why .box-why h3 a {
	color: inherit;
}
.taisao_chungtoi .thanglong-why .box-why p {
	margin: 9px 0 0 40px;
	font-size: 14px;
	line-height: 1.57;
	text-align: left;
	color: #222222;
	position: relative;
}
.taisao_chungtoi .thanglong-why .box-why p:before {
	content: "";
	width: 30px;
	height: 1px;
	background-color: #0083a2;
	position: absolute;
	left: -40px;
	top: 10px;
}

/* thăng long hoạt động số chạy index */


.module-up-info {
	padding: 40px 15px 30px;
	text-align: center;
	font-family: Roboto;
}
.module-up-info h3 {
	margin: 0px 0 10px;
	font-size: 25px;
	font-weight: bold;
}
.module-up-info p {
	margin: 0px;
	font-size: 16px;
	padding: 0 10%;
	line-height: 1.6;
	text-align: center;
}

.thanglong-hd-number .container {
	padding-top: 30px;
	border-bottom: solid 1px #e5e5e5; 
	font-family: Roboto;
}
.thanglong-hd-number .col-lg-3 {
	margin-bottom: 40px;
}
.thanglong-hd-number .col-lg-3 img {
	float: left;
	margin-right: 20px;
}
.thanglong-hd-number .col-lg-3 h3 {
	clear: none;
	margin: 12px 0 0;
	font-family: Roboto;
	font-size: 14px;
	line-height: 1.57;
	text-align: left;
	color: #222222;
	text-transform: uppercase;
	font-weight: 500;
}
.thanglong-hd-number .col-lg-3 span p {
	clear: none;
	margin: 0px;
}
.thanglong-hd-number #shiva {
	margin-top: 10%;
	
}
.thanglong-hd-number #shiva span {
	display: inherit;
	font-size: 45px;
	font-weight: 500;
	line-height: 0.49;
	text-align: left;
	color: #222222;
}

/* thăng long các dự án nổi bật index */ 

.du_an_noi_bat {
	font-family: Roboto;
	overflow: hidden;
	padding-left: 0;
	padding-right: 10px;
	padding-top: 70px;
}

.du_an_noi_bat .du-an-thanglong {
	position: relative;
	width: 19.35%;
	float: left;
	overflow: hidden;
	margin-left: .65%;
	margin-bottom: .65%;
}
.archive-du-an-new .col-lg-3 {
	overflow: hidden;
	margin-bottom: 30px;
}
.du_an_noi_bat .du-an-thanglong:hover .thanglong_du_an_text h1, .archive-du-an-new .col-lg-4:hover .thanglong_du_an_text h1, .archive-du-an-new .col-lg-3:hover .thanglong_du_an_text h1 {
	bottom: 10px;
	visibility: visible;
	opacity: 1;
}

.du_an_noi_bat .thanglong_du_an_text h2, .archive-du-an-new .col-lg-4 h1, .archive-du-an-new .col-lg-3 h1 {
	margin: 0px;
	font-size: 14px;
	line-height: 1.57;
	text-align: left;
	position: absolute;
	bottom: 0px;
	left: 10px;
	right: 10px;
	visibility: hidden;
	opacity: 0;
	background-color: #fff;
	color: #0083a2;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
}
.du_an_noi_bat .du-an-thanglong img, .archive-du-an-new .col-lg-3 img {
	transform: scale(1);
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
	width: 100%;
}
.archive-du-an-new .col-lg-3 img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.post-type-archive-khach-hang #myList li {
	    margin-bottom: 40px;
		overflow: hidden;
}
.post-type-archive-khach-hang #myList li:nth-child(4n+1) {
  clear: both;
}
.du_an_noi_bat .du-an-thanglong:hover img, .archive-du-an-new .col-lg-3:hover img {
	-webkit-filter: brightness(100%); /* Safari 6.0 - 9.0 */
    filter: brightness(100%);
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	    transform: scale(1.15);

}
.archive-du-an-new .col-lg-3:hover img{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.du_an_noi_bat .thanglong_du_an_text h2 i, .archive-du-an-new .col-lg-4 .thanglong_du_an_text h1 i, .archive-du-an-new .col-lg-3 .thanglong_du_an_text h1 i  {
	width: 30px;
	height: 30px;
	background: #0083a2;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	margin-right: 15px;
	margin-left: -10px;
}
.du_an_noi_bat .thanglong_du_an_text h2 a, .archive-du-an-new .col-lg-4 .thanglong_du_an_text h1 a, .archive-du-an-new .col-lg-3 .thanglong_du_an_text h1 a {
	font-size: 14px;
	line-height: 1.57;
	text-align: left;
	color: #0083a2;
	padding: 6px 15px 6px 10px;
}
.thanglong-du-an {
	display: block;
}
.du_an_noi_bat h3#homeage-xt-duan {
	margin: 22px 0 24px;
	text-align: center;
}
.du_an_noi_bat h3#homeage-xt-duan a {
	font-family: Roboto;
	font-size: 14px;
	color: #222222;
	text-transform: uppercase;
	background: #fff;
	padding: 13px 29px;
	display: inline-block;
	border-radius: 22px;
	box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.12);
	-webkit-box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.12);
	-ms-box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.12);
	-moz-box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.12);
	-o-transition: .3s;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
}
.du_an_noi_bat h3#homeage-xt-duan a:hover {
	color: #0083a2;
}


/* ====== tin tức sự kiện ===== */
.tin_tuc_sk {
	font-family: Roboto;
	clear: both;
	padding-bottom: 30px;
}
.tin_tuc_sk .tintuc-sukien .owl-item {
	margin-bottom: 30px;
}

.tin_tuc_sk .tintuc-sukien .item span, .bic-category-tin-tuc .module50 span, .single-slider-tintuc .single-slider .owl-item span, .kh-siingle .tintuc-sukien .owl-item span  {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #0083a2;
	font-size: 12px;
	line-height: 1.83;
	text-align: center;
	color: #ffffff;
	padding: 13px 7px 5px 7px;
	text-transform: uppercase;
}
.tin_tuc_sk .tintuc-sukien .item span b, .bic-category-tin-tuc .module50 span b, .single-slider-tintuc .single-slider .owl-item span b, .kh-siingle .tintuc-sukien .owl-item span b {
	font-size: 35px;
	font-weight: bold;
	line-height: 0.63;
	text-align: center;
	color: #ffffff;
}
.owl-tintuc {
	background-color: #ffffff;
	box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.15);
	-webkit-box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.15);
	-ms-box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.15);
	-moz-box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.15);
	padding: 14px 20px 22px;
	width: 87%;
	float: right;
	margin-top: -30px;
	z-index: 5!important;
	position: relative;
}
.owl-tintuc h2 {
	margin: 0px;
	font-size: 20px;
}
.owl-tintuc h2 a {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
	text-align: left;
	color: #0083a2;
	text-decoration: none;
}
.owl-tintuc p {
	margin: 5px 0 0 40px;
	font-size: 14px;
	line-height: 1.57;
	text-align: left;
	color: #222222;
	position: relative;
}
.owl-tintuc p:before {
	content: "";
	width: 30px;
	height: 1px;
	background-color: #0083a2;
	position: absolute;
	left: -40px;
	top: 10px;
	
}
.tin_tuc_sk .tintuc-sukien .owl-tintuc .chi-tiet, .bic-archive-dich-vu .category-new-add .chi-tiet, .bic-category-tin-tuc .module50 .chi-tiet, .single-slider-tintuc .single-slider .chi-tiet, .kh-siingle .tintuc-sukien .chi-tiet {
	margin-left: 39px;
	margin-top: 17px;
}
.tin_tuc_sk .tintuc-sukien .owl-tintuc .chi-tiet a, .bic-archive-dich-vu .category-new-add .chi-tiet a, .bic-category-tin-tuc .module50 .chi-tiet a, .single-slider-tintuc .single-slider .chi-tiet a, .kh-siingle .tintuc-sukien .chi-tiet a {
	font-size: 14px;
	line-height: 1.57;
	text-align: left;
	color: #ffffff;
	background-color: #0083a2;
	box-shadow: 0 0 20px 0 rgba(1, 1, 1, 0.12);
	-webkit-box-shadow: 0 0 20px 0 rgba(1, 1, 1, 0.12);
	-moz-box-shadow: 0 0 20px 0 rgba(1, 1, 1, 0.12);
	-ms-box-shadow: 0 0 20px 0 rgba(1, 1, 1, 0.12);
	padding: 3px 15px 3px;
	border-radius: 15px;
	text-transform: uppercase;
	border: solid 1px rgb(0, 131, 162);
	text-decoration: none;
}
.tin_tuc_sk .tintuc-sukien .owl-tintuc .chi-tiet a:hover, .bic-archive-dich-vu .category-new-add .chi-tiet a:hover, .bic-category-tin-tuc .module50 .chi-tiet a:hover, .single-slider-tintuc .single-slider .chi-tiet a:hover, .kh-siingle .tintuc-sukien .chi-tiet a:hover {
	background: #fff;
	color: #0083a2;
	border: solid 1px rgba(0, 131, 162, .5);
	box-shadow: 0 0 20px 0 rgba(1, 1, 1, 0.2);
	-webkit-box-shadow: 0 0 20px 0 rgba(1, 1, 1, 0.2);
	-moz-box-shadow: 0 0 20px 0 rgba(1, 1, 1, 0.2);
	-ms-box-shadow: 0 0 20px 0 rgba(1, 2, 1, 0.2);
}
/* ====== khách hàng nói ======= */

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## header
--------------------------------------------------------------*/
header.site-header {
	padding: 0px;
	background: url('img/header-bg.png') no-repeat;
	background-size: cover;
	background-position: 0 0 0;
}
header.site-header .navbar-default .navbar-collapse, header.site-header .navbar-default .navbar-form {
	border: none;
}
header.site-header .navbar-default {
	border: none;
	background: none;
	padding-top: 30px;
}
.is-sticky {
	position: relative;
	z-index: 3;
}
.is-sticky .thanglongpad-menu-primary {
	background: #003143;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
}
header.site-header .is-sticky .navbar-default {
	padding-top: 12px;
}

/*====== background white ======*/
.archive header.site-header, .page header.site-header, .single header.site-header, .error404 header.site-header {
	background: #fff;
	box-shadow: 0 0 15px 0 rgba(1, 1, 1, 0.3);
	-webkit-box-shadow: 0 0 15px 0 rgba(1, 1, 1, 0.3);
	-moz-box-shadow: 0 0 15px 0 rgba(1, 1, 1, 0.3);
	-ms-box-shadow: 0 0 15px 0 rgba(1, 1, 1, 0.3);
	position: relative;
	z-index: 9999;
}
.main-navigation #primary-menu>li:hover>a, .main-navigation #primary-menu>ul>li:hover>a, .main-navigation #primary-menu>li.current_page_item>a, .navbar-collapse ul.navbar-nav > li.current-menu-item > a {
	color: #0082a2;
}
.archive .navbar-default .navbar-nav>li>a, .page .navbar-default .navbar-nav>li>a, .single .navbar-default .navbar-nav>li>a, .error404 .navbar-default .navbar-nav>li>a {
	color: #222222;
}
.archive .is-sticky .thanglongpad-menu-primary, .page .is-sticky .thanglongpad-menu-primary, .single .is-sticky .thanglongpad-menu-primary, .error404 .is-sticky .thanglongpad-menu-primary {
	background: #fff;
	border-bottom: solid 2px rgba(0, 131, 162, .5);
}


/*--------------------------------------------------------------
## banner
--------------------------------------------------------------*/
.slider-banner .bx-wrapper {
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	margin-bottom: 0px;
}
.slider-banner .bx-wrapper .bx-controls-direction a {
	height: 71px;
	margin-top: -16px;
	outline: 0 none;
	top: 50%;
	width: 80px;
	z-index: 1;
}
.slider-banner .bx-wrapper .bx-prev {
    /*background: url('http://demo8.bicweb.vn/wp-content/uploads/2017/10/prev.png') no-repeat;*/
    background: rgba(0, 0, 0, 0) url("img/bg-left.png") no-repeat scroll 0 0;
}
.slider-banner .bx-wrapper .bx-next {
	/*background: url('http://demo8.bicweb.vn/wp-content/uploads/2017/10/next.png') right top no-repeat;*/
	background: rgba(0, 0, 0, 0) url("img/bg-right.png") no-repeat scroll 7px 0;
}
.slider-banner .bx-wrapper .bx-next:focus, .slider-banner .bx-wrapper .bx-next:hover {
	background-position: 3px 0;
}
.slider-banner .bx-wrapper .bx-prev:focus, .slider-banner .bx-wrapper .bx-prev:hover {
	background-position: 4px 0;
}

.slider-banner {
	text-align: center;
}
.slider-banner .owl-carousel .owl-item img {
	width: auto;
	margin: 0 auto;
}
.slider-banner .owl-one {
	padding: 44px 0 36px;
} 
.slider-banner .bx-wrapper .bx-pager.bx-default-pager a.active, .slider-banner .bx-wrapper .bx-pager.bx-default-pager a:focus, .slider-banner .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #fff;
}
.slider-banner .bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(255, 255, 255, .5);
}
.bx-wrapper img {
  margin: auto;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
/** css web **/
.main-navigation #primary-menu > li {
	margin-left: 35px;
	margin-top: 17px;
	padding-bottom: 10px;
}
.main-navigation #primary-menu > li:first-child {
	margin-left: 0px;
}
.navbar-nav>li>a {
	padding: 0px;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1.47;
	text-align: left;
	color: #ffffff;
}
.nav>li>a {
	padding: 0px;
}
.navbar-default .navbar-nav>li>a {
	color: #ffffff;

}

/* Underline Reveal */
.home .navbar-default .navbar-nav>li>a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  padding-bottom: 3px;
}
.home .navbar-default .navbar-nav>li>a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  height: 2px;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
      transform: translateY(4px);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}
.home .navbar-default .navbar-nav>li>a:hover:before, .home .navbar-default .navbar-nav>li>a:focus:before, .home .navbar-default .navbar-nav>li>a:active:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
}
/* end Underline Reveal */

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #000;
}
/* Underline Reveal */
.navbar-default .navbar-nav>li>a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  padding-bottom: 3px;
}
.navbar-default .navbar-nav>li>a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #222222;
  height: 2px;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
      transform: translateY(4px);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}
.navbar-default .navbar-nav>li>a:hover:before, .navbar-default .navbar-nav>li>a:focus:before, .navbar-default .navbar-nav>li>a:active:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
}
/* end Underline Reveal */

.home .main-navigation #primary-menu>li:hover>a, .home .main-navigation #primary-menu>ul>li:hover>a, .home .main-navigation #primary-menu>li.current_page_item>a, .home .navbar-collapse ul.navbar-nav > li.current-menu-item > a {
	color: #fff;
	
}
.home .main-navigation #primary-menu li.current_page_item > a {
	position: relative;
	color: #fff;
}
.home .main-navigation #primary-menu > li.current_page_item > a:before, .home .navbar-collapse > ul.navbar-nav > li.current-menu-item > a:before {
	content: ""; 
	width: 106px;
	height: 10px;
	opacity: .1;
	display: inline-block;
	background-color: #ffffff;
	position: absolute;
	bottom: 0;
	left: -8px;
}


/** # css web **/
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.is-sticky .main-navigation ul ul {
	background-color: rgba(0, 131, 162, 1);
}
.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
    top: 120%;
    left: 0;
    z-index: 99999;
    background-color: rgba(0, 131, 162, .8);
    opacity: 0;
    visibility: hidden;
    -o-transition: all .3s;
    transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
}
.main-navigation ul ul li:last-child a {
	border-bottom: none;
}
.main-navigation ul ul li:hover {
	background-color: rgba(0, 131, 162, 1);
	color: #fff;
}

/* Underline From Left */
.main-navigation ul ul a {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-box-shadow: 0 0 1px transparent;
	        box-shadow: 0 0 1px transparent;
	overflow: hidden;
	padding: 5px 0;
	margin: 0 10px;
	position: relative;
	width: 200px;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 2;
	text-align: left;
	color: #ffffff;
	border-bottom: solid 1px rgba(255, 255, 255, .3);
}

.main-navigation ul ul a:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: rgba(255, 255, 255, .7);
  height: 2px;
  -webkit-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}
.main-navigation ul ul a:hover:before, .main-navigation ul ul a:focus:before, .main-navigation ul ul a:active:before {
  right: 0;
}
.main-navigation ul ul li:last-child a:before {
	content: "";
	visibility: hidden;
}
/*
.main-navigation ul ul li:last-child a:hover::first-letter {
	color: #000;
}
 Underline From Left */


.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	top: 100%;
    visibility: inherit;
    opacity: 1;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Đánh dấu trang
--------------------------------------------------------------*/
.page-template .active-page-auto {
	margin-bottom: 35px;
}
.active-page-auto {
	margin-bottom: 40px;
	background-color: #f8f8f8;
	font-family: Roboto;
}
.active-page-auto .col-lg-12 {
	text-transform: uppercase;
	padding: 10px 15px;
	text-align: left;
}
.active-page-auto .col-lg-12 img {
	margin-top: -5px;
}
.active-page-auto .col-lg-12 a {
	text-decoration: none;
	font-size: 14px;
	line-height: 1.57;
	text-align: left;
	color: #222222;
	
}
.active-page-auto .col-lg-12 a:hover {
	color: #0082a2;
}
.active-page-auto .col-lg-12 i.fa {
	font-size: 15px;
	width: 40px;
	text-align: center;
}
.active-page-auto .col-lg-12 i, .active-page-auto .col-lg-12 span {
	font-size: 14px;
	line-height: 1.57;
	text-align: left;
	color: #0082a2;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Category Add New
--------------------------------------------------------------*/
.archive header.site-header .navbar-default, .page header.site-header .navbar-default, .single header.site-header .navbar-default, .error404 header.site-header .navbar-default {
	padding-top: 15px;
}
/*======= category tin tức =======*/
.bic-category-tin-tuc {
	font-family: Roboto;
}
.bic-category-tin-tuc .module-full {
	padding-right: 0px;
}
.bic-category-tin-tuc .module50 {
	position: relative;
	margin-bottom: 30px;
	z-index: 1;
	
}
.bic-category-tin-tuc .module-full .module50 span {
	left: 25px;
}
/**======== category dự án =========**/
.archive-du-an-new .col-lg-4 {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.archive-du-an-new .col-lg-4 img {
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
}
.archive-du-an-new .col-lg-4:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
        transform: scale(1.15);
}
.tutv-load-more {
	width: 130px;
	height: 40px;
	margin: 20px auto 20px;
	-webkit-box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.12);
	        box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.12);
	text-align: center;
	line-height: 40px;
	font-family: Roboto;
	border-radius: 22px;
	font-size: 14px;
	color: #222222;
	text-transform: uppercase;
	cursor: pointer;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	
}
.tutv-load-more:hover {
	color: #0083a2;
}
.ajax-load-post {
	display: inline-block;
}
#myList {
	list-style: none;
	padding-left: 0px;
	margin: 0px;
	width: 100%;
}
#myList li {
	display: none;
}
.khach-hang-bic #myList li:nth-child(4n+1) {
    clear: both;
}



/*======= category dịch vụ =======*/

.bic-archive-dich-vu .category-new-add {
	clear: both;
	position: relative;
	display: flow-root;
	margin-bottom: 40px;
}
.bic-archive-dich-vu .category-new-add #time {
	padding: 8px 3px 5px;
	text-align: center;
	color: #ffffff;
	width: 66px;
	height: auto;
	margin-right: 10px;
	background-color: #0083a2;
	float: left;
}

.bic-archive-dich-vu .category-new-add #time b {
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	line-height: 1;
}
.bic-archive-dich-vu .category-new-add #time span {
	font-size: 12px;
	text-transform: uppercase;
}

.bic-archive-dich-vu .category-new-add .owl-tintuc {
	width: 63%;
	background: #ffffff;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 12px 20px 20px;
	z-index: 2;
	box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.12);
	-webkit-box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.12);
	-ms-box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.12);
	-moz-box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.12);
}
.bic-archive-dich-vu .category-new-add .owl-tintuc h2 {
	clear: none;
	margin: 0px 0px 3px;
}
.bic-archive-dich-vu .category-new-add .owl-tintuc h2 a {
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	color: #0083a2;
}
.bic-archive-dich-vu .category-new-add .owl-tintuc p {
	margin: 0;
	font-size: 14px;
	line-height: 1.57;
	text-align: justify;
	color: #222222;
	position: relative;
	margin-left: 39px;
}
.bic-archive-dich-vu .category-new-add .owl-tintuc p:before {
	content: "";
	width: 30px;
	height: 1px;
	background-color: #0083a2;
	position: absolute;
	top: 10px;
	left: -40px;
}
h1.title-archive-dv {
	margin: 0px 0 30px;
	font-family: Roboto;
	font-size: 28px;
	font-weight: bold;
	line-height: 0.89;
	text-align: left;
	color: #0083a2;
	text-transform: uppercase;
}



/*== dịch vụ new part 2 ==*/
.dv-part-2 {
	display: inline-block;
	text-align: center;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}
/*=== dịch vụ in ấn ====*/
.widget-tintuc {
	font-family: Roboto;
}
h2.widget-title, .the_sibar-tit {
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	padding-bottom: 8px;
	text-align: left;
	color: #0083a2;
	text-transform: uppercase;
	border-bottom: solid 1px #e5e5e5;
	position: relative;
	
}
 .the_sibar-tit{
 	display: block;
 }
h2.widget-title:before, .the_sibar-tit:before {
	content: "";
	width: 50px;
	height: 2px;
	background: #0083a2;
	position:  absolute;
	bottom: 0;
	left: 0;	
}
ul.vantu-recent-title-widget {
	padding-left: 0px;
	margin: 0px;
	list-style: none;
}
ul.vantu-recent-title-widget li a {
	padding: 6px 0 8px;
	
}
ul.vantu-recent-title-widget li a:before {
	content: "\f0de";
	font-size: inherit;
	display: inline-block;
	font-family: FontAwesome;
	color: #0083a2;
	margin-right: 10px;
	-webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
ul.vantu-recent-title-widget li a:last-child {
	border: none;
}
ul.vantu-recent-title-widget li a {
	text-decoration: none;
	font-size: 14px;
	display: block;
	line-height: 1.5;
	text-align: left;
	color: #222222;
	border-bottom: solid 1px #e5e5e5;
}
ul.vantu-recent-title-widget li a:hover, ul.vantu-recent-title-widget li a:focus {
	color: #0083a2;
}
ul.recent-thumbnail-widget {
	list-style: none;
	margin: 0px;
	padding-left: 0px;
}
ul.recent-thumbnail-widget li {
	clear: both;
	padding: 20px 0;
	border-bottom: solid 1px #e5e5e5;
}
ul.recent-thumbnail-widget li:last-child {
	border: none;
}
ul.recent-thumbnail-widget li img {
	width: 80px;
	height: auto;
	float: left;
	margin-right: 15px;
}
ul.recent-thumbnail-widget li h6 {
	clear: none;
	margin: 0 0 9px 36%;
	text-align: center;
	width: 90px;
	height: 20px;
	padding-left: 0px;
	background-color: #ffffff;
	border: solid 1px #0083a2;
	font-size: 14px;
	line-height: 20px;
	color: #0083a2;
}
ul.recent-thumbnail-widget li a.recent-title-widget {
	text-decoration: none;
	font-family: Roboto;
	font-size: 16px;
	line-height: 1.25;
	text-align: left;
	color: #222222;
}
ul.recent-thumbnail-widget li a.recent-title-widget:hover {
  color: rgb(0, 131, 162);
}
ul#sidebar-key a {
	text-decoration: none;
	font-family: Roboto;
}
ul#sidebar-key, #sidebar-key ul {
	list-style: none;
	margin: 0px;
	padding-left: 0px;
}
ul#sidebar-key>li:first-child a{
	margin-top: 0px;
}
ul#sidebar-key>li>a {
	margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 8px;
    text-align: left;
	cursor:context-menu;
	pointer-events: none;
    color: #0083a2;
    text-transform: uppercase;
    border-bottom: solid 1px #e5e5e5;
    position: relative;
	width: 100%;
	display: inline-block;
}
ul#sidebar-key>li>a:before {
	content: "";
	width: 50px;
	height: 2px;
	background: #0083a2;
	position: absolute;
	bottom: 0;
	left: 0;
}
#sidebar-key ul li a {
    font-size: 14px;
    display: block;
    line-height: 1.5;
    text-align: left;
    color: #222222;
	padding: 7px 0;
    border-bottom: solid 1px #e5e5e5;
}
#sidebar-key ul li a:hover {
	color: #0083a2;
}
#sidebar-key ul li.current-menu-item > a {
	color: #0083a2;
	font-weight: 600;
}
#sidebar-key ul li a:before {
    content: "\f0de";
    font-size: inherit;
    display: inline-block;
    font-family: FontAwesome;
    color: #0083a2;
    margin-right: 10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#sidebar-key ul.sub-menu li.menu-item-has-children > a {
	color: #0083a2;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	
}

/* ======== css click show item li sidebar ======= 
#sidebar-key ul.sub-menu li.menu-item-has-children ul {
	display: none;
	transition: .3s;
	-webkit-transition: .3s;
}
#sidebar-key ul.sub-menu li.menu-item-has-children {
	position: relative;
}
#sidebar-key ul.sub-menu li.menu-item-has-children:after {
	content: "\f078";
    font-size: 10px;
    display: inline-block;
    font-family: FontAwesome;
    color: #0083a2;
	position: absolute;
	right: 0;
	top: 7px;
	padding: 0 0 0 100%;
	display: inline-block; 
}
 ======== end css click show item li sidebar ======= */

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.single .lien-ket-cty {
	margin-top: 60px;
}
#primarysingle article img.size-bic-single {
	width: 100%;
	height: auto;
}
#primarysingle article {
	position: relative;
}
#primarysingle .entry-meta span {
	position: absolute;
    top: 10px;
    left: 10px;
    background: #0083a2;
    font-size: 12px;
    line-height: 1.83;
    text-align: center;
    color: #ffffff;
    padding: 13px 7px 5px 7px;
    text-transform: uppercase;
}
#primarysingle .bic-fb-comment iframe {
	margin-top: 40px;
	background: #f7f7f7;
	padding-left: 5px;
	padding-right: 5px;
}
.single-slider-tintuc {
	margin-top: 70px;
}
#primarysingle .entry-meta span b {
	font-size: 35px;
    font-weight: bold;
    line-height: 0.63;
    text-align: center;
    color: #ffffff;
}
#primarysingle header.entry-header {
	margin-top: -50px;
	position: relative;
	z-index: 1;
	padding: 25px 30px 30px;
	width: 94%;
	float: right;
	background-color: #ffffff;
	box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.12);
	-webkit-box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.12);
	-ms-box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.12);
	-moz-box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.12);
}
/*==== single khách hàng =====*/
.single-khach-hang #primarysingle header.entry-header {
	width: 100%;
	margin: 0px;
}

.single .entry-content h1, .single .entry-content h2, .single .entry-content h3, .single .entry-content h4, .single .entry-content h5, .single .entry-content h6 {
	font-size: 20px;
	margin: 10px 0 15px;
}
.single .entry-content em, .single .entry-content strong {
	font-size: 15px;
}
.single .entry-content a {
	text-decoration: none;
	color: #222222;
}

#primarysingle header.entry-header h1.entry-title {
	margin: 0px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	color: #0083a2;
}
#primarysingle .entry-content p:first-child::before {
	content: "";
	width: 30px;
	height: 1px;
	background-color: #0083a2;
	position: absolute;
	top: 10px;
	left: -39px;
	
}
#primarysingle .entry-content p {
	margin: 0px 0 27px;
	font-family: Roboto;
	font-size: 14px;
	line-height: 1.57;
	text-align: justify;
	color: #222222;
	position: relative;
	margin-left: 39px;
}
.single-khach-hang #primarysingle .entry-content p strong {
	font-style: normal;
	font-size: 100%;
}
#primarysingle .entry-content p strong {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}
.social-single ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 5%;
	float: left;
}

.social-single ul li {
	display: inline-block;
	margin-right: 7px;
}
.social-single ul li:last-child {
	margin-right: 0px;
}
.page-tv .social-single ul {
	margin-left: 0px;
	margin-bottom: 15px;
}
.page-tv .social-single ul li:first-child:before {
	content: "Tương tác với chúng tôi";
	color: inherit;
	font-size: 14px;
	margin-right: 10px;
	font-weight: bold;
	
}
.social-single ul li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: dashed 1px #ccc;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	color: #222222;
	text-decoration: none;
	border-radius: 50px;
}

.social-single ul li a:hover, .social-single ul li a:focus {
	color: #0083a2;
	border-color: #0083a2;
}
.social-single span {
	float: right;
	font-family: Roboto;
	font-size: 14px;
	line-height: 1.57;
	text-align: right;
	color: #222222;
	position: relative;
	text-transform: capitalize;
}
.single-in-an .social-single span {
	display: none;
}
.single-du-an .social-single span {
	display: none;
}
.social-single span:before {
	content: "";
	width: 30px;
	height: 1px;
	background-color: #0083a2;
	position: absolute;
	top: 10px;
	left: -39px;
}
.social-single #new-social-page h4 {
	margin: 15px 0;
}
.social-single #form-tv-call {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
}
.social-single #form-tv-call:before {
	position: absolute;
    content: "";
    width: 60px;
    height: 0;
    top: 50%;
    left: 28%;
    margin: 0 10px;
    margin-top: -1px;
    border-top: 2px solid #0083a2;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;

}
.social-single #form-tv-call:after {
	position: absolute;
    content: "";
    width: 60px;
    height: 0;
    top: 50%;
    right: 28%;
    margin: 0 10px;
    margin-top: -1px;
    border-top: 2px solid #0083a2;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;

	
	
}
.social-single #form-tv-call:hover:before {
    left: 50%;
    margin-right: -10px;
    width: 90px;
	visibility: visible;
	opacity: 1;
}
.social-single #form-tv-call:hover:after {
    right: 50%;
    margin-right: -10px;
    width: 90px;
	visibility: visible;
	opacity: 1;
}

.social-single #new-social-page h5 {
	margin: 0px;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 14px;
}
.social-single #new-social-page h5:before {
	content: "\f095";
	font-family: FontAwesome;
	color: #0083a2;
	margin-right: 10px;
}
.page-tv .social-single {
	margin-top: 50px;
	background: url(http://pngimages.net/sites/default/files/phone-png-image-36974.png) 96% 10% no-repeat;
	background-size: contain;
	box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.12);
	-webkit-box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.12);
	-ms-box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.12);
	-moz-box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.12);
	padding: 15px;
}

.social-single #new-social-page h5 a {
	text-decoration: none;
	color: #0083a2;
}

/*=== page ===*/
#page-default-wp .entry-content {
	margin-top: 0px;
}
#page-default-wp .container {
	padding-bottom: 60px;
}
#page-default-wp .col-lg-9 p {
	margin: 0px 0 27px;
    font-family: Roboto;
    font-size: 14px;
    line-height: 1.57;
    text-align: justify;
    color: #222222;
	/*margin-left: 39px; */
}

#page-default-wp .col-lg-9 p strong, .page-template .col-lg-9 p strong {
	font-size: 15px;
    font-weight: bold;
    
}
.page-template .col-lg-9 p em {
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
}
.entry-footer .edit-link .post-edit-link {
	font-size: 12px;
	color: #0083a2;
}
.page-template {
	font-family: Roboto;
}
.page-template .col-lg-9 {
	padding-bottom: 30px;
}
.page-template .col-lg-9 p {
	font-family: Roboto;
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #222222;
	
}
.info-top-bic .bic-sun span:nth-child(2) {
  color: #fff;
}
.page-template .lien-ket-cty {
	margin-top: 60px;
}
.page-template .col-lg-9 p strong a, .page-template .col-lg-9 p a, .page-template .col-lg-9 a, .page-template .col-lg-9 a strong {
	font-style: normal;
	text-decoration: none;
	font-size: 14px;
}
.page-template .col-lg-9 h1#page-title-default {
	margin: 0px;
	font-size: 
}
.page-template .col-lg-9 h2, .page-template .col-lg-9 h3, .page-template .col-lg-9 h4, .page-template .col-lg-9 h5, .page-template .col-lg-9 h6 {
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Liên kết các cty
--------------------------------------------------------------*/
.home .archive .lien-ket-cty, .home .lien-ket-cty {
	background: #ffffff;
}
.archive .lien-ket-cty {
	margin-top: 40px;
}
.lien-ket-cty {
	box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.15);
	-webkit-box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.15);
	-ms-box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.15);
	-moz-box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.15);
	padding-top: 15px;
	padding-bottom: 15px;
	background: #f8f8f8;
}
.lien-ket-cty .owl-carousel {
	padding: 0 60px;

}
.lien-ket-cty .owl-carousel .vertical {
	/*height: 60px;
	width: auto;
	vertical-align: middle;*/
}
.lien-ket-cty .owl-carousel .vertical img {
	/*left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
	vertical-align: middle;
	object-fit: contain;*/
}
.lien-ket-cty .owl-carousel .owl-nav.disabled {
	display: block;
}
.lien-ket-cty .owl-carousel .owl-nav span {
	font-size: 16px;
	letter-spacing: 0.8px;
	text-align: center;
	color: #222222;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 20px 0 rgba(1, 1, 1, 0.1);
	        box-shadow: 0 0 20px 0 rgba(1, 1, 1, 0.1);
}
.lien-ket-cty .owl-carousel .owl-nav span:hover, .lien-ket-cty .owl-carousel .owl-nav span:focus {
	color: #0083A2;
}
.lien-ket-cty .owl-carousel .owl-nav .fa-angle-left {
	position: absolute;
	left: 10px;
	top: 37%;
	
}
.lien-ket-cty .owl-carousel .owl-nav .fa-angle-right {
	position: absolute;
	right: 10px;
	top: 37%;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer.site-footer {
	background: url('img/bg-footer.png') no-repeat;
	background-size: cover;
	background-position: 0 0 0;
	padding: 30px 0 38px;
	font-family: 'Roboto', sans-serif;
}
footer.site-footer h3 {
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.65;
	text-align: left;
	color: #ffffff;
	text-transform: uppercase;
}
footer.site-footer .col-lg-3:first-child p {
	margin: 0px;
	font-size: 14px;
	line-height: 1.57;
	text-align: left;
	color: #ffffff;
}
footer.site-footer .col-lg-3:first-child img {
	margin-bottom: 14px;
}
footer.site-footer .col-lg-6 {
	padding-left: 30px;
}
footer.site-footer .col-lg-6 p {
	clear: none;
	
}
footer.site-footer .col-lg-6 div {
	clear: both;
	
}
footer.site-footer .col-lg-6 p:nth-child(3) {
	font-size: 14px;
	line-height: 1.43;
	text-align: left;
	color: #ffffff;
	margin: 0px;
}
footer.site-footer .col-lg-6 div:nth-child(2):before {
	width: 40px;
	height: 40px;
	content: "\f041";
	float: left;
	clear: both;
	font-family: FontAwesome;
	color: #fff;
	border: dashed 1px rgba(255, 255, 255, .4);
	display: inline-block;
	border-radius: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 39px;
	text-align: center;
	font-size: 16px;
}
footer.site-footer .col-lg-6 p:nth-child(5) {
	margin: 0px;
	font-size: 14px;
	line-height: 1.57;
	text-align: left;
	color: #ffffff;
}

footer.site-footer .col-lg-6 div:nth-child(3):before {
	content: "\f003";
	font-family: FontAwesome;
	color: #fff;
	border: dashed 1px rgba(255, 255, 255, .4);
	width: 40px;
	height: 40px;
	line-height: 39px;
	text-align: center;
	display: inline-block;
	border-radius: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	float: left;
	font-size: 16px;
}
footer.site-footer .col-lg-6 div:nth-child(3) p, footer.site-footer .col-lg-6 div:nth-child(4) p {
	padding-top: 1.4%;
}

footer.site-footer .col-lg-6 p:last-child {
	margin: 0px;
	font-size: 14px;
	line-height: 1.43;
	text-align: left;
	color: #ffffff;
}
footer.site-footer .col-lg-6 p:last-child a {
	color: #ffffff;
	text-decoration: none;
}

footer.site-footer .col-lg-6 div:last-child:before {
	content: "\f095";
	color: #fff;
	font-family: FontAwesome;
	border: dashed 1px rgba(255, 255, 255, .4);
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-radius: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	float: left;
	font-size: 16px;
}

footer.site-footer .facebook-page {
	margin-top: 8px;
	overflow: hidden;
}
footer.site-footer .facebook-page iframe, footer.site-footer .facebook-page .fb_iframe_widget {
	width: 100%;
}


.coppyright {
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #01bac6;
}
.coppyright ul {
	list-style: none;
	padding-left: 0px;
	margin: 0px;

}
.coppyright ul li {
	float: left;
	margin-right: 8px;
}
.coppyright ul li:last-child {
	margin-right: 30px;
}
.coppyright ul li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50px;
	display: inline-block;
	border: dashed 1px rgba(255, 255, 255, .5);
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}
.coppyright ul li a:hover, .coppyright ul li a:focus {
	border-color: #0083a2;
	color: #222222;
}
.coppyright .full-coppyright {
	vertical-align: top;
	line-height: 2.3;
	font-size: 14px;
	text-align: left;
	color: #ffffff;
}
.coppyright .full-coppyright a.bicweb-2 {
	text-transform: uppercase;
	color: #fff;
	
}
.coppyright .full-coppyright span.coppy-1, .coppyright .full-coppyright span.sep {
	font-size: 12px;
	
}
.coppyright .full-coppyright span.coppy-1 a {
	color: #fff;
}

/*--------------------------------------------------------------
# Contact Lien He
--------------------------------------------------------------*/
.map .gg-map iframe {
	width: 100%;
}
.contact {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 45px;
}
.contact h2 {
	margin: 0px 0 30px;
	font-family: Roboto;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	color: #0082a2;
	text-transform: uppercase;
}
.contact .mem {
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	margin-bottom: 32px;
	padding: 24px 20px 28px 50px;
	position: relative;
	margin-left: 50px;
}

.contact .mem h3 {
	margin: 0px 0 10px;
	font-family: Roboto;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	color: #0082a2;
	text-transform: uppercase;
}
.contact .mem p {
	margin-bottom: 0px;
	font-family: Roboto;
	font-size: 15px;
	line-height: 1.47;
	text-align: left;
	color: #222222;
	position: relative;
	margin-left: 39px;
}
.contact .mem p a {
	color: inherit;
	text-decoration: none;
}
.contact .mem p:before {
	content: "";
	position: absolute;
	top: 10px;
	left: -39px;
	
	width: 30px;
	height: 1px;
	background-color: #0082a2;
}
.contact .mem i {
	width: 70px;
	height: 70px;
	background-color: #0082a2;
	text-align: center;
	line-height: 70px;
	color: #fff;
	font-size: 30px;
	border-radius: 50px;
	position: absolute;
	top: 20%;
	left: -40px;
}
.contact .contact3 {
	height: 120px;
}
.contact .form-lh form p {
	margin: 0px;
}
.contact .form-lh h2 {
	margin-bottom: 21px;
}
.contact .form-lh form label {
	width: 100%;
	font-size: 13px;
	line-height: 1.86;
	text-align: left;
	color: #222222;
	font-weight: normal;
}
.contact .form-lh form label i {
	color: #db4437;
}
.contact .form-lh form label input {
	width: 100%;
	height: 40px;
	outline: none;
	border: solid 1px #e5e5e5;
	font-size: 14px;
	font-family: Roboto;
	padding-left: 10px;
	margin-bottom: 7px;
}
.contact .form-lh form label textarea {
	width: 100%;
	max-height: 130px;
	outline: none;
	border: solid 1px #e5e5e5;
	font-size: 14px;
	font-family: Roboto;
	padding-left: 10px;
}
.contact .form-lh form input[type="submit"] {
	background-color: #ffffff;
	box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.12);
	-webkit-box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.12);
	-ms-box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.12);
	-moz-box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.12);
	text-transform: uppercase;
	font-family: Roboto;
	font-size: 14px;
	line-height: 1.57;
	text-align: center;
	color: #222222;
	padding: 7px 20px;
	border: none;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	margin: 17px 0 0;
	border-radius: 22px;
}
.contact .form-lh form input[type="submit"]:hover {
	background-color: #0082a2;
	color: #fff;
}



/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
#scroll-to-top {
  position: fixed;
  bottom: -70px;
  right: 10px;
  width: 60px;
  height: 60px;
  z-index: 99;
  text-indent: 9999px;
  background: url('img/back-to-top.png') no-repeat;
  background-size: cover;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; 
}
#scroll-to-top.active {
    bottom: 60px; 
}
#scroll-to-top i { 
    font-size: 22px;
}
#scroll-to-top:hover, #scroll-to-top:focus {
    color: #000; 
	border: none;
	outline: none;
}
/*--------------------------------------------------------------
# error 404
--------------------------------------------------------------*/
#error-not-four #main {
	padding: 30px 0 30px;
}
#error-not-four #main .col-lg-12 {
	text-align: center;
}
#error-not-four #main .col-lg-12 p {
	font-size: 14px;
	font-family: Roboto;
}
#error-not-four #main .col-lg-12 p b {
	font-size: 16px;
}
#error-not-four #main .col-lg-12 h5 {
	margin: 30px 0 60px;
	
}
#error-not-four #main .col-lg-12 h5 a {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #0083a2;
	padding-bottom: 3px;
	border-bottom: solid 2px #0083a2;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*Fix by hung*/
.owl-tintuc h2 a {
  color: #0083a2;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 50px;
  line-height: 1.25;
  overflow: hidden;
  text-align: left;
  text-decoration: none;
}
.owl-tintuc p {
  display: block;
  height: 66px;
  overflow: hidden;
}
.owl-item.cloned {
    padding-bottom: 30px;
}
/*fix by hung*/

.thanglong-dichvu .dv-item {
    margin-top: 100px;
    padding: 0 10px;
}
.dv-item .dv-box > a {
    border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 3px rgb(0, 131, 162);
	display: inline-block;
	height: 130px;
	left: 50%;
	position: absolute;
	text-align: center;
	top: -72px;
	transform: translate(-50%);
	width: 130px;
}
.dv-item a img {
    border: 5px solid rgb(18, 186, 198);
	border-radius: 50%;
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.dv-item .the-bic-title {
}
.dv-item .dv-box {
    background: rgb(12, 132, 164) none repeat scroll 0 0;
	border: 3px solid rgb(19, 187, 199);
	border-radius: 10px;
	padding: 35px 10px;
}
.bic-archive-dich-vu.container-fluid {
    margin-bottom: 100px;
}
.thanglong-dichvu .read-more {
    bottom: -17px;
	box-shadow: 0 0 5px;
	left: 50%;
	position: absolute;
	transform: translate(-50%);
}
.thanglong-dichvu .col-lg-4 h2 {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.1;
  margin: 31px 0 13px;
  text-align: center;
}
.thanglong-dichvu .col-lg-4 p {
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  line-height: 1.79;
  text-align: center;
}
.dich-vu-home{
	display: unset;
}
.bic-top-title {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.bic-top-title > a {
	margin-right: 11px;
}
.bic-top-title img {
}
.bic-sun {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.bic-sun > p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}
.bic-sun > i {
  /*border: 1px dashed #fff;
	border-radius: 50%;
	color: #fff;
	flex-shrink: 0;
	font-size: 15px;
	height: 30px;
	margin-right: 10px;
	padding-top: 7px;
	text-align: center;
	width: 30px;*/
	border-radius: 50%;
	color: rgb(1, 186, 198);
	flex-shrink: 0;
	font-size: 21px;
	height: 30px;
	margin-right: 10px;
	padding-top: 3px;
	text-align: center;
	width: 30px;
}

.bic-sun > p .thun-bic {
    color: #0088a6;
    font-weight: bold;
}
.bic-top-title > span {
    color: rgb(1, 186, 198);
	font-size: 15px;
}

.menu-second {
	margin: auto;
}
.menu-second li {
    float: left;
	list-style: outside none none;
	padding-left: 18px;
	width: 49%;
	position: relative;
}
.menu-second li::before {
  border: 1px solid rgb(1, 186, 198);
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 8px;
	transform: rotate(45deg);
	width: 5px;
}
.menu-second li a {
    color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 1.6;
	text-decoration: none;
}
.menu-second li:nth-child(2n) {
    margin-left: 1%;
}
.menu-second li:nth-child(2n+1) {
    margin-right: 1%;
}
.menu-footer {
    padding-top: 0px;
}
.menu-second li a:hover {
    color: rgb(1, 186, 198);
}
/*Logo*/
.lien-ket-cty {
    padding: 10px 15px;
}
.lien-ket-cty .item {
    height: 50px;
}
.lien-ket-cty .item .vertical {
    height: 100%;
    width: 100%;
}
.lien-ket-cty .item .vertical > a {
    display: block;
	height: 100%;
	position: relative;
	width: 100%;
}
.lien-ket-cty .owl-carousel .vertical img {
    height: auto;
    left: 50%;
    margin-top: 18px;
    max-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90px;
}
/*Sidebar-gioithieu*/
.top-sibar-gt {
    margin-bottom: 40px;
}
.top-sibar-gt > span:not(the_sibar-tit) {
}
.top-sibar-gt > span:not(the_sibar-tit) a {
    border-bottom: 1px dashed #d5d5d5;
    color: #222;
    display: inline-block;
    font-size: 16px;
    padding: 7px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
}
.top-sibar-gt > span:not(the_sibar-tit) a:hover {
    color: rgb(0, 131, 162);
    font-weight: bold;
}
.top-sibar-gt > span:not(the_sibar-tit) a::before {
    border: 3px double #222;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 16px;
    width: 7px;
}
/*archive khách hàng*/
.khach-hang-bic #myList li a{
	align-items: center;
	background: rgb(244, 244, 244) none repeat scroll 0 0;
	display: flex;
	height: 100%;
	width: 100%;
}
.archive-du-an-new .col-lg-3 img {
  filter: grayscale(100%);
  height: auto;
  max-width: 100%;
}
.archive-du-an-new .col-lg-3 img{
	transform: unset;
}
.archive-du-an-new .col-lg-3:hover img{
	transform: unset;
}
.post-type-archive-khach-hang #myList li a {
	transition: 300ms ease 0ms;
	transform: scale(1);
	overflow: hidden;
}
.post-type-archive-khach-hang #myList li:hover img {
	transform: scale(1.15);
}
/*Home*/

header.site-header {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.slider-banner .bx-wrapper img {
    width: 100%;
}
.slider-banner {
    margin: 0;
    padding: 0;
}
.slider-banner .bxslider > li {
    width: 100%;
}
.home .sticky-wrapper {
  position: absolute;
  width: 100%;
  z-index: 10000;
}
.slider-banner .bxslider {
    width: 100%;
}
.slider-banner .bx-wrapper a {
    display: block;
    width: 100%;
}
/*Side-bar*/
.sidebar-menu, .sidebar .defaut {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.defaut .widget-content.items {
    padding: 0 20px;
}
.menu-product {
	margin: 0;
	padding: 0;
}
.menu-product > li > a {
    background: rgba(0, 0, 0, 0) url("img/shape.png") no-repeat scroll 0 18px;
    border-top: 1px solid #e5e5e5;
    color: #222;
    display: block;
    font-size: 14px;
    padding: 12px 0 12px 11px;
    text-decoration:none;
}
.menu-product > li {
    list-style: outside none none;
    padding: 0 20px;
    position: relative;
}
.menu-product > li .sub-menu {
	height: 0;
	margin: 0;
	padding-left: 20px;
	transform: rotateX(90deg);
	transform-origin: center top 0;
	transition: all 0.1s ease 0s;
	visibility: hidden;
}
.menu-product > li:hover .sub-menu {
  height: auto;
  transform: rotateX(0deg);
  visibility: visible;
}
.icon-angle::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    content: "";
    cursor: pointer;
    font-family: FontAwesome;
    height: 20px;
    position: absolute;
    right: 14px;
    text-align: center;
    top: 14px;
    width: 20px;
    z-index: 100;
}
.menu-product > .slide-active > .icon-angle::before, .menu-product .active .icon-angle::before {
    content: "";
}
.menu-product > li > .sub-menu > .slide-active > .icon-angle::before, .menu-product .active .icon-angle::before {
    content: "";
}
.sidebar-menu .sub-menu > li {
    border-bottom: 1px dashed #dfdfdf;
    list-style: outside none none;
    padding: 10px 0;
    position: relative;
}
.sidebar-menu .sub-menu > li:first-child {
    border-top: thin dashed #dfdfdf;
}
.sidebar-menu .sub-menu > li > a {
    color: #222;
    display: block;
    font-size: 14px;
    margin-left: 15px;
    text-align: justify;
    text-decoration: none;
}
.sidebar-menu .sub-menu > li::before {
    border: 3px double rgb(0, 131, 162);
	border-radius: 50%;
	content: "";
	height: 7px;
	position: absolute;
	top: 17px;
	width: 7px;
}
.sidebar-menu .sub-menu > li:last-child {
    border: medium none;
}
.sidebar-menu .the_sibar-tit {
  border-bottom: medium none;
}
#primary-menu .current-menu-item > a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 1px solid;
}
/*Kĩ thuật 4/1/2018*/
.bic-left-foot .bic-logo {
    display: block;
    margin-bottom: 15px;
}
.bic-logo figure {
    display: inline-block;
    width: 200px;
}
.bic-logo figure img {
}
bic-logo .bic-title-long {
}
.bic-logo .bic-title-long {
    color: rgb(0, 131, 162);
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
}
.archive-du-an-new .col-lg-4 .bic-max {
  display: inline-block;
  float: left;
}
.hidden-boss{
	display: none;
}
.col-col-linh {
  position: absolute;
  right: 40px;
  top: 18px;
  display: none;
}
/*Language*/

.en, .vi {
    display: block;
    font-size: 0;
    height: 18px;
    text-indent: -999px;
    width: 28px;
}
.en {
    background: rgba(0, 0, 0, 0) url("img/america.jpg") no-repeat scroll 0 0 / 100% 100%;
}
.vi {
    background: rgba(0, 0, 0, 0) url("img/vietnam.png") no-repeat scroll 0 0 / 100% 100%;
}

h1#dv-title {
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-size: 45px;
	line-height: 1.7;
	text-align: center;
	color: #0083a2;
	text-align: center;
	font-weight: normal;
	margin: 0px 0 19px;
}
.entry-content .gallery{
	margin: 0;
	width: 100%;
}
.gallery-item {
	margin: 0 0 30px 0;
	padding: 0 15px;
	position: relative;
	overflow: hidden;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.333%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.entry-content .gallery .gallery-item img {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.entry-content .gallery .gallery-item:hover img {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.entry-content .gallery-item .gallery-caption {
	margin: 0px;
	font-size: 14px;
	line-height: 1.57;
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	visibility: visible;
	opacity: 1;
	background-color: rgba(255,255,255,0.85);
	color: #0083a2;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	display: block;
	padding: 8px 0;
	font-size: 16px;
}
.entry-content .gallery-item:hover .gallery-caption {

}