@font-face {
font-family:cty_en;
src:url(‘../fonts/Handel Gothic.ttf’) format(‘truetype’),
url(‘../fonts/Handel Gothic.eot#iefix’) format(’embedded-opentype’),
url(‘../fonts/Handel Gothic.woff’) format(‘woff’);
	font-weight:normal;
	font-style:normal;
}
.Header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 3px solid #0067ac;
    border-bottom: 1px solid #ddd;
    z-index: 9999;
}
.HeaderBody {
    padding: 0 30px;
}
.HeaderBody {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    /*min-width: 1260px;*/
    height: 120px;
    padding: 0 40px;
}
.header-identity_logo > a {
    width: 228px;
    height: 50px;
    background-size: 228px auto;
}
.header-identity_logo > a, .header-group_logo {
    display: block;
    white-space: nowrap;
}
.Gnav {
    -webkit-flex: 1;
    flex: 1;
    padding: 0 0 0 30px;
}
.gnav_list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    height: 45px;
    padding: 65px 30px 0px 30px;
}
nav ul {
    list-style: none;
}
.gnav_list > li > a {
    padding: 5px;
}
.gnav_list > li > a {
    padding: 8px;
    font-size: 15px;
}
.gnav_list > li > a {
    display: block;
    padding: 5px 0px;
    color: #333;
	border-bottom: 3px solid #fff;
}
.gnav_list > li > a:hover {
    display: block;
    padding: 5px 0px;
    color: #333;
	border-bottom: 3px solid #0067ac;
}
.active-h {
    display: block;
    padding: 5px 0px;
    color: #333;
	border-bottom: 3px solid #0067ac !important;
}
.gnav_list > li > a > span {
    position: relative;
    display: inline-block;
}
.header-utility {
    padding: 0 10px;
	-webkit-transition: padding .2s ease-out 0s;
    transition: padding .2s ease-out 0s;
}
.header-search {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
    z-index: 999;
}
.header-search_inner {
    width: 1200px;
    padding: 130px 0;
    margin: 0 auto;
}
.header-group_logo {
    width: 200px;
	margin-top: 60px;
}


.openBtn {
  background: #f1f1f1;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
}

.openBtn:hover {
  background: #bbb;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: rgb(29, 30, 31);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  z-index:99999;
  top: 22px;
  right: 30px;
  font-size: 40px;
  cursor: pointer;
  color: #f36e21;
}

.overlay .closebtn:hover {
  color: #fff;
}
.collapse-button {
    left: 0px;
    top: 0%;
    width: 60px;
    padding: 3px 10px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 10px;
}
.collapse-button .icon-bar {
    display: block;
    height: 4px;
    width: 40px;
    margin: 4px 0;
    background-color: #f56f23;
    border-radius: 1px;
}
.overlay input[type=text] {
  padding: 10px 30px;
  font-size: 16px;
  font-weight:normal !important;
  border: none;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 18%;
  padding: 10px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
  margin-left:2%;
}

.overlay button:hover {
  background: #bbb;
}

.active,
.demo:hover {
  opacity: 1;
}
.menu_mobile_inner {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}
.sc_layouts_logo .logo_text {
    color: #fff;
	display: block;
}
.logo_text {
    font-family: "Rubik",sans-serif;
    font-size: 2.118em;
    font-weight: 700;
    font-style: normal;
    line-height: 1.25em;
    text-decoration: none;
    letter-spacing: 0px;
}
.sc_layouts_logo .logo_slogan {
    display: block;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0px;
	color: #fff;
}
/* Fixed sidenav, full height */
.sidenav {
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  padding-top: 20px;
}

/* Style the sidenav links and the dropdown button */
.sidenav  a, .dropdown-btn {
	padding: 6px 0px 6px 0px;
	text-decoration: none;
	font-size: 18px !important;
	font-weight: normal;
	color: #fff !important;
	display: block;
	border: none;
	background: none;
	width: 100%;
	text-align: center;
	cursor: pointer;
	outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #54b9fd;
}

@media (min-width: 320px)
{
	#an-hien {
		display: none;
	}
	#hien-an {
		display: block;
	}
	.container {
		width: 98%;
		margin-right: auto;
		margin-left: auto;
		padding-left: 1%;
		padding-right: 1%;
	}
	#line-top {
		border-bottom: solid 0px #e8e8e8;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #666;
		background-color: #fff;
		font-size: 13px;
		display:none;
	}
	.top_banner
	{
		height:250px;
		background:normal;
		margin:auto;
		background-size: 100%;
		border-bottom: 1px solid #626262;
	}
	.top_banner_2
	{
		background:url("images/Menu1.png") no-repeat scroll top center transparent;
		height:50px;
		width:1100px;
		border-radius: 5px 5px 0 0px;
		margin:auto;
		margin-top:77px;
		display:none;
	}
	.main_space
	{
		background:#ffffff;
		width:100%;
		margin:auto ;	
		min-height:auto;
	}
	#sanpham-index{
		width:98%;margin: 10px 1% 10px 1%;
	}
	#about-us{
		margin:1%;width:98%;
	}
	.home-business {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		padding: 20px;
		background: linear-gradient(to right, #3d63a3 0%, #73bbe8 100%);
	}
	.home-business_text {
		width: 100%;
		float: left;
	}
	.home-business_text p {
		color:#fff;
	}
	.home-business_image {
		width: 100%;
		float: right;
	}
	.v3-hdg1, .v3-hdg2, .v3-hdg3, .v3-hdg4 {
		margin: 5px auto 0;
		max-width: 100%;
		font-size: 14px;		
	}
	.col-lg-3 {
		width: 100%;
	}
	.col-lg-4 {
		width: 100%;
	}
	.col-lg-5 {
		width: 100%;
	}
	.col-lg-6 {
		width: 100%;
	}
	#footer .footer-block {
		margin-bottom: 20px;
		padding-left: 20px;
	}
	#footer {
		background: linear-gradient(to bottom, #3d63a3 0%, #19a3dd 100%);
		border-top: 5px solid #2ca6e0;
		color: #fff;
		margin-top: 10px;
		padding-top: 20px;
	}
	.top_logo
	{
		width:251px;
		height:130px;
		margin:auto;
		text-align:center;
	}
	#w1000-top{
		margin:1%;width:98%;
	}
	.top_title
	{
		width:100%;
		height:50px;
		margin-left: 0px;
		margin-top: 0px;
		float: left;
		text-align: center;
		color: #0967a9;
		text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff, 1px 1px #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff;
		font-size: 16px;
	}
	#footer .footer-block h3 {
		border-bottom: solid 1px #9fb1d1;
		font-size: 15px;
		color: #fff;
		font-weight: bold;
		padding-bottom: 10px;
		margin-right: 5px;
		margin-left: 5px;
		text-transform: uppercase;
	}
	#sanpham-dm{
		padding:5px 0;margin:1%;width:98%;margin-top: 20px;
	}
	#gioi-thieu{
		padding:5px 0;margin:2%;width:96%;margin-top: 10px;text-align: justify;
	}
	#khachhang{
		position: relative;float:left;text-align: center;
	}
	.vc_col-sm-6 {
		width: 100%;
	}
	.vc_col-sm-66 {
		width: 100%;
	}
	form.wpcf7-form textarea, form.wpcf7-form input {
		width: 88%;
	}
	#w1000-top0{
		margin:auto;width:100%;margin-top:0px;
	}
	.width-cus1{
		float:left;width:100%;border:1px solid #ccc;border-right: 1px solid #ccc;
	}
	.width-cus2{
		float:left;width:99.99%;height: 100%;border:1px solid #ccc;border-right: 1px solid #ccc;text-align: center;
	}
	.width-cus3{
		float:left;width:100%;border:1px solid #ccc;
	}

}
@media (min-width: 980px)
{
	#an-hien {
		display: block;
	}
	#hien-an {
		display: none;
	}
	.container {
		width: 1100px;
		margin-right: auto;
		margin-left: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	#w1000-top0{
		margin:auto;width:100%;margin-top:-23px;
	}
	#line-top {
		border-bottom: solid 0px #e8e8e8;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #666;
		background-color: #fff;
		font-size: 13px;
		display: block;
	}
	.top_banner
	{
		height:173px;
		background:url("images/banner.png") no-repeat scroll top center transparent;
		margin:auto; background-size: 100%;
		border-bottom: 1px solid #626262;
	}
	.top_banner_2
	{
		background:url("images/Menu1.png") no-repeat scroll top center transparent;
		height:50px;
		width:1100px;
		border-radius: 5px 5px 0 0px;
		margin:auto;
		margin-top:77px;
		display: block;
	}
	.main_space
	{
		background:#ffffff;
		width:100%;
		margin:auto;	
		min-height:auto;
		margin-top: 105px;
	}
	#sanpham-index{
		width:1100px;margin: 20px auto 10px auto;
	}
	#about-us{
		margin:auto;width:1100px;
	}
	.home-business {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		padding: 80px;
		background: linear-gradient(to right, #3d63a3 0%, #73bbe8 100%);
	}
	.home-business_text {
		width: 50%;
		float: left;
	}
	.home-business_text p {
		color:#fff;
	}
	.home-business_image {
		width: 45%;
		float: right;
	}
	.v3-hdg1, .v3-hdg2, .v3-hdg3, .v3-hdg4 {
		margin: 5px auto 0;
		max-width: 1100px;
		font-size: 14px;		
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-4 {
		width: 37.5%;
	}
	.col-lg-5 {
		width: 45%;
	}
	.col-lg-6 {
		width: 50%;
	}
	#footer .footer-block {
		margin-bottom: 40px;
		padding-left: 20px;
	}
	#footer {
		background: linear-gradient(to bottom, #3d63a3 0%, #19a3dd 100%);
		border-top: 5px solid #2ca6e0;
		color: #fff;
		margin-top: 20px;
		padding-top: 40px;
	}
	.top_logo
	{
		width:251px;
		height:50px;
		margin:auto;
		text-align:center;
	}
	#w1000-top{
		margin:auto;width:1100px;
	}
	.top_title
	{
		width:500px;
		height:50px;
		margin-left: 280px;
		margin-top: -7px;
		float: left;
		text-align: center;
		color: #0967a9;
		text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff, 1px 1px #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff;
		font-size: 20px;
	}
	#footer .footer-block h3 {
		border-bottom: solid 1px #9fb1d1;
		font-size: 15px;
		color: #fff;
		font-weight: bold;
		padding-bottom: 10px;
		margin-right: 20px;
		margin-left: 0px;
		text-transform: uppercase;
	}
	#sanpham-dm{
		padding:5px 0;margin:auto;width:1100px;margin-top: 20px;
	}
	#gioi-thieu{
		padding:5px 0;margin:auto;width:1080px;margin-top: 20px;text-align: justify;
	}
	#khachhang{
		position: relative;float:left;text-align: center;
	}
	.vc_col-sm-6 {
		width: 45%;
	}
	.vc_col-sm-66 {
		width: 50%;
	}
	form.wpcf7-form textarea, form.wpcf7-form input {
		width: 100%;
	}
	.width-cus1{
		float:left;width:33%;border:1px solid #ccc;border-right: 0px solid #ccc;
	}
	.width-cus2{
		float:left;width:33.333%;height: 363px;border:1px solid #ccc;border-right: 0px solid #ccc;text-align: center;
	}
	.width-cus3{
		float:left;width:33%;border:1px solid #ccc
	}

}
@media (min-width: 1200px)
{
	#an-hien {
		display: block;
	}
	#hien-an {
		display: none;
	}
	.container {
		width: 1100px;
		margin-right: auto;
		margin-left: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	#w1000-top0{
		margin:auto;width:100%;margin-top:-23px;
	}
	#line-top {
		border-bottom: solid 0px #e8e8e8;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #666;
		background-color: #fff;
		font-size: 13px;
		display: block;
	}
	.top_banner
	{
		height:173px;
		background:url("images/banner.png") no-repeat scroll top center transparent;
		margin:auto; background-size: 100%;
		border-bottom: 1px solid #626262;
	}
	.top_banner_2
	{
		background:url("images/Menu1.png") no-repeat scroll top center transparent;
		height:50px;
		width:1100px;
		border-radius: 5px 5px 0 0px;
		margin:auto;
		margin-top:77px;
		display: block;
	}
	.main_space
	{
		background:#ffffff;
		width:100%;
		margin:auto;	
		min-height:auto;
		margin-top: 103px;
	}
	#sanpham-index{
		width:1100px;margin: 20px auto 10px auto;
	}
	#about-us{
		margin:auto;width:1100px;
	}
	.home-business {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		padding: 80px;
		background: linear-gradient(to right, #3d63a3 0%, #73bbe8 100%);
	}
	.home-business_text {
		width:55%;
		float: left;
	}
	.home-business_text p {
		color:#fff;
	}
	.home-business_image {
		width: 40%;
		float: right;
	}
	.v3-hdg1, .v3-hdg2, .v3-hdg3, .v3-hdg4 {
		margin: 5px auto 0;
		max-width: 1100px;
		font-size: 14px;		
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-4 {
		width: 37.5%;
	}
	.col-lg-5 {
		width: 45%;
	}
	.col-lg-6 {
		width: 50%;
	}
	#footer .footer-block {
		margin-bottom: 40px;
		padding-left: 20px;
	}
	#footer {
		background: linear-gradient(to bottom, #3d63a3 0%, #19a3dd 100%);
		border-top: 5px solid #2ca6e0;
		color: #fff;
		margin-top: 20px;
		padding-top: 40px;
	}
	.top_logo
	{
		width:251px;
		height:50px;
		margin:0;
		text-align:center;
	}
	#w1000-top{
		margin:auto;width:1100px;
	}
	.top_title
	{
		width:500px;
		height:50px;
		margin-left: 280px;
		margin-top: -7px;
		float: left;
		text-align: center;
		color: #0967a9;
		text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff, 1px 1px #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff;
		font-size: 20px;
	}
	#footer .footer-block h3 {
		border-bottom: solid 1px #9fb1d1;
		font-size: 15px;
		color: #fff;
		font-weight: bold;
		padding-bottom: 10px;
		margin-right: 20px;
		margin-left: 0px;
		text-transform: uppercase;
	}
	#sanpham-dm{
		padding:5px 0;margin:auto;width:1100px;margin-top: 20px;
	}
	#gioi-thieu{
		padding:5px 0;margin:auto;width:1080px;margin-top: 20px;text-align: justify;
	}
	#khachhang{
		position: relative;float:left;text-align: center;
	}
	.vc_col-sm-6 {
		width: 45%;
	}
	.vc_col-sm-66 {
		width: 50%;
	}
	form.wpcf7-form textarea, form.wpcf7-form input {
		width: 100%;
	}
	.width-cus1{
		float:left;width:33%;border:1px solid #ccc;border-right: 0px solid #ccc;
	}
	.width-cus2{
		float:left;width:33.333%;height: 363px;border:1px solid #ccc;border-right: 0px solid #ccc;text-align: center;
	}
	.width-cus3{
		float:left;width:33%;border:1px solid #ccc;
	}
}


#read-more{
	padding:10px 15px; margin-top:20px; border:1px solid #19a3dd;width: 100px;text-align: center;font-size: 15px;color: #fff;background-color: #19a3dd;transition: .3s ease;
}
#read-more:hover{
	padding:10px 15px; margin-top:20px; border:1px solid #afd7f3;width: 100px;text-align: center;font-size: 15px;color: #fff;background-color: #afd7f3;
}
#read-more a{
	color: #fff;transition: .3s ease;
}
#read-more a:hover{
	color: #000;
}
#read-more2{
	padding:10px 30px; margin-top:0px; border:1px solid #19a3dd;text-align: center;font-size: 15px;color: #fff;background-color: #19a3dd;transition: .3s ease;
}
#read-more2:hover{
	padding:10px 30px; margin-top:0px; border:1px solid #afd7f3;text-align: center;font-size: 15px;color: #fff;background-color: #afd7f3;
}
#read-more2 a{
	color: #fff;transition: .3s ease;
}
#read-more2 a:hover{
	color: #000;
}

#khachhang .image2 {
	display: block;
	width: 100%;
	height: 100%;
	border: 0px solid #e9eaeb;
}

#khachhang .overlay2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background: -webkit-linear-gradient(top left, #afd7f3, #0967a9) !important;
}

#khachhang:hover .overlay2 {
  opacity: 1;
}

#khachhang .overlay2 .text2 {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.content {
    margin-left: auto;
    margin-right: auto;
}

.vc_row {
    position: relative;
}
.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}
.vc_col-sm-6 {
    float: left;
}
.vc_col-sm-66 {
    float: right;
}
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.sc_padding_medium {
    padding: 0em 0%;
}
.sc_content {
    position: relative;
}
.sc_float_center {
    margin-left: auto;
    margin-right: auto;
}
.sc_title {
    position: relative;
}
h3.sc_item_title {
    line-height: 1.26em;
}
.sc_align_left {
    text-align: left;
}
div.wpcf7 {
    margin: 0;
    padding: 0;
}
div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}
form {
    margin-bottom: 0;
}
form.wpcf7-form .row {
    padding-bottom: 1.1em;
    margin-right: 0;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.scheme_default input[type="text"], .scheme_default input[type="number"], .scheme_default input[type="email"], .scheme_default input[type="tel"], .scheme_default input[type="search"], .scheme_default input[type="password"], .scheme_default .select_container, .scheme_default .select2-container.select2-container--default span.select2-choice, .scheme_default .select2-container.select2-container--default span.select2-selection, .scheme_default .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered, .scheme_default .select2-container.select2-container--default .select2-selection--multiple, .scheme_default textarea, .scheme_default textarea.wp-editor-area, .scheme_default #buddypress .dir-search input[type="search"], .scheme_default #buddypress .dir-search input[type="text"], .scheme_default #buddypress .groups-members-search input[type="search"], .scheme_default #buddypress .groups-members-search input[type="text"], .scheme_default #buddypress .standard-form input[type="color"], .scheme_default #buddypress .standard-form input[type="date"], .scheme_default #buddypress .standard-form input[type="datetime-local"], .scheme_default #buddypress .standard-form input[type="datetime"], .scheme_default #buddypress .standard-form input[type="email"], .scheme_default #buddypress .standard-form input[type="month"], .scheme_default #buddypress .standard-form input[type="number"], .scheme_default #buddypress .standard-form input[type="password"], .scheme_default #buddypress .standard-form input[type="range"], .scheme_default #buddypress .standard-form input[type="search"], .scheme_default #buddypress .standard-form input[type="tel"], .scheme_default #buddypress .standard-form input[type="text"], .scheme_default #buddypress .standard-form input[type="time"], .scheme_default #buddypress .standard-form input[type="url"], .scheme_default #buddypress .standard-form input[type="week"], .scheme_default #buddypress .standard-form select, .scheme_default #buddypress .standard-form textarea, .scheme_default #buddypress form#whats-new-form textarea, .scheme_default #booked-page-form input[type="email"], .scheme_default #booked-page-form input[type="text"], .scheme_default #booked-page-form input[type="password"], .scheme_default #booked-page-form textarea, .scheme_default .booked-upload-wrap, .scheme_default .booked-upload-wrap input {
    color: #9a9d9f;
    border-color: #f4f6fa;
    background-color: #f4f6fa;
}
.search input {
    border: 1px solid #aaa;
	border-radius: 10px;
}
.wpcf7-form-control-wrap input {
    padding: 15px 20px;
    border: 1px solid #ddd;
	border-radius: 10px;
}
.wpcf7-form-control-wrap textarea {
    padding: 15px 20px;
    border: 1px solid #ddd;
	border-radius: 10px;
}
form.wpcf7-form textarea {
    height: 150px;
	font-family: Arial, Helvetica, Sans-serif !important;
}

.scheme_default .sc_button_hover_slide_left {
    background: linear-gradient(to right,	#54b9fd 50%,#fde642 50%) no-repeat scroll right bottom / 210% 100% rgba(255,255,255,0) !important;
}
.sc_form_field {
    margin-bottom: 1.3em;
    margin-top: 20px;
}
.scheme_default .trx_addons_label_text {
    color: #1a181d;
}
.trx_addons_label_text {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.44;
    display: inline-block;
    min-width: 68px;
    letter-spacing: 0.5px;
}
#bando {
    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
}



@charset "utf-8";
/* CSS Document */
.viewall_social_link {font-size:80%;float:right;text-align:right;cursor:pointer}
.viewall_social_link_social {margin-top:-23px;padding-right:10px}
.viewall_social_link_social a{ color:#ffffff; font-size:12px;text-decoration:underline}
.popup_title{font-weight:bold;font-size:14px;padding:10px;background:#004F8B;color:#ffffff;width:580px;}
.popup_close {text-algin:right; float:right; padding:10px;color:#ffffff;cursor:pointer}
iframe.popup_frame {width:100%; min-height:400px; border:none; border-top:1px solid #CCCCCC}

#viewall_social_social_innerblock, #viewall_social_prj_1_innerblock, #viewall_social_prj_2_innerblock, #viewall_social_prj_3_innerblock
{		
width:600px;	margin:0 auto; /*centers the div horizontally in all browsers (except IE)*/    	
background:#fff;    /*Let's add some CSS3 styles, these will degrade gracefully in older browser and IE*/    	border-radius:0 0 5px 5px;    	
-moz-border-radius:0 0 5px 5px;    	-webkit-border-radius: 0 0 5px 5px;    	box-shadow:0 0 5px #ccc;    	-moz-box-shadow:0 0 5px #ccc;    	-webkit-box-shadow:0 0 5px #ccc;    	
border:5px solid #ccc;
}
#viewall_social_background
{
	display:none;
	background:#000000;
	opacity:0.65;
	width:100%;	
	height:100%;
	margin:0 auto; /*centers the div horizontally in all browsers (except IE)*/    	
	text-align:left; /*resets text alignment from body tag */    	
	padding:25px;		
	z-index:999;		
	top:0px;		
	left:0px;	
	position:fixed;
	
}
#viewall_social_social , #viewall_social_prj_1,#viewall_social_prj_2,#viewall_social_prj_3
{    	
width:100%;	
margin:0 auto; /*centers the div horizontally in all browsers (except IE)*/    	
text-align:left; /*resets text alignment from body tag */    	
padding:25px;		
z-index:1000;		
top:0px;		
left:0px;	
position:fixed;
}
.li_feature_item 
{
	background: #99D9EA;
}
ul.news-list li.li_feature_item img {border-color:#ffffff}

div.bgcarousel{ /* CSS for main carousel container */
background: black url(ajaxload.gif) center center no-repeat; /* loading gif while caoursel is loading */
width:704px; /* default dimensions of carousel */
height:355px;
}

img.navbutton{ /* CSS for the nav buttons */
margin:5px;
opacity:0.7;
}


.tkphoca_certificate ul {padding:0px; margin:0px;clear:both;float:left}	.tkphoca_certificate .item-list li{float:left; width:100%; display:inline-block;padding:2px;; }.tkphoca_certificate .item-list li img {padding:2px; border:solid 1px #cccccc;}
	.my_class_name ul {padding:0px; margin:0px;clear:both;float:left}	.my_class_name .item-list li{float:left; width:200px; display:inline-block;padding:2px;; }.my_class_name .item-list li img {padding:2px; border:solid 1px #cccccc;}
	.client_partner_ ul {padding:0px; margin:0px;clear:both;float:left;margin-top: 10px;}	.client_partner_ .item-list li{float:left; width:112px; display:inline-block;padding:2px;; }.client_partner_ .item-list li img {padding:2px; border:solid 1px #cccccc;}
	.social-list li{ min-height:100px; }.social-list li img {width:90px;height:70px;}
	.news-list li{ min-height:100px; }.news-list li img {width:90px;height:70px;}
div.selectedslide{ /* CSS for currently selected slide */
}



.top_banner_left img {margin-bottom:5px;}
.menu_item_name {width:160px !important}
.phocagallery-box-file-first {background:#ffffff !important;border-radius:3px }
.top_banner_2 .mainlevel {color:#ffffff; padding:10px 15px 10px 15px; text-decoration:none;}
.top_banner_2 #active_menu {background:#ffffff; border-radius:3px; color:#6b9408;}
.top_banner_2 a.mainlevel:hover {text-decoration:underline;}
.contentpagetitle, .pm-group, #contact-name, .componentheading, .contentheading {
    color: #004F8B;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.pm-group {border-bottom:1px dashed #ffffff}
.menu_group_head {color:#668c09; font-size:14px; text-transform:uppercase; font-weight:normal !important;}
.menu_group_li {list-style:square; color:#668c09}
.menu_group_li .menu_item_name, .menu_group_li .menu_item_space, .menu_group_li .menu_item_price {color:#000000}
#qcontacts label.required {color:#004f8b !important}
.view_all_menu{ font-weight:bold; font-size:11px;text-align:right; margin-left:250px; text-transform:capitalize}
#phocamenu .pm-group {font-weight:normal}

#contact-name {font-weight:normal}
.slideshowprobox li img {border-bottom:#7dab0a 1px solid; border-top:#7dab0a 1px solid; padding-bottom:1px; padding-top:1px; }

#sliderku {margin:0px !important; padding:0px !important}
h3.item_name {color:#004f8b; margin-bottom:5px; font-size:13px; text-transform: uppercase;}
p.item_intro {margin:0px; color:#404040}

ul.list-item {padding:0px; margin:0px}
ul.list-item li {list-style:none; /*border-bottom:1px dotted #004f8b;*/ padding-bottom:5px; display:inline-block; width:100%}
ul.list-item li img{
	margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    padding: 1px;
    border: 1px solid #cccccc;
    width: 125px;
}


.majorprojects_space h3:first-child {color:#ffffff; margin:0px; padding-left:10px; text-align:center; font-size:13px; text-transform:uppercase; padding-top:2px}
.majorprojects_space li h3:first-child {color:#004f8b; margin:0px; padding-top: 5px; padding-left:19px; text-align:left; font-size:13px; text-transform:uppercase;float: left;width: 200px;}

ul.major-list-column {margin:0px; padding:0px}
ul.major-list-column li{display:inline-block; width:33%; vertical-align:top; /*list-style:none*/}
ul.major-list-item {padding:0px; margin:0px; margin-left:2px}
ul.major-list-item li h3:first-child {margin:0px}

ul.major-list-column li li{display:inline-block; width:100%; vertical-align:top; /*list-style:none; border-top:1px dotted #004f8c;*/ list-style: square; color:#000000; /*background:url("images/bullet.bmp") no-repeat scroll 0px 10px  transparent*/; padding-left:5px; margin-top: 6px;}

ul.major-list-column li li h3{font-weight:bold; font-size:12px; }
ul.major-list-item li img{margin-left:5px; margin-right:10px; margin-bottom:5px; padding:1px;
	width: 129px;
    height: 100px;
	border: 1px solid #cccccc;
}


div#maximenuCK ul.maximenuCK {background:none !important}
div#maximenuCK ul.maximenuCK li.level0 {background:none !important;list-style-type: none;}
div#maximenuCK ul.maximenuCK li.level0 > a span.titreCK, div#maximenuCK ul.maximenuCK li.level0 > span.separator span.titreCK {}

div#maximenuCK ul.maximenuCK li a.maximenuCK, div#maximenuCK ul.maximenuCK li span.separator {
    color: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2px;
    height: auto !important;
    font-size: 14px;
}
div#maximenuCK ul.maximenuCK li a.maximenuCK:hover {
    color: #afd7f3;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2px;
    height: auto !important;
    font-size: 14px;
}
#active{
	color: #afd7f3 !important;
	font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2px;
    height: auto !important;
    font-size: 14px;
}
div#maximenuCK ul.maximenuCK li.parent.level0 > a, div#maximenuCK ul.maximenuCK li.parent.level0 > span {
   
}

.main_inner_1 h3:first-child {color:#ffffff; margin:0px; padding-left:10px; text-align:center; font-size:13px; text-transform:uppercase; padding-top:2px}
#topicPath ul {
    float: left;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    padding: 7px 0;
}
#topicPath ul > li {
    color: #000;
    float: left;
	margin-right:0px;
}
#topicPath ul > li a {
    color: #0864a6;
}
#topicPath ul > li + li:before {
    padding: 0 5px;
    color: #333;
    content: "/";
}

/* HOME PAGE - NEWS MODULE */
.main_new h3:first-child {color:#ffffff; margin:0px; padding-left:15px; text-align:left; font-size:13px; text-transform:uppercase; padding-top:5px}
ul.news-list {padding:0px; margin:0px}
ul.news-list li {float:left; list-style:none; /*border-top:1px dotted #004f8b;*/ padding-bottom:5px; display:inline-block; width:99%; vertical-align:top; margin-top:0px; min-height:50px !important}
ul.news-list li h3 {font-size:12px}
ul.news-list li item_intro {color:#404040}
ul.news-list li img{margin-left:5px; margin-right:10px; margin-bottom:5px; padding:1px; border:1px solid #cccccc; }

div.main_space_right_3 h3 
{
    background: url("images/title_bg_short.jpg") no-repeat scroll center center transparent;
    /*border-radius: 2pc 2pc 2pc 2pc;*/
    min-height: 23px;
    width: 100%;
	color:#ffffff;
	text-transform:uppercase;
	font-size:13px;
	padding-top:7px;
	padding-left:10px;
	margin:0px;
}

.moduletablebreadcrumbs_line {background:#d7ecfd; padding:3px}
a.pathway {text-transform:uppercase; text-decoration:none; color:#004f8b}
.main_space_detail_left .moduletable h3:first-child {margin:0px; padding:0px 5px 5px 5px; color:#ffffff; font-size:13px; background: url("images/title_bg_medium.jpg") no-repeat scroll -10px 0px transparent;}

#phocagallery .phocaname {font-weight:bold}
#phocagallery-pane a img, #phocagallery a img, #phocagallery-statistics a img {border:solid 1px #cccccc; padding:2px}
div.phocagallery-box-file {width:167px !important}
.main_space_detail_left ul.categories li {list-style:square; padding-bottom:5px}
.main_space_detail_left ul.categories li a {text-decoration:none; font-weight:bold; }
.main_space_detail_left ul.categories li a:hover {text-decoration:underline}

.main_space_detail_left ul.tkphoca_categories li {list-style:square; padding-bottom:5px}
.main_space_detail_left ul.tkphoca_categories li a {text-decoration:none; font-weight:bold; }
.main_space_detail_left ul.tkphoca_categories li a:hover {text-decoration:underline}

.main_space_detail_left ul.latestnews li {list-style:square; padding-bottom:5px}
.main_space_detail_left ul.latestnews li a {text-decoration:none; }
.main_space_detail_left ul.latestnews li a:hover {text-decoration:underline}


.footer_space p {margin:0px}

.main_space_detail_left ul.menu li {list-style:square; padding-bottom:5px}
.main_space_detail_left ul.menu li a {text-decoration:none; font-weight:bold}
.main_space_detail_left ul.menu li a:hover {text-decoration:underline}
ul.news-list h4.item_name {text-transform:uppercase;margin-bottom: 5px;}a.contentpagetitle {text-transform:uppercase}div.blog_more a.blogsection {text-transform:uppercase}div.moduletable ul.categories li a{text-transform:uppercase}


#footer .no-padding {
    padding-left: 0;
    padding-right: 0;
}
#footer .logo-footer {
    padding-top: 47px;
}


.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}

#footer .row {
    margin-left: 0;
    margin-right: 0;
}
#footer .copyright {
    background: #3d63a3;
    text-align: center;
    padding: 15px 0 10px;
	color:#fff;
}

#footer .info {
    padding-right: 20px;
}
#footer .info ul {
    padding-left: 0px;
}
#footer .info ul li {
    list-style: none;
	margin-bottom: 5px;
}
#footer a {
    color: #fff;
}
#footer a:hover {
    color: #afd7f3;
}
input.search_box {
    height: 25px;
    min-height: 27px;
    width: 185px;
    margin-right: 5px;
    margin-top: 0px;
    padding-left: 8px;
    background: #fff url(images/search.jpg) no-repeat 170px;
    margin-bottom: 0;
    color: #3a2313;
    border-radius: 20px;
}

/* slide chạy logo đối tác*/
.box4T-bottom-home {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width:1100px;
	height:145px;
    padding: 5px;
    position: relative;
    float: left;
	display: block;
}
.tttt-arrowLeft {
    width: 40px;
    height: 60px;
	top:30%;
    display: block;
    position: absolute;
    left: -20px;
    background: url(images/slide-logo-left.png) no-repeat;
    z-index: 100;
	opacity:.3;
}
.tttt-arrowLeft:hover { 
	width: 40px;
    height: 60px;
	top:30%;
    display: block;
    position: absolute;
    left: -20px;
    background: url(images/slide-logo-left.png) no-repeat;
	z-index: 100;
	opacity:1;
}
.tttt-arrowRight {
    width: 40px;
    height: 60px;
    display: block;
    position: absolute;
	top:30%;
    right: -12px;
    background: url(images/slide-logo-right.png) no-repeat 0px 0;
    z-index: 100;
	opacity:.3;
}
.tttt-arrowRight:hover {
    width: 40px;
    height: 60px;
    display: block;
    position: absolute;
	top:30%;
    right: -12px;
    background: url(images/slide-logo-right.png) no-repeat 0px 0;
    z-index: 100;
	opacity:1;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform,left,top;
    -webkit-transition-duration: 0;
    -webkit-transform: translate3d(0px,0,0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform,left,top;
    -moz-transition-duration: 0;
    -moz-transform: translate3d(0px,0,0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform,left,top;
    -o-transition-duration: 0;
    -o-transform: translate3d(0px,0,0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px,0px);
    -ms-transition-property: -ms-transform,left,top;
    -ms-transition-duration: 0;
    -ms-transform: translate3d(0px,0,0);
    -ms-transition-timing-function: ease;
    transition-property: transform,left,top;
    transition-duration: 0;
    transform: translate3d(0px,0,0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.doanhNghiepItem-2 {
    float: left;
    width: 284px;
    padding: 0px 0px;
}
.doanhNghiepItem-2 img {    
    width: 210px;
	border-radius: 0px;
	border: 1px solid #19a3dd;
}
.imgFloat-tttt {
    float: left;
    border: #ebebeb solid 1px;
    margin-right: 10px;
    display: block;
    background: #f5f5f5;
    position: relative;
}
#chay22{
	width: 1100px;
    height: 145px;
	overflow-x: hidden;
}
.wrapper {
    padding: 0px 60px 20px;
    width: 1100px;
    margin: auto;
}
/* END SLIDE LOGO */


.home-business_title {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
	margin-top: 0px;
}
.home-business-paragraph {
    margin-top: 1.4em;
    color: #fff;
	font-size: 15px;
}
.home-business-button {
    margin-top: 2em;
}

.v3-hdg1 h2 {
    margin: 0px auto 0;
}
.v3-hdg1 h2 a {
    color:#fff;
}
.v3-hdg1 h2 a:hover {
    color:#afd7f3;
}
.v3-hdg1 h2, .v3-hdg1 h3, .v3-hdg1 h4, .v3-hdg1 h5, .v3-hdg1 h6 {
    padding: .35em .8em .35em .8em;
    font-size: 24px;
    margin: 0px auto 0;   
	background: #3d63a3 url(images/border-left.gif) no-repeat 0 50%;
	background: linear-gradient(to right, #3d63a3 0%, #19a3dd 100%);
	border-left: 5px solid #2ca6e0;
	color:#fff;
	font-weight:normal;
}
sup {
    color: inherit;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, “Droid Sans”,sans-serif;
}
.v3-product-index-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
}

.v3-product-index-list .product {
    margin: 10px 0 1.4em 0;
    padding: 0 0 1em;
    border: solid #ddd;
    border-width: 0 1px 1px;
    box-sizing: border-box;
    width: 100%;
}
.v3-product-index-list .product::before {
    margin-left: -1px;
    content: "";
    display: block;
    height: 4px;
    width: calc(100% + 2px);
    background: linear-gradient(to right, #2ca6e0 0, #2ca6e0 5%, #3e63a2 5%, #3e63a2 100%);
}
.v3-product-index-list .product-hdg {
    padding: .75em 1em;
    color: #3e63a2;
	font-weight: normal;
    background: #f0f0f0;
    font-size: 22px;
	margin: 0;
}
.v3-product-index-list .product-hdg a:hover {
    color: #19a3dd;
}
.v3-product-index-list .product-description {
    margin: 1.2em 1em 0;
    display: table;
    font-size: 14px;
}
.v3-product-index-list .product-description-text {
    display: table-cell;
    vertical-align: top;
}
.v3-product-index-list .product-description-image {
    padding-left: 1em;
    display: table-cell;
    vertical-align: top;
}
.v3-product-index-list .product-link {
    margin: 1em 1.3em 0;
    text-align: left;
}
.v3-product-index-list .product-link a {
    padding: .5em 1.5em;
    display: inline-block;
    color: #fff;
    background: #375992;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.v3-product-index-list .product-description-text p {
    margin:5px 0;
	padding: 0 5px;
    color: #444;
}
@media screen and (min-width: 36em)
{
	.v3-product-index-list .product:nth-child(2n + 1) {
		margin-right: 2%;
	}
}
@media screen and (min-width: 36em)
{
	.v3-product-index-list .product {
		width: 49%;
	}
}

.highslide-wrapper div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.highslide img {
}
.highslide:hover img {
	border-color: #ddd;
}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: black;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin-bottom: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: gray;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}


/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(highslide/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(highslide/graphics/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(highslide/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}
.highslide-move a {
	cursor: move;
}

.hidden-container {
	display: none;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}