@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/Roboto/Roboto-Condensed.ttf');
}
@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/Roboto/RobotoCondensed-Bold.ttf');
    font-weight: bold;
}
@font-face {
    font-family: 'RTBR';
    src: url('../fonts/Roboto/Roboto-Regular.ttf');
    /*font-weight: bold;*/
}
@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial/arial.ttf');
}
@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial/arialbd.ttf');
    font-weight: bold;
}
@font-face {
    font-family: 'utmavo';
    src: url('../fonts/utmavo/utmavo.ttf');
}
@font-face {
    font-family: 'usc';
    src: url('../fonts/utm_swiss_condensed/UTMSwissCondensed.ttf');
}
@font-face {
    font-family: 'iCielPacifico';
    src: url('../fonts/iCielPacifico.ttf');
}
@font-face {
    font-family: 'uvnkythuat';
    src: url('../fonts/uvnkythuat.ttf');
}
@font-face {
    font-family: 'helve';
    src: url('../fonts/helve/UTM-HelvetIns.ttf');
}
@font-face {
    font-family: 'alberta';
    src: url('../fonts/UTM-Alberta-Heavy/UTM-Alberta-Heavy.ttf');
}
@font-face {
    font-family: 'grenob';
    src: url('../fonts/grenobleregular.ttf');
}
@font-face {
    font-family: 'Fenice';
    src: url('../fonts/FeniceBold.ttf');
}
.body-size{
	max-width:768px;
}

.title-font{
	font-family:'RobotoCondensed'; font-weight: bold; font-size: 16px;
}

.color-main{
	color:#006eb9;
}

img{
	max-width:100%;
}

a{
	color:#333;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
}
a:hover,a:focus{
	color:#ff9600;

	text-decoration:none
}

.fl{
	float:left;
}
.bg-gray{
	background:#f0f0f0;
}
.bg-white {
    background: #fff;
    margin-top: 20px;
}
.bd-gray{
	border:solid 1px #d5d5d5
}
.bd-ra-0{
	border-radius:0;
}
.bd-ra-10{
	border-radius:10px;
}

.row5{
	margin-left:-5px;
	margin-right:-5px;
}
.p0{ padding: 0 !important; }
.plr0 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
}
.plr5{
	padding-left:5px;
	padding-right:5px;
}
.row10{
	margin-left:-10px;
	margin-right:-10px;
}
.plr10{
	padding-left:10px;
	padding-right:10px;
}
.plr15{
	padding-left:15px;
	padding-right:15px;
}
.p0{
	padding:0px;
}
.p15{
	padding:15px;
}
.p35{
	padding:35px;
}
.pl0{
	padding-left:0px;
}
.pr0{
	padding-right:0px;
}
.pb15{
	padding-bottom:15px;
}
.mb10{
	margin-bottom:10px;
}
.mb15 {
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.mr10{
	margin-right: 10px;
}
.mr0{
	margin-right: 0px;
}
.padding-bottom10{
	padding:0 10px 10px;
}

.block{
	display:block;
}
.w100pe{
	width:100%;
}


.uppercase{
	text-transform:uppercase;
}
.font14{
	font-size:14px;
}
.font20{
	font-size:20px;
}
.font25{
	font-size:25px;
}
.bold{
	font-weight:bold;
}

.color_3{
	background:#333
}
.tonghop{
	color:#ccc;

}


.animate1{
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/*TIÊU ĐỀ AND FONT*/

.bao-abx{
	margin-top: 50px;
	display: inline-block;
	border: 1px solid #ddd;
	padding: 15px;
	text-align: center;
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 8px 7px rgba(0,0,0,0.22);
	position: relative;
	margin-left: -150px;
	background: #fff;
}
.bao-abx li{
	padding: 0px 0px;
    display: inline-block;
    list-style: none;
    text-align: center;
    width: 200px;
    border-right: 1px solid #A1261E;
}
.bao-abx li:last-child{
	border-right: 0px;
}
.bao-abx li h3{
	font-weight: bold;
	color: #A1261E;
}
.bao-abx li p{
	text-transform: uppercase;
	font-size: 12px;
}
.title-main {
    display: block;
    z-index: 10;
    margin-bottom: 20px;
    position: relative;
	margin-top: 20px;

}
.title-main h3 {
    position: relative;
    font-family: 'RobotoCondensed';
    margin: 0;
    text-transform: uppercase;
    font-size: 26px;
    color: #104d8c;
    margin: 0;
    z-index: 999;
    padding: 10px 0px 8px 0px;
    display: inline-block;
    background-size: 100%;
    /* border-bottom: 1px solid #2074EE; */
    width: 100%;
    font-weight: bold;
    text-align: center;
    background: url(../../img_data/images/thanh.png) center bottom no-repeat;
    padding-bottom: 35px;
}
.title-contact{ text-align: center; margin-bottom: 20px; }
h3.title-contact { text-transform: uppercase; color: #1e3463; font-family: 'RobotoCondensed'; font-weight: bold; font-size: 22px; }
/*.title-main:before{ z-index: 1;
	content: ''; position: absolute; top: 14px; width: 100%; height: 1px; left: 0;
	background: #2c70b6;
}*/
/*.title-main:after{ z-index: 1;
	content: ''; position: absolute; bottom: 0px; width: 100%; height: 4px;
	background: #ee6133; width: 80px; left: 50%; margin-left: -40px;
}*/
/*.title-main a i{
	color: #fff;
    font-size: 1.5em;
    position: absolute;
    top: 25%;
    left: 15px;
}*/
img.img-thongke {
    float: left;
    width: 90px;
    margin: 20px 5px 20px 0;
}
.bao-left {
    margin-bottom: 15px;
    margin-top: 30px;
}
.title-left {
    font-family: 'RobotoCondensed';
    font-weight: bold;
    float: left;
    width: 100%;
    margin: 0;
    padding: 1px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    line-height: 37px;
    text-align: center;
    background: url(../../img_data/images/bgtit.png) top center no-repeat;
    background-size: 100%;
    padding-bottom: 6px;
}
/*.title-left:before{ height: 100%; width: 4px; content: ''; position: absolute; top: 0; left: -4px;
 background: #ed1b2f; }
.title-left span.at{
	content '';
	position: absolute; top: 100%; right: 100%;
	width: 4px;
	height: 4px;
	border-style: solid;
	border-width: 0 4px 4px 0;
	border-color: transparent #ed1b2f transparent transparent;
}*/
/* 1 */
.item-pro {
    border-radius: 5px;
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
    padding: 4px;
    /* box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5); */
    border: 1px solid #e6e6e6;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    min-height: 225px;
}
.item-pro .img_pro {
    position: relative;
    overflow: hidden;
}
.item-pro .img_pro img{
    width: 100%;
    height: auto;
    display: block;
}
#form-res{
	margin: auto;
	width: 80%;
	background: #fff;
	padding: 35px;
	position: absolute;
	transform: translate(-50%,-50%);
	top: 80%;
	left: 50%;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
#form-res input,textarea{
	border-radius: 0px;
	border: 1px solid #ddd;
}
#form-res button{
	font-weight: bold;
    padding: 12px 15px;
    color: #fff;
    background: #A1261E;
    margin: auto;
    border: none;
    outline: none;
    font-size: 11px;
    font-family: 'Arial';
    text-transform: uppercase;
}
.sec-duan{
	background: #A1261E;
	color: #fff;
	padding: 25px;
}
.item-pro .info{
	position:relative;
	background:#fff;
	padding: 5px;
	min-height:40px;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	float: left; width: 100%;
	float: left; width: 100%;
}
.menu-footer{
	padding: 0px !important;
}
.sec-dangky{
	background: url(../images/bg-dk.png);
	background-size: 100% 100%;
	min-height: 350px;
	position: relative;
}
.menu-footer li{
	list-style: none;
}
.menu-footer li:before{
	content: '\f0da';
	font-family: 'FontAwesome';
	margin-right: 10px;
}
.menu-footer li a{
	color: #fff;
}

.item-pro .info a {
    font-size: 14px; color: #222; line-height: 20px;
}
.item-pro .info a:hover{ color: #ff0000; }

.item-pro .info .price{
	font-size:14px;
	color:#ff0000; font-weight: bold;
}
.item-pro .info .price.old-price{ color: #555; font-weight: inherit; text-decoration: line-through;  }
/*.item-pro .info .price-km{ font-weight: bold; color: #ff0000; display: block; width: 50%; text-align: right; float: left; }
*/
.item-pro .info h3 {
    margin: 0;
    padding: 6px 0px;
    font-size: 14px;
    text-align: center;
}
body{
	font-family: 'Arial';
	/*background: url('../../img_data/images/body.png') top center no-repeat;
	background-size: cover;*/
}

header{
	padding:0;

}
header .banner img{
	width:100%
}
.wrapper{
	background: #fff;
}

.top_header a{
	color:#fff;
}
.no-padding{ padding: 0px !important; }

nav#aff_menu{ position: relative; }

#aff_menu.affix {
		position: fixed;
      top: 0;
	  left:0;
      width: 100%;
	  z-index:999;
}
#aff_left.affix {
    position: fixed;
    top: 50px;
    z-index:1;
}

#form-contact .button.button--aylen{ background: #2196f3; }
/*=========================================*/
.body-home{
	margin-top:5px
}
.col-left .box {
    float: left;
    width: 100%;
    border-top: none;
    padding: 2px;
    background: #fff;
    border: 1px solid #a91d22;
    border-top: 0;
}
.col-right .box{
	float:left;
	width:100%;
	margin-bottom:10px;
	border-top:none;
	padding:10px;
	border:1px solid #acacac;

}

.box.category ul{
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
}
.box.category a{
	display:block;
	color:#333;
	position:relative;
	/*border-bottom:1px dashed #c4c4c4;*/
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.box.category ul.sub li a {
    padding: 7px 0 0 0px;
    padding-left: 5px;
}
.box.category ul.sub li a:hover{ color: #ff7300; }
.ic-menu {
    position: absolute;
    top: 7px;
    left: 5px;
    z-index: 999;
}
.box.category ul.sub>li>a {
    padding-left: 20px;
    font-family: 'RobotoCondensed';
    /* text-transform: uppercase; */
    font-weight: bold;
    font-size: 17px;
}
.box.category ul.sub > li {
    position: relative;
    border-bottom: 1px #a91d22 solid;
}
.box.category ul.sub li:last-child{
	border: none;
}
.box.category ul.sub_1 {
    display: block;
}
.box.category ul.sub_1 li a {
    padding: 3px 0px;
    padding-left: 20px;
    font-family: 'RobotoCondensed';
    font-size: 15px;
    text-transform: capitalize;
}
.box.category .arrow-sub > a:before{ position:absolute; right:10px; }
.box.category ul.sub_2 {
    /* position: absolute; */
    z-index: 999;
    /* top: 0px; */
    /* left: 100%; */
    min-width: 100%;
    /* background: #ebebeb; */
    border: 0px;
    display: block;
    padding-left: 25px;
}
.box.category ul.sub_1 > li:hover > ul.sub_2 { display: block; }
.box.category ul.sub_1 > li:hover > ul.sub_2 li:hover > ul.sub_2{display: block;  }
.support .img img{
	width:70px;
	height:70px;
	border-radius:50%;
	padding:2px;
}
.support .content{
	float:left;
	width:100%;
	text-align:center;
}
.support h4{
    color: #333;
    font-size: 14px;
    padding-bottom: 5px;
    font-family: 'RobotoBold';
    margin: 0px;
    text-align: left;
}
.support h4.hot-support{ text-align: center; font-weight: bold; color: #ff0000; margin-bottom: 10px; }
.support h5{
	color: #333;
}
h4.ten-hotro {
    text-align: center;
    font-size: 18px;
    color: #5878b2;
    font-weight: bold;
}
.box.news {
    padding: 3px;
}
.box.news .item{
	float:left;
	width:100%;
	margin-bottom:5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #a7a7a7;
}
.box.news .item:last-child{
	border:none;
}
.box.news .item .img{
	float: left;
	width:30%;
	display: table;
	padding-top: 5px;
}
.box.news .item .img a{
	float:left;
	position:relative;
}
.box.news .item .img a:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	opacity:0;
	z-index:20;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}
.box.news .item .img:hover a:before{
	opacity:1;
}
.box.news .item .img img{
	width:100%;
}
.box.news .info{
	font-weight:500;
	padding-top:5px;
	float: left;
    padding-left: 10px;
    width: 70%;
}

.box.visited p{
	margin-bottom:5px;
	font-weight:bold;
}




/*TICH CUSTOM*/

.thong-tin-gio a { color: #fff; }
.thong-tin-gio a:hover{ color: #006eb9; }
.gio-hang-fix:hover{ background: #ff7500; }
.bao-gio{ position: relative; }
.bao-gio .content-gio{ position: absolute;transform: rotate(-90deg);
background-color: #006eb9; top: -70px;  }
.text-giohang{ text-transform: uppercase; }
.text-giohang a{ color: #fff; }
.support h4.hot-support{ margin: 10px 0px; color: #ff0000; font-size: 16px; }
.info-cart table tr td{ text-align: center; }
.tong_tt #tong_tien_gh{ color: red; }
.tong_tt h3{ font-size: 20px; }

.bt-submit{ text-align: center; margin-top: 10px; }
.bt-submit button{ float: none; display: inline-block; box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
	border-radius: 20px; min-width: 100px; padding: 8px 20px; }

.title-footer h3{ text-transform: uppercase;  margin: 0px; position: relative;
; font-size: 18px; color: #000; display: inline-block; margin-bottom: 15px; }
.title-footer h3 span{ position: absolute; height: 100%; width: 3px; background: #ff0000;
top: 0px; left: 0px; }

.col-right .box{ background: #fff; }
.sodt h4{ color: #009edb; font-size: 25px; text-align: center; }
.input-dangky input{ width: 100%; }

.icon-sp img{ margin-top: -5px; }

.support h4 span i{ margin-right: 8px; }
.phone-support{ color: #ff0000; }

.box.category ul.sub a i{ margin-right: 5px; }
.p-relative{ position: relative; }
.d7-hidden{ position: absolute; bottom: 100%; right: 0px; display: none; }
a.ic-search{ cursor: pointer; }
span.ic-menu {
    display: inline-block;
    padding-top: 1px;
    cursor: pointer;
    display: none;
}
li.arrow-sub span.ic-menu {

    display: block;
}
.footer-map iframe{ max-width: 100%; height: 170px; }
.footer-title h3{ margin-top: 0px; font-size: 16px; text-transform: uppercase; margin-bottom: 20px; }

.ve-chung-toi h4{ font-size: 20px; font-family: 'RobotoSlab-Bold'; text-transform: uppercase; color: #2c77af; }
.line-footer{ height: 1px; background-color: #fff; margin: 10px 0px; }
.wrapper-video iframe{ max-width: 100%; }

.page-title .breadcrumb{ margin-bottom: 10px; height: 38px; line-height: 26px; background: transparent; border-bottom: 1px solid #ccc; }
.page-title .breadcrumb li a{ color: #000; }
section.slide{ padding-top: 2px; }
.xem-them a{ color: #d8261c; }
section.sec-pro{ padding: 10px 0px 10px; }

.box.category .support a{ border-bottom: none; }
.box.category ul.sub a i{ font-size: 13px; }
.box.category .support img{ margin-top: 5px; }
.img-support{ display: inline-block; padding: 0px 5px; }
.box.category .title-hotro a{ display: inline-block; }
.phone .so-dt {
    color: red;
    font-weight: bold;
    font-size: 20px;
}
.title-web h1{ text-align: center; margin: 0; padding: 22px 0; font-size: 34px; font-family: 'RobotoCondensed'  font-weight: bold;}
.title-web h1 a{ color: #0087d8; }
.title-web h1 span{ color: #ff0000; }
.d7-search form { margin: 0; }
.d7-search form input {
    width: 280px;
    height: 30px;
    background: #111111;
    color: #fff;
    border: none;
    border-radius: 5px;
    position: absolute;
    top: 2px;
    right: 5px;
    border: 0.5px solid #ffffff6b;
}
.d7-search form input::placeholder {
    color: #fff;
}
.d7-search form button {
    height: 35px;
    padding-right: 15px;
    border-radius: 0 5px 5px 0;
}
.d7-search form button i {
    color: #fff;
    font-size: 15px;
}
.border-menu{ height: 4px; width: 100%; margin-top: 1px; background: #ff0000; }

.item-news{ float: left; width: 100%; background: #fff; padding: 5px; border: 1px solid #e7e7e7; }
.item-news .a-left{ display: block; float: left; margin-right: 10px; }
.item-news img{ max-width: 140px; }
.item-news h3{ margin-top: 0; font-family: 'RobotoCondensed'; font-weight: bold; font-size: 16px; min-height: 34px; }
.item-news .info { color: #000; padding-bottom: 10px; }
.price {
    color: #ff5050;
}
.price.old-price {
    color: #000; text-decoration: line-through;
}
.price-km{ font-weight: bold; color: red; }

.list-color ul{ list-style: none; padding: 0; margin: 0; }
.list-color ul li{ border: 1px solid #e7e7e7; float: left; width: 25px; height: 25px; margin-right: 5px; border-radius: 4px; }
.bd-info{ border-bottom: 1px solid #e7e7e7; padding-bottom: 5px; margin-bottom: 10px; float: left; width: 100%; }
.btn-giasi{ text-align: center; height: auto; padding: 15px; font-size: 15px; }
.btn-giasi span{ display: block; font-size: 18px; color: yellow; font-weight: bold; margin-top: 5px; }
.text-justify{
	text-align: justify;
}

.first-tin h4{ font-weight: bold; font-family: 'RobotoCondensed'; font-weight: bold; }
section.detail .thong_tin{ border: 1px solid #e7e7e7; border-top: 0; }
section.detail .tab-content{ padding: 15px; }
.zb-btn-blue-small {
    font-family: Helvetica, Arial, sans-serif;
    display: inline-block;
    background-color: #03a5fa;
    color: #fff;
    width: 70px;
    height: 20px;
    line-height: 21px;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    float: left;
    margin-left: 3px;
}
.zb-btn-blue-small .zb-logo-zalo {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.15em;
    margin-right: 4px;
    width: 14px;
    height: 14px;
    background: url(https://stc.sp.zdn.vn/share/logo_white_s.png);
}
.addcart {
    display: inline-block;
    padding: 8px 25px;
    font-weight: bold;
    border: 0;
    border-radius: 0;
    background: #08A8F9;
    font-size: 16px;
    min-width: 165px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 10px;
    height: 40px;
    text-transform: uppercase;
}
button.addcart i {
    float: left;
    margin-right: 5px;
}
.addcart span{ display: block; font-size: 13px; text-transform: none; }
.addcart2 img {
    margin-right: 5px;
}
.addcart2 {
    background: none;
    border: none; padding: 0;
    color: #037bc0;
    margin-top: 10px;
}
.choose_color { position: relative; }
.choose_color > span{ cursor: pointer; position: relative; border: 1px solid #ccc; float: left; margin-right: 10px; display: block;
 width: 35px; height: 35px; background: #222; text-align: center; color: #fff; line-height: 35px; }
.choose_color.selected span:after {
    position: absolute;
    content: "";
    bottom: 0px;
    right: 0px;
    background: url(../images/choose.png) no-repeat;
    width: 14px;
    height: 14px;
}
.choose_color.selected span{ border-color: #ff0000; }
.list-color{ margin-bottom: 5px; }
.in-soluong input{ text-align: center; border: 1px solid #ccc; margin-top: 5px; height: 34px; width: 50px; border-radius: 4px; }
.bd-info.name{ margin-top: 0; font-size: 25px; font-family: 'RobotoCondensed'; font-weight: bold; }
.d7 form{ text-align: right; }
.cart-top a{ display: inline-block; margin-left: 10px; color: #ff0000; }
.gia-home {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    position: relative;
}
p.price-ct-normal {
    font-weight: bold;
    font-size: 16px;
    text-decoration: line-through;
}
p.price-ct-sale {
    color: red;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}
p.price-ct-no-sale {
	color: red;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
p.no-price-ct {
    margin: 0;
}
img.icon-sale-ct {
    position: absolute;
    top: 0;
    left: 130px;
}
.item-service{ text-align: center; }
.item-service h3{ font-family: 'uvnkythuat'; text-transform: uppercase; color: #7c4430; }
section.sec-services{ padding: 20px 0; }
.sec-dk input{ border-radius: 20px; border-color: #7c4430; }
.sec-dk .title-dk{ text-align: center; color: #fff; margin-bottom: 30px; }
section.sec-dk{ padding: 30px 0 40px; background: url(../images/bg-dangky.png); background-size: cover; }
.btn-nhantin{ border-radius: 20px; background: #603821; border: 1px solid #a1490c; padding-left: 20px;
padding-right: 20px; }
.sec-dk .title-dk h3{ margin-top: 10px; font-family: 'RobotoCondensed'; font-weight: bold; text-transform: uppercase; font-size: 26px; }
.nav.nav .navbar-nav>li.no-relative{ position: static; }

li .mega-menu{ position: absolute; top: 100%; left: 0; padding: 15px 10px; background: #fff; width: 100%;
z-index: 99; display: none; }
.item-mega{ margin-bottom: 10px; }
li .mega-menu a{ display: block; margin-bottom: 4px; font-family: 'usc'; }
li .mega-menu .title-mega a{ margin-bottom: 8px; color: #2c70b6; font-family: 'RobotoCondensed'; font-weight: bold; font-size: 15px; }
li .mega-menu .child2-mega{ padding-left: 10px; }
li:hover> div.mega-menu{ display: block; }
ul.left-ct{ list-style: none; padding: 0; margin: 0; }
ul.left-ct .ic-ft{ float: left; margin-right: 5px; }
ul.left-ct li{ margin-bottom: 6px; }
.item-sp{ text-align: center; }
.lang-top{ position: absolute; top: 5px; right: 9%; z-index: 1; }
.item-services h3{ margin-top: 0; padding: 10px; font-size: 16px; text-transform: uppercase;
text-align: center; font-family: 'RobotoCondensed'; font-weight: bold; background: rgba(0,0,0,0.3);  }
.item-services h3 a{ color: #fff; }
.item-services .info{  padding: 5px; }
.item-services .info .des-service{ font-size: 13px; font-family: 'RobotoCondensed'; padding: 10px; color: #fff; }
.sec-camket{ background: #2196f3; color: #fff; padding: 30px 0; }
.img-trainghiem{ float: left; margin-right: 10px; }
.img-trainghiem img{ border-radius: 50%; max-width: 150px; }
.item-trainghiem h4{ margin-top: 0; }
.content-tuvan,
.content-trainghiem{ float: left; width: 100%;
	padding: 10px; border-radius: 4px; border: 1px solid #d9e9f2;
}
.clear{
	clear: both;
}
.item-trainghiem { clear: both; }
.item-trainghiem .desc{ font-style: italic; font-size: 13px; }
.content-tuvan .form-group{ margin-bottom: 10px; }
.content-tuvan .form-group.last{ margin-bottom: 2px; }
.content-tuvan input.form-control{ border-radius: 0; height: 32px; }
.content-tuvan .form-control{ background: #f5f5f5; }
.btn-tuvan{ border-radius: 0; padding: 5px 20px; background: #e82c2b; }
.list-dv ul{ list-style: none; padding: 0; }
.list-dv ul li{ margin-bottom: 6px; }
.list-dv ul li a{ color: #fff; }
.list-dv ul li i{ margin-right: 5px; }
.item-kienthuc h4{ font-weight: bold; }
.item-kienthuc .quote{ text-align: justify; }
footer .wrapper-map iframe{ height: 170px; }
footer h3.title-font{ text-transform: uppercase; font-size: 17px; }
.des-service ul{ list-style: none; padding: 0; margin: 0; }
.des-service ul li{ margin-bottom: 10px; }
.des-service ul a{ color: #fff; }



.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.top_header .list-inline {
    margin-bottom: 5px;
    padding-top: 2px;
}
.list-right>li{ display: block; float: right; }
.search-top { text-align: right; padding-top: 15px; padding-bottom: 5px; }
.search-top form{ text-align: right; }
.menu-top{ float: left; width: 100%; padding: 5px 0; }
.ct-about{ max-width: 80%; margin: 0 auto; }
.item-mai{ position: relative; }
.item-mai .info{width: 100%; padding-top: 10px; text-align: center; }
.item-mai .info a{ font-weight: bold; }
section.sec-register {
    background: url(../images/newsletter-bg.jpg);
    background-size: cover;
}
.newsletter {
    text-align: center;
    padding: 40px 0px;
}
.newsletter h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    margin: 0;
    font-family: 'RobotoCondensed';
    font-weight: bold;
}
.newsletter input {
    height: 40px;
    border: none;
    vertical-align: top;
    padding: 5px 15px;
    background: #fff;
    color: #999;
    width: 35%;
    font-size: 13px;
    display: inline-block;
    border-radius: 0;
}
.newsletter button {
    height: 40px;
    min-width: 105px;
    margin-left: -4px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    transition: 0.3s all ease 0s;
    font-weight: 500;
    color: #fff;
    background: #2c70b6;
    border-color: #2c70b6;
    border-radius: 0;
}
.ptb5{ padding-top: 5px; padding-bottom: 5px; }
.ptb5 a{ color: #fff; }
.dv-footer ul{ list-style: none; padding: 0; }
.dv-footer ul li{ margin-bottom: 6px; }
.dv-footer ul li a{ color: #fff; }
.dv-footer ul li i{ margin-right: 5px; }
.news .info a{ font-weight: bold; }
.item-duan h3{ font-family: 'RobotoCondensed'; font-size: 15px; margin-top: 10px; text-align: center; }
.item-duan .img-pro img{ border-radius: 10px; }
.line-list-cate{ border-bottom: 2px solid #00a24d; }
.line-list-cate .item-cate{ font-family: 'RobotoCondensed'; font-size: 16px; padding: 10px 30px 8px;
color: #fff; background: #00a24d; display: inline-block; text-transform: uppercase; }
.content-list-pro{ padding: 10px; padding-top: 20px; border: 1px solid #e7e7e7; border-top: 0; float: left; width: 100%; }
.content-list-pro .left-list{ float: left; }
.content-list-pro .left-1{ width: 17%; }
.content-list-pro .left-2{ width: 33%; }
.content-list-pro .left-3{ width: 50%; }
ul.child-cate{ padding: 0;margin: 0; }
ul.child-cate li{ list-style: none; margin-bottom: 10px; }
.cate-image{ padding: 0 20px; }
.item-mai img{ border-radius: 10px; }
.line-list-cate .xem-tat-ca{ display: inline-block;float: right; padding-top: 10px; padding-bottom: 5px; }
.xem-tat-ca i{ color: #00a24d; }
.item-tin .content-slogan h4{ font-family: 'RobotoCondensed'; font-weight: bold; font-size: 16px; margin-top: 0; }
.designed {
    font-size: 13px;
    padding-top: 15px;
}
.item-gio{ float: left; width: 100%; }
.item-gio img{ max-width: 50px; float: left; margin-right: 10px; }
.item-gio h3{ margin: 0px; padding-top: 5px; margin-bottom: 5px; font-weight: bold; font-size: 18px; text-transform: uppercase; font-family: 'RobotoCondensed'; }
section.sec-gio{ padding: 20px 0; background: #ee6133; color: #fff; }
section.sec-dichvu{ padding: 20px 0; padding-bottom: 10px; margin-bottom: 10px;
	-webkit-box-shadow: 0 8px 6px -6px #777;
       -moz-box-shadow: 0 8px 6px -6px #777;
            box-shadow: 0 8px 6px -6px #777;
}
.item-dichvu { background: #fff; }
.item-dichvu h3{ font-weight: bold; text-align: center; text-transform: uppercase; color: #1e3463; font-family: 'RobotoCondensed'; font-size: 16px; }


.slider-news .style-bt{ background: #ed1b2f; }
.wrapper-lienket ul{ margin: 0; padding: 0; }
.wrapper-lienket ul li{ list-style: none; padding-bottom: 8px; margin-bottom: 8px; border-bottom: 1px solid #ccc; }
.wrapper-lienket ul li i{ margin-right: 5px; }
.wrapper-lienket ul li a{ color: #fff; }
ul.social-block {
    margin: 0;
    padding: 0;
    padding-top: 8px;
}
ul.social-block li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
    border: 1px solid;
    border-radius: 50%;
    margin-bottom: 10px;
}
ul.social-block li a{ text-align: center; line-height: 30px; height: 30px; width: 30px; display: inline-block; border-radius: 30px; }
.ft-social ul.social-block li a{ background: transparent; color: #fff; font-size: 18px; }
.nhan-tin{  }
.item-gio .info span{ font-size: 12px; }

.title-font-news h3{ font-family: 'iCielPacifico'; text-align: center; color: #ed1b2f; }
.title-font-news{ margin-top: 10px; margin-bottom: 20px; }
.form-gui{ position: relative; }
.form-gui input{ border-radius: 0; box-shadow: none; background: #fff; border: none; border-bottom: 1px solid #fff; color: #fff; }
.form-gui .sp-gui{ position: absolute; top: 0px; right: 0px; height: 34px; width: 60px; text-align: center; line-height: 30px; background: #ce0303; color: #fff; cursor: pointer; }
.copyright{ background: #A1261E; padding: 10px 0; }
.btn-xemthem{ border-radius: 2px; border: 1px solid #ccc; background: #fff; color: #000; text-transform: uppercase; }
.tu-van > img{ float: left; margin-right: 10px; padding-right: 10px; padding-top: 7px; }
.tu-van > div{ float: left; color: #fff; text-align: left; }
.tu-van > div p{ margin-bottom: 0px; }
.tu-van a{ color: #fff; }
.tt-right{ float: right; }
.tt-header{ float: left;width: 100%; background: #ed1b23;
 line-height: 33px; color: #fff; }
.tt-header a{ color: #fff; }
.logo-top {
    text-align: center;
    padding: 5px 0;
}
.tt-left{ float: left; }
.tt-left span{ display: inline-block; margin-right: 20px; }
.content-about{ line-height: 30px; }
.list-about{ float: left; width: 100%; border: 1px solid #e7e7e7; margin-top: 10px; }
.list-about ul{ list-style: none; padding: 6px; float: left; width: 100%; margin: 0; }
.list-about ul li{ float: left; width: 33%; padding: 6px; }
.list-about ul li i{ color: #ee383e; margin-right: 3px; }
.item-dv-home{ position: relative; float: left; width: 100%;}
.item-dv-home .info{ position: absolute; top: 0; left: 0; height: 100%; width: 50%; padding: 15px; color: #fff; background: #f38e2bcf; z-index: 1; }
.item-dv-home .info a{ color: #fff; }
.item-dv-home h3{ font-weight: bold; font-family: 'RobotoCondensed'; text-transform: uppercase; font-size: 18px; text-align: center; }
.sec-dv-home{ padding: 30px 0; background: url(../images/bg-dichvu.jpg); background-size: cover; padding-top: 50px; }
.item-dd{ float: left; width: 100%; text-align: center; margin-bottom: 20px; }
.item-dd a img{ border-radius: 15px; }
.item-dd h3{ text-transform: uppercase; font-size: 18px; font-weight: bold; font-family: 'RobotoCondensed'; }
.sec-dienden{ padding: 30px 0; }
.sec-taisao{ background: #EDEFF0; padding: 30px 0; text-align: left;}
.item-taisao{ float: left; width: 100%; color: #fff; }
.item-taisao .info{ width: calc(100% - 50px); float: right; }
.item-taisao a{ color: #fff; }
.item-taisao .img-ts{ float: left; margin-right: 10px; min-height: 80px; }
.item-taisao .img-ts span{ display: inline-block; height: 40px; width: 40px; line-height: 40px; text-align: center; border-radius: 50%;
background: #fd7e01; color: #fff; font-size: 18px; font-weight: bold; }
.item-taisao h3{ margin-top: 0; padding-bottom: 10px; border-bottom: 1px dashed #fd7e01; text-transform: uppercase; font-family: 'RobotoCondensed'; font-weight: bold; }
.item-taisao h3 a{ color: #fd7e01; }
.sec-news{ padding: 30px 0; padding-bottom: 100px; background-image: url(../images/bg-ykien.jpg); background-position: bottom center; background-repeat: no-repeat; }
.slider-news img{ display: inline-block; }
.item-ykien{ text-align: center; max-width: 850px; margin: 0 auto; }
.item-ykien img{ border-radius: 50%; vertical-align: middle; }
.item-ykien h3{ margin-top: 0; margin-bottom: 5px; text-transform: uppercase; }
.noi-dung-yk{ line-height: 30px; }
.item-ykien .info{ text-align: left; padding-left: 10px; text-align: left; }
.item-ykien .img-ykien{ text-align: right; position: relative; }
.ic-quote{ display: inline-block; position: absolute; top: 0; right: 60px; height: 30px; width: 30px; line-height: 30px; font-size: 16px; text-align: center;
border-radius: 50%; background: #fff; color: #000; z-index: 1; }
.div-table{ display: table; width: 100%; text-align: center; }
.div-table > div{ display: table-cell; vertical-align: middle; width: 50%; }
.thoi-gian{ text-align: left; margin-bottom: 6px; }
.item-pro .info a {
    font-weight: bold;
    font-size: 16px;
}

/*-----------------*/

.tour{
	background: #dce2e4;
	text-align: center;
	height: 560px;
}
.tour-ngoai{
	text-align: center;
}
.tour-ngoai img{margin-top: 15px;}
.tour-ngoai h3{margin-top: 5px;}
.tour img{margin-top: 15px;}
.tour h3{margin-top: 5px;}
.tour-ct{
	margin: 0 auto;
	width: 80%;
	height: 395px;
}
.tour-main:nth-child(1){margin-left: 0;}
.tour-main{margin-left: 15px;display: inline-block;width: 32%;}
.tour-text{
	margin: 0 auto;
	width: 90%;
	text-align: left;

	margin-top: 10px;
}
.tour-text h3{
	font-weight: bold;
	font-size: 16px;
}
.abc{
	font-weight: normal;
	display: flex;
}
.img-why{
	position: relative;
	z-index: 10;
}
.img-why img{
	z-index: 20;
}
.item-why h3{
	text-transform: uppercase;
	font-size: 15px;
	color: #000;
}
.img-why::after{
	content: '';
	position: absolute;
	width: 250px;
	height: 400px;
	background: transparent;
	border: 3px solid orange;
	top: -5%;
	left: 5%;
	z-index: 10;
}
.tour-img{height: 215px;}
.xem-them{
	background: url('../images/xem-them.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 41px;
	display: flex;
    width: 100%;
    align-items: center;
    margin-top: 15px;
}
.xem-them span:nth-child(1){
	float: left;
    font-size: 18px;
    width: 50%;
    text-align: center;
    color: red;
}
.xem-them span:nth-child(2){
	width: 50%;
	font-size: 18px;
	color: #fff;
	text-align: center;

}
.img-after{
	position: absolute;
    top: 10%;
    right: 0;
    height: 256px;
}
.bonus{
	padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    width: 16%;
    background: #ed1b23;
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
    border-radius: 15px;
}
.extra{
	background: url('../images/tours_bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 140px;
}
.zalo img{width: 40px; margin-right: 10px;}
.zalo span {
    color: red;
    font-weight: bold;
    font-size: 20px;
}

.sec-about .content{
	padding-left: 80px;
}
p.email {
    color: red;
}
.gach{
	width: 100px;
	height: 2px;
	background: #A1261E;
}
.sec-dangmuc{
	padding-bottom: 25px;
	background: #A1261E;
	text-align: center;
}
.wrap-dm{
	padding: 15px;
}
.slick-slide img{
	margin: auto !important;
}
.item-dm{
	text-align: center;
	color: #fff;
	list-style: none;
	padding: 10px;
	background: #B85C56;
	text-transform: uppercase;
}
.sub-menu{
	margin: auto;
	text-align: center;
}
.sub-menu li{
	list-style: none;
	text-transform: uppercase;
	padding: 5px 15px;
	display: inline-flex;
}
.sub-menu li.active{
	background: #A1261E;
	color: #fff;
}
.sub-menu li.active a{color: #fff;}
.item-dm .img{margin: auto;}
/*============================================================================================================*/
/*=================================================header===========================================================*/
div#top-head {
    width: 100%;
    height: 35px;
    background: #242C42;
}
.top-header.menu-desk {
    position: relative;
    height: 50px;
}
img.logo-h {

}
.company_info {
    text-align: center;
}
h3.company_name {
    font-size: 36px;
    font-family: 'helve';
    /* font-weight: bold; */
    color: #086ef9;
    text-align: center;
    padding-top: 10px;
    font-family: 'alberta';
    text-shadow: 2px 1px 0 #fff, 0 2px 0 #fff,
     0 3px 0 #fff, 0 -3px 0 #ffffff,
     0 4px 0 #fff, 0 6px 1px rgba(0,0,0,.1),
     0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3),
     0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25),
     0 10px 10px rgba(0,0,0,.2),
     0 20px 20px rgba(0,0,0,.15);
}
p.company_address {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    font-family: 'grenob';
    text-shadow: 2px 1px 0px #fff, 8px 8px 0px rgba(0,0,0,0.15);
}
p.company_hotline {
    margin: 0;
    padding-top: 8px;
    color: #fff;
    font-size: 15px;
    font-family: 'RobotoCondensed';
    float: left;
    margin-right: 20px;
}
p.company_email {
    margin: 0;
    padding-top: 8px;
    color: #fff;
    font-size: 15px;
    font-family: 'RobotoCondensed';
}
li.langg {
    list-style: none;
    padding-top: 4px;
}
/*=======================heder=============================*/
/*=======================MENU=============================*/
div#menu-top {
    padding-top: 15px;
}
ul.nav.navbar-nav {
    height: 0;
    float: right;
}
.d7-desktop {
    /* position: absolute; */
    /* top: 8px; */
    /* right: 20px; */
    z-index: 1;
    display: block;
    margin-top: 0;
    width: 100%;
}
a.show-search i {
    width: 30px;
    height: 30px;
    border: 1px solid #5887cb;
    text-align: center;
    line-height: 25px;
    border-radius: 3px;
    color: #5887cb;

}
a.show-search {
margin-top: -8px;
}
.navbar-nav li.dropdown:hover ul.dropdown-menu.fadeInUp.animate1 {
    display: block;
    background: #104d8c;
    border-top: 1px #fff solid;
    margin-top: 0px;
    border-radius: 2px;
}
ul.dropdown-menu.fadeInUp.animate1 li a {
    color: #fff;
    font-weight: normal;
}
ul.dropdown-menu.fadeInUp.animate1 li a:hover {
    color: yellow;
}
ul.dropdown-menu.fadeInUp.animate1 li {
    padding: 0;
    margin: 0;
    padding-bottom: 3px;
}
ul.dropdown-menu.fadeInUp.animate1 li.dropdown-submenu ul.dropdown-menu.fadeInUp.animate1{
	display: none;
}
ul.dropdown-menu.fadeInUp.animate1 li.dropdown-submenu:hover ul.dropdown-menu.fadeInUp.animate1 {
    display: block;
    left: 100%;
    top: auto;
    margin-top: -25px;
}

li.dropdown ul.dropdown-menu.fadeInUp.animate1 li {
    height: 40px;
    border-bottom: 1px #ccbdbdc4 solid;
}
li.dropdown ul.dropdown-menu.fadeInUp.animate1 li a {
    font-size: 15px;
    font-weight: normal;
    font-family: 'RobotoCondensed';
    padding-top: 10px;
    color: #fff;
}
li.dropdown ul.dropdown-menu.fadeInUp.animate1 li:hover a {
    color: #00cc00;
}
li.dropdown ul.dropdown-menu.fadeInUp.animate1 li:last-child {
    border: none;
}


#mobile_menu .header {
    margin-bottom: 0px;
    background: #f2a504;
    color: #fff;
    padding: 5px 10px;
    float: left;
    width: 100%;
}

/*.navbar-nav>li>.dropdown-menu {
    margin-top: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}*/
ul.nav.navbar-nav li {
    margin: 10px 0px;
    border: none;
    padding: 5px 0;
    z-index: 999;
}
ul.nav.navbar-nav li:last-child {
    border-right:none;
}
.mm-listview>li:not(.mm-divider):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #fff;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 0px 10px;
    /* font-weight: 600; */
    padding-top: 1px;
    padding-bottom: 0;
    color: black;
    text-transform: uppercase;
    font-family: 'RobotoCondensed';
    font-size: 15px;
}
ul.nav.navbar-nav li:hover a {
	color: #00cc00;
}
/*=========================MENU========================*/
div#left {
    width: 25%;
    float: left;
}
div#right {
    width: 75%;
    float: right;
    margin-bottom: 30px;
}

.img-hotline img {
    width: 100%;
}
/*===========================product==================================*/
section#sanphamnb {
    background: url(../../img_data/images/bgsp.png) top center no-repeat;
    background-size: cover;
    padding-bottom: 30px;
}
.product {
    margin-top: 30px;
}
.info {
    background: #fff;
    margin-bottom: 25px;
}


.info-pro {
    width: 100%;
    height: 200px;
    border: 1px solid #80808059;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}
h4.title-pro {
    padding: 0 10px;
    color: black;
    height: 35px;
    margin-bottom: 20px;
    font-family: "RobotoCondensed";
    color: #104d8c;
    padding-top: 5px;
    font-weight: bold;
    text-transform: uppercase;
}
h4.title-pro:hover {
    color: orange;
}
img.icon-sale {
    position: absolute;
    top: 1px;
    left: 1px;
}
p.price-normal {
    text-align: left;
    float: left;
    padding: 0 20px;
    font-weight: bold;
    font-size: 15px;
    text-decoration: line-through;
    color: gray;
}
p.price-sale {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: red;
}
p.price-no-sale {
    color: red;
    font-size: 16px;
    font-weight: bold;
    padding: 0 5px;
}
p.no-price {
    font-size: 16px;
    font-weight: bold;
}
.xem-ct {
    width: 110px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #08a8f9;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 25px;
}
p.xemtatca {
    position: absolute;
    top: 10px;
    right: 40px;
    font-size: 15px;
    font-weight: bold;
    color: gray;
    z-index: 999;
}
.info-pro a img.pro-img{
	transition: .5s;
}
.info-pro a img.pro-img:hover{
	transform: scale(1.1);
}
/*===========================product==================================*/
.xemthemgt {
    width: 110px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #104d8c;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 20px;
    font-family: 'RobotoCondensed';
}
/*===========================Quy trinh==================================*/
section#quytrinh {
	background: url('../../img_data/images/bgqt.png') top center no-repeat;
	background-size: cover;
	padding-bottom: 20px;
}
section#quytrinh .title-main h3 {
    color: #fff;
    background: none;
    padding-bottom: 15px;
}
.quytrinh {
    width: 20%;
    float: left;
    text-align: center;
    position: relative;
}
.img_qt {
    width: 140px;
    height: 140px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 40px 5px 10px 5px;
    margin: 0 auto;
}
h4.ten-quytrinh {
    color: #fff;
    padding: 5px 15px;
    text-align: center;
    font-size: 16px;
}
img.arrow {
    position: absolute;
    top: 65px;
    right: -38px;
}
img.arrow.arrow4 {
    display: none;
}
/*===========================sp chinh==================================*/
/*===========================DK tư vấn==================================*/
section#tuvan {
    padding-bottom: 30px;min-height: 100px;
}
section#tuvan .container {
    position: relative;
}
section#tuvan .title-main {
    display: block;
    z-index: 10;
    margin-bottom: 0;
    position: relative;
    margin-top: 0;
}
section#tuvan .title-main h3 {
    position: relative;
    font-family: 'RobotoCondensed';
    margin: 0;
    text-transform: uppercase;
    font-size: 26px;
    color: #fff;
    margin: 0;
    z-index: 999;
    padding: 10px 0px 8px 0px;
    display: inline-block;
    background-size: 100%;
    /* border-bottom: 1px solid #2074EE; */
    width: 100%;
    font-weight: bold;
    text-align: center;
    background: none;
    padding-bottom: 5px;
}
p.mota_tuvan {
    color: #fff;
    font-family: 'RobotoCondensed';
    font-size: 15px;
    margin-bottom: 10px;
}

/*section#tuvan .title-main h3 {
    background: none;
}*/
.form-dk {
    width: 100%;
    height: 180px;
    background: #00A1E5;
    padding: 15px 20px 20px 20px;
    border-radius: 10px;
    position: absolute;
    z-index: 99;
    top: 5px;
    box-shadow: 0px 0px 15px 0px #104d8cb5;
}
input#ho_ten_dk {
    width: 32%;
    float: left;
    margin-right: 35px;
    margin-bottom: 20px;
    height: 45px;
    border-radius: 10px;
    border: none;
    background: #80D0F2;
    color: #fff;
}
input#ho_ten_dk::placeholder {
	color: #fff;
}
input#so_dien_thoai_dk {
	width: 32%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    height: 45px;
    border-radius: 2px;
    border: 1px solid #1182fc;
}
input#so_dien_thoai_dk::placeholder {
	color: black;
}
input#email_dk {
    width: 36%;
    margin-bottom: 20px;
    height: 45px;
    border-radius: 10px;
    border: none;
    float: left;
    background: #80D0F2;
    color: #fff;
}
input#email_dk::placeholder {
	color: #fff;
}
input#diachi_dk {
	margin-bottom: 20px;
	height: 45px;
	border-radius: 2px;
	border: 1px solid #1182fc;
}
input#diachi_dk::placeholder {
	color: black;
}
textarea#noidung {
    height: 70px;
    border: 1px solid #1182fc;
}
textarea#noidung::placeholder {
	color: black;
}
.form-dk {
    text-align: center;
}
input#guidi {
    background: none;
    width: 200px;
    height: 45px;
    color: #fff;
    font-weight: bold;
    line-height: 41px;
    font-size: 16px;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 10px;
}
/*===========================DK tư vấn==================================*/


.banchay {
    width: 100%;
    height: 300px;
    margin: 10px 0;
    border: 1px solid #9e9e9e63;
    position: relative;
    border-radius: 3px;
    text-align: center;
    overflow: hidden;
}
.banchay a img{
	transition: .5s;
}
.banchay a img:hover{
	transform: scale(1.1);
}
h4.title-banchay {
    margin: 10px 0 5px 0;
    font-weight: bold;
    padding: 0 10px;
    color: black;
    font-size: 16px;
    height: 30px;
}
h4.title-banchay:hover {
    color: orange;
}
.xem-ct-banchay {
    width: 110px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #08a8f9;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 5px;
}
/*==========================tai saot==================================*/
/*==========================tai saot==================================*/

section#gioithieu {
    padding: 0 0 30px 0;
    background: #80808021 url(../../img_data/images/bggt.png) left center no-repeat;
    background-size: cover;
}
section#gioithieu .title-main h3 {
    position: relative;
    font-family: 'RobotoCondensed';
    margin: 0;
    text-transform: uppercase;
    font-size: 26px;
    color: #104d8c;
    margin: 0;
    z-index: 999;
    padding: 20px 0px 8px 0px;
    display: inline-block;
    background-size: 100%;
    /* border-bottom: 1px solid #2074EE; */
    width: 100%;
    font-weight: bold;
    text-align: left;
    background: none;
    padding-bottom: 0;
}
div#img-gt {
    float: right;
    margin-top: 50px;
    padding: 15px;
    /* border: 1px solid gray; */
    background: #fff;
}




.noidung-gt {
    width: 100%;
    height: auto;
    text-align: justify;
    padding-bottom: 10px;
    font-family: "RTBR";
    font: 15px/23px RTBR;
}
.hotro-tt {
    height: 300px;
    margin-top: 80px;
    border: 1px solid #808080a8;
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px #808080d1;
}
.title-httt {
    width: 70%;
    height: 70px;
    background: #1182fc;
    margin: 0 auto;
    margin-top: -35px;
    border-radius: 10px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    box-shadow: 0px 0px 8px grey;
    text-transform: uppercase;
    font-family: 'RobotoCondensed';
}
.ht-chitiet {

}
img.img-httt {
    margin: 15px 10px 10px 0;
    float: left;
}
p.ten-ht {
    font-size: 15px;
    margin: 0;
    padding: 15px 0 1px 0;
    color: #5878b2;
}
p.dt-ht {
    color: red;
    font-size: 20px;
    font-weight: bold;
}
/*==========================tai saot==================================*/


section#videosp {
    background: url('../../img_data/images/bgvideo.png') top center no-repeat;
    background-size: cover;
    padding-bottom:30px;
}
section#videosp .title-main h3 {
    position: relative;
    font-family: 'RobotoCondensed';
    margin: 0;
    text-transform: uppercase;
    font-size: 26px;
    color: #1182fc;
    margin: 0;
    z-index: 999;
    padding: 15px 0px 8px 0px;
    display: inline-block;
    background-size: 100%;
    /* border-bottom: 1px solid #2074EE; */
    width: 100%;
    font-weight: bold;
    text-align: center;
    background: url(../../img_data/images/thanh2.png) center bottom no-repeat;
    padding-bottom: 35px;
}
.noidung-video {
    text-align: justify;
    font-family: "RTBR";
    font-size: 15px;
    width: 50%;
    float: left;
    padding: 0 15px 0 0;
    margin-bottom: 20px;
}
.col-video {
    float: left;
    width: 50% !important;
    padding: 0px;
}
section#videosp .style-bt {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 99;
    border: 0;
    background: none;
    padding: 5px 8px;
    color: green;
    cursor: pointer;
    outline: none;
}
/*==========================tai saot==================================*/
/*==========================tai saot==================================*/
section#taisao {
    padding: 40px 0 20px 0;
    background: url(../../img_data/images/bgts.png) top center no-repeat;
    background-size: cover;
}
.taisao {
    width: 100%;
    min-height: 80px;
    margin-bottom: 20px;
    padding: 0 35px 0px 0;
    border-right: 1px solid #fff;
}
img.img-taisao {
    float: left;
    margin-right: 20px;
}
h4.title-taisao {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
    font-family: 'RobotoCondensed';
}
h4.title-taisao:after {
    content: "+";
}
p.mota-tsao {
    color: #fff;
    padding-left: 20%;
}

/*===========================tai sao==================================*/

/*===========================tin tuc==================================*/
section#tintuc {
    padding: 20px 0;
}
.tin_chan {
    background: #F4F4F4;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: center;
    min-height: 360px;
}
.tin_le {
    background: #F4F4F4;
    margin-bottom: 30px;
    padding-bottom: 0px;
    text-align: center;
    min-height: 360px;
}
h4.ten-chan {
    text-transform:capitalize;
    font-weight:600;
    font-size: 16px;
    line-height:1.4;
    font-family: 'RobotoCondensed';
    text-align: center;
    padding: 10px;
    margin: 0;
}
h4.ten-le {
    margin: 0;
    padding: 0;
    text-transform:capitalize;
    font-weight: bold;
    font-size: 16px;
    line-height:1.4;
    font-family: 'RobotoCondensed';
    padding: 10px;
    text-align: center;
}
p.mota-chan {
    padding: 0 10px;
    text-align: center;
    font-family: 'RobotoCondensed';
}
p.mota-le {
    padding: 0 10px;
    text-align: center;
}
p.xemthemtt {
    font-weight: bold;
    color: gray;
    font-size: 17px;
    font-family: 'RobotoCondensed';
    margin: 5px;
}
p.xemthemtt:hover {
    color: orange;
}
/*===========================tin tuc==================================*/
/*===========================doi tac==================================*/
 div#doitac{
	background: url(../../img_data/images/bgdt.png) top center no-repeat;
	background-size: cover;
	padding-bottom: 20px;
}
div#doitac .title-main h3 {
    position: relative;
    font-family: 'RobotoCondensed';
    margin: 0;
    text-transform: uppercase;
    font-size: 26px;
    color: #1182fc;
    margin: 0;
    z-index: 999;
    padding: 10px 0px 8px 0px;
    display: inline-block;
    background-size: 100%;
    /* border-bottom: 1px solid #2074EE; */
    width: 100%;
    font-weight: bold;
    text-align: center;
    background: none;
    padding-bottom: 10px;
}
/*===========================doi tac==================================*/
.footer {
    background: #104d8c;
    background-size: cover;
    /* background-position: center; */
    color: #fff;
    width: 100%;
    float: unset;
    margin: 0;
    font-size: 14px;
    height: auto;
}
.info-ft {
    font-family: 'RobotoCondensed';
    font-size: 16px;
}
h3.title-ft {
    font-family: 'RobotoCondensed';
    font-size: 20px;
    /* background: url(../../img_data/images/lineft.png) bottom left no-repeat; */
    padding-bottom: 10px;
    margin-bottom: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: yellow;
}
b.yellow {
    font-weight: normal;
    color: yellow;
}
.maps {
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
}
.maps iframe {
    width: 100%;
    height: 100%;
}
img.imgthongke {
    width: 102px;
    height: 100px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}
p.title-copy {
    margin: 0;
    float: left;
    margin-right: 5px;
    padding-top: 5px;
    color: #fff;
}
/*===================copy right=====================*/
div#copyright {
    height: 50px;
    border-top: 1px solid #fff;
    /* margin-top: 30px; */
    background: #104d8c;
}
p.title-copy {
    margin: 0;
    float: left;
    margin-right: 5px;
    padding-top: 13px;
}

.copy {
    text-align: center;
    /* line-height: 47px; */
    padding-top: 15px;
}

.copy a {
    color: #fff;
    font-family: 'RobotoCondensed';
    font-size: 15px;
}

/*==================copy right======================*/
/*==================col-left======================*/
.suport {
    text-align: center;
}
.img-hotline img {
    width: fit-content;
    margin-top: 10px;
}
p.ten-left {
    float: left;
    color: black;
    font-weight: bold;
}
a.hotline-left {
    color: red;
    font-weight: bold;
    font-size: 20px;
    transition: .5s;
}

b.tenspot {
    color: black;
    font-size: 16px;
}
img.skypel-img {
    width: 35px;
    height: 35px;
    float: left;
    margin: 5px 10px;
    margin-left: 45px;
    transition: .5s;
}
img.skypel-img:hover{
	transform: scale(1.1);
}
img.zalol-img{
    width: 35px;
    height: 35px;
    float: left;
    margin: 5px 10px;
    transition: .5s;
}
img.zalol-img:hover{
	transform: scale(1.1);
}
img.emaill-img {
    width: 35px;
    height: 35px;
    float: left;
    margin: 5px 10px;
    margin-top: 8px;
    transition: .5s;
}
img.emaill-img:hover{
	transform: scale(1.1);
}
/*========================tin tuc================================*/
.tintuc {
    margin: 0;
    width: 100%;
    /* height: fit-content; */
    margin: 10px 0px 5px 0;
    overflow: hidden;
    border-bottom: 1px dashed #808080d6;
}
h4.tt-title {
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'RobotoCondensed';
    margin-top: 0px;
}
img.tt-img {
    margin-bottom: 5px;
}
p.mota-tt {
    text-align: justify;
}
/*========================tin tuc================================*/
/*==================col-left======================*/

#mobile_menu .header {
    margin-bottom: 0px;
    background: #2278F3;
    color: #fff;
    padding: 5px 10px;
    float: left;
    width: 100%;
}
#nav-trienkhai-mb {
    display: none;
    width: 100%;
    margin: 0 0 0 0%;
    border: 1px solid #fff;
    border-radius: 5px;
    /* margin-left: 15px; */
}
#nav-trienkhai-mb ul{

}
#nav-trienkhai-mb ul li {
    list-style: none;
    background: #fff;
    /* margin: 5px; */
    /* padding: 5px 15px; */
    text-align: left;
    height: 26px;
    border-bottom: 1px gray solid;
    line-height: 26px;
    padding-bottom: 25px;
    overflow: hidden;
}
#nav-trienkhai-mb ul li a {
    white-space: nowrap;
}
#nav-trienkhai-mb ul li a:before {
    font-family: FontAwesome;
    content: "\f0da";
    color: blue;
}
#nav-trienkhai-mb ul li a:hover {
    color: red;
}
.danhmuc {
    text-align: left;
    width: 100%;
    height: 50px;
    background: orange;
    line-height: 50px;
    margin: 10px 10px 0 10px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 20px;
    position: relative;
    border-radius: 5px;
}
.danhmuc .fa-angle-double-down {
    position: absolute;
    right: 10px;
    top: 18px;
}
.mm-menu {
    background: #104d8c;
}
.navbar-nav>li.active>a {
    color: red !important;
    font-size: 17px;
    font-weight: bold;
}
div#mm-moblile-da {
    margin: 20px 0;
    /* width: 100%; */
}
/*.sticky {
    position: fixed;
    top: -10px !important;
    width: 95% !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    z-index: 9999;
    background: #fff!important;
}*/
.mm-listview>li>a, .mm-listview>li>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
    color: #fff;
}
.mm-listview>li:not(.mm-divider):after {
    content: '';
    /* border-bottom-width: 1px; */
    /* border-bottom-style: solid; */
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px #fff solid;
}
h4.title-pro-ct {
    height: 50px;
    text-align: center;
    padding: 0 8px;
    padding-top: 7px;
    color: #08A8F9;
    font-family: 'RobotoCondensed';
    text-transform: capitalize;
}
h4.title-pro-ct:hover {
color: orange;
}
.info-pro-ct {
    text-align: center;
    width: 100%;
    border: 0.5px #08a8f99e solid;
    margin-bottom: 20px;
    border-radius: 5px;
    padding-top: 5px;
    overflow: hidden;
    min-height: 250px;
}
.info-pro-ct  img.pro-ct-img{
	transition: .5s;

}
.info-pro-ct  img.pro-ct-img:hover{
	transform: scale(1.1);

}

img.img-left-hot {
    width: 30px;
    margin-bottom: 5px;
    margin-right: 5px;
}
.phone .so-dt {
    color: red;
    font-weight: bold;
    font-size: 18px;
}
.zalo span {
    color: red;
    font-weight: bold;
    font-size: 18px;
}
span.name {
    font-weight: bold;
}
span.email {
    font-weight: bold;
}
.sup_left {
    border-bottom: 1px solid #8080809c;
    margin-bottom: 10px;
}