
html,body{
    font-family: Arial, Helvetica, sans-serif;
    font-size:15px;
    padding:0px;
    margin:0px;
    color: #222;
}
h1,h2,h3,h4,h5,h6{
    margin: 5px 0px;
    padding: 0px;
    line-height:normal;	
}
a{
    text-decoration:none;	
}
b, strong{

}
img{
    border:none;	
    max-width:100%;
}
a img{
    /*
display: block;
    */
}
#page{
    background: #FFF;
    max-width:1920px;
    margin:0 auto;
    overflow:hidden;
}
.c, .c5, .c10, .c15, .c20, .c30, .c3, .c2 ,.c80{
    clear: both;
}
.c {
    height: 0px;
}
.c2 {
    height: 2px;
}
.c3 {
    height: 3px;
}
.c5 {
    height: 5px;
}
.c10 {
    height: 10px;
}
.c15 {
    height: 15px;
}
.c20 {
    height: 20px;
}
.c30 {
    height: 30px;
}
.c50 {
    height: 50px;
}
.text-line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.text-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.text-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.text-line-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.text-line-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.text-line-8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.text-line-12 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
}

.more-text{
    float:right;
    cursor:pointer;
}

.search-pc{
    float: right;
    width: 200px;
    position: relative;
    margin-top: 5px;
    margin-right: 10px;
}

.submit-search-pc{
    float: right;
    color: #666;
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 5px;
}
.search-pc .kw{
    width: 100%;
    height: 32px;
    border: solid 1px #333;
    padding: 0px 10px;
    outline: none;
    float: left;
    color:#333;
    border-radius: 20px;
    background: #FFF;
}


.search-pc .fa{
    color: #212121;
}
.search-icon{
    float: right;
    width: 380px;
}

.toppage{
    background: #1e1e1e;
    padding: 5px 5px;

}
.toppage a{
    color: #FFF;
    float: right;
    display: block;
    margin-left: 20px;
    line-height: 28px;
}

.header{
    box-shadow: 0px 1px 3px #CCC;
}

.logo{
    float: left;
}
.logo img, .logo-mobile img{
    display:block;
}

.logo-mobile{
    float:left;
    margin-left:10px;
    margin-top:5px;
}


.menubar{
    float: left;
    text-align: center;
    margin-right: 50px;
    width: 100%;
    background: #202020;
    position: relative;
}
.nav{
    padding: 0px;
    margin: 0 auto;
    font-weight: normal;
}
.nav > li{
    list-style:none;
    display:inline-block;
    position:relative;
    float:left;
    font-weight: normal;
    height: 42px;
    line-height:42px;
    margin: 0px 2px;
}
.nav li:first-child{
    border-left:none;
}
.nav li a{
    text-decoration: none;
    display: inherit;
    padding: 0px;
    padding: 0px 10px;
    font-weight: normal;
    color: #FFF;
}
.nav > li:hover > a{
    color: #f1592a;

}
.nav > li.active{
    background: #0c0c0c;
}
.nav > li.active > a{
    color: #f1592a;
}
.nav li ul{
    position:absolute;
    top:100%;
    left:0;
    width: 220px;
    text-align:left;
    display:none;
    padding:0px;
    opacity:.98;
    z-index:999999;
    font-weight:normal;
    background: #212121;
	/*
    font-family: R-b;
	*/
    text-transform:initial;	
}
.nav li ul > li{
    width:100%;
    list-style:none;
    float: left;
    text-align: left;
    border: none !important;
    text-transform:initial;	
    line-height:normal;
    position:relative;
}
.nav li ul > li a{
	/*
    font-family: R-b;
	*/
    padding: 0px 10px;
    display: block;
    color: #FFF !important;
    line-height: 18px;
    text-transform:initial;	
    padding: 8px 10px;
    border-top: solid 1px #CCC;
}
.nav >li> ul > li>a:hover{
    color: #DDD !important;	
}
.nav li ul ul{
    left:100%;
    top:-1px;	
}
.mega-menu{
    width: 100% !important;
    left: 0px !important;
    padding: 10px 0px !important;
    text-align: center !important;
	padding-top:0px !important;
}
.mega-menu-item{
    padding:10px 0px;
    line-height:initial !important;
    
    padding-left:10px;
    text-align: left !important;
	margin-bottom:5px;
}
.mega-menu-item a{
    padding: 0 !important;
    
}

.mega-menu-item-link{
    text-transform: uppercase;
    color: #2d9b00 !important;
    font-weight: bold !important;
    font-size: 16px;
    margin-bottom: 3px;	
}
.mega-menu-item-link:hover{
	
}
.sub-mega-menu-link{
	font-weight:normal;
	margin:5px 0px;
	color: #111 !important;
}
.sub-mega-menu-link:hover{
	text-decoration:underline;
}

.lang-flag{
    display: inline-block;
    text-align: center;
    margin: 0px 10px;
    font-size: 13px;
}
.lang-flag a{
    color: #FFF;
}

.news-name{
    font-size:16px;	
    padding:0px;
    margin:0px;
    color:#666;
	/*
    font-family: R-b;
	*/
}
.news-name a{
    color:#3a3a3a;
    text-decoration:none;
}

.service-name{
    font-size:18px;	
    padding:0px;
    margin:0px;
    color:#3a3a3a;
    
}
.service-name a{
    color:#3a3a3a;
    text-decoration:none;
}

.news-name-left{
    padding:0px;
    margin:0px;
    color:#3a3a3a;
	/*
    font-family: "Muli-B";font-weight: normal;
	*/
    font-size: 15px;
}
.news-name-left a{
    color:#3a3a3a;
    text-decoration:none;
}

.createdate{
    margin: 5px 0px;
    color: #666;
    font-family: R-r;
}
.viewmore{
    margin-top: 10px;
    background: #999;
    color: #FFF;
    padding: 7px 20px;
    border-radius: 20px;
    float: right;
    display: block;
    width: 120px;
    text-align: center;
}
.intro-detail{
    font-size:16px;
}
.footer{
    background: #222;
    color: #FFF;
}
.footer a{
    color:#FFF;	
}
.news-name-other{
    margin: 0px;
    margin: 0px;
}
.news-name-other a{
    text-decoration: none;
    color: #333;
    font-weight: normal;
}
.title-other-news{
    font-family: Muli-B, Arial, Helvetica, sans-serif; 
    font-weight: normal;
    font-size: 16px;
    color: #222;
    margin: 0px;
    padding: 0px 10px;
    background:#EEE;
    position:relative;
    height:40px;
    line-height:40px;
}

.other-article-title{
    text-transform: uppercase;
}
.other-article{
    padding:0px;
    margin:0px;	
    font-family: R-r;
    font-size: 15px;
}
.other-article li{
    list-style:none;	
    padding:7px 0px;
}
.other-article li a{
    color:#333;
    text-decoration:none;
}
.other-article li .fa{
    margin-right:5px;	
    color:#999;
    font-size:13px;
}
.other-article li a:hover{
    text-decoration:underline;	
}
.other-article span{
    color: #eb7203;
}
.crumb {
    padding: 5px 0px;
    font-size: 12px;
    background: #FFF;
    border-bottom: solid 1px #EEE;
}
.crumb a{
    color:#666;
    text-decoration:none;	
}
.crumb a:last-of-type{
    color: #724b1f;
}
.title-page{
    margin: 0px;
    padding: 0px;
	/*
    font-family: "exo-b";
	*/
    font-weight: normal;
    font-size: 30px;
    color: #545454;
    width: 100%;
    text-transform: uppercase;
}
.title-page a{
    color:#666;

}

.title-page span{
    display:inline-block;
    position:relative;
}

.paging{
    display:block;

}
.clicked{
    padding: 5px;
    color: #FFF;
    background: #29a7e1;
    border: solid 1px #999;
    margin-right: 10px;
    border-radius: 3px;
}
.page{
    padding:2px 4px;
    text-decoration:none;
    color:#333;
}
.page:hover{
    color: #FFF;
    background: #13203b;
}
.page.active{
    color: #FFF;
    background: #13203b !important;
}
.paging a{
    padding: 8px 8px;
    color: #333;
    border: solid 1px #999;
    margin-right: 10px;
    border-radius: 3px;
    background: #FFF;
}
.clicked {
    background: #666 !important;
    color: #FFF !important;
    border: none !important;
}
.paging a:first-child{
}
.content-detail{
    text-align: justify;
    position:relative;
}
.content-detail img{
    max-width:100%;
    height: auto !important;
}
.content-detail table{
    min-width:450px;
    font-size: 11px;
}
.content-detail td{
    padding-left: 10px;
}

.error{
    border:#FF0000 solid 1px;	
}

.menu-footer{
    border-top :solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    padding: 10px 0px;
}
.menu-footer a{
    font-size: 13px;
    color: #333;
    margin-right: 20px;
    text-decoration: none;
}
.linksmo{
    float: left;
    width: 100%;
}
.linksmo img{
    float: left;
    margin-right: 5px;
}
.linksmo a{
    color: #333;
    margin-bottom: 10px;
    display:inline-block;
    width:34px;
    height:34px;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align:center;
    line-height:34px;
    margin-right:5px;
}
.linksmo a.fa-facebook{
    color:#4b76bd;
    border:solid 2px #4b76bd;
}
.linksmo a.fa-youtube{
    color:#fc3831;
    border:solid 2px #fc3831;
}
.linksmo a.fa-google-plus{
    color:#fb5245;
    border:solid 2px #fb5245;
}
.linksmo a.fa-instagram{
    color:#8941a7;
    border:solid 2px #8941a7;
}

.box-left{
    border: solid 1px #DDD;
    border-top: none;
    background: #FFF;
}

.title-left{
    margin: 0px;
    padding: 0px;
    font-size: 16px; font-weight: bold;
    padding: 15px 10px;
    padding-left: 20px;
    border-top: solid 2px #333;
    background: #FFF;
}
.title-left a{
    color: #111;
}
.menuleft{
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
    color: #58595b;
    border-top: solid 1px #DDD;
}
.menuleft ul{
    list-style: none;
    margin: 0px;
    padding:0px;
}
.menuleft li{
    list-style: none;
    margin: 0px;
    padding:0px;
    /*
    border-bottom: solid 1px #f1f1f1;
    */
    padding-left: 12px;
    padding-right: 10px;
}
.menuleft li:last-child{
    border-bottom: none;
}

.menuleft li:hover{
}

.menuleft .actived{

}
.menuleft li a{
    color: #111;
    padding: 8px 0px;
    width: 100%;
    display: block;
    font-size: 14px;
}
.menuleft li a:hover{
    color: #f1592a;
}
.menuleft .active a{
    color: #f1592a;
}
.menuleft li ul{
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
}
.menuleft li ul li{
    padding-left: 0px;
    list-style-type:square;
}
.menuleft li ul li a{
	color: #555;
    border-bottom: none;
    padding: 5px 0px;
	font-size:12px;
}
.album img{
    display: block;
}
.video-photo{
    padding: 4px;
    border:solid 1px #CCC;
}
.video-photo img{
    display: block;
}
#button-btt{
    position: fixed;
    right: 10px;
    bottom: 70px;
    color: #0059bd;
    background:#CCC;
    padding: 10px;
    opacity:0.8;
}
#button-btt a{
    color: #FFF;
}
.view-detail{
    display: block;
    color: #FFF;
    background: #212121;
    padding: 13px 30px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #999;
    float: left;
}
.view-more-btn{
    display: block;
    float: left;
    color: #333;
    padding: 8px 15px;
    border-radius: 20px;
    background: #e1e1e1;
}
.view-more-btn:hover{
    box-shadow: 0px 0px 3px #666;
}

.buynow-btn{
    float: right;
    background: url(/images/cart-trans.png) #212121 5px 5px no-repeat;
    display: block;
    color: #FFF;
    padding: 8px 12px 8px 30px;
    border-radius: 20px;
}
.buynow-btn:hover{
    box-shadow: 0px 0px 3px #212121;
}

.error{
    border: solid 1px #FF0000 !important;
}

.line-frm{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.txt-label{
    line-height: 35px;
    text-align: right;
}

.txt-contact{
    width: 100%;
    height: 33px;
    border: solid 1px #CCC;
    background: #f9f9f9;
    border-radius: 2px;
    color:#333;
    padding-left:2px;
}
.btn-send{
    width: 100%;
    padding: 7px;
    border:none;
    text-align: center;
    font-size: 18px;
    display: block;
    cursor: pointer;
    max-width: 150px;
    background:#f1592a;
    color:#FFF;
    float:right;
}

.btn-dangky{
    width: 100%;
    padding: 9px;
    border:solid 1px #CCC;
    text-align: center;
    font-size: 18px;
    display: block;
    cursor: pointer;
    max-width: 255px;
    background:#0f4a7a;
    color:#FFF;
    float:right;
    text-transform:uppercase;

}

.contact-title{
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
}
.search-mobile{
    width: 100%;
    position: relative;
    display: none;
}
.search-mobile input{
    width: 100%;
    height: 30px;
}
.m-search-icon{
    position: absolute;
    right: 10px;
    top: 6px;
    color: #ef5994;
}
.show-search-mobile, .hotline-mobile, .mobile-download{
    float: right;
    color: #000;
    margin-top: 20px;
    margin-right: 20px;
    font-size: 26px;
    margin-top: 8px;
    background: #FFF;
    padding: 5px 10px;
    border-radius: 15px;
}

.hotline-mobile a{
    color: #F00;
}
.title-news-detail{
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    color: #333;
}
.homeslide-prev,.homeslide-next{
    position:absolute;
    top:50%;
    z-index: 9;
    margin-top: -30px;
    cursor: pointer;
}
.homeslide-next{
    left:10px;
    background: url(../images/arrow/arrow-slide-left.png) no-repeat;
    width:24px;
    height:48px;
}
.homeslide-prev{
    right:10px;
    background: url(../images/arrow/arrow-slide-right.png) no-repeat;
    width:24px;
    height:48px;
}
.newsHot{
    font-size: 16px;
    background: #f4f4f4; padding: 8px 0px;
    color: #515151;
}
.newsHot a{
    color: #eb7203;
}
.title-line{
    background: #212121;
    height: 3px;
    width: 60px;
    float: left;
}

.footer-title{
    margin: 0px;
	/*
    font-family: Muli-B;
	*/
    font-size: 16px;

    text-transform: uppercase;

    text-align: left;
}

.footer-title .fa{
    float: right;
    margin-top: 3px;
    font-size: 14px;
    display:none;
    transition: 0.5s;
}

.title-mobile-highlight .fa{
    transform: rotate(225deg);
}

.footer-text{
    line-height: 32px;
}
.menutab{
    width: 100%;
}

.tab-item{
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    color: #333;
    font-size: 16px;
    padding: 15px 30px;
    border:solid 1px #EEE;
    border-bottom: none;
    border-radius: 8px 8px 0px 0px;
    background: #EEE;
    margin-right: 5px;
}
.tab-actived{
    color: #f1592a;
    background: #FFF;
}

.tab-title{
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    width: 100%;

}
.tab-title span{
    display:inline-block;
    background:#FFF;
}
.line-title{

}

.swiper-slide{
    overflow:hidden;
}
.slide-home-item{
    position: absolute;
    bottom: 160px;
    left: -800px;
    color: #FFF;
    /* width: 100%; */
    float: left;
}
.slide-home-item h2{
    margin:0px;
    padding:0px;
    font-family:Roboto-B;
    font-size:45px;
    float: left;
}
.slide-home-desc{
    float: left;
    font-family:Roboto-B;
    font-size:24px;
}
.slide-detail{
    display: block;
    float: left;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    padding: 13px 30px;
    color: #FFF;
    background: #eb7203;
    position: absolute;
    bottom: -100px;
}
.swiper-slide-active .slide-home-item{
    transition:All 2s ease;
    -webkit-transition:All 2s ease;
    -moz-transition:All 2s ease;
    -o-transition:All 2s ease;
    transform: translateX(800px);
}
.swiper-slide-active .slide-detail{
    transition:All 2s ease;
    -webkit-transition:All 2s ease;
    -moz-transition:All 2s ease;
    -o-transition:All 2s ease;
    transform: translateY(-200px);
}

.div-scroll{
    width:100%;
    overflow:auto;
    padding-right:2px;	
}

.video-home-item{
    background: url(/images/tv-screen.png) top left no-repeat;
    background-size: 100%;
    padding: 15px;
    padding-bottom: 100px;
}

.video-home-name{
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
	/*
    font-family: "exo-m";
	*/
    color: #FFF;
    font-size: 24px;

}

.video-home-text{
    color: #FFF;
    font-size: 16px;
	/*
    font-family: "exo-m";
	*/
    line-height: 24px;
    text-align: justify;
    background: rgba(114,75,31,0.5);
}

/*Modal*/
.modal-overlay{
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6) !important;
}
/*---*/
.modal-box {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 62%;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    max-width: 1100px;
    background:#FFF;
	left:50%;
	top:45%;
	transform:translate(-50%,-50%);
	
}
.modal-box header,
.modal-box .modal-header {
    padding: 1.25em 1.5em;
    border-bottom: 1px solid #ddd;
}
.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }
.modal-box .modal-body { padding: 10px 20px; }
.modal-box footer,
.modal-box .modal-footer {
    padding: 1em;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
}
a.close {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    top: 5%;
    right: 2%;
    text-decoration: none;
    color: #bbb;
}
a.close:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}

.msgbox {
    color: #CCC;
}
.form-error{
    background: #FFF;
    padding: 10px;
    border-radius: 5px;
    color: #FF0000;
}
.form-success{
    background: #FFF;
    padding: 10px;
    border-radius: 5px;
    color: #009846;
}

.right-icon{
    background: #6e0b11;
    padding: 7px 9px;
    right: 0;
}
.right-hotline{
    position: fixed;
    right: -102px;
    top: 200px;
    z-index: 999;
}
.right-facebook{
    position: fixed;
    top: 250px;
    z-index: 999;
}
.right-youtube{
    position: fixed;
    top: 300px;
    z-index: 999;
}
.right-hotline a{
    color: #FFF;
    text-decoration: none;
    float: right;
    margin-left: 10px;
    line-height: 35px;
}

.message-success{

    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);	
    z-index:9999;

    background:#FFF;
    width:400px;
    box-shadow:0px 0px 10px #333;
    color:#060;
    text-align:center;
    padding:30px;

    display:none;
}
.message-success .success-ok{
    background:#060;
    color:#FFF;
    display:inline-block;
    padding:10px 30px;
}

.comment-success{
    color:#060;
    padding:10px;

}

.shopping-cart{
    position: relative; 
    float: right;
    background: url(/images/cart-icon.png) no-repeat 10px center;
    padding-left: 43px;
    font-weight: normal;
    color: #f1592a;
}
.shopping-cart a{
    display: block;
    float: right;
    color: #656565;
    font-size: 14px;
}

.m-cat-home-name{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #f0592a;
	/*
    font-family: "exo-b"; 
	*/
    text-transform: uppercase;
    font-weight: normal;
    width: 100%;
    text-align:center;
}
.m-cat-home-name a{
    color: #f0592a;
}


.cat-home-text{
    padding: 0px;
    background: #f4f4f4;
    margin: 20px;
    margin-top: -44px;
    z-index: 99;
    position: relative;
}

.cat-home-link{
    display: block;
    float: right;
    background: #dd3333;
    color: #FFF;
    padding: 10px 15px;
}

.title-about-home{
    margin: 5px 0px;
    padding: 0px;
    font-size: 24px;
    color: #333;
    font-family: "Muli-B";
    font-weight: normal;
    text-align: left;
    border-bottom: solid 2px #ff0000;
    text-transform: uppercase;
}
.title-about-home a{
    color: #333;
}

.title-cat-home{
    margin: 0px;
    padding: 0px;
	/*
    font-family: "exo-b";
	*/
    font-weight: normal;
    font-size: 32px;
    color: #724b1f;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-shadow: 3px 2px 1px #CCC;
}

.title-cat-home a{
    color: #545454;
}

.btn-search-mobile{
    display:block;
    position:absolute;
    color:#1c4d99;
    top:5px;
    right:10px;
}    

.title-sub-cat{
    margin: 0px;
    padding: 0px;
	/*
    font-family: "exo-b";
	*/
    font-weight: normal;
    font-size: 24px;
    color: #545454;
    width: 100%;
    text-transform: uppercase;
}
.title-sub-cat a{
    color: #333;
}

.view-more-home{
    float: right;
    text-align: left;
    color: #f0940b;
    /* width: 120px; */
    display: block;
    margin-top: 15px;
}

.product-hot-img{
    position: relative;
    overflow:hidden;
}

.product-hot-over{
    background: rgba(0,0,0,0.65);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    display: none;
}

.product-hot-active{
    text-align: center;
    padding: 20px;
    position: absolute;
    width: 100%;
    top: 0px;
    display: none;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
}


.product-hot-name{
    margin: 5px 0px;
    padding: 0px;
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
	/*
    font-family: "exo-b";
	*/
}
.product-hot-btn{
    padding: 10px 20px;
    text-align: center;
    background: rgba(241,89,42,0.8);
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
}

.product-item{
    position: relative;
    padding: 30px 50px 15px 50px;

    background: #FFF;
}
.product-item img{
    display: block;
    border:solid 1px #EEE;
}

.product-name{
    margin: 5px 0px;
    padding: 0px;
    color: #222;
    font-weight: normal;
    font-size: 14px;
}
.product-name a{
    color: #222;
}
.product-name a:hover{
    color: #f1592a;
    text-decoration: underline;
}


.pro-tags{
    position: absolute;
    right: 10px;
    top: 10px;
}

.pro-tags .hot{
    width: 40px;
    height: 40px;
    background: url(/images/icon/hot.png) no-repeat;
    background-size: contain;
}

.pro-tags .new{
    width: 40px;
    height: 40px;
    background: url(/images/icon/new2.gif) no-repeat;
    background-size: contain;
}

.discount-tags{
    position: absolute;
    right: 0px;
    top: 10px;
    background: #f1592a;
    padding: 5px 15px;
    color: #FFF;
    font-size: 14px;
    font-family: Arial;
    text-align: center;
    border-radius: 10px 0px 0px 10px;
    box-shadow: -1px 1px 4px #666;
}
.discount-tags span{
    font-weight: bold;

}

.gift-icon{
    background: url(/images/gift-icon.png) no-repeat left top;
    padding-left: 32px;
	display:none;
    line-height: 35px;
    font-weight: bold;
}
.show-gift{
	display:block !important;
}

.news-home-name{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    
	/*
	font-weight: normal;
    font-family: Muli-B;
	*/
}
.news-home-name a{
    color: #333;
}


.duan-home-name{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: normal;
	/*
    font-family: exo-m;
	*/
    text-align: center;
}
.duan-home-name a{
    color: #FFF;
}

.album-name{
    margin: 5px 0px;
    padding: 0px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: Muli-B;
    text-align: center;
}
.album-name a{
    color: #444;
}

.menufooter{
    margin: 0px;
    padding: 0px;

}

.menufooter li{
    list-style: none;
    float: left;
    padding: 8px 10px 8px 0px;
}

.menufooter li a{
    color: #EEE;
}

.menuboxfooter{
    margin: 0px;
    padding: 0px;
	font-size:14px;
}

.menuboxfooter li{
    list-style: none;
    float: left;
    padding: 6px 10px 6px 0px;
    width: 100%;
    text-align: left;
}

.menuboxfooter li a{
    color: #EEE;
}
.product-code{
    float: left;
    line-height: 22px;
}
.price{
    float:right;
    color: #666;
    font-size: 16px;
}

.pricekm{
    color:#212121;
    float:left;
    font-size:16px;
    font-weight: normal;
}

.product-name-detail{
    margin:0px;
    padding:0px;
    font-size:18px;
    font-weight:bold;
    color:#414042;
}

.attr-item{
    float:left;
    width:100%;
    margin-bottom:8px;
    color:#333;
    height: 25px;
}
.attr-name{
    width: 22%;
    font-weight:normal;
    float:left;
    margin-right:5px;
}

.attr-name span{
    color:#212121;
}

.attr-value{
    width: 76%;
    float:right;
    margin-right:5px;
}

.pro-detail-intro{

    color:#58595b;
}
.pro-detail-intro ul{
    padding:0px;
    line-height: 22px;
    margin:0px;
    margin-left:20px;
}

.price-detail{
    margin-right:10px;
    float: left;
    color: #999;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
}
.pricekm-detail{
    color: #ff6c00;
    float: left;
    font-size: 22px;
    font-weight: normal;
    margin-right:20px;
    line-height: 18px;
}



.product-detail-label{
    float:left;
    line-height: 40px;
}

.addcart-btn{
    float: left;
    background: url(/images/cart-trans.png) #f12a2a 15px 7px no-repeat;
    display: block;
    color: #FFF;
    padding: 10px 40px 10px 50px;

}
.addcart-btn:hover{
    box-shadow: 0px 0px 6px #666;
}


.showmap-btn{
    float: left;
    background: url(/images/icon-map.png) left center no-repeat;
    display: block;
	color: #69a814;
    padding: 20px 10px 15px 94px;

}
.showmap-btn:hover{
    color: #299a0b;
}


.buy-now-added{
    float: left;
    background: #008e18 15px 7px no-repeat;
    display: block;
    color: #FFF;
    padding: 10px 30px;
    border-radius: 20px;
    margin-left:20px;
}


.download-btn{

    background: #212121 15px 7px no-repeat;
    display: inline-block;
    color: #FFF;
    padding: 10px 40px 10px 50px;
    border-radius: 20px;
    box-shadow: 0px 0px 6px #666;
    color:#FFF;
}
.download-btn a{
    color:#FFF;
}

.news-home-intro{
    text-align: justify;
}

.title-cat-line{
    width: 150px;
    background: #212121;
    height: 2px;
    margin-top: -2px;
}

.page-name{
    margin:0px;
    padding:0px;
    font-size:20px;
}


.mobile-bar{
    background:#0f4a7a;

}

.menu-mobile {
    display: block;
    float: left;
    margin-top: 12px;
    color: #FFF;
    margin-left: 10px;
}
.menu-mobile-item {
    display: block;
    float: left;
    margin-top: 5px;
    color: #FFF;
    margin-left: 10px;	

}

.content-detail a{
    color:#333;
}

.content-detail a:hover{
    color:#212121;
}

.btn-next, .btn-prev{
    position: absolute;
    top: 42%;
}

.btn-next{
    right: -40px;
}
.btn-prev{
	left: -40px;
    
}

.star-rate{
    background: url(/images/star-rate.jpg) center top no-repeat;
    height: 17px;
    width: 100%;
}

.rate1 .rate2{
    background-position-y: -38px;
}
.rate3{
    background-position-y: -55px;
}
.rate4{
    background-position-y: -72px;
}
.rate5{
    background-position-y: -90px;
}

.view-hover{
    display: none; position: absolute; bottom: 20px; 
    left: 0px;
    width: 100%;
    padding: 0px 20px;
}

.price-color{
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 10px;
    padding:3px;
    border: solid 1px transparent;
}

.price-color span{
    display:block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.mausac{
    display:inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: solid 1px #CCC;
}

.content-pro h3{
    font-weight:normal;
    color:#212121;
    font-size:16px;
}

.content-pro figcaption{
    text-align:center;
}

.content-pro figure{
    margin:0px;
    text-align:center;
}



.tab-content{
    display:none;
}

.thumb-next, .thumb-prev{
    text-align:center;
    background: #EEE;
}


.faq-name{
    margin:5px 0px;
    padding:0px;
    font-family:Muli-B; font-weight:normal;
    font-size:16px;
    background:url(/images/faq-icon.png) left center no-repeat;
    padding-left:45px;
    line-height:30px;
    cursor:pointer;
}
.faq-active{
    background:url(/images/faq-active.png) left center no-repeat;
    color:#212121;
}

.faq-content{
    border:solid 1px #ebebeb;
    padding:8px 15px;
    border-radius:3px;
    display:none;

}
.arrow-div {
    position: relative;
    background: #f5f5f5;
    border: 1px solid #EEE;
}
.arrow-div:after, .arrow-div:before {
    bottom: 100%;
    left: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-div:after {
    border-color: rgba(241, 241, 241, 0);
    border-bottom-color: #f5f5f5;
    border-width: 10px;
    margin-left: -10px;
}
.arrow-div:before {
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #EEE;
    border-width: 11px;
    margin-left: -11px;
}
.choose-price{
    border:solid 1px #0f4a7a;
}

.comment-title{
    margin: 0px;
    padding: 0px;
    font-family: 'Muli', sans-serif;
    font-size: 22px;
    color: #333;
    width: 100%;
    text-align: center;
}

.rate-summary{
    font-family: 'Muli-B', sans-serif;
    font-size: 22px;
    color: #58595b;
    width: 100%;
    text-align: center;
}


.rated-bar{
    float: left;
    width: 150px;
    height: 5px;
    border-radius: 5px;
    background: #cccccc;
    margin: 6px;
}
.rated-bar-percent{
    display: block;
    background:#fe9727;
    float: left;
    width: 150px;
    height: 5px;
    border-radius: 5px;
}


.rate-text{
    font-family: 'Muli-B', sans-serif;
    color: #58595b;
    width: 100%;
    text-align: center;
}

.star{
    width:130px;
    height:24px;
    margin:0 auto;
    background:url("/images/star-unrate.png") no-repeat left center;

}
.star-rated{
    display: block;
    float: left;
    width: 50%;
    height: 24px;
    margin: 0 auto;
    background: url(/images/star-rated.png) no-repeat left center;

}



.btn-show-comment{
    display:inline-block;
    font-family: 'Muli', sans-serif;
    text-decoration: none;
    background: #005aa0;
    border-radius:3px;
    color: #FFF;
    padding: 9px 30px;
    border: none;
    cursor:pointer;
}

.btn-comment{
    font-family: 'Muli', sans-serif;
    text-decoration: none;
    background: #db3832;
    border-radius:3px;
    color: #FFF;
    padding: 9px 20px;
    border: none;
}

.txt-comment{
    width:100%;
    height:36px;
    border-radius:3px;
    border:solid 1px #CCC;
    padding-left:5px;
}

.pagination{
    margin:0px;
    padding:0px;
}

.like-comment{
    color:#212121;
}


.menu-tab-float{
    position: absolute;
    width: 100%;
    background: #FFF;
    top: -58px;
    z-index: 9999;
    width: 550px;
    left: 50%;
    border-radius: 30px;
    margin-left: -250px;
}

.menutab-1-3 {
    width:30%;
}
.menutab-1-4 {
    width:22%;
}


.btn-contact{
    background:#212121;
    width:100%;
    border-radius:5px;
    border:none;
    color:#FFF;
    padding:10px 20px;
    text-align:center;
}
.ullist {
    height: 450px;
    overflow-y: scroll;
}

.ullist li h3 {

    padding: 0px;
    margin: 0px;
    margin-top:5px;
    color: #212121;
    font-size: 16px;
}
.ullist li p {
    margin: 0px;
    padding: 5px 0px;

}

.ullist li {
    border-bottom:dashed 1px #DDD;

}

.ullist li .fa {
    display: block;
    float: left;
    width: 18px;
    margin-top: 2px;
}

.tra-cuu-form{
    padding:30px;
    border-radius:20px;
    background:rgba(0,0,0,0.5);
    position: absolute;
    left:0px;
    top:60px;
    width: 100%;
    max-width: 420px;
    color:#FFF;
}

.tra-cuu-form-title{
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 30px;
    color: #FFF;
    width: 100%;
    text-transform: uppercase;
}

.box-star{
    display:block;
    width:100%;

}

.box-star .fa-star{
    color:#f89200;

}
.box-star .fa-star-o{
    color:#999;
}

#loadMoreProduct{
    display:block;
    background:#DDD;
    color:#212121;
    padding:10px 20px;
    text-align:center;
    margin:0 auto;
    border-radius:5px;
    width:220px;
}

.cat-home-intro{
    text-align: center; 
    padding:0px 50px;
}

.search-mobile-bar{
    float: right;
    width: 200px;
    position: relative;
    margin-right: 10px;
    margin-top:5px;
}

.search-mobile-bar .kw {
    width: 100%;
    height: 30px;
    border: solid 1px #EEE;
    padding: 0px 10px;
    outline: none;
    float: left;
    color: #333;
    border-radius: 25px;
    background: #FFF;
}

.submit-search-mobile {
    float: right;
    color: #666;
    font-size: 14px;
    position: absolute;
    top: 8px;
    right: 25px;
}


.form-title{
    font-size:22px;
    font-weight:bold;
    width:100%;
    text-align:center;
    text-transform:uppercase;
}


.dang-ky-tu-van{
    position: fixed;
    bottom: 20px;
    left: 0px;
    z-index: 99;
}




.filter-box input[type="checkbox"] {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background: #FFF;
    box-sizing: border-box;
    position: relative;
    box-sizing: content-box;
    width: 19px;
    height: 18px;
    transition: all .3s linear;
    float: left;
    margin: 0px;
    margin-right:7px;
    background: url('/images/check_radio_sheet.png') left top no-repeat;
}
.filter-box input[type="checkbox"]:checked {
    background: url('/images/check_radio_sheet.png') -19px top no-repeat;
}

.form-dangky{
    padding:20px; 
    border-radius:10px; 
}

.newsletter{

    height:35px;
    border:solid 1px #EEE;
    padding-left:10px;
    background:transparent;

}

.newsletter-capt-img{
    height: 36px;
    position: absolute;
    right: 0px;
    top: 0px;

}

.footer-white{
    background:#f4f4f4;
    padding:50px 100px;
    border-radius:20px;
    color:#343436;
    font-size:16px;
    font-family:"Muli-B";
}

#btnNewsletter{
    background: #0f4a7a;
    text-align: center;
    padding: 10px;
    width: 100%;
    border-radius: 20px;
    display: block;
    font-size: 15px;
}

.header-mobile{
    background:#FFF;
    border-bottom:solid 2px #212121;
}
.cart-mobile{
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
    width: 40px;
    float: right;
}
.cart-mobile span{
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 11px;
    background: #FFF;
    color: #333;
    display: block;
    padding: 1px 4px;
    border-radius: 50%;
}

.kw-mobile{
    width: 94%;
    height: 30px;
    border: none;
    border-radius: 20px;
    margin: 0px 10px;
    margin-bottom: 10px;
    color:#333;
    padding-left:5px;

}

.mobile-footer-bar{
    position: fixed;
    bottom: 0px;
    padding: 5px;
    width: 100%;
    background: #FFF;
    box-shadow: 0px -1px 3px #666;
    z-index:9999;
}

::placeholder {
    color: #666;
    opacity: 1; /* Firefox */
}



.fb_customer_chat_bounce_in_v2{
    bottom: 60px !important;
}

.longPageNavigationDiv{

    padding: 10px;
    background: #EEE;
    float: left;
    padding-right:20px;
    width:100%;
}

.longPageNavigationDiv a{
    color:#333;
}

.longPageNavigationDiv ul{
    padding-left: 20px;
}
.longPageNavigationDiv ul li{
    list-style:none;
    padding: 2px 0px;
}

.longPageNavigationDiv ul .toc-heading3{
    padding-left: 20px;
}


.form-group{
    padding:10px 0px;
    border-bottom:dotted 1px #CCC;
}
.error_lbl{
    border:solid 1px #F00;
}

.box-dieukhoan{
    overflow-y: auto;
    height: 150px;
    padding-right: 5px;
}

.btn-payment{
    background: #cc0000;
    width: 100%;
    border-radius: 5px;
    border: none;
    color: #FFF;
    padding: 12px 20px;
    text-align: center;
    box-shadow: 0px 1px 5px #666;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.box-thanh-toan-ngan-hang{
    margin:0px;
    background:#EEE; padding:10px;
    padding-left: 35px;
}

.box-thanh-toan-ngan-hang li{
    padding:5px 0px;
}

.video-content{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}


/*---*/

.cathome-wrapper{
    padding: 20px 0px;
    background: url(/images/cathome-bg.png) #000 center center no-repeat;
    background-attachment: fixed;
}
.cathome-item{
    padding: 12px;
    background: rgba(200,200,200,0.3);

}
.cat-home-img{
    position: relative; 
    border: solid 1px #f1592a;
	min-height:298px;
}
.cat-home-name{
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin: 0px;
    padding: 10px;
    font-size: 18px;
    color: #555;
	/*
    font-family: "exo-b";
	*/
    text-transform: uppercase;
    font-weight: normal;
    background: rgba(241,89,42,0.9);
    width: 100%;
    text-align: center;
}
.cat-home-name a{
    color: #FFF;
}

.cat-home-img img{
    display: block;
}

.info-wrapper{
    padding: 20px 0px;
    background:  #f5f5f5 right center no-repeat;
}

.video-wrapper{
    background: url(/images/duan-bg.png) #000 center center no-repeat;
    background-size: cover;
    padding: 20px 0px;

}

.product-wrapper{
    padding: 0px;
    border:solid #DDD 1px;
    border-bottom: none;
    border-right: none;
}

.rtb-home{
    padding: 10px 5px;
    background: #202020;
    color: #FFF;
    text-align: center;
}

.duan-home-wrapper{
    padding: 20px 0px;
    background: url(/images/duan-bg.png) center center no-repeat;
    color: #FFF;
    background-size: cover;
}

.partner-wrapper{
	/*
    padding: 20px 100px;
    background: url(/images/doitac-bg.jpg) center center no-repeat;
    color: #FFF;
    background-size: cover;
	*/
}

.product-hot-item{
    border: solid 4px #cfad66;
    box-shadow: 0px 0px 6px #666;
    position: relative;
}
.product-hot-item img{
    display: block;
}

.product-hot-item:before{
    content: " ";
    position: absolute;
    width: 65px;
    height: 65px;
    left: -14px;
    bottom: -12px;
    background: url(/images/pro-conner.png) no-repeat;
    z-index: 99;
}

.product-hot-img img{
    display:block;
}

.m-product-hot-item{
    border: solid 4px #cfad66;
    box-shadow: 0px 0px 6px #666;
    position: relative;
}

.m-product-hot-item:before{
    content: " ";
    position: absolute;
    width: 40px;
    height: 40px;
    left: -10px;
    bottom: -10px;
    background: url(/images/m-pro-conner.png) no-repeat;
    z-index: 99;
}

.content-zone{
    background: #f5f5f5;
}

.hrv-grow img{
    display: block;
}

.hotline-top, .email-top{
    color: #f1592a !important;
}
.hotline-top .fa, .email-top .fa{
    color: #FFF;
}


.box-right{
    padding: 10px;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,1+10,0+20 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,0) 10%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,0) 10%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */


}

.cell-filter{
    float: left;
    width: 19.5%;
    margin-bottom: 6px;
}
.cell-filter select{
    width: 100%;
    height: 30px;
    border: solid 1px #DDD;
    color: #666;
}
.btn-fillter{
    display: block;
    width: 100%;
    float: left;
    padding: 7px 20px;
    color: #FFF;
    border-radius: 20px;
    background: #f1592a;
    text-align: center;
}

.image-product-left{
    display: block;
    border:solid 1px #CCC;
}

.min-unit{
    font-size: 12px; color: #666;
}

.addcart-icon{
    position: absolute;
    bottom: 5px; right: 5px;
}
.addcart-icon img{
    filter: grayscale(100%);
}
.addcart-icon:hover img{
    filter: grayscale(0);
}

.info-cat-bg{
    background: #FFF;
    border-radius: 10px;
    overflow: hidden;
}

.cat-sub-title{
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    font-family: "R-m"; font-weight: normal;
    font-size: 16px;
    padding: 18px;
    color: #FFF;
}

.info-cat-item{
    font-size: 14px;
    color: #666;
}

.info-cat-item table{
    font-size: 11px;
    border: solid 1px #DDD;
}
.info-cat-item td{
    padding-left: 12px;
}

.product-detail-zone{
    background:#FFF;
    border-radius: 10px;
}

.detail-zone-title{
    margin: 0px;
    padding: 0px;
}
.cart-zone{
    background: #FFF;
    padding: 10px;

}
.cart-zone-fixed{
    border-radius: 5px;
    position: fixed;
    top: 48px;
    max-width: 240px;
    border:solid 1px #EEE;

}
.cart-zone-abs{
	position: absolute;
    top: initial;
	bottom:10px;
}
.ability-name{
    border: solid 1px #EEE;
    padding: 3px 5px;
    margin-right: 5px;
    display: block;
    float: left;
    margin-bottom: 5px;
}

.com-img{
    display: block;
    border-radius: 8px;
    overflow: hidden;
}

.com-sub-title{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    text-transform: uppercase;
    float: left;
    background: #FFF;
    display: block;
    padding-right: 10px;
}

.com-sub-line{
    width: 100%;
    height: 4px;
    background: #EEE;
    margin-top: 10px;
}

.scroll-tab{
    display: block;
    float: left;
    text-align: center;
    margin: 0px 8px;
    padding: 15px 8px;
    color: #333;
    border-bottom: solid 2px #FFF;
}

.scroll-tab:hover{
    border-bottom: solid 2px #f1592a;
}

.scroll-actived{
    border-bottom: solid 2px #f1592a;
    font-weight: bold;
    color: #f1592a;
}
.product-detail-tab{
    width: 100%;

}
.fixed-top{
    position: fixed;
    top: 0px;
    background: #f5f5f5;
    z-index: 999;
}

.detail-sub-tab{
    background: #FFF;
    width: 100%;
    max-width: 945px;
    border-bottom: solid 1px #CCC;
}
.sub-tab-fixed{
    position: fixed;
    top: 48px;
    z-index: 999;

}
.khuyen-mai{
    border:solid 1px #CCC;
    padding:15px;
    border-radius:5px;
    position: relative;
	display:none;
}

.khuyen-mai-icon{
    background: url(/images/gift-icon.png) #FFF no-repeat left top;
    padding: 10px;
    padding-left: 35px;
    color: #f1592a;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    position: absolute;
    left: 15px;
    top: -18px;
}

.khuyen-mai ul{
    padding:0px;
    padding-left:20px;
    margin:0px;
}

.giam-gia{
    background: #ff6c00;
    display: inline-block;
    color: #FFF;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 20px;
}


.product-cell{
    border: solid 1px #DDD;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 15px;
    background: #FFF;
    box-shadow: 0px 0px 4px #CCC;
    position: relative;
	min-height:300px;
}

.yeu-cau-tu-van{
    float: left;
    background: #f1592a;
    display: block;
    color: #FFF;
    padding: 10px 40px 10px 50px;
    border-radius: 20px;
    font-size: 16px;
    width:100%;
}
.yeu-cau-tu-van:hover{
    box-shadow: 0px 0px 6px #666;
}


.btn-ycbg{
    display:block;
    width: 261px;
    padding: 22px;
    background: url(/images/btn-ycbg.png) left center no-repeat;
    padding-left: 70px;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    margin: 0 auto;
}

.hotline-product{
    float: left;
    border: solid 2px #f1592a;
    display: block;
    color: #f1592a;
    padding: 9px 12px 8px 20px;
    border-radius: 20px;
    font-size: 16px;
    width:100%;
}

#slide_home{
	height:616px;
}








