@import url(https://fonts.googleapis.com/css?family=Roboto);


@font-face {
    font-family: Roboto;
    src: url("skin/temp1/fonts/RobotoCondensed-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Open Sans, Roboto, Arial, sans-serif;
    src: url(http://viettechcorp.vn/sources/fonts/myriad/myriadpro-regular.eot);
    src: url(http://viettechcorp.vn/sources/fonts/myriad/myriadpro-regulard41d.eot?#iefix)format('embedded-opentype'), url(http://viettechcorp.vn/sources/fonts/myriad/myriadpro-regular.woff)format('woff'), url(http://viettechcorp.vn/sources/fonts/myriad/myriadpro-regular.html)format('truetype'), url(http://viettechcorp.vn/sources/fonts/myriad/myriadpro-regular.svg#MyriadRegular)format('svg');
    font-weight: 400;
    font-style: normal
}
@media only screen and (min-width:768px){
.menuTop { display: block!important; }
}

@charset "utf-8";
*{margin:0; padding:0;outline:0;}
html{height:100%;}
h1{font-size:15px;}
h2{font-size:14px;} 
h3{font-size:13px;} 
h4{font-size:12px;} 
h5{font-size:11px;} 
h6{font-size:10px;} 
a{text-decoration:none;} 
p{padding: 0;}
img{border:0; border-spacing:0;}
img, embed{vertical-align:middle;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, img, embed  {
    margin: 0;
    padding: 0;
    outline: 0;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border-color: #e8e8e8;
}
table td {
    border-color: #e8e8e8;
}
caption, th, td {
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
strong {
    font-weight:bold;
}
em {
    font-style:italic;
}
pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
body {
    font: normal 14px Open Sans, Helvetica, sans-serif;
    color:#393939;
}
.class_body {
    background: #008C34;
}
#wrapper_mau_gh{
    width:1100px;
    background:#fff;
    margin:0 auto;
}

.btnMuaHang { text-align: center; margin-top: 4px; cursor: pointer;}
.btnMuaHang span { padding: 5px; background-color: red; color: #FFFFFF;} 
#nenmo { background-color: #000000; opacity: 0.8; position: absolute; z-index: 1000; position: fixed; display: none;}
#popup { width: 835px; height: 581px; background-color: #FFFFFF; position: absolute; position: fixed; z-index: 1005; display: none; border-radius: 5px; border: 10px solid #F9F9F9;}
#popup .close { background-color: #FF0000; color: #FFFFFF; padding: 2px; position: absolute; right: -30px; top: -15px; cursor: pointer;}

/****** BEGIN HEADER ******/
#header_mau_gh {
    position: relative
}
.banner_mau_gh img {
    /*width: 1100px;*/
    height:100px;
    background: transparent; 
    display: block;
}
/****** END HEADER ******/


/****** BEGIN MENU MAIN ******/
.menu_mau_gh { 
    height: 46px; 
    background: url(images/1.png) repeat-x;
}
.line_menu {
    display:block; 
    width: 2px; 
    height: 46px; 
    background: url(images/2.png) no-repeat top center;
}
.nav_menu_mau_gh {}
.nav_menu_mau_gh li{
    float: left; 
    position: relative;
}
.nav_menu_mau_gh li a{
    display: block;
    line-height: 46px;
    color: #fff;
    padding: 0 15px;
    font-size: 16px;
}
.nav_menu_mau_gh li:hover a {
    background :url(images/3.png) repeat-x; 
    color: #fff;
}
.nav_menu_mau_gh li.curren a {
    background: url(images/3.png) repeat-x; 
    color: #fff;
}

/***** SUB MENU 1 ****/
.nav_menu_mau_gh li:hover ul.menu_child {
    display: block;
}
.nav_menu_mau_gh li ul.menu_child {
    display: none;
    position: absolute;
    width: 200px;
    z-index: 99999;
}
.nav_menu_mau_gh li ul.menu_child li a {
    display:block;
    float:none;
    line-height:25px;
    width:200px;
    padding:5px;	
    background:#487407;
    opacity:0.9;
    filter: alpha(opacity = 90);
    border-bottom:1px dotted #fff;
    font:normal 12px Arial, Helvetica, sans-serif;
}
.nav_menu_mau_gh li ul.menu_child li a:hover {
    color:#fff;
}

/**** SUB MENU 2 ****/
ul.menu_child li:hover ul.menu_2_child { 
    display:block;
}
ul.menu_child li ul.menu_2_child {
    display:none;
    position:absolute;
    width:200px;
    z-index:99999;
    top:0; 
    right: -200px;
}
ul.menu_child li:hover ul.menu_2_child li a {
    display:block;
    float:none;
    line-height:25px;
    width:200px;
    padding:5px;	
    background:#487407 url("images/3.png") repeat-x scroll 0% 0% transparent;
    opacity:0.9;
    filter: alpha(opacity = 90);
    border-bottom:1px dotted #fff;
    font:normal 12px Arial, Helvetica, sans-serif;
}
ul.menu_child li:hover ul.menu_2_child a:hover {
    color: #fff;
}
/****** END MENU MAIN ******/


/****** BEGIN CONTENT ******/

/**** COLUMS ****/
#content_mau_gh {
    padding:0px;
}
.left_c_mau_gh{
    width:260px; 
    float:left; 
    padding-right:10px;
    word-wrap: break-word;
}
.center_c_mau_gh{
    padding-right: 5px !important;
    word-wrap: break-word;
}
.right_mau_gh{
    padding-left: 5px !important;
    word-wrap: break-word;
}

/**** BOX LEFT COL ****/
.frame_mau_gh {
    padding-bottom:10px;
	background: rgba(128, 128, 128, 0.08); border-radius: 5px;
	font-family: Roboto, Arial, sans-serif;
}
.title_f_m_gh {
    background: #1f98c6;
    background: #0183bf;
    height: 34px;
    line-height: 34px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
}
.main_f_m_gh{
    border-top:none;
}
.title_f_m_gh12a {
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    background: url(images/4.png) repeat;
    color: #FFFFFF;
} 
.title_f_m_gh12a a{
    color:#fff;
    font-size: 15px;
    text-transform: uppercase;
}
.main_f_m_gh2a {
    border:1px solid #e4e4e4;
    border-top:none;
}

/**** SUPPORT ONLINE ****/
.httt_mau_gh {
    text-align: center;
    padding-top: 10px;
    width: 200px;
    margin: auto;
}
.text_yahoo {
    padding: 3px 0; 
    font-style: italic;
}

/**** ADVERTISING ****/
.qc_mau_gh ul, .sp_mau_gh ul {
    padding:0 5px;
}
.qc_mau_gh ul li, .sp_mau_gh ul li {
    padding:5px 0; 
    border-bottom:1px solid #e4e4e4;
}
.qc_mau_gh ul li:last-child, .sp_mau_gh ul li:last-child {
    border-bottom: 0px;
}
.qc_mau_gh ul li img, .sp_mau_gh img {
    width: 100%;
}

/**** SEARCH ****/
.search_mau_gh {
    padding:10px;
}
#keyword {
    border: 1px solid rgb(204, 204, 204);
    padding: 4px;
    width: 178px;
}
.btnSearch {
    padding: 3px;
    border: 1px solid rgb(204, 204, 204);
    background: linear-gradient(to bottom, rgb(251, 113, 0) 5%, rgb(249, 81, 0) 100%) repeat scroll 0% 0% transparent;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: tahoma;
    width: 47px;
    border-radius: 3px;
} 


/**** MODULE CENTER COL ****/

.frame_product_mau_gh {
    padding-bottom:10px;
}
.title_f_p_m_gh {
       background: #1f98c6;
    background: #0183bf;
    height: 34px;
    line-height: 34px;
    color: #FFF;
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    padding: 0px 10px 0px;
}
.title_f_p_m_gh1 {
    background: #008C34;
    background: #0183bf;
    height: 34px;
    line-height: 38px;
    color: #FFF;
    text-indent: 50px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
}
.title_f_p_m_gh2{
    background: url(images/5.png) repeat;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-indent: 20px;
    font-size: 15px;
    text-transform: uppercase;
}
.title_f_p_m_gh3{
    background: url(images/5.png) repeat;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-indent: 20px;
    text-transform: uppercase;
}
.frame_product_mau_gh .title_f_p_m_gh a {
    color: #fff;
        font-size: 18px;
    font-family: Roboto;
}
.main_f_p_m_gh {
    word-wrap: break-word;
    padding:5px;
    overflow: hidden;
}
.footer_f_p_m_gh {
    height:0px; 
    line-height:30px;
    font-size:10px;
    text-align:right;
    padding-right:10px;
}
.footer_f_p_m_gh1{
    height:30px; line-height:30px;
    font-size:10px;
    text-align:right;
    padding-right:10px;
}
.footer_f_p_m_gh2{
    height:30px; line-height:30px;
    font-size:10px;
    text-align:right;
    padding-right:10px;
}
.footer_f_p_m_gh3{
    height:30px; line-height:30px;
    font-size:10px;
    text-align:right;
    padding-right:10px;
}
.news_mau_gh{
    padding: 7px 5px;
    border-bottom: 1px solid #EEE;
}
.contentheading {
    font-family: "Roboto Condensed",Arial;
    border-bottom: 0px solid #EEE;
    padding: 0px 0px 13px;
}
.contentheading a {
    color: #01226B;
    font-size: 120%;
}
.contentheading a:hover {
    color: #C00;
}
.article-content .article-img img {
    width: 190px;
    height: 112px;
    float: left;
    border: 1px solid #EEE;
    margin: 0px 10px 0px 0px;
    padding: 4px;
}
.article-content p {
    font-family: tahoma;
}
.img_gy_news{float:left; padding-right:10px;}
.img_gy_news img{
	max-width:157px; max-height:134px;
	padding:5px;
	border:1px solid #e8e8e8;
}
.nd_news h2 a {
    color:#1077B1;
}
.nd_news h2 a:hover {
    text-decoration:underline;
}
.nd_news p {
    font-size:14px;
}
.news_other_mau_gh ul li a {
    display:block;
    padding:7px 0;
    border-bottom:1px dotted #acacac;	
    color:#393939;
}
.news_other_mau_gh ul li a:hover {
    color:#1077B1;
}
.prod_mau_gh ul li {
    float: left;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
.frame_img_dm {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 4px;
    transition: border 0.2s ease-in-out 0s;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075);
}
.frame_img_dm table, .frame_img_dm table tr, .frame_img_dm table td {
    width:100%; 
    height:100%; 
    text-align:center;
    vertical-align:middle; 
}
.frame_img_dm img {
    display: block;
    height: 145px;
    width: 100%;
    margin: 0px auto;
}
.prod_mau_gh ul li:hover .frame_img_dm {
    border-color: #F90;
    box-shadow: 0px 1px 2px rgba(255, 153, 0, 0.75);
}
.title_prod_news {
    margin: 0px;
    line-height: 0.65;
    height: 33px;
    overflow: hidden;
}
.title_prod_news a {
    font-family: Arial;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.1;
    color: #333;
}
.title_prod_news a:hover {
    text-decoration:underline;
}
.price_prod_mau_gh {
    color: #F00;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
}
.price_prod_mau_gh p {
    margin: 0px 0px 5px;
}
.old-price {
    font-size: 11px; 
    color: #999; 
    text-decoration: line-through
}
.vide_mau_gh {
    padding:5px;
}
.vide_mau_gh embed{
    vertical-align:middle;
}
#ticker_03{text-align:center;}
/************************************** END CONTENT ****************************************/

/************************************** BEGIN FOOTER ***************************************/
#footer_mau_gh {
    color: #FFF;
    padding: 10px;
}
#footer_mau_gh .container {
    background: transparent;
}
#footer_mau_gh p{padding:0;}
.footer-content {
    padding: 10px 0px;
}
.dkra-img {
    background: transparent url("images/dkra.png") no-repeat scroll center center / 200px 67px;
    width: 200px;
    height: 104px;
}
.footer-content h5 {
    font-weight: bold;
}
.menu_footer{font-weight:bold; font-size:0px; color:#fff;}
.menu_footer a{color:#fff;}
.menu_footer a:hover{color:#fff;}
.info_footer{color:#fff; padding-top:4px;}
.copyright{
text-align: center;
padding: 10px 0; 
font-size: 11px;
}
.copyright a{
color: #FFF;
}
/************************************** END FOOTER ***************************************/

.clear{clear:both;}
.num1{color:#ff5b01;}.num2{color:#3d5aa8;}.num3{color:#6dbf47;}

/************************************** BEGIN PHAN TRANG ****************************************/
.phantrang_gh{text-align:center; padding:13px 0;}
.PageNum a{
    background:#fff;
    padding:2px 5px;
    height:17px;
    border:1px solid #c4dfe6;
    color:#3d5aa8;
    margin-right:3px;
}
.PageNum a:hover{color:#202f3d;}
.PageNum span{
    background:#f1f7fe;
    padding:2px 5px;
    height:17px;
    border:1px solid #c4dfe6;
    color:#202f3d;
    font-weight:bold;
    margin-right:3px;
}
/************************************** END PHAN TRANG ***************************************/
.canh_css_frame{text-align:justify; overflow:hidden;}
.canh_css_frame div, .canh_css_frame table{word-wrap: break-word;}
.canh_css_frame img{max-width:100%;}
.canh_css_frame div table td{padding:5px 0; text-indent:5px;}


/**************************box news*/
.box_news_t ul li a { color:#000;}
.box_news_t ul li a:hover { color:#9C0;}

.map_t  img  { width:200px; height:200px; border:solid 1px #CCC;}
.tygia_t { padding:5px;} 


.box_download_t ul li a { color:#000;}
.box_download_t ul li a:hover { color:#9C0;}

.box_google_t { padding:5px;}

.box_link_t { padding:5px;}

.box_email_t { padding:5px;}


.box_slide_t {
	height:185px; 
	overflow:hidden;
}
.box_multiple img{padding: 0 5px;width:188px; height:180px;}


.box_thanhvien_t { padding:5px;}


/** box news*/
.box_news_t ul li {
    display: block;
    width: auto;
    margin: 0px !important;
    overflow: hidden;
    padding: 4px !important;
    border-bottom: 1px solid #EFEFEF;
    font-family: Open Sans;
    font-size: 14px;
    height: 1% !important;
    color: #555;
}
.box_news_t ul li a {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.info_text_dv {
    text-align: justify;
}

/*********doi tac*******/
#slide_sptb li{float:left; width:163px; padding-right:20px; text-align:center; margin-left:8px;}
.space_sptb{border:1px solid #e6e6e6; background:#fff; padding:3px; width:155px; height:155px;}
.space_sptb:hover{box-shadow:0px 0px 2px #ddd; -moz-box-shadow:0px 0px 2px #ddd;}
.space_sptb span{width:100%; height:100%; overflow:hidden; display:block;}
.space_sptb table{width:100%; height:100%;}
.space_sptb table td{text-align:center; vertical-align:middle;}
.space_sptb table td img{max-width:155px; max-height:155px;}
#slide_sptb li h4 a{padding-top:7px; color:#555; display:block;}
#slide_sptb li h4 a:hover{color:#368606;}

.main_sptb .bx-prev{background:url(skin/temp1/imgs/layout/prev_icon.png) no-repeat; width:22px; height:21px; position:absolute; top:189px; left:255px; text-indent:-99999px;}
.main_sptb .bx-next{background:url(skin/temp1/imgs/layout/next_icon.png) no-repeat; width:22px; height:21px; position:absolute; top:189px; right:230px; text-indent:-99999px;}


/********************* menu left*****************/
.ul_dmsp_mau_gh li {
    border-bottom: 1px dotted #EEE;
    padding: 0px 10px;
    position: relative;
    z-index: 995;
    height: 34px;
    background: transparent url("images/arr_list_box.png") no-repeat scroll 13px 13px;
}
.ul_dmsp_mau_gh li:last-child {
    border-bottom:0;
}
.ul_dmsp_mau_gh li a {
    display: block;
    color: #141221;
    font-size: 13px;
    font-weight: normal;
    text-transform: normal;
    line-height: 34px;
    padding-left: 15px;
}
.ul_dmsp_mau_gh li:hover a{color:#f00;}
.ul_dmsp_mau_gh li:hover ul.men_child_dmsp{display:block;}
.ul_dmsp_mau_gh li ul.men_child_dmsp{
display:none;
position:absolute;
z-index:99998;
width:258px;
background:#fff;
border:1px solid #eee;
top:-1px; right:-261px;
}
.ul_dmsp_mau_gh li ul.men_child_dmsp li a{color: #141221;; font-weight:bold;}
.ul_dmsp_mau_gh li ul.men_child_dmsp li a:hover{color:#f00;}

ul.men_child_dmsp li:hover ul.men_men_child_dmsp{display:block;}
ul.men_child_dmsp li ul.men_men_child_dmsp{
display:none;
position:absolute;
z-index:99998;
width:258px;
background:#fff;
border:1px solid #eee;
top:-1px; right:-261px;
}
ul.men_child_dmsp li ul.men_men_child_dmsp li a{color: #141221; font-weight: bold;}
ul.men_child_dmsp li ul.men_men_child_dmsp li a:hover{color:#f00;}



.prod_mau_gh .bx-prev {
background: url("imgs/layout/prev_icon.html") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 21px;
    left: -17px;
    position: absolute;
    text-indent: -99999px;
    top: 77px;
    width: 22px;	
}
.prod_mau_gh .bx-next {
	background: url("imgs/layout/next_icon.html") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 21px;
    position: absolute;
    right: -18px;
    text-indent: -99999px;
    top: 77px;
    width: 22px;
}
.main_frontpage {
    float: left;
    width: 330px;
    border: 1px solid #CCC;
    height: 293px;
    margin-right: 19px;
}
.main_images {
    width: 320px;
    height: 200px;
    padding: 5px;
}
.main_images img {
width: 320px;
height: 200px;
}
.title_content {
    margin: 5px;
    font-size: 13px;
    font-weight: bold;
    color: rgb(0, 128, 0);
}
.main_content {
    margin: 0px 5px;
    font-size: 12px;
    font-weight: normal;
    color: #000;
}
/**************************************** BEGIN IE6 ****************************************/
*html body{behavior: url(scripts/whateverhover.html);}
*html .nav_menu_mau_gh li{z-index:99999;}
*html .submenu li, *html .news_other_mau_gh ul li, *html .main_f_p_m_gh, *html .tag-pos{display:inline-block;}
*html .img_gy_news img{display:block;}
*html ..bx-pager a{overflow:hidden;}
*html .inputsearch_mau_gh, *html .inputgiatu_mau_gh, *html .inputgiaden_mau_gh{line-height:22px;}
*html .tktc_mau_gh ul li{border-top:expression(this.previousSibling==null?"none":"-");}

*html .canh_css_frame img{width:548px;}
*html .frame_img_dm img{width:164px;height:150px;}
*html .sp_xn_style td img{width:188px; height:165px;}
*html .banner_mau_gh img{height:250px;}
*html .qc_mau_gh ul li img, *html .sp_mau_gh img{width:188px;}
*html .icon_shop_2 span{display:inline-block;}
*html .img_gy_news img{width:157px; height:134px;}

*html .title_tls{color:#333; padding:7px 0;}
*html .price_tls{color:#C00; padding-top:7px;}
*html .tomtat_tls{padding:4px 0 7px 0;}
*html .main_img_tls{text-align:center;}
*html .main_img_tls img{width:250px; max-height:250px;}

*html .main_img_tls img{width:250px; max-height:250px;}
*html .left_news_tls{width:80px; float:left; padding-right:10px;}
*html .left_news_tls img{width:80px; height:80px;}
*html .main_news_tls{padding-bottom:10px;}

/**************************************** END IE6 ****************************************/

/**************************************** END IE7 ****************************************/
*+html .nav_menu_mau_gh li{z-index:99999;}
*+html .main_f_p_m_gh, *+html .tag-pos{display:inline-block;}
*+html .inputsearch_mau_gh, *+html .inputgiatu_mau_gh, *+html .inputgiaden_mau_gh{line-height:22px;}

*+html .title_tls{color:#333; padding:7px 0;}
*+html .price_tls{color:#C00; padding-top:7px;}
*+html .tomtat_tls{padding:4px 0 7px 0;}
*+html .main_img_tls{text-align:center;}
*+html .main_img_tls img{width:250px; max-height:250px;}

*+html .main_img_tls img{width:250px; max-height:250px;}
*+html .left_news_tls{width:80px; float:left; padding-right:10px;}
*+html .left_news_tls img{width:80px; height:80px;}
*+html .main_news_tls{padding-bottom:10px;}

/**************************************** BEGIN IE8 ****************************************/
@media screen {
	.inputsearch_mau_gh, .inputgiatu_mau_gh, .inputgiaden_mau_gh{line-height:22px;}
	.title_tls{color:#333; padding:7px 0;}
	.price_tls{color:#C00; padding-top:7px;}
	.tomtat_tls{padding:4px 0 7px 0;}
	.main_img_tls{text-align:center;}
	.main_img_tls img{width:250px; max-height:250px;}
	.left_news_tls{width:80px; float:left; padding-right:10px;}
	.left_news_tls img{width:80px; height:80px;}
	.main_news_tls{padding-bottom:10px;}
}
/**************************************** END IE8 ****************************************/  
.map_t img {
width: 252px !important;
height: 252px !important;
border: solid 1px #CCC;        
}
/**************************************** REGISTRY ****************************************/

.mainbox-register h1, .mainbox-login h1 {
    font-size: 22px;
    margin: 10px 0px;
    font-weight: bold;
}
.mandatory-fields {
    font-size: 11px;
    text-decoration: underline;
}
.border {
    background: transparent;
    margin-bottom: 12px;
}
.subheader {
    color: #2D2E2E;
    background: url(images/dotted.gif) repeat-x scroll center bottom transparent;
    padding: 15px 0px 0px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
.form-field {
    margin: 6px 0px;
    vertical-align: middle;
}
.subheaders-group .form-field {
    padding: 0px 0px 0px 170px;
}
.subheaders-group .form-field label {
    font: 12px verdana,geneva,arial,helvetica,sans-serif;
    text-align: left;
    margin-left: -36px;
    margin-right: 5px;
    margin-top: 3px;
    margin-bottom: 5px;  
    padding-right: 10px;
    float: left;
    padding-top: 1px;
    display: block;  
    width: 155px;
}
.subheaders-group .form-field label.cm-require {
    background: url(images/require.gif) no-repeat scroll right 6px transparent;
}
.input-prepend {
    font-size: 0px;
    white-space: nowrap;
}
.input-prepend {
    display: inline-block;
    margin: 0px;
    vertical-align: middle;
    font-size: 0px;
    white-space: nowrap;
}
.input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0px 1px 0px #FFF;
    background-color: #EEE;
    border: 1px solid #CCC;
}
.input-prepend .add-on:first-child {
    border-radius: 4px 0px 0px 4px;
}
#email, #password1, #password2 {
    width: 350px;
}
#name, #address, #phone {
    width: 350px;
}
.input-text-medium {
    width: 80px;
}
.input-prepend input {
    height: 34px;
    padding: 7px 10px;
    background-color: #FFF;
    border: 1px solid #CCC;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    line-height: 20px;
    color: #555;
}
.subheaders-group .form-field select {
    width: 200px;
    background-color: #FFF;
    color: #626262;
    height: 30px;
    padding: 4px;
    border: 1px solid #CCC;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("images/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    margin-top: 1px;
}
.icon-envelope {
    background-position: -72px 0px;
}
.icon-lock {
    background-position: -287px -24px;
}
.icon-calendar {
    background-position: -192px -120px;
}
.subheaders-group .form-field .error-message {
    width: 372px;
    margin-left: 134px;
}
.error-message .arrow {
    width: 0px;
    margin-left: 10px;
    font-size: 1px;
    line-height: 1px;
}
.error-message .arrow {
    border-width: 0px 5px 5px;
    border-style: solid;
    border-color: transparent transparent #BF2819;
    border-top-colors: none;
    border-right-colors: none;
    border-bottom-colors: none;
    border-left-colors: none;
    border-image: none;
}
.error-message .message {
    background-color: #BF2819;
    color: #FFF;
    padding: 4px 5px;
    margin-bottom: 8px;
}
.error-message .message p {
    color: #FFF;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}

.buttons-container {
    text-align: center;
    padding: 5px 0px 1px;
}


/**************************************** END REGISTRY ****************************************/

.buttons-container input[type="submit"], 
.buttons-container input[type="button"],
.btn-submit input[type="submit"], 
.btn-submit input[type="button"] {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
    color: #FFF;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    padding: 8px 25px;
    font-weight: normal;
    font-size: 18px;
}
.buttons-container input[type="submit"], 
.buttons-container input[type="button"],
.btn-submit input[type="submit"], 
.btn-submit input[type="button"] {
    background: none repeat scroll 0% 0% #75AE32;
    font-weight: bold;
}

/**************************************** LOGIN ****************************************/

.mainbox-login, .mainbox-ignorepass {
    _width: 726px;
    min-height: 310px;
    margin: auto;
    background: #FFF none repeat scroll 0% 0%;
    padding: 10px 15px;
    _border: 1px solid #C2C2C2;
}
.login-content {
    width: 290px;
    margin: 0px auto;
}
.form-field {
    margin: 6px 0px;
    vertical-align: middle;
}
.login-content .form-field {
    margin: 0px;
    padding: 5px 2px 5px 0px;
}
.login-content .form-field label {
    float: left;
    clear: left;
    text-align: left;
    width: 165px;
    padding-top: 1px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    font: 100% Arial,Helvetica,sans-serif;
    color: #757474;
}
.login-content .form-field .input-text, .login-content .recover-password .input-text {
    background-color: #FFF;
    border: 1px solid #CCC;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    padding: 7px 10px;
    height: 14px;
    width: 88%;
    margin: 0px;
}
.login-content .form-field input:focus, .login-content .recover-password input:focus  {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0px none;
}
.f-left {
    float: left;
}
.button-submit-action {
    background: transparent none repeat scroll 0% 0%;
    border: 0px none;
    padding: 0px;
    margin: 0px;
    vertical-align: baseline;
    outline: medium none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

/**************************************** END LOGIN ****************************************/        


/**************************************** BOX REGISTRER ****************************************/ 
.box_register .main_f_m_gh {
    padding: 10px 20px;
}
.text {
    height: 22px;
    width: 97% !important;
    margin: 1px 0;
    font-size: 11px !important;
    padding: 0px 1%;
    border: 1px solid #342D18;
    color: #000;
    background: #FFF none repeat scroll 0% 0%;
}
#btn_dangnhap, .btn_dangky {
    padding: 2px 8px;
    font-weight: bold;
    background: transparent url("images/but-bg.gif") repeat-x scroll 0% 0%;
    border: 1px solid #1F1B11;
    color: #FFF;
    font-size: 11px;
}
#form1 ul li {
    background: transparent url("images/bullet.gif") no-repeat scroll 5px 8px;
    margin: 0px;
    padding-left: 16px;
    line-height: 160%;
}
#form1 ul li a {
    color: #000;
}
#form1 ul li a:hover {
    color: #85D424;
}

/**************************************** END BOX REGISTRER ****************************************/        

/**************************************** IGNOREPASS ****************************************/ 

.form-header {
    font-size: 18px;
    padding: 2px 0;
}
.login-content .center {
    text-align: center;
    margin: 0.5em auto;
}
.recover-password {
    width: 205px;
    text-align: left;
}
.strong {
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}
.recover-password #login_id {
    width: 268px;
    height: 14px;
}
.left_text_align {
    text-align: left;
}

/**************************************** END IGNOREPASS ****************************************/        


/**************************************** BEGIN CONTACT ****************************************/
.contact-form input[type="text"] {
    color: #5D5D5D;
    outline: medium none;
    font-size: 13px;
    padding: 0.7em 1em;
    margin-bottom: 1em;
    border: 1px solid #D5D4D4;
    letter-spacing: 1px;
}
.contact-form textarea {
        resize: none;
    height: 80px;
    margin: 0px auto;
    color: #5D5D5D;
    font-size: 13px;
    outline: medium none;
    padding: 0.6em 1em;
    border: 1px solid #D5D4D4;
    letter-spacing: 1px;
    font-family: "Open Sans", sans-serif;
}
.contact-form input[type="submit"] {
    border: medium none;
    outline: medium none;
    color: #FFF;
    background: #FE9B00 none repeat scroll 0% 0%;
    padding: 0.5em 1.5em;
    font-size: 1em;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 1.5em;
    letter-spacing: 1px;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}
.contact-form input[type="submit"]:hover {
    background: #833000 none repeat scroll 0% 0%;
}
.contact-form input[type="text"]:focus, .contact-form textarea:focus {
    /*border-color: #FF4858;
    box-shadow: 0px 0px 3px #FF4858;
    transition: all 0.5s;*/
}
.contact-form .input-protectcode {width: 30% !important}
.errMsg, .errMsg1 {
    margin: 0px 0px 0.5em;
    padding: 0.7em;
    text-align: center;
    text-shadow: 2px 0px 1px rgb(0, 0, 0);
    width: 715px;
    font-size: 12pt;
    font-weight: 600;
    transition: all 0.5s;
}
.errMsg {
    color: #F00;
    background: #ccc;
    border: 1px solid #ccc;
    text-shadow: none;
}
.errMsg1 {    
    color: rgb(255, 255, 255);
    background: rgb(204, 85, 0) none repeat scroll 0% 0%;
    border: 1px solid rgb(204, 85, 0);
}
/**************************************** END CONTACT ****************************************/        
.main-img-prod {
    width: 296px;
    float: left;
    padding: 2px;
}        
.fullpic img {
    width: 100%;
    height: 217px;
}        
.thumbnailListContainer {
    width: 99%;
    height: auto;
    overflow: auto;
    border-top: 1px solid #D3D3D3;
    float: left;
}
.thumbnailListContainer h3 {
    color: #444;
    background: transparent;
    width: 95%;
    font-size: 11px;
    float: left;
    font-family: "TeXGyreAdventorRegular",Helvetica,Arial,sans-serif;
    font-weight: normal;
    text-transform: none;
    padding: 5px 0px;
    text-align: left;
}
.thumbnailListContainer img {
    width: 67px;
    height: 47px;
}        
.main-info-prod {
    width: 426px;
    float: left;
}
.h1title {
    color: #B40101;
    background: transparent none repeat scroll 0% 0%;
    font-size: 1.5em;
    font-weight: normal;
    letter-spacing: 0px;
    margin: 0;
}   
.div-detail-short, .giatk {
    border-bottom: 1px solid #DDD;
}  
.giatk .old-price {
    font-size: 1em;
    color: #CCC;
    -font-family: "TeXGyreAdventorRegular",Arial,sans-serif;
}   
.giatk .price {
    font-size: 0.7em;
    color: #C00;
    -font-family: "TeXGyreAdventorRegular",Arial,sans-serif;
}        
.main-info-prod .buy-product {
    background: #f4f4f4;
    padding: 5px;
    margin: 10px 0px;
}
.main-info-prod .buy-product table {
    width: 100%;
}
.main-info-prod .buy-product table tr td:nth-child(1) {
    width: 78px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
}
.main-info-prod .buy-product table tr td:nth-child(2) {
     width: 125px;
}
.main-info-prod .buy-product #qty {
    width: 109px !important;
    height: 30px !important;
    border: 1px solid #CCC !important;
    line-height: 30px;
    padding: 0 3px;
}
.main-info-prod .buy-product #addcart {
    background-color: #6abc3a !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #999999;
    margin: 3px 5px;
    display: inline-block;
    color: #ffffff !important;
    padding: 5px 0 !important;
    min-width: 90px;
    text-align: center;
    cursor: pointer;
}        
/*********** SLIDE NEWS ****************/
.caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0% 0%;
    width: 100%;
    color: #FFF;
}
.caption h3 a {
    display: block;
    color: #FFF;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}   
.caption p {margin: 0px;}     
@media (max-width: 480px) {
    #owl-demo-news .owl-prev, #owl-demo-news .owl-next {
        background: transparent;
    }
    .caption {
        padding: 5px;
    }
    .caption h3 a {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .caption p {
        font-size: 12px;
    }
}        

.project .ite-news:nth-child(1), .project .ite-news:nth-child(n+3) {
    padding-right: 4px;
    padding-left: 10px;
}
.project .ite-news:nth-child(3n+2) {
    padding-left: 4px;
    padding-right: 4px;
}
.project .ite-news:nth-child(3n+3) {
    padding-left: 4px;
    padding-right: 10px;
} 
@media (max-width: 992px) {
    .project .ite-news:nth-child(1), .project .ite-news:nth-child(n+3),
    .project .ite-news:nth-child(3n+2), .project .ite-news:nth-child(3n+3) {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.ite-news .thumbnail {
    padding: 0;
    border: none;
}      
.ite-news .thumbnail img {
    height: 150px;
    width: 100%;
}   
@media (max-width: 480px) {
    .ite-news .thumbnail {
        height: 162px;
    }
    .ite-news .thumbnail img {
        height: 80px;
    }
} 
.ite-news .thumbnail h2 {
    height: 36px;
    overflow: hidden;
}  
.ite-news .thumbnail h2 a {
    color: #1f98c6;
    padding: 5px;
    display: block;
    font-size: 14px;
    font-weight: bold;
font-family: Roboto;
} 
.ite-news .thumbnail:hover h2 a {
    color: #1f98c6;
} 
.ite-news .thumbnail:hover h2 {
    background: #fff;
}
.media-heading a {
    font-size: 13px;
    font-weight: bold;
    color: #F00;
} 
.media-heading a:hover {
    color: #F00;
}
.media-object {
    width: 126px;
    height: 100px;
    float: left;
    margin: 0px 8px 5px 0px;
    border: thin solid #C0C0C0;
    padding: 2px;
}   
.media-body {
    font-size: 13px;
    line-height: 1.1;
}        
#lienket {
    border: thin solid #C0C0C0;
    border-radius: 5px;
    margin-top: 2px;
    padding: 5px;
    width: 100%;
}        
.menuTop {
    float: right;
    height: 45px;
    margin-top: 42px;
    display:block;
}
#mainMenu {
    display: inline-block;
}
#mainMenu .menuContent {
        display: inline-block;
    height: 38px;
    background: #fdf4db;
    padding-left: 0px;
    background: #EAEAEA;
    padding-right: 0px;
    font-family: roboto;
}
#mainMenu ul.level0 {
    display: block;
    height: 30px;
}
#mainMenu ul li {
    padding: 0;
    line-height: 30px;
    position: relative;
    float: left;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;

    margin-left: -4px;
    margin-right: -4px;
margin-left: 0px;
    margin-right: 0px;
}
#mainMenu ul li a.active,#mainMenu ul li a:hover{
    color: #1f98c6;
    background-color: #d5f1fc;
}
#mainMenu ul li:hover{
    
}
#mainMenu ul li a {
    display: block;
    padding: 4px 15px;
    line-height: 30px;
    text-decoration: none;
    color: #000;
    font-weight: normal;
    font-size: 14px;
    white-space: nowrap;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
}
#mainMenu>.menuContent>ul>li:hover>ul {
    display: block;
}
#mainMenu ul li ul {
    width: 220px;
    float: left;
    position: absolute;
    display: none;
    left: 0px;
    top: 35px;
    z-index: 9999;
    background-color: white;
    padding: 0px;
}
#mainMenu ul li ul li {
    display: block;
    line-height: 30px;
    width: 220px;
    padding: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
}
#mainMenu ul li ul li a:hover {
        color: black!important;
    background-color: #f5f5f5;
    margin: 0px 7px 0px 5px;
    padding-left: 17px;
}
#mainMenu ul li ul li a {
    font-size: 12px;
    display: block;
    text-align: left;
    line-height: 30px;
    color: black;
    text-decoration: none;
    padding: 0;
    padding-left: 22px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    background: url("images/icon_title_hover.png") no-repeat 10px center;
}        
.container {
    position: relative;
}
.navbar-default {
    border-top: 0px solid #FFFFFF;
    background: none!important; 
    margin-top: -50px;
    margin-right: 6px;
    margin-left: 352px;
    margin-bottom: 9px;
    position: absolute!important;
    top: 50px;
    right: 10px;
    padding-left: 10px;
}        
footer#footer {
    background-color: #343434;
    background: #0183bf;
       margin-left: 112px;
    margin-right: 112px;
}        
.tp{
    display:none;
    z-index: 1;
    position: fixed;
    bottom: 2% ;
    right:2%;
    cursor: pointer;
}  
.tp img {
    width: 40px;
    height: 35px;
}        
.dienticht {
    height: 40px;
    overflow: hidden;
    display: block;
}
.fillc span {
       color: #FF0000;
    font-size: small;
    font-weight: bolder;
}        
.vert .simply-scroll-list li img {
    width: 59px;
} 
    
.vitrit {
    height: 20px;
    overflow: hidden;
}        
.navbar-default{
 z-index: 9999;
}    
.alert-success {
    text-align: center;
}
.main_f_p_m_gh img {
max-width: 100%;    min-width: 130px;
}
.main_f_p_m_gh p {
 text-align:justify;
}
