@charset "utf-8";

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/OpenSansSemibold.eot');
    src: url('../fonts/OpenSansSemibold.eot') format('embedded-opentype'),
         url('../fonts/OpenSansSemibold.woff2') format('woff2'),
         url('../fonts/OpenSansSemibold.woff') format('woff'),
         url('../fonts/OpenSansSemibold.ttf') format('truetype'),
         url('../fonts/OpenSansSemibold.svg#OpenSansSemibold') format('svg');
}

@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/RobotoBold.eot');
    src: url('../fonts/RobotoBold.eot') format('embedded-opentype'),
         url('../fonts/RobotoBold.woff2') format('woff2'),
         url('../fonts/RobotoBold.woff') format('woff'),
         url('../fonts/RobotoBold.ttf') format('truetype'),
         url('../fonts/RobotoBold.svg#RobotoBold') format('svg');
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/RobotoRegular.eot');
    src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'),
    url('../fonts/RobotoRegular.woff2') format('woff2'),
    url('../fonts/RobotoRegular.woff') format('woff'),
    url('../fonts/RobotoRegular.ttf') format('truetype'),
    url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}

* { margin: 0; text-decoration: none; font-family: arial; line-height: 30px; }
body { min-width: 1200px; }
img { max-width: 100%; height: auto; box-sizing: border-box; }
.w-clear:after { display:block; content:""; clear:both; }
.clear { clear: both; }

/* Begin Contain */ 
#wrap_container
{
    width: 100%;
}
.contain_main 
{ 
    max-width: 1200px;
    margin: 20px auto;
}
.left
{
    width: 240px;
    float: left;
}
.right
{
    width: 940px;
    float: right;
}
.title_main
{
    margin-bottom: 15px;
    text-align: left;
    padding-bottom: 5px;
    border-bottom: 2px solid #D60000;
}
.title_main span
{
    font-size: 15px;
    color: #D60000;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'RobotoBold';
}
.info_main
{
    margin-bottom: 10px;
}
.view
{
    float: left;
    color: #D21313;
    font-family: arial; 
    font-size: 14px;
    margin-bottom: 10px;
}
.share
{
    float: right;
}
/* End Contain */

/* Begin Intro */
.intro
{
    width: 100%;
    position: relative;
    z-index: 1;
    background: #EEEEEE;
}
.content-intro
{
    max-width: 1200px;
    margin: auto;
    padding: 45px 50px;
}
.title_intro
{
    text-align: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #A5A7A0;
}
.title_intro span
{
    color: #D60000;
    font-family: 'RobotoCondensedRegular';
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    padding-bottom: 5px;
    padding-right: 30px;
    border-bottom: 3px solid #A5A7A0;
}
.title_intro span a
{
    color: #D60000;
}
.item-intro
{
    width: 570px;
    float: left;
}
.item-intro:last-child
{
    width: 550px;
    float: right;
}
/* End Intro */

/* Begin News Home */
.news-est
{
    width: 270px;
    float: left;
}
.wrap-news-simply
{
    width: 290px;
    float: right;
}
.item-tt-moi
{
    overflow: hidden;
    height: 95px;
}
.pic-tt-moi
{
    float: left;
    margin-right: 10px;
}
.pic-tt-moi img
{
    max-width: 125px;
    max-height: 95px;
}
.name-tt-moi a
{
    font-family: arial;
    color: #313131;
    font-size: 13px;
    line-height: 18px;
    display: block;
    overflow: hidden;
}
.name-tt-moi a:hover
{
    color: red;
}
.pic-tt-moi img:hover
{
    opacity: 0.8;
}
.desc-tt-moi
{
    font-size: 12px;
    font-family: arial;
    line-height: 18px;
    color: #313131;
    text-align: justify;
}
/* End News Home */

/* Begin Tags */
.wrap-tags
{
    max-width: 1200px;
    margin: auto;
    margin-bottom: 10px;
    color: gray;
}
.wrap-tags > span 
{
    font-size: 13px;
    color: #313131;
}
.wrap-tags > a
{
    color: gray;
    font-size: 13px;
}
.wrap-tags > a:hover
{
    text-decoration: underline;
}
/* End Tags */

/* Begin Header */
.header
{
    width: 100%;
}
.banner
{
    width: 100%;
    min-height: 140px;
}
.header_content
{
    max-width: 1200px;
    margin: auto;
}
.logo
{ 
    margin-top: 10px;
    margin-left: 0px;
}
.banner_left
{
    float: left;
}
.banner_right
{
    float: right;
}
.mangxahoi
{
    list-style: none;
    padding: 0px;
    text-align: right;
}
.mangxahoi li
{
    display: inline-block;
    vertical-align: middle;
    margin: 0px 3px;
}
.hotline
{
    height: 32px;
    font-family: 'RobotoCondensedBold';
    color: #009cde;
    font-size: 30px;
    margin-top: 100px;
    margin-right: -40px;
    background: url(../images/icon-hl.png) no-repeat left center;
    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;
    padding-left: 30px;
    line-height: 32px;
}
.hotline > span
{
    color: #ff0000;
}
/* End Header */

/* Begin Crumbtrail */
.crumbtrail
{
    max-width: 1200px;
    height: 30px;
    margin: auto;
    margin-top: 10px;
    padding: 0px;
    list-style: none;
    line-height: 30px;
    background: transparent;
}
.crumbtrail li
{
    float: left;
}
.crumbtrail li.crumbtrail_br
{
    margin: 0px 10px;
    width: 6px;
    height: 30px;
    background: url(../images/navi.png) no-repeat center center;
}
.crumbtrail a
{
    font-family: arial;
    font-size: 13px;
    color: #313131;
}
.crumbtrail a:hover
{
    color: red;
    text-decoration: underline;
}
.crumbtrail .crumbtrail_lst
{
    color: #414141;
}
/* End Crumbtrail */

/* Begin Search */
.search
{
    width: 221px;
    height: 30px;
    background: url(../images/bg-search.png) no-repeat;
    margin-top: 7px;
}
.btn_search
{
    float: right;
    width: 16px;
    height: 16px;
    cursor: pointer;
    outline: none;
    background: url(../images/btn-search.png) no-repeat;
    border: none;
    margin-right: 7px;
    margin-top: 7px;
}
.txt_search
{
    width: 195px;
    float: left;
    background: transparent;
    line-height: 29px;
    text-indent: 10px;
    outline: none;
    border: none;
    color: #313131;
    font-size: 13px;
    font-weight: normal;
}
/* End Search */

/* Menu */
.menu 
{
    height: 44px;
    background: #00A651;
}
.menu_contain
{ 
   max-width: 1200px;
   margin: auto;
}
.menu_contain ul 
{ 
    -webkit-padding-start: 0px; 
    list-style: none;
}
.menu_contain ul li a 
{
    color: white;
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 0px 25px;
    line-height: 44px;
    font-family: 'OpenSansSemibold';
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
}
.menu_contain ul li:hover a
{
    color: yellow;
}
.menu_contain ul li a.active
{ 
    color: yellow;
}
.menu_contain ul li.line
{
    width: 2px;
    height: 44px;
    background: url(../images/line-menu.png) no-repeat center;
}
#wrap_menu_res
{
    display: none;
    position: relative;
}
.invi_loading 
{
    visibility: hidden !important;
}
/* End Menu */

/* Begin Video */
.video
{
    float: left;
    width: 210px;
    margin-bottom: 33px;
    margin-right: 33px;
    text-align: center;
}
.video:nth-child(4n+1)
{
    clear: both;
}
.video:nth-child(4n)
{
    margin-right: 0px;
}
.pic-video img:hover
{
    opacity: 0.9;
}
.video h3 a
{
    font-size: 14px;
    color: #222222;
    text-transform: capitalize;
    display: block;
    font-weight: normal;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 20px;
}
.video h3:hover, .video h3:hover a
{
    color: red;
}
.youtube-player 
{
    position: relative;
    padding-bottom: 170px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}
.youtube-player iframe 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}
.youtube-player img 
{
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.youtube-player img:hover 
{
    -webkit-filter: brightness(75%);
}
.youtube-player .play 
{
    width: 50px;
    height: 35px;
    left: calc(50% - 25px);
    top: calc(50% - 17px);
    position: absolute;
    background: url("../images/play.png") no-repeat;
    cursor: pointer;
}
/* End Video */

/* Begin Download */
.download
{
    width: 230px;
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    text-align: center;
    font-family: arial;
}
.download:nth-child(5n+1)
{
    clear: both;
}
.download:nth-child(5n)
{
    margin-right: 0px;
}
.download > span
{
    color: #313131;
    display: block;
    margin: 10px 0px;
    font-size: 13px;
}
.download > a
{
    display: inline-block;
    padding: 5px 20px 5px 20px;
    background: #0EAD0F;
    color: #fff;
    font-size: 13px;
}
/* End Download */

/* Begin Sản Phẩm */
.sanpham
{
    float: left;
    width: 275px;
    margin-bottom: 20px;
    margin-right: 57px;
    text-align: center;
}
.sanpham:nth-child(3n+1)
{
    clear: both;
}
.sanpham:nth-child(3n)
{
    margin-right: 0px;
}
.pic_sanpham img
{
    padding: 5px;
    border: 1px solid rgba(49, 49, 49, 0.4);
}
.pic_sanpham img:hover
{
    border-color: #D60000;
}
.sanpham h3 a
{
    font-size: 15px;
    color: #D60000;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: 'RobotoBold';
    line-height: 20px;
}
.sanpham h3:hover, .sanpham h3:hover a
{
    text-decoration: underline;
}
p.desc_sanpham
{
    font-family: 'RobotoRegular';
    font-size: 13px;
    line-height: 1.5;
    text-align: justify;
}
a.cart-pro
{
    display: block;
    width: 150px;
    height: 35px;
    background: #99310A;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-family: tahoma;
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 15px;
}
/* End Sản Phẩm */

/* Begin Sản Phẩm Detail */
.hinh_sp_detail
{
    position: relative;
    float: left;
    width: 400px;
    border: 1px solid rgba(128, 128, 128, 0.4);
    text-align: center;
    margin-right: 20px;
    background: white;
}
.thongtin_sp_detail
{
    width: 500px;
    float: left;
    font-family: arial;
}
.thongtin_sp_detail > span
{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 19px;
    font-family: arial;
    display: block;
    margin-bottom: 20px;
    color: #D21313;
}
.pic_product_detail img
{
    max-width: 70px;
    box-shadow: none !important;
}
.detail_sp
{
    margin-top: 20px;
}
.tbl_detail_item
{
    width: 100%;
    margin-bottom: 10px;
}
.tbl_detail_item span
{
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}
.tbl_detail_item p
{
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.sel-product
{
    height: 30px;
    font-size: 13px;
    outline: none;
    text-align: center;
    cursor: pointer;
}
.loading-comment
{
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: rgba(255, 255, 255, 0.8) url(../images/loading.gif) center no-repeat;
}
.price-detail p
{
    color: red;
    font-weight: bold;
    font-size: 17px;
}
p.price-detail-old
{
    color: gray;
    text-decoration: line-through;
    font-weight: bold;
}
.tinhtrang
{
    font-weight: normal;
}
.conhang
{
    color: #6A9701
}
.hethang,
.dangcapnhat
{
    color: #F00
}
/* End Sản Phẩm Detail */

/* Begin Tin Tức */
.news
{
    width: 460px;
    min-height: 134px;
    float: left;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.42);
    padding-bottom: 15px;
}
.news:nth-child(2n)
{
    float: right;
}
.news:nth-child(2n+1)
{
    clear: both;
}
.pic_news
{
    float: left;
    width: 160px;
    margin-right: 10px;
}
.pic_news img
{
    padding: 3px;
    border: 1px solid rgba(128, 128, 128, 0.57);
    background: rgba(255, 255, 255, 0.67);
    box-sizing: border-box;
}
.pic_news:hover img
{
    opacity: 0.8;
    border-color: #D21313;
}
.name_news
{
    text-align: justify;
}
.name_news h3 a
{
    font-family: arial;
    color: #D21313;
    font-size: 13px;
    font-weight: bold;
}
.name_news a:hover
{
    color: #ef5454;
}
.desc_news
{
    color: #333333;
    margin-top: 5px;
    text-align: justify;
    font-family: arial;
    font-size: 12px;
    line-height: 20px;
}
.btn_news
{
    float: right;
}
.btn_news a
{
    color: #D21313;
    font-size: 12px;
    font-family: arial;
}
.btn_news a:hover
{
    color: red;
}
/* End Tin Tức */

/* Begin Tin tức khác */
b.tit-news-other
{
    display: block;
    font-family: arial;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.list_baivietkhac
{
    padding-left: 17px;
}
.list_baivietkhac li
{
    margin-bottom: 2px;
}
.list_baivietkhac li a
{
    text-transform: none;
    color: #333333;
    font-family: tahoma;
    font-size: 13px;
}
.list_baivietkhac li a:hover
{
    text-decoration: underline;
    color:  #ef5454;
}
/* End Tin tức khác */

/* Begin Liên Hệ */
.left-lienhe
{
    width: 450px;
    float: left;
}
.info-lienhe
{
    font-size: 13px;
    line-height: 1.5;
    color: #333333;
}
.right-lienhe 
{ 
    width: 470px;
    float: right;
}
.hr-lienhe
{
    border-top: 2px solid rgba(128, 128, 128, 0.52);
    margin: 15px 0px;
}
#map
{
    height: 480px;
    margin: 10px 0px;
}
#directionsPanel
{
    display: none;
}
span#hint-map
{
    font-size: 13px;
    display: block;
}
input.btn-map
{
    border: 0px;
    width: 100px;
    height: 31px;
    background: gray;
    color: white;
    border-radius: 2px;
    outline: none;
}
input.txt-map
{
    height: 27px;
    width: 340px;
    text-indent: 10px;
    border: 1px solid;
    border-color: #cecbcb;
    border-radius: 0px;
    outline: none;
}
span.tit-map
{
    color: red;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    font-family: tahoma;
    font-weight: bold;
}
.diachi
{
    font-size: 13px;
}
/* End Liên Hệ */

/* Begin Table Liên Hệ */
.tablelienhe span { color: #D21313; }
.tablelienhe td { height: 25px; }
.tablelienhe .input, .tablelienhe textarea 
{ 
    border: 1px #E9E9E9 solid;
    font-size: 12px;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    min-height: 30px;
}
.tablelienhe .title { font-size: 14px; font-weight: bold; text-transform: uppercase; }
.button 
{
    border: 1px solid #515151;
    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
    padding: 5px 15px;
    background: #414944;
    border-radius: 1px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    display: inline-block;
}
.button:hover
{
    color: #FFFFFF;
    background: #202020;
    -webkit-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}
.tablelienhe .input::-webkit-input-placeholder {
    color: #585757;
}

.tablelienhe .input:-moz-placeholder { /* Firefox 18- */
    color: #585757;
}

.tablelienhe .input::-moz-placeholder {  /* Firefox 19+ */
    color: #585757;
}

.tablelienhe .input:-ms-input-placeholder {  
    color: #585757;
}
.tablelienhe textarea::-webkit-input-placeholder {
    color: #585757;
}

.tablelienhe textarea:-moz-placeholder { /* Firefox 18- */
    color: #585757;
}

.tablelienhe textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #585757;
}

.tablelienhe textarea:-ms-input-placeholder {  
    color: #585757;
}
/* End Table Liên Hệ */

/* Begin Footer */
.footer
{ 
    width: 100%;
    background: #00A651;
    position: relative;
}
.footer_main
{
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 60px;
}
.title_footer span
{
    margin-bottom: 10px;
    color: yellow;
    font-size: 20px;
    display: block;
    font-family: 'RobotoBold';
    text-transform: uppercase;
}
.content_footer
{
    color: #fff;
    font-family: 'RobotoRegular';
    line-height: 25px;
    font-size: 14px;
}
.footer_news
{
    float: left;
    width: 600px;
}
.footer_news:nth-child(3n+1)
{
    clear: both;
}
.footer_news:nth-child(3n)
{
    margin-right: 0px;
}
span#copy
{
    position: absolute;
    bottom: 0px;
    width: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    color: white;
    font-size: 14px;
    text-align: center;
    line-height: 45px;
    font-family: arial;
}
/* End Footer */

/* Begin Not Found */
.notice_pro 
{ 
    width: 100%;
    height: 60px;
    background: #EFECEC;
    color: #7D7979;
    font-family: arial;
    border-radius: 5px; 
}
.notice_pro h4 { padding: 0px 20px;line-height: 60px;font-weight: normal;font-size: 15px; }
/* End Not Found */

.scrollToTop
{ 
    width: 50px;
    height: 50px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 50px;
    right: 2px;
    display: none;
    z-index: 3;
    cursor: pointer;
}

/* Phân Trang */

.pagination { text-align: center; margin-top: 15px; }
.pagination ul {display: inline-block;  margin-bottom: 0;margin-left: 0; padding: 0px;}
.pagination ul>li{display: inline;}
.pagination ul>.active>a, .pagination ul>.active>span
{  
    cursor: default;
    background: #D60000;
    color: white;
}
.pagination ul>li>a, .pagination ul>li>span
{ 
    font-family: arial;
    font-size: 12px;
    float: left;
    padding: 1px 10px;
    line-height: 20px;
    text-decoration: none;
    background-color: gray;
    color: white;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination ul>li>a:hover, .pagination ul>li>span:hover
{ 
    background: #D60000;
    color: white;
}

/* End Phân Trang */

/* Fanpage Facebook */
.fanpage_facebook{position:fixed; right:-300px; z-index: 999999; top:200px;display: block}