@font-face {
    font-family: 'fontA';
    src: url('../fonts/UTMAmericanaBEx.ttf');
}

@font-face {
    font-family: 'fontB';
    src: url('../fonts/UTMSharnay.ttf');
}
@font-face {
    font-family: 'fontC';
    src: url('../fonts/UTMAvoBold.ttf');
}
/*++++++++++START DEFAULT+++++++++++*/
#countdown{
	width: 100%;
	text-align: center;
	background: #222;
	background-image: -webkit-linear-gradient(top, #222, #333, #333, #222); 
	background-image:    -moz-linear-gradient(top, #222, #333, #333, #222);
	background-image:     -ms-linear-gradient(top, #222, #333, #333, #222);
	background-image:      -o-linear-gradient(top, #222, #333, #333, #222);
	border: 1px solid #111;
	border-radius: 5px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
	margin: auto;
	padding: 24px 0 0px 0;
  top: 0; bottom: 0; left: 0; right: 0;
}

#countdown #tiles{
	position: relative;
	z-index: 1;
}

#countdown #tiles > span{
	width: 20%;
	font: bold 48px 'Droid Sans', Arial, sans-serif;
	text-align: center;
	color: #111;
	background-color: #ddd;
	background-image: -webkit-linear-gradient(top, #bbb, #eee); 
	background-image:    -moz-linear-gradient(top, #bbb, #eee);
	background-image:     -ms-linear-gradient(top, #bbb, #eee);
	background-image:      -o-linear-gradient(top, #bbb, #eee);
	border-top: 1px solid #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
	margin: 0 7px;
	padding: 18px 0;
	display: inline-block;
	position: relative;
}

#countdown #tiles > span:before{
	content:"";
	width: 100%;
	height: 13px;
	background: #111;
	display: block;
	padding: 0 3px;
	position: absolute;
	top: 41%; left: -3px;
	z-index: -1;
}

#countdown #tiles > span:after{
	content:"";
	width: 100%;
	height: 1px;
	background: #eee;
	border-top: 1px solid #333;
	display: block;
	position: absolute;
	top: 48%; left: 0;
}

#countdown .labels{
	width: 100%;
	text-align: center;
	bottom: 8px;
        margin-top: 8px;
}

#countdown .labels li{
	width: 21%;
	font: bold 15px 'Droid Sans', Arial, sans-serif;
	color: #f47321;
	text-shadow: 1px 1px 0px #000;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
}
* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 14px;
    color: #000;
    background: url('../images/background_about.png')repeat top left;
    font-family:Arial, Helvetica, sans-serif;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #F00;
    text-decoration: none;
}
a.active {
    color: #F00;
}
a:active {
    color: #555;
}
img {
    border: none;
}
div.clear, .clearfix {
    display: block;
    clear: both;
}
input::-webkit-input-placeholder {
    color: #FFF;
}
input::-moz-placeholder {
    color: #FFF;
}
input:-moz-placeholder {   /* Older versions of Firefox */
    color: #FFF;

}
input:-ms-input-placeholder { 
    color: #FFF;
}
#at4-share
{
    display: none !important; 
}

.clear{
    clear: both;
}
/*++++++++++END DEFAULT+++++++++++*/
.pd0{
    padding: 0!important;
}
.mg0{
    margin: 0!important;
}
.displaynone{
    display: none;
}
.t_center{
    text-align: center;
}

/*************************css************/
.banner_top {
    background:#2098d1;
    padding: 10px 0px;
}
.banner_top a {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Roboto-Regular';
}

.b_hotline {
    background: url(../images/icon_hotline.png)no-repeat left center;
    padding-left: 25px;
}
.banner_s {
    position: relative;
    
}
.banner_s img{
   max-width: 100%;

}
.othernews p {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
    height: 50px;
    border-radius: 8px;
    line-height: 3;
}
.hotline_s{
    position: absolute;
    top: 110px;
    right: 50px;
    color: #363636;
    font-weight: bold;
    font-size: 17px;
    font-style: italic;
    font-family: 'Arial';
    background: url('../images/icon_hotline.png')no-repeat left center;
    padding-left: 80px;
    padding-top: 20px;
    padding-bottom: 30px; 
    text-shadow: 2px 0 0 #d2d2d2, -2px 0 0 #d2d2d2, 0 2px 0 #d2d2d2, 0 -2px 0 #d2d2d2, 1px 1px #d2d2d2, -1px -1px 0 #d2d2d2, 1px -1px 0 #d2d2d2, -1px 1px 0 #d2d2d2;
}
.hotline_s span{
    font-size: 22px;
    color: #d60505;
    font-family: 'UTM-Alter-Gothic';
    font-style: normal;
}

.lang_s span a{
    font-family: 'Roboto-Regular';
    font-size: 15px;
    color: #cc9b4e;

}
.b_mxh{
	position:relative;
}
.mang_xh
{
    position: absolute;
    top:-5px;right:0px;
}

.mang_xh ul
{
    list-style:none;
    padding:0;

}
.mang_xh ul li
{
    float:left;
    margin-right:5px;

}
.mang_xh ul li p
{
   font-size:14px;
   color:#0d0d0d;
   font-family:'UTM-Avo';

}
.menu_s{

    width: 100%;
    
}

.menu{  
    width: 100%;
    height:48px;	
    white-space: nowrap;
    z-index: 9999999;
	background:#2098d1;
	border-bottom:5px solid #337ab7;
}
.menufix{
    position: fixed;
    margin: 0px!important;
    top:0px;
    z-index: 999; 
    width: 100%;
}
.menu ul{
    margin:0px ;
    padding:0px;
    list-style:none;
}
.menu ul li{
    background: url('../images/color_menu.png')repeat-x top left;
}
.space {
    background:url("../images/space.png")no-repeat center center;
    display: block;
    height: 48px;
    width: 2px;
}

.search_frm_s{

    background: url(../images/background_search.png)no-repeat top left;
    width: 213px;
    height: 29px;
    position:absolute;
	top:8px;
	right:0px;
}
#search_input{
     width: 213px;
    height: 29px;
    background: none;
    border: none;
    color: #e5dbcc;
    padding-left:30px;
}
.img_search{
    width: 17px;
    height: 18px;
    position: absolute;top:5px;left:15px;

}
.button_s{
    background: none;
    width: 17px;height:18px;
    border: none;
}
.img_search img{
    vertical-align: middle;
}
/*****slider****/
.box_hinh{
    position: relative;
}
.text_slider{
    position: absolute;
    text-align: center;
    top:328px;
    right: 0px;
}
.text_slider a{
    font-size: 30px;
    color: white;
    padding: 20px 30px;
    text-transform: uppercase;
    background: rgba(0,0,0,0.8);
    cursor: pointer;
}
/**************endslider********/

/*++++++++++START Col-Left-Right +++++++++++*/



.full-news-video
{

    margin:0 auto;
}

.bg-news-video
{
    margin:0 auto;
    width:1000px;
    background:url(../images/bg-news-video.png) no-repeat bottom right;
    padding: 25px 0px 25px 0px;
}

.left-news
{
    float:left;
    width:480px;
}
.left-content-news
{
    padding: 0px 0px 15px 15px;
    margin: 15px 0px 0px 0px;
}
.left-content-news .left-item-news
{
    float:left;
    width:210px;
    margin: 0px auto;

}
.left-info-news
{
    float:left;
    margin-left:0px;

}
.left-image-news
{
    float:left;
    margin:0 auto;


}
.left-info-news
{
    float:left;


}
.left-info-news h4
{
    color:#008bbf;
    font-size:15px;
    margin:5px auto;

    font-family: robotoregular;
}
.left-info-news div.description-news
{
    color:#000;

    font-size:14px;
    text-align: justify;


}
.left-name-news
{
    float:left;
    width:245px;
    margin-left:10px;

}
.left-name-news ul
{
    list-style: none;
    padding:0;	
}
.left-name-news ul li
{
    text-indent: 10px;
    background: url(../images/row_news.png) no-repeat left 5px;

}
.left-name-news ul li a
{
    color:#008bbf;
    text-indent:10px;
}
#box_video
{
    margin-top:15px;
}
.select_video .video_lienquan
{
    padding:5px;
    width:99%;
    margin:0 auto;
    overflow:hidden;
    text-align: center;
}
.select_video .video_lienquan li a
{
    cursor: pointer;
    display:block;

}
.right-video
{
    float:right;
    width:485px;
}
.dm_left{
	position:relative;
}
.cate-pro{
    width: 100%;
    height:37px;
    position:absolute; top:-9px;left:0px;
	text-align:center;
}


h4.title-catalog{
	    display: inline;
    padding: 5px 40px;
	background: url('../images/title_left.png')no-repeat top left;
    background-size: 100% 100%;
    margin-top: 0px;
    margin-bottom: 0px;

    position: relative;

    font-family: 'RobotoMedium';
    
    line-height:37px;
    text-transform: uppercase;
    font-size: 18px;
    width: 100%;
    color: white;
    z-index: 99;
    text-align: center;
}

ul.cateUl{

    border: 1px solid #ccc;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 10px 10px 10px 10px;
    box-shadow: 0 2px 5px #ccc;

}

ul.cateUl > li{
    display: block;
    position:relative;
    margin:0 auto;
    background:url(../images/border-bottom.png) no-repeat bottom;
}
ul.cateUl > li > a{
    text-indent: 25px;
    font-size: 14px;
    display: block;
    line-height: 25px;
    color: #333333;
    font-family:Arial, Helvetica, sans-serif;
    background: url(../images/li_left_bg.png) no-repeat left 15px;
    padding: 5px 0px 5px 0px;
    padding-left: 0px;
    background-position: 10px;
}
ul.cateUl > li > ul
{
    padding:0;

}

ul.cateUl > li> a:hover{
    color: #ff7326 !important;
}

ul.cateUl>li>ul>li{
    background: url(../images/icon2.png) no-repeat 10px 13px;
    display: block;
    position:relative;
}
ul.cateUl>li>ul>li>ul>li {
    background: url(../images/icon3.png) no-repeat 18px 16px;
    display: block;
    position: relative;
}
ul.cateUl>li>ul>li>ul>li>a {
    text-transform: capitalize;
    font-size: 11px;
    display: block;

    line-height: 30px;
    text-indent: 25px;
    color: #101010;
    border-bottom: 1px dotted #818080;

    background: url(../images/li_left_sub_bg.png) no-repeat 10px center;
}
ul.cateUl>li>ul>li>a{
    text-transform: capitalize;
    font-size: 11px;
    display: block;

    line-height: 30px;
    text-indent: 25px;
    color: #101010;


    /*	background: url(../images/li_left_sub_bg.png) no-repeat 10px center;*/
}
ul.cateUl > li > a.active {
    color:#ff7326 !important;

}
ul.cateUl>li>ul>li>ul>li>a.active
{
    color:#012FBB !important;
}
ul.cateUl>li>ul>li>a.active{
    color:#ff7326 !important;
}

ul.cateUl>li>ul>li>a:hover{
    color:#ff7326 !important;
}

ul.cateUl>li>ul>li>ul>li{
    display: block;
}

ul.cateUl>li>ul>li>ul>li>a{
    display: block;
    height: 35px;
    line-height: 35px;
    text-indent: 30px;
    border-bottom:dotted 1px #bbbaba;
}

ul.cateUl>li>ul>li>ul>li>a:hover{
    color:#00F !important;
}

ul.info-cateUl li
{
    border-bottom:1px dashed #ccc;	
}

.info-news-col {
    padding-top: 10px;
    padding-bottom: 10px;
}

.info-news-col img {
    width: 75px;
    height: 65px;
    float: left;
    display: block;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #767070;
    margin-right: 10px;
    display: block;
    padding: 3px;
}
.name-info-news {
    text-align: justify;
    padding-top: 5px;
    padding-bottom: 5px;
}
.name-congtrinh a {
    font-family: 'robotoregular';
    color: #333333;
    font-size: 14px;
}
/*++++++++++END LEFT-RIGHT= MAIN+++++++++++*/
.cot_mid_s img{
	max-width:100%;
}

/*++++++++++START LEFT-SUPPORT+++++++++++*/
.mrg_left{
	margin-bottom:20px;
}
.mrg_left img{
	max-width:100%;
}
.sub_con_other
{
    margin: 0 auto;
    width: 100%;
    padding: 20px 30px;
  
}
.hotline_sup
{
    position: relative;
}
.hotline_sup h3{
	font-size:24px;
	color:#fff;
	font-family:'RobotoMedium';
}
.hotline_sup img{
    max-width: 100%;
}
.right_hotsup,.hotline_sup img
{
}
.right_hotsup
{
	background:url('../images/icon_phone.png')no-repeat top left;
	padding-left:80px;
}
.right_hotsup b
{
    font-size:18px;
    font-weight:bold;
    float:left;

}
.right_hotsup p
{
    font-family: 'RobotoMedium';
    font-size:18px;
    color:#fff;
  

}

.info_support
{
    margin:15px auto;
	
	border-bottom:1px solid #fff;

}
.info_support .name_skype_yahoo ul
{
    list-style:none;
    padding:0;
    margin: 0 auto;

}
.info_support .name_skype_yahoo
{
    background:url(../images/li_sup.png) no-repeat 0px 5px;
}

.info_support .name_skype_yahoo ul li
{
	color:#fff;	
    padding:0 4px;
    display:inline-block;
}
.info_support .name_skype_yahoo ul li.name_sup{
    float:none;
    font-weight:bold;
    color:#009f0f;
}
.info_support p
{
   font-family: 'RobotoMedium';
    font-size:16px;
    color:#fff;
}


/*++++++++++End LEFT-SUPPORT+++++++++++*/
/*****container******/
#main_container_s{

    padding: 20px 0px;
}

.title_right{     
    position: relative; 
    margin-bottom: 10px;
    text-align: center;

}
.title_right:before {

}
.title_right h2{  
	font-family: 'RobotoMedium';
    font-size: 30px;
    color: #f1a93c;
    background: url(../images/title_right_x.png)no-repeat bottom center;
    padding-bottom:25px;
    display: inline-block;
    text-transform: uppercase;
	margin-top:0px;
}
.title_right span{
    font-weight: bold;
}
.title_right p{
    margin: 10px auto;
	color:#fff;
}

.item_product{
    width: 275px;
    height: 275px;
  
    position: relative;
    background: white;
   
    margin: 10px auto;
}
.zoom_product{
    width: 275px;
    height: 275px;
    overflow: hidden;

}
.item_product img{
    transition: all 1.2s ease 0s;
}
.item_product:hover img{
    transform: scale(1.3);
    transition: all 1.2s ease 0s;
}
.name_product{
	position:absolute;
	bottom:0px;left:0px;
    width: 100%;
    height: 50px;
    background: rgba(0,0,0,0.5);
    padding:0px 10px;
}
.name_product h3{
	line-height:50px;
    font-size: 15px;
    color: #fff;
    margin:0px;
    font-family: 'Roboto-Light';
	float:left;
}
.xemthem_sp{
	    float: right;
    margin-top: 15px;
}
.name_product p{
    font-size: 12px;

    color: #403f3f;
    margin: 5px auto;
}
.gia{   
    color: #dd0007;        
}
.shadow_product{
    width: 100%;
    height: 14px;
    background: url('../images/shadow_sp.png')no-repeat top left;
    position: absolute;
    bottom: -15px;
    left: 0px;
}
.icon_chitiet{
    display: block!important;
    text-align: center;
    margin-top: 50px;
}
.icon_chitiet a{
    background: #042c01;
    display: inline-block;
    padding: 5px 20px;
    color: white;
    font-size: 14px;
    font-family: 'UTM-Avo'; 
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 15px;
}

/*******************/

/*--------------------------START paging-----------------------------*/
.wrap_paging {
    margin:10px auto;

    position: relative;
    width: 100%;
    padding: 0px 0px;
    text-align: right;
}
.wrap_paging_top {
    position: relative;
    width: 100%;
    padding: 7px 0px;
    border-top: 1px dashed #CCC;
    border-bottom: 1px dashed #CCC;
    text-align: right;
}
.paging {
    margin:0px auto;
    text-align:center;
}
ul.pages li a i
{

    position:relative;
}
ul.pages .fa
{
    line-height: 25px !important;
}
.paging a {
    float: left;

    margin-right: 5px;
    width: 25px;
    height: 25px;
    line-height: 25px !important;
    text-align: center;
    border: 1px solid #CCC;
    background: #f9f9f9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #000;
    font-weight: bold;
}
.paging a.paginate_active {
    background: #2ba40d;
    border: 1px solid #27910d;
    color: #FFF;
}
.paging a:hover {
    background: #CCC;
}
.paging a.paginate_active:hover {
    background: #2ba40d;
    border: 1px solid #27910d;
    color: #FFF;
}

.pages {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.pages li {
    /*float: left;*/
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}
.pages li a.active {
    background: #b11116;
    border: 1px solid #b11116;
    color: #FFF;
}

/*--------------------------END paging-----------------------------*/

/*++++++++++START MAIN DOI TAC+++++++++++*/

#main_other_s{
    background: url('../images/background_doitac.png')repeat top left;
}
.titlte_other{
    text-align: center;
}
.titlte_other h2{
    font-family: 'RobotoMedium';
    font-size: 25px;
    color: #464646;
    background: url('../images/Xay-Dung-Nguyen-Duc-Duy__sp_RP-_12.png')no-repeat bottom center;
    padding: 25px 0px;
}
.box_doitac{
    padding:30px 0px;
}
.box_doitac .slick-prev{
    width: 23px;
    height: 39px;
    background: url('../images/icon_prev2.png')no-repeat top left!important;
    opacity: 1!important;
}
.box_doitac .slick-next{
    width: 23px;
    height: 39px;
    background: url('../images/icon_next2.png')no-repeat top left!important;
    opacity: 1!important;
}
/*++++++++++END MAIN DOI TAC+++++++++++*/

/*****************footer********************/
.line_x{
	width:100%;
	height:7px;
	background:url('../images/line_v.png')repeat-x top left;
}
#footer_s{
    background: url('../images/background_footer.png')repeat top left;
    

}

#footer2_s{
   
    background-size: 100% 100%;

}

.background_footer{
	
}
.thongke_footer{
    background: url('../images/icon_thongke.png')no-repeat top left;


    padding-top: 10px;
    
    color: #fff;
    font-size: 13px;
    
    
}
.thongke_footer span{
	color:#fff;
	text-transform:uppercase;
}
.thongke_footer a{
    color: white;
    font-size: 16px;
    padding: 0px 50px;
}
.thongke_footer_r p{
    padding-top: 10px;
    
    color: #fff;
    font-size: 13px;
    
    
}
.thongke_footer_r span{
    font-weight: bold;
    color: #fff;
}
.title_footer{


}
.title_footer h4{
	display:inline-block;
    font-size: 14px;
    color: #d2d2d2;
  
	padding-bottom:5px;
    font-family: 'Roboto-Regular';

}
.box_footer_text{
    color: white;
    text-align: justify;
}
.box_footer_text ul{
    list-style: none;
}
.box_footer_text ul li{

    padding-left: 5px;
    margin-bottom: 5px;
}
.box_footer_text ul li p{
    font-size: 12px;
    font-family: 'UTM-Avo'; 
}
.box_footer_text ul li span{
    float: right;
}
.box_footer_text a{
    color: white;
}
.box_footer_text p{
    line-height: 1.5;
}
.icon_online{
    background: url('../images/icon_online.png')no-repeat left center;
    padding-left: 10px;
}
.icon_today{
    background: url('../images/icon_online.png')no-repeat left center;
    padding-left: 10px;
}
.icon_sum{
    background: url('../images/icon_sum.png')no-repeat left center;
    padding-left: 10px;
}
/*****************endfooter****************/

/*++++++++++START SHARE SOCIAL+++++++++++*/

.attr-content-social
{
    margin: 10px auto;


}

.share-icon {
    display: inline-block;
    /*float: left; margin: 4px; */
    margin: 4px; 
    width: 32px; 
    height: 32px; 
    cursor: pointer; 
    vertical-align: middle; 
    background-image: url(../images/share-icons.png); 
    -moz-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s; 
}
.share-facebook { background-position: 0 0; }
.share-facebook:hover { background-position: 0 -40px; }
.share-twitter { background-position: -40px 0; }
.share-twitter:hover { background-position: -40px -40px; }
.share-pinterest { background-position: -80px 0; }
.share-pinterest:hover { background-position: -80px -40px; }
.share-googleplus { background-position: -120px 0; }
.share-googleplus:hover { background-position: -120px -40px; }
.share-linkedin { background-position: -240px 0; }
.share-linkedin:hover { background-position: -240px -40px; }
.share-stumbleupon { background-position: -360px 0; }
.share-stumbleupon:hover { background-position: -360px -40px; }
.share-email { background-position: -320px 0; }
.share-email:hover { background-position: -320px -40px; }
.share-zing { background-position: -400px 0; }
.share-zing:hover { background-position: -400px -40px; }


/*++++++++++END SHARE SOCIAL+++++++++++*/
/*******************css_text****************/
.content_text img{
    max-width: 100%;
}

.box_news{
    clear:both; padding-bottom:10px; padding:10px; border:1px solid #d2d2d2;margin-bottom: 20px;height: 145px;overflow: hidden;
    text-align: justify;
}

.box_news h2{
    margin:0px;
    color:black;
    font-weight:bold;
    font-size:16px;
}
.box_news p{
    color:black;
    margin:0px;
    padding:0px;
}
.box_news p.small{
    font-size:11px;
    color:black;
}
.box_news h2:hover{
    color:#eb2929;
}
.title_news{
    font-family:'fontB';
    font-weight:bold;
    color:#EC0606;
    font-size:20px;
}
.small{
    font-style:italic;
}
h1.text_title{color:#241900; font-size:12px;}

.image_boder{float:left; margin:0px 10px 0px 0px; background:#FFF; padding:5px; border:1px solid #E4E4E4;overflow: hidden;border-radius: 5px}



.othernews{
    padding-left:10px;
    margin-top:20px;
    color:#666;
    margin-bottom:20px;
}

.othernews h1{
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
    color:black;
}
.othernews ul{
    list-style:inside !important;
}
.othernews ul li{
    padding-left:20px !important;
    color:black;
    list-style-type: circle;
    list-style-position: inherit;
}
.othernews ul li a{
    color:black;
}

.box_news:hover {

    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
    box-shadow: 0 0 10px rgba(0,0,0,0.8);
    color: #fbac21 !important;
    /*border: 1px solid #eb2929;*/

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
/*.box_news:hover .image_boder {
  border-radius: 100%;
  -o-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
  background: #fff;
}*/
/*.box_news:hover img {
  border-radius: 100%;
  -o-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
  background: #fff;
}*/
/******************************************/

/***************************************START TAB MAP CONTACT ****************************************/

.left-contact
{

}

.tablelienhe label span img{
    position:absolute;
    left:0px;
    top:10px;
}
.tablelienhe label {
    display:inline-block;
    height: 25px;
    line-height:25px;
    min-width:100px;
    font-weight:bold;
    text-align: right;
    position: relative;
    margin-right: 15px;
}
.tablelienhe .input_block{
    margin:0 0 10px 0;
}
.tablelienhe .input_item{
    display: inline-block;
    height: 25px;
    line-height: 25px;
    min-width: 100px;
    font-weight: bold;
}
.tablelienhe .input{
    border: 1px solid #cacaca;
    width: 100%;
    height: 30px;
    line-height: 22px;
    outline-color: #0085FF;
    border-radius: 5px;
}
.tablelienhe textarea{
    border: 1px solid #cacaca;
    width: 100%;
    outline-color: #0085FF;
    border-radius: 5px;
}
.tablelienhe .title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.button {
    background-color:#fff;
    background-position:initial initial;
    background-repeat:initial initial;
    border:1px solid #ccc;
    cursor:pointer;
    font-family:tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    font-size:18px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
  
    font-weight:bold;
}
.button:hover{
    color:red;
}
#main_contact
{
    margin:15px auto;
    width:100%;
}
.othernews h3 {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.othernews ul li a {
    color: #000;
    font-size: 15px;
}
.othernews ul li a:hover {
    color:#007dac;
}


.map-c
{

}

.nav-tabs > li,
.nav-pills > li {
    float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
}

.nav-tabs {
    padding:0;
    list-style:none;
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    margin-bottom: 6px;
}

.nav-tabs > li > a {
    padding-top: 8px;
    color: #000;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent; 
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #006fb6;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
    border-color: #999999;
}

.map-tab-content
{
    margin:10px auto;
}

.tabbable {
    *zoom: 1;
}

.tabbable:before,
.tabbable:after {
    display: table;
    line-height: 0;
    content: "";
}

.tabbable:after {
    clear: both;
}

.tab-content {
    overflow: auto;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #ffffff;
}

/*****************************************END TAB MAP CONTACT ********************************************/
.box_tienich{
    background: url('../images/background_video.png')no-repeat top left;
    padding: 70px 0px;
}
.title_tienich {
	 background: url('../images/title_tintuc.png')no-repeat  bottom left;
    margin-bottom: 20px;
}
.title_tienich h3{
    font-family: 'RobotoCondensed-Bold';
    font-size: 25px;
    color: #e00c0c;
    text-transform: uppercase;
   
    
    display: inline-block;
    margin: 0px;
	    padding-bottom: 10px;
}
.box_tin_nb{
   
}
.one_news img{
    max-width: 100%; height: auto;
}
.one_news h3{
        font-family: 'Roboto-Bold';
    font-size: 14px;
    color: #151414;
    margin: 0px;
    margin-bottom: 10px;
    font-weight: bold;
}
.one_news p{
    font-size: 12px;
    color: #333333;
    text-align: justify;
}
.one_news:hover h3{
    
    color: red;
}

.item_tienich{
    text-align: center;
    padding: 20px 45px!important;
}
.item_tienich img{
    max-width: 100%;
}
.item_tienich h3{
    font-size: 17px;
    color: white;
    text-transform: uppercase;

}
.slick-prev{
    opacity: 1!important;
    background: url('../images/icon_prev.png')  no-repeat top left!important;
    width: 17px!important;height: 29px!important;
}

.slick-next{
    opacity: 1!important;
    background: url('../images/icon_next.png')  no-repeat top left!important;
    width: 17px!important;height: 29px!important;
}

.list_tin_nb{
    margin-bottom:10px;

    padding: 5px 0px;
   
}
.list_tin_nb img{

    float: left;
    margin-right: 10px;
   
}


.list_tin_nb:hover h3{
    color: red;
}

.list_tin_nb h3{
        font-family: 'Roboto-Bold';
    font-size: 14px;
    color: #151414;
    margin: 0px;
    margin-bottom: 10px;
    font-weight: bold;
}
.list_tin_nb p{
    font-size: 12px;
    color: #333333;
    text-align: justify;
}

.product_info_2 li{
    list-style: none;
}
.content_text img{
    max-width: 100%!important;
    height: auto!important;
}

/*************************menu_left**************************/
#nav{
    width: 270px;
    background: #042c01;
    height: 472px;
}
#nav ul li{
    background-image:url(../images/bg_acco.png);
    list-style:none;
    background-repeat:repeat-x;
    border-bottom: 1px dashed white;

}
#nav ul li:hover a{
    text-decoration: none;
    color: #042c01;
}
#nav ul li:hover {
    text-decoration: none;
    background: white;
}
#nav ul ul li:hover a{
    text-decoration: none;
    color: white;
}
#nav ul ul li:hover {
    background: #042c01!important;
}
#nav ul li a{
    font-weight: bold;
    font-family: 'UTM-Avo';	
    font-size:14px;
    color:white;	
    padding-left:30px;
    line-height:36px;
    display:block;
    transition:all ease-out .5s;
    text-transform: uppercase;
}
#nav ul li :last-child{
    border-bottom: none;
}
#nav ul ul li{
    background:none !important;
}
#nav ul ul li a {
    background:url("../images/node.png") no-repeat scroll 25px 10px !important;
    padding-left:50px !important;
    font-weight: bold;
    font-family: 'UTM-Avo';
    font-size:14px;
}


.about_index{
    margin: 60px 0px !important;
 

}
.image_gt{
   
}
.background_gt{
	position: absolute;
   
    left: -80px;
    background: white;
    padding: 20px 50px;
	text-align:justify;
}
.icon_gt{
	    position: absolute;
    top: -10px;
    right: -10px;

}
.text_gt b{
	font-family:'fontB';
	font-size:50px;
	color:#d3d3d3;
	text-transform:uppercase;
}
.text_gt h3{
    font-family: 'fontA';
    font-size: 35px;
    color: #e50e0e;
    text-transform: capitalize;

    margin: 0px ;
    background: url('../images/line_gt.png')repeat-x bottom left;
    padding-bottom: 15px;
	text-align:right;
}
.item_baiviet{
    border-bottom: 1px dashed #999b98;
    padding: 6px 0px !important;
}
.img_baiviet img{
    max-width: 100%;
    height: auto;
}
.text_baiviet{
    font-size: 12px;
    color: #1c501b;
    font-family: 'UTM-Avo';
}
.icon_xemthem{
	font-size:14px;
    padding:10px 20px;
    float: right;
    color: #a9a9a9;
    text-transform: capitalize;
	font-family:'Roboto-Regular';
    cursor: pointer;
	
}

.icon_xemthem2{
    border:1px solid #eeeeee;
    padding:5px 10px;
    color: #403f3f;
    text-transform: capitalize;
    background: #fdfdfd;
    font-size: 12px;
    cursor: pointer;
}
#list li{
    list-style: none;
    margin-bottom: 5px;
}

.background_xanh{
    background: white;
}

.image_gt img{
    max-width: 100%;height: auto;
}
.box_hinh_qc img{
    max-width: 100%;
    height: auto;
}
.item_dichvu{
	position:relative;
	width:270px;
	height:375px;
	background:#fff;
	padding:2.5px;
	margin:0px auto;
	margin-bottom:30px;
}
.icon_xemdv{
	position:absolute;
	bottom:-25px;
	left:35%;
}
.item_dichvu img{
    max-width: 100%;
    height: auto;
}

.item_dichvu h3{
	font-size:16px;
	text-align:center;
	text-transform:uppercase;
}
.item_dichvu p{
	text-align:justify;
	font-size:12px;
	color:#363636;
}
.content_other{
    overflow: hidden;
}
.item_other{
    width: 100%;
    margin-bottom: 10px;


}
.text_other{
    width: 100%;

    height: 80px;
    background: url('../images/line.png')repeat-x center center;


}
.text_other h3{
    font-family: 'SFUSalzburgMedium';
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 40px;
    color: #ed1c24;
    height: 40px;
    background:  white url('../images/line_red.png')no-repeat right center;
    display: inline-block;
    padding-right: 20px;
}

.tien_ich{
    display: flex;
    margin: 0px;
}
.tien_ich li{
    flex: 3;
    list-style: none;
    border: 5px solid #e5e5e5;
    background: #00579a;
    text-align: center;
    height: 40px;
    line-height: 2;
}

.tien_ich li a{
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Roboto-Bold';
}

.mxh_footer li{
    float: left;
    height: 38px;

    line-height: 2.5;
    color: white;
    font-size: 16px;
    text-transform: uppercase;font-weight: bold;
    list-style: none;
    margin-right: 20px;
}
.newsletter{
    padding: 50px 0px;
	text-align:center;
	width:780px;
	margin:0px auto;
}
.newsletter h3{
	font-size:30px;
	text-transform:uppercase;
	font-family:'UTM-Avo';
	color:#fff;
}
.newsletter p{
    color: white;
    font-size: 14px;
    font-family:'UTM-Avo';
    line-height: 2.5;
}
#subscribe_form{
	width:100%;
	height:55px;
		position:relative;
}
#email_newsletter{
    height: 55px;
    width: 100%;
    background:none;
	border:1px solid #9d9c9b;
	
	color:#9d9c9b;
	padding-left:20px;
}
#send_email_newsletter{
    height: 50px;
    width: 90px;
    background: red;
    color: white;
	position:absolute;
	top:2px;
	right:2px;
}

.list_dv_nb{

}
.list_dv_nb li{
    width: 50%;
    float: left;
    background: url('../images/node.png')no-repeat left center;
    padding-left: 10px;
    list-style: none;
}
.list_dv_nb li a{
    color: white;
}



.box_hotline{
    position: absolute;
    bottom:10px;right: 80px;
    display: flex;
}
.box_hotline li{
    
    background: url('../images/icon_hotline.png')no-repeat left center;
    padding-left: 80px;
    list-style: none;
    margin-left: 0px;
}
.box_hotline p{
    font-size: 17px;
    color: #0d0d0d;
    
    font-family: 'UTM-Avo';
    margin: 0px;
}
.box_hotline span{
	font-size: 20px;
    color: #dc2400;
    
    font-family: 'fontC';
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

/* =expand search
----------------------------------------------- */
.expand-search{
    width: 30px;	
    height: 45px;
    position: absolute;top:0px;right: 100px;
}

.text_search {
    background-color: transparent;
    background: url(../images/icon_search.png)no-repeat center center ;


    border: none;
    cursor: pointer;
    height: 38px;
    margin: 3px 0;
    padding: 0 0 0 30px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;
    width: 0px;
    color: black;
}

.text_search:hover{
    background-color: #8e887a;
    border-radius: 4px !important;
}

.text_search:focus {
    background-color: #fff;
    border: 1px solid #ebebeb !important;
    cursor: text;
    outline: 0;
    width: 200px !important;
    max-width: 200px !important;
    padding-left:30px;
    border-radius: 4px !important;
}
.btn_se{
    cursor: pointer;
}
.btn_se:hover{
    background-color: #8e887a;
    border-radius: 4px !important;
}
.btn_se:focus{
       background-color: #fff;
    border: 1px solid #ebebeb !important;
    cursor: text;
    outline: 0;
    width: 200px !important;
    max-width: 200px !important;
    padding-left:30px;
    border-radius: 4px !important;
}

.btn_search_form {
    display: none;
}

.text_search {
    -webkit-appearance: textfield;
}
/****************/

.box_hoanhao{
    background:#eeeeee;
    padding:50px 0px;
    /*    background-size: 100% 100%;*/
}

.box_hangdau{
    background: url('../images/background_congnghe.png')no-repeat top right;
    height: 430px;
    /*    background-size: 100% 100%;*/
}
.title_dv{
    font-size: 35px;
    color: #004b70;
    text-transform: uppercase;
    font-family: 'UTM-Avo';

}
.title_dv span{
    font-weight: bold;
}
.slog_dv{
    font-size: 15px;
    color: #4e4e4e;
    font-family: 'OpenSansRegular';
    border-left: 1px solid #004b70;
    padding-left: 5px;
    width: 77%;
    margin-top: 30px;
}
.list_dvhh{

    font-size: 16px;
    text-transform: uppercase;
    font-family: 'OpenSansSemiBold';
    list-style: none;
    margin-top: 65px;
}
.list_dvhh li{
    margin-bottom: 41px;
}
.list_dvhh li a{
    color: white;
    background: url('../images/node_tron.png')no-repeat left center;
    padding-left: 15px;
    transition: 0.2s all ease-in-out 0.1s;
}
.list_dvhh li:hover a{
    transition: 0.2s all ease-in-out 0.1s;
     padding-left: 20px;
     color: yellow;
}

.title_cn{
    font-size: 35px;
    color: #004b70;
    text-transform: uppercase;
    font-family: 'UTM-Avo';

}
.title_cn span{
    font-weight: bold;
}
.slog_cn{
    font-size: 15px;
    color: #4e4e4e;
    font-family: 'OpenSansRegular';
    border-right: 1px solid #004b70;
    padding-right: 5px;

    margin-top: 30px;
}
.list_dvcn{

    font-size: 16px;
    text-transform: uppercase;
    font-family: 'OpenSansSemiBold';
    list-style: none;
    margin-top: 65px;
}
.list_dvcn li{
    margin-bottom: 41px;
}
.list_dvcn li a{
    color: white;
    background: url('../images/node_tron.png')no-repeat right center;
    padding-right: 15px;
    transition: 0.2s all ease-in-out 0.1s;
}
.list_dvcn li:hover a{
    transition: 0.2s all ease-in-out 0.1s;
     padding-right: 20px;
     color: yellow;
}
.list_video{
    margin-top: 15px;
    cursor: pointer;
}



.max_pic img{
    width: 100%;
    height: auto;
    margin: 1px;
}
.max_pic{
    position: relative;
}
.grid_pic_left{
    width: 44.8%!important;
}
.gird_pic_right{
    width: 55.2%!important;
}


.hover_box{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0px;
    opacity: 0;
    transition: 0.5s all ease-in-out 0.5s;
}
.max_pic:hover .hover_box{
    opacity: 1;
    transition: 0.5s all ease-in-out 0.5s;
}

.hover_text{
    position: absolute;
    top:45%;
    width: 100%;
    text-align: center;
}
.hover_text h3{      
    color:#ffffff; 
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'fontE';      
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px ;

}
#main_other2_s{
    background: #f3f3f3;
    margin-top: 20px;
    padding: 20px 0px;
}
.i_list{
    font-size: 20px;
    color: #004b70;
    font-family: 'UTM-Alter-Gothic';
    text-transform: uppercase;
    background: url('../images/title_other.png')no-repeat bottom left;
}
.i_cat{
    padding-left: 20px;
    list-style: none;
    background: url('../images/node_2.png')no-repeat  center left;
    font-size: 12px;
    color: #4e4d4d;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
}

.item_khachhang{
	width:225px;
	height:330px;


	background:url('../images/background_ykien.png')no-repeat top center;
	
	position:relative;
	margin:0px auto;
	text-align:center;
	padding-top:8px;
}
.item_khachhang p{
	font-size:13px;
	color:#393939;
	font-family:'RobotoCondensed-Regular';
}
.item_khachhang h3{

	font-size:18px;
	font-family:'RobotoCondensed-Regular';
	color:#393939;

}
.item_khachhang img{
	
	border-radius:50% 50%;
}



.box_video_other{
    float: left;
    width: 50%;
	border-right:1px solid #263085;
	padding-right:40px;
}
.box_tin_other {
    float: right;
    width: 49.9%;
    padding-left: 40px;
}
.tin_list {
    width: 100%;
}
#newsnb_scroller {
   
}
#newsnb_scroller li {
	list-style:none;
}
#newsnb_scroller li .info {
    position: relative;
    margin-bottom: 10px;
}
#newsnb_scroller li .info .img {
    float: left;
	width: 40%;
}
#newsnb_scroller li .info .img img {
    max-width: 100%;
    border: 1px solid #d2d2d2;
}
#newsnb_scroller li .info .desc {
    width: 57%;
    float: right;
    font: 12px arial;
}

.desc {
    color: #232323;
}
.desc h3 {
    font-family: 'Roboto-Regular';
    font-size: 16px;
    color: #151414;
    margin: 0px;
    margin-bottom: 10px;
    font-weight: normal;
}
.desc p {
    color: #3e3e3e;
    font-size: 14px;
  
}
.xemthem2 {
    font-size: 12px;
    color: #9d9d9d!important;
    float: right;
    border:1px solid #9d9d9d;
    padding: 8px 16px;
    margin-top: 20px;
  
}
.xemthem3 {
    font-size: 12px;
    color: #9d9d9d!important;
    float: left;
    border:1px solid #9d9d9d;
    padding: 8px 16px;
    margin-top: 20px;
  
}
.t_right {
    position: absolute;
    top: 30px;
    right: -53px;
}
.t_left {
    position: absolute;
    bottom: 30px;
    left: -53px;
}
.res_mobi{
	display:none;
}
.box_sp_index{
	padding:50px 0px;
}
.box_hotro img{
	width:100%;
}

.info_support {
  
	
}
.info_support .name_skype_yahoo ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
.info_support .name_skype_yahoo ul li.name_sup {
    font-family: 'Roboto-Bold';
    font-size: 15px;
    color: #525252;
}

.info_support .name_skype_yahoo ul li {
    padding-right: 10px;
    display: inline-block;
}
.phone_sup {
    font-size: 20px;
    color: #df0000;
    font-family: 'Roboto-Bold';
}
.list_rp_nb li{
	list-style:none;
}
.ct-tags a {
    
    line-height:1;
    
    color: #d2d2d2;
	
}
.box_hocphi{
	background: #f3aa3d;
	
}
.left_phi img{
	max-width:100%;
}
.right_phi{
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
}
.right_phi h3{
	
	text-align:center;
	font-size:24px;
	color:#ffffff;
	text-transform:uppercase;
	font-family:"Roboto-Bold";
}
.bk_title{
	background:#ffeb00!important;
	text-transform:uppercase;
}
.bang_hocphi li{
		float:left;
	    width: 33%;
		border:0.5px solid #d2d2d2;
		background:#fff;
		list-style:none;
		padding-left:50px;
		padding-top:5px;
		padding-bottom:5px;
		font-family:"Roboto-Bold";
		font-size:16px;
		color:#3d3c3c;
}
.bang_hocphi li span{
	color:#ff0000;
}

.bk_index{
		background:url('../images/background_index.png')no-repeat top center;
		padding:50px 0px!important;
	}
.getfly-form{max-width:450px!important;margin:0 auto;padding:25px!important;font-size: 12px;line-height:30px!important;color:#777;border: 1px solid #eae6e6; font-family: sans-serif;background: #fff !important;}
.getfly-input{width:95%!important;border:1px solid #CCC;background:#FFF;padding:10px;outline: 0;}
.getfly-select{width:100%!important;border:1px solid #CCC;background:#FFF;padding:10px 0px 10px 10px;outline: 0;}
.getfly-textarea{width:97.5%!important;border:1px solid #CCC;background:#FFF;padding:10px 5px;outline: 0;height:50px;}
.getfly-button{cursor:pointer;border:none;background:#f58632;color:#FFF;padding:10px 20px; font-size:18px;outline: 0;font-family: sans-serif;}
.getfly-span{color:#f58632;font-size: 20px;font-weight: bold;float: none!important;}
.getfly-label{display:block!important;}
.getfly-mt10{margin-top:10px;}
.getfly-label-c{color:#777 !important;}
.getfly-span-c{color:#f58632 !important;}
.getfly-button-bg{background:#f58632 !important;}
.getfly-form input, select, textarea{border:1px solid #ccc !important;}
@media (max-width: 480px) {.getfly-input{width: 93% !important;}.getfly-textarea{width: 96%!important;}}
.getfly-margin{margin: 5px;}