@charset "utf-8";
body {
    font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:300;
	width:100%;
}
a, a:focus, a:hover
{
	text-decoration:none;
}
.clear
{
	clear:both;
}
h3,h2 {
    margin: 0px;
	padding:0;
}
:focus {
    outline: none !important;
}
/* ==========================================================================
    Header 
========================================================================== */
div#header_top {
    width: 100%;
    z-index: 99;
}
div#wap_menu
{
	height: 85px;
    width: 100%;
	position:relative;
    /*position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100; */
}
div#menu {
    /* position: fixed; 
    height: 70px;
    line-height: 70px;*/
    margin: auto;
    text-align: center;
    z-index: 100;
    background: #000;
    width: 100% !important;
	display:block !important;
    /* display: none; */
}
div#logo {
    float: left;
    padding-top: 22px;
    padding-left: 10px;
}
div#menu ul
{
	float:right;
  list-style:none;
  margin:0;
  padding:0;
}
div#menu ul li
{
 display:inline-block;
  position:relative;
  z-index:50;
  padding:22px 5px;
}
div#menu ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    position: relative;
    transition: 0.6s;
    font-family: 'Roboto Condensed', sans-serif;
}
/* div#menu ul li a:before
{
	
    position: absolute;
    top: 0px;
    left: 50%;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #afd136;
    margin-left: -16px;
} */
div#menu ul li a:hover,div#menu ul li a.active
{
	color:#000000;
	transition:0.6s;
	background:#fff;
}
/* div#menu ul li a:hover:before,div#menu ul li a.active:before
{
	content: '';transition:0.6s;
} */
/* ==========================================================================
	Wrapper main
========================================================================== */
/*--------------------About--------------------*/
.about_in1 {
    padding-top: 8%;
    padding-bottom: 8%;
	background-size:100% 100% !important;
}
.about_in2 {
    min-height: 660px;
    color: #fff;
	padding-top:2%;
	background-size:100% 100% !important;
}
.about_slider {
    padding-top: 40px;
}
.circular-item {
    margin: 5px 46px;
}
.easyPieChart {position: relative;text-align: center;margin: 0px auto;}
.easyPieChart canvas {position: absolute;top: 0;left: 0;bottom: 0;right: 0;margin: auto;}
.circular-pie {	width: 310px;	height: 310px;}
.circular-pie span {display: block;position: absolute;z-index: 10;font-size: 68px;letter-spacing: -3px;color: #FFFFFF;width: 100%;height: 100%;line-height: 310px;text-indent: 7px;text-align: center;}
.circ_counter_desc {
    margin: 20px 0;
    font-weight: 400;
    text-align: center;
    color: #92d5ff;
}
.circ_counter_desc b {
    color: #fff;
    font-size: 22px;
	font-weight: 400;
	display:block;
	margin-bottom:10px;
}
/*--------------------Service--------------------*/
.service_in1 {
    min-height: 655px;
    padding-top: 4%;
	background-size:100% 100% !important;
}
.ser_slider {
    padding-top: 6%;
}
.ser-item {
    text-align: center;
    margin: 0px 20px;
    color: #474747;
    font-size: 13px;
}
.ser-item b {
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
}
.ser-item img {
    width: 74%;
    margin: 0 auto;
}

.service_in2 {
    min-height: 660px;
    padding-top: 5%;
    color: #fff;
	background-size:100% 100% !important;
}
.ser_support {
    width: 61%;
    text-align: center;
    margin: 0 auto;
    border: 1px dashed #6f7172;
    padding: 4% 5%;
    margin-bottom: 2%;
    margin-top: 5%;
    font-size: 15px;
}

.ser_support b {
    display: inline-block;
    font-size: 21px;
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: thin solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.ser_support span {
    display: block;
	margin-bottom:15px;
}

form#subscribe_form {
    border: thin solid #a9a9a9;
}

input#email_newsletter {
        float: left;
    border: none;
    padding: 18px 12px;
    width: 80%;
    background: transparent;
    text-indent: 40px;
    background: url(../images/icon_dky.png) no-repeat 22px 23px;
}
input#email_newsletter::-webkit-input-placeholder {
   color: #fff;
   text-transform:uppercase;
   font-size:14px;
}

input#email_newsletter:-moz-placeholder {
   color: #fff;
   text-transform:uppercase;
   font-size:14px;
}

input#email_newsletter::-moz-placeholder {
   color: #fff;
   text-transform:uppercase;
   font-size:14px;
}

input#email_newsletter:-ms-input-placeholder {  
   color: #fff;
   text-transform:uppercase;
   font-size:14px;
}
.img_dky {
    float: right;
    width: 20%;
}

.img_dky a {
    text-transform: uppercase;
    display: block;
    color: #fff;
    padding: 18px 12px;
    border-left: thin solid #a9a9a9;
}

.ser_mxh {
    text-align: center;
}

.ser_mxh a {
    display: inline-block;
	margin:1% 2%;
    width: 96px;
    height: 96px;
    position: relative;
    background: rgba(255, 255, 255, 0.3);
    vertical-align: top;
    border-radius: 50%;
    border: 6px solid transparent;
	transform: scale(1);
    transition: all 1s ease-out 0s;
}

.ser_mxh a:after {
	content:'';
	position:absolute;
	top:-6px;
	left:-6px;
	bottom:-6px;
	right:-6px;
	border-radius:50%;
    border: 3px solid transparent;
	transform: scale(1,1);
    transition: all 0.5s ease-out 0s;
}
.ser_mxh a:hover {
    background:#0098f9;
}
.ser_mxh a:hover:after {
    border: 3px solid #0098f9;
	transform: scale(1.2,1.2);
    transition: all 0.5s ease-out 0s;
}

.ser_mxh a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*--------------------Images--------------------*/
.hinhanh_in {
    padding: 2% 0;
	background-size:100% 100% !important;
}
.hinhanh-item {
    width: 24.2%;
    float: left;
    margin-right: 1%;
}
.hinhanh1{
	margin-bottom:12px;
}
.hinhanh img {
    width: 100%;
	transition:all 0.5s ease 0s;
}
.hinhanh{
transition:all 0.5s ease 0s;
overflow:hidden;
}
.hinhanh img:hover{
transform:scale(1.2);
}
/*--------------------Staff--------------------*/
.doingu_in1 {
    padding: 5% 0;
	background-size:100% 100% !important;
}
.nhanvien-item {
    margin: 12px;
    position: relative;
	overflow:hidden;
}
.nhanvien-item img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nhanvien-item:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.nhanvien_name {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0,0,0,0.7);
    color: #ccc;
    padding: 20% 10%;
    font-size: 18px;
	display:none;
}

.nhanvien_name b {
    display: block;
    font-size: 22px;
    color: #fff;
    border-bottom: thin solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.nhanvien_name div i {font-size: 24px;margin: 0px 5px;}

.nhanvien_name div i:hover {
    color: #fff;
}

.nhanvien_name div {
    margin-top: 13px;
}
.nhanvien-item:hover .nhanvien_name {
    display:block;
	transition:1s;
}
.doingu_in2 {
    min-height: 644px;
    color: #fff;
    padding-top: 5%;
	background-size:100% 100% !important;
}
.solieu-item {
    text-align: center;
    font-size: 22px;
    margin: 0px 30px;
}

.solieu-item img {
    padding: 0px 20px;
}
.number-counters {
    font-size: 48px;
    color: #fff;
}

/*--------------------Customer--------------------*/
div#khachhang {
    position: relative;
}
.khachhang1 {
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
    color: #fff;
    padding-top: 1%;
}
.doitac_khachhang {
    min-height: 560px;
    padding-top: 8%;
	color:#fff;
}
.doitac_slider {
    padding: 6% 0;
}
.tab-content {
    padding: 2% 0;
}
.doitac_img{
overflow:hidden;
}
.doitac_img img{
transition:all 0.5s ease 0s;
}
.doitac_img img:hover {
transform:scale(1.2);
}

/*--------------------Service price list--------------------*/
div#banggia {
    padding: 5% 0;
}
.banggia_in1 {
    background-size: 100% 100% !important;
}
.banggia_in2 {
    margin-top: 5%;
	background-size:100% 100% !important;
}
ul.tabsul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #000;
    text-align: center;
}

ul.tabsul li {
    display: inline-block;
    width: 14%;
    vertical-align: top;
}

ul.tabsul li a {
    display: block;
    font-size: 15px;
    color: #fff;
    height: 45px;
    padding-top: 12px;
    text-transform: uppercase;
}

ul.tabsul li.active a {
    color: #ff0;
    background: #0098f9;
    font-weight: 700;
}

ul.tabsul li a:hover {
    color: #ff0;
    background: #0098f9;
    font-weight: 700;
}

/*--------------------News--------------------*/
.news_item .line_odd{position: absolute;
    right: -14px;
    top: 30px;
    background: #0098f9;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 25px;
    color: #fff;
}
.news_item .line_ld:after,.news_item .line_odd:after{
	
    content: "";
    background: #0098f9;
    height: 2px;
    width: 26px;
    position: absolute;
    top: 11px;

}
.news_item .line_odd:after{    left: -19px;
    width: 24px;}
.news_item .line_ld:before,.news_item .line_odd:before{
	    content: "";
    background: #0098f9;
    height: 5px;
    width: 5px;
    position: absolute;
    top: 10px;
    left: -2px;
    border-radius: 50%;
}
.news_item .line_ld:before{right: -2px;
    left: auto;
    top: 9px;}
.news_item .line_ld{    position: absolute;
    top: 95px;
    background: #0098f9;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 25px;
    color: #fff;
    left: -13px;
}
.news_item {
    padding: 10px 29px;
    float: left;
    border-right: 2px solid #0098f9;
	position:relative;
	width: 100%;
}
.news_img {
    width: 184px;
    height: 141px;
    float: left;
    border: 2px solid #0098f9;
}
.news_img img {
    width: 100%;
    height: 100%;
}
.news_name {
    width: 60%;
    float: right;
}
.news_name span {
    color: #0098f9;
    font-size: 13px;
    font-weight: bold;
}
.news_name div {
    font-size: 13px;
    margin-top: 10px;
}

/*--------------------Contact--------------------*/
.contact_in1 {
    min-height: 660px;
    padding: 5% 0;
    color: #fff;
	background-size:100% 100% !important;
}
.contact_in2 {
    padding: 5% 0;
	background-size:100% 100% !important;
}
.contact_inform {
    padding-top: 5%;
    padding-bottom: 1%;
}
.nd_contact {
    width: 27%;
    float: left;
    border: 3px solid #ebebeb;
    padding: 1%;
}

form.form_contact {
    width: 71%;
    float: right;
	text-align:center;
}
.form_left {
    width: 40%;
    float: left;
}

.form_right {
    width: 57%;
    float: right;
}
form.form_contact input{
    border: thin solid #e1e1e1;
    width: 100%;
    padding: 17px 10px;
	margin-bottom:1%;
}
form.form_contact textarea {
    border: thin solid #e1e1e1;
    width: 100%;
    padding: 17px 10px;
	height:232px;
}
form.form_contact ::-webkit-input-placeholder {
   color: #313131;
   font-size:15px;
}

form.form_contact :-moz-placeholder {
   color: #313131;
   font-size:15px; 
}

form.form_contact ::-moz-placeholder {
	color: #313131;
   font-size:15px;
}

form.form_contact :-ms-input-placeholder {  
   color: #313131;
   font-size:15px;
} 
form.form_contact button {
    background: #0098f9;
    border: none;
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 15px;
    border-radius: 18px;
	margin:1%  0;
	margin-top:25px;
}
.ser_mxh span {
    display: inline-block;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.contact_in3 {
    background: #f0f0f0;
    padding: 2% 0px;
}
div#map_canvas {
    border: 3px solid #fff;
}
/* ==========================================================================
	Footer 
========================================================================== */
#footer {
    position: relative;
	background:url(../images/bg_footer.png) repeat-y top center;
	font-size:12px;
	color:#fff;
	padding:1% 0;
	margin-bottom:50px;
}
.thongke b{
	color:#ff0;
}
p#back-top {
    position: fixed;
    bottom: 10%;
    right: 1%;
    width: 43px;
    height: 43px;
	background:url(../images/gotop.png) no-repeat center;
}
.all {
    position: fixed;
    top: 20%;
    right: 0px;
    z-index: 9999;
    background: #fff;
    border-radius: 5px 0px 0px 5px;
    color: #000;
	font-size:14px;
}
.icon{
	width:46px;
	float:left !important; 
	cursor:pointer;
}
.cutam{
	width:200px;
	float:left;	
}
#close{
	display:none;
}
.hotro div img {
    margin: 0px 5px;
    float: right;
}
.hotro div b {
    color: #0261A5;
    font-size: 17px;
}
.hotro {
    padding: 8px 15px;
}
.sang_i{
overflow:hidden;
}
.sang_i img{
transition:all 0.5s ease 0s;
}
.sang_i img:hover{
transform:scale(1.2);
}
/* ==========================================================================
	Responsive styles 
========================================================================== */
/* laptop */
@media (min-width: 1200px) 
{
.container {
    width: 1190px;
    margin: 0 auto;
	padding:0;
	position:relative;
}
.col-sm-2,.col-sm-3, .col-sm-4,.col-sm-5,.col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-12{
    padding: 0;
}
div#header {
    height: auto !important;
}
div#menu button {
    display: none;
}
}
@media (max-width: 1300px) 
{
.slick-prev, .slick-next{
	display:none !important;
}
div#menu ul li {
    padding: 10px 2px;
}
}
@media (max-width: 1200px) 
{
.col-sm-2,.col-sm-3, .col-sm-4,.col-sm-5,.col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-12{
    padding: 0;
}
.container {
    position: relative;
}
div#logo {
    float: none;
    padding: 1% 0;
}
div#menu ul {
    float: none;
    text-align: center;
}
.circular-pie {
    width: 222px !important;
    height: 222px !important;
}
.easyPieChart canvas {
    width: 100% !important;
    height: 100% !important;
}
div#header {
    height: auto !important;
    min-height: 200px !important;
    position: relative;
}
div#menu button {
    display: none;
}
#responsive-menu{
	display:none;
}
div#menu ul li a {
    padding: 6px;
}
.section-title {
    bottom: 22% !important;
}
}
@media (max-width: 1120px)
{
} 
/* ipad */
@media (max-width: 1020px) 
{
.col-sm-2,.col-sm-3, .col-sm-4,.col-sm-5,.col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-12{
    padding: 0;
}
div#menu button {
    display: block;
}
.circular-item {
    margin: 5px 15px;
}
.circular-pie {
    width: 200px !important;
    height: 200px !important;
}
.circular-pie span {
    line-height: 3.5;
    font-size: 45px;
}
.hinhanh-item {
    width: 49%;
    float: left;
    margin-right: 1%;
    margin-top: 1%;
}
.khachhang1 {
    position: relative;
    color: #000;
}
.camera_caption {
    bottom: 0 !important;
    width: 60%!important;
    top: 0!important;
	background-size:100% 100%!important;
}
.content_text {
    padding: 12%!important;
}
ul.tabsul li a {
    height: auto;
    padding: 10px 0px;
}
.news_item {
    min-height: 370px;
}
.news_img {
    width: 100%;
    height: auto;
    float: none !important;
}
.news_name {
    width: 100%;
    float: none !important;
}
.nd_contact {
    width: 50%;
    float: none;
    margin: 0 auto;
    padding: 1%;
}
form.form_contact {
    width: 100%;
    float: none;
    margin-top: 2%;
}
.ser_support {
    width: 80%;
}
.hinhanh1 {
    margin-bottom: 7px;
}
div#menu ul li a {
    padding: 5px;
    font-size: 13px;
}

}
@media (max-width: 991px){

}
@media (max-width: 979px) 
{
}
@media (min-width: 980px) 
{

}
@media  (max-width: 780px) 
{
}
@media (min-width: 768px) 
{

}
@media (max-width: 767px) 
{
}
/* smartphone */

@media (max-width: 678px)
{
.col-sm-2,.col-sm-3, .col-sm-4,.col-sm-5,.col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-12{
    padding: 0;
}
.nd_contact {
    width: 100%;
}
.form_left {
    width: 100%;
    float: none;
}

.form_right {
    width: 100%;
	float:none;
}
ul.tabsul li {
    width: 49%;
}
.content_text {
    padding: 1%!important;
}
.camera_caption {
    width: 86%!important;
    left: 5% !important;
    background: rgba(255, 255, 255, 0.38) !important;
}
.ser_support {
    width: 100%;
}
.circular-pie {
    width: 170px !important;
    height: 170px !important;
}
.circular-pie span {
    font-size: 38px;
}
div#logo {
    position: absolute;
    top: 12px;
    left: 20px;
    padding: 0;
    z-index: 9999999;
}
div#menu ul {
	display:none;
}
div#menu ul li {
    padding: 0;
    display: block;
    text-align: left;
}
div#menu ul li a {
    padding: 10px 0px;
    border-top: thin solid rgba(255,255,255,0.6);
	font-size:14px;
}
#responsive-menu{
	display:block !important;
}
.all {
	display:none;
}
.section-title {
    bottom: 30% !important;
}
.mybutton.ultra a, .mybutton.ultra button {
    font-size: 14px !important;
    line-height: 1.5 !important;
}
.mybutton.ultra a span, .mybutton.ultra button span {
    padding: 10px 15px !important;
}
.ser_mxh a {
    width: 70px;
    height: 70px;
}
input#email_newsletter {
    width: 70%;
}
.img_dky {
    width: 30%;
}
} 

@media (max-width: 620px)
{
}

@media (max-width: 555px) 
{
}

@media (max-width: 480px) 
{
ul.jpage_items > li {
    width: 100% !important;
    float: none !important;
    margin-bottom: 2%;
}
.news_item {
    min-height: auto;
    padding: 0;
    float: none;
	border:none;
}
.news_item .line_odd {
    display: none
}
.news_item .line_ld {
    display: none;
}
.hinhanh-item {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-top: 2%;
}
.all {
    display: none;
}
}