/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jan 28, 2018, 9:14:40 AM
    Author     : Quốc Bảo
*/

@font-face {
  font-family: 'Roboto-Regular';
  src: url('/public/fonts/Roboto-Regular/Roboto-Regular.eot?#iefix') format('embedded-opentype'),  
       url('/public/fonts/Roboto-Regular/Roboto-Regular.woff') format('woff'), 
       url('/public/fonts/Roboto-Regular/Roboto-Regular.ttf')  format('truetype'), 
       url('/public/fonts/Roboto-Regular/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('/public/fonts/Roboto-Bold/Roboto-Bold.eot?#iefix') format('embedded-opentype'),  
       url('/public/fonts/Roboto-Bold/Roboto-Bold.woff') format('woff'), 
       url('/public/fonts/Roboto-Bold/Roboto-Bold.ttf')  format('truetype'), 
       url('/public/fonts/Roboto-Bold/Roboto-Bold.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}



div:hover, a:hover, p:hover{
  transition: 0.5s;  
  text-decoration: none;
}
a:hover{
   color: #ff0000;
}

select{
    width: auto;
    height: 30px;
    padding: 5px 6px;
    border: 1px solid #ccc;
    background: url(../../../public/front/images/dow_arr.png) no-repeat right #FFF;
    background-position: 90% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    color: #444;
}

.color_red{
    color: red;
}
.color_green{
    color: green;
}


body{
    font-family: 'Roboto-Regular', Arial;
    font-size: 15px;   
    overflow-x: hidden;
    color: #333333; 
}

/*header new 2016-------------------------------------------------------------*/
.header_wrap{
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;  
}




.header_center{    
    width: 100%; 
    position: relative;   
}


.header_logo{
    float: left;
}
.header_logo img{
    max-width: 130px;
    margin-top: 5px;
}

.header_menu ul {
    float: right;
}

.header_menu ul li i {
    margin-left: 5px;
    color: #FFF;
}

.header_menu ul li{
    display: inline-block;
    padding: 18px 0 5px 25px;
    position: relative;
}
.header_menu ul li a{
    color: #FFF;
    text-transform: uppercase;   
    font-family: 'Roboto-Bold', Arial; 
}
.header_menu ul li a:hover, .header_menu ul li a.active{
    text-decoration: none;color: #f7941d;
}

.header_menu ul li ul {
    position: absolute;
    top: 40px;
    left: 0;
    padding-left: 25px;
    display: none;
}
.header_menu ul li ul li {
    display: block;
    min-width: 200px;
    padding: 5px 0 5px 0;
}
.header_menu ul li ul li a {
    display: block;
    background-color: #033742;
    padding: 8px 15px 8px 15px;
    border-radius: 4px;
}

.header_menu ul li:hover > ul{
    display: block;
}
/*menu*/



.header_search{
    float: right;
    margin-top: 9px;
    cursor: pointer;
}

.hd_menu_child{
    position: absolute;
    left: 0px;
    top: 44px;
    z-index: 2;
    padding: 10px 0 0 10px;
    background-color: #FFF;
    box-shadow: 1px 1px 4px 0px #888;
    border: solid 1px #efefef;
    display: none;   
}
.hd_menu_child li{
    width: 100%;
    max-width: 300px;
}
.hd_menu_child li ul li{
    padding-left: 10px;
}
.hd_menu_child li ul li a{
    text-transform: initial;
    font-weight: normal;
    color: #333;
    font-family: Arial;
}

.qty{
    max-width: 80px;
    border: solid 1px #ccc;
    border-radius: 4px;
    height: 34px;
    padding: 5px;
    display: inline-block;
}







/*end menu*/

#content_wrapper{
    width: 100%;
    min-height: 300px;    
    padding: 0;
}

/*--- new page-----------------------------*/
.ads001{
    background-color: #efefef;
    padding: 80px 0 70px 0;
}
.ads001_about{
    text-align: center;
}
.ads001_about h2{
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
    color:#ffa304;
    margin-bottom: 15px;
}
.ads001_child{
    width: 100%;
    position: relative;
    padding: 15px 15px 15px 15px;
    border: solid 1px #f7941d;
    margin-top: 25px;
    background-color: #FFF;
    font-weight: bold;
}
.ads001_child i{
    font-size: 18px;
    display: inline-block;
    color: #00918f;
    margin-right: 5px;
}
.ads001_child p{
    font-weight: normal;
    margin-top: 15px;
}

.ads002{
    background-color: #FFF;
    padding: 80px 0 70px 0;
    position: relative;
}
.ads002_title h2{
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
    color:#04b0e1;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}
.ads002_title p{
    text-align: center;
    color: #ffa304;
}
.ads002_child{
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 20px;
}

.ads002_child a img{
    width: 100%;
}
.ads002_child a b{
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
}




.ads004{
    background-color: #efefef;
    padding: 80px 0 70px 0;
    position: relative;
}
.ads004_title h2{
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
    color:#04b0e1;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}
.ads004_title p{
    text-align: center;
    color: #ffa304;
}


.ads003_child strong{
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -25px;
    background-color: #fe7a04;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    border: solid 1px #000;
}
.ads003_child p{
    margin-top: 25px;
}


.ads003{
    background-color: #efefef;
    padding: 80px 0 70px 0;
    position: relative;
}
.ads003_title h2{
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
    color:#04b0e1;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}
.ads003_title p{
    text-align: center;
    color: #ffa304;
}


.ads003_child{
    width: 100%;
    position: relative;
    text-align: center;
    max-width: 600px;
    background-color: #3d8317;
    color: #FFF;
    margin: 15px auto 10px auto;
    padding: 10px 15px 10px 15px;
    font-size: 18px;
    border: solid 1px #de0327;
    margin-top: 50px;
    border-radius: 15px;
}




.ads004{
    background-color: #FFF;
    padding: 80px 0 70px 0;
    position: relative;
}
.ads004_title h2{
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
    color:#04b0e1;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}
.ads004_title p{
    text-align: center;
    color: #ffa304;
}


.ads004_child{
    width: 100%;
    position: relative;
    text-align: center;
    color: #FFF;
    margin: 15px auto 10px auto;
    font-size: 18px;   
    border: 1px solid #e5e5e5;
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 50%);
}
.ads004_child img{width: 100%;}
.ads004_child strong{
    display: block;
    color: #f72604;
    font-size: 16px;
    margin-bottom: 15px;
}
.ads004_child span{
    display: block;    
    font-size: 15px;
    padding: 20px 10px 10px 10px;
}






.aP001{
    width: 100%;
    position: relative;
    padding: 30px 0 10px 0;
}
.aP001_head{
    width: 100%;
    position: relative;
}
.aP001_head h2{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #f99901;
    margin-bottom:25px;
    text-align: center;
}
.aP001_head h3{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #034da9;
    margin-bottom:25px;
}

.aP001_head h2::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    background-color: #008c8c;
    width: 100px;
    height: 4px;
    border-radius: 4px;
    margin-left: -50px;
}
.aP001_head h3::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: #008c8c;
    width: 100px;
    height: 4px;
    border-radius: 4px;
}

.aP001_child{
    width: 100%;
    position: relative; 
    margin: 15px auto 10px auto;    
    border: 1px solid #e5e5e5;
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 50%); 
    margin-top: 20px;   
}

.aP001_child a p{
    padding: 10px 10px 0 10px;
}
.aP001_child a img{
    width: 100%;
}
.aP001_child a strong{
    display: block;
    padding: 0px 10px 10px 10px;
    color:#fd3c01;
}


/*--- Home page -------------------------------------------------------------*/
.changeHome{
    width: 100%;
    position: relative;
    text-align: center;
}
.changeHome h1{
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: 'Roboto-Bold', Arial;
    line-height: 25px;
}
.changeHome p a{
    background-color: #0166c5;
    color: #FFF;
    padding: 7px 15px 7px 15px;
    border-radius: 20px;
}


.slideshow_home{
    width: 100%;
    padding: 0;    
    margin: auto;    
}
.slideshow_home .carousel-control{
    padding-top: 280px;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.carousel-control.left, .carousel-control.right{
    background-image: initial;
}

.slideshow_home .carousel-inner>.item>a>img{
    width: 100%;
}




.banner_wrap{
    width: 100%;
    position: relative;
    text-align: center;    
}
.banner_wrap img{
    width: 100%;
}



.home_bangbaogia{
    background-color: #f3f4f4;
    padding: 45px 0 35px 0;
    font-size: 16px;
    color: #292929;
}
.home_bangbaogia h1{
    color: #0166c5;
    font-family: 'Roboto-Bold', Arial;
    font-size: 25px;
    margin-bottom: 25px;
}
.home_bangbaogia p{
    margin-bottom: 15px;
}
.home_bangbaogia p > span{
    display: inline-block;
    min-width: 65%;
    font-weight: normal;
    position: relative;
    padding-left:17px;
}
.home_bangbaogia p > span::before{
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    color: #333;
    font-weight: 600;
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 12px;
}

.home_bangbaogia p > span i{
    font-size: 12px;
}
.home_bangbaogia p strong{
    color: #fe0018;
    background-color: #FFF;
    padding: 6px 12px;
}
.home_bangbaogia p u{
    color: #FF0000;
    font-weight: bold;
}


.home_chaomung{
    font-size: 15px;
    padding: 35px 0 30px 0;
}
.home_chaomung h3{
    color: #0166c5;
    font-family: 'Roboto-Bold', Arial;
    font-size: 30px;
    text-transform: uppercase;
}
.home_chaomung p {
    text-align: justify;
}
.home_chaomung p strong{
    font-family: 'Roboto-Bold', Arial;
    font-size: 16px;
}
.chaomung_xemthem{
    margin-top: 20px;
}
.chaomung_xemthem a{
    display: inline-block;
    background-color: #055492;
    color: #FFF;
    padding: 11px 15px;
    margin-right: 30px;
}
.chaomung_xemthem a:hover{
    color: #FFF;
    background-color: #ff0000;
}


.home_chaomung_time{    
    background-image: url(../../public/images/thoi-gian-lam-viec.png);
    min-height: 200px;
    padding: 20px 25px;
    font-size: 18px;
    color: #FFF;
    margin-top: 45px;
}
.home_chaomung_time p{
    border: solid 3px #FFF;
    text-align: center;
    padding: 40px 20px;
    line-height: 35px;
}
.home_chaomung_time p:hover{
    border: solid 3px #fbe107;
    color: #333; 
    background-color: #FFF;
}
.home_chaomung_time p strong{
    color: #fbe107;
} 


.home_dichvu{
    font-size: 18px;
    background-image: url(../../public/images/dich-vu-cua-chung-toi-bg.png);
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-top: 30px;   
}
.home_dv_gach{
    background-color: #ff0000;
    display: block;
    height: 4px;
    max-width: 60px;
}
.home_dichvu h2{
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 4px;
}
.home_dichvu img{
    max-width: 100%;
}
p.title_s{
    color: #888888;
    font-size: 16px;
}
.home_dichvu_list{
    width: 100%;
    position: relative;
}
.home_dichvu_list p{
    background-color: rgba(5,84,146,0.4);
    padding: 15px 20px;
    position: relative;
    width: 49%;
    margin-right: 2%;
    float: left;
    min-height: 115px;
    margin-bottom: 15px;    
}
.home_dichvu_list p:hover{
    background-color: rgba(5,84,146,0.6);
    color: #f4cf01;
}
.home_dichvu_list p:nth-child(2n){
    margin-right: 0;
}
.home_dichvu_list p strong{
    font-family: 'Roboto-Bold', Arial;    
}
.home_dichvu_list p img{
    position: absolute;
    right: 10px;
    bottom: 15px; 
}

.home_lienhe{
    background-color: #f3f4f4;
    padding: 45px 0 0 0;
    font-size: 16px;
    color: #292929;
}
.home_lienhe h2{
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 4px;
}
.home_lienhe_list{
    margin: 10px;
}
.home_lienhe_list p{
    margin-bottom: 18px;
}

.home_lienhe_list p a{
    background-color: #FF0000;
    color: #FFF;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 25px;
    margin-left: 3px;
    margin-right: 3px;
}
.home_lienhe strong{
    display: inline-block;
    background-color: #FFF;
    font-size: 13px;
    padding: 4px 10px 4px 10px;
    margin-top: 8px;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 15px;
    font-weight: normal;
}



.home_lienhe_list p strong{
    background-color: #FFF;
    margin-left: 5px;
    padding: 5px 10px;
    vertical-align: -1px;
}
.home_khachphanhoi_tintuc{
    background-color: #FFF;
    padding: 60px 0 50px 0;
    position: relative;
    font-size: 16px;
}
.home_khachphanhoi_tintuc h2{
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 4px;
}
.home_khachphanhoi_tintuc  ul{
    margin-left: 0;
    padding-left: 0;
}
.home_khachphanhoi_tintuc ul li{
    list-style-type: none;
    width: 100%;
    position: relative;
    clear: both;
    padding-top: 20px;
}
.home_khachphanhoi_tintuc ul li img{
    display: inline-block;
    width: 27%;    
    float: left;
}
.home_khachphanhoi_tintuc ul li p{
    display: inline-block;
    width: 70%;
    position: relative;
    float: right;
    height: 95px;
    overflow: hidden;
}
.home_khachphanhoi_tintuc ul li p strong{
    display: block;
    margin-bottom: 8px;
    font-family: 'Roboto-Bold', Arial;
    height: 20px;
    overflow: hidden;  
}
.home_khachphanhoi_tintuc ul li  a{
    color: #333;
}
.home_khachphanhoi_tintuc ul li  a:hover  strong{
    color: #ffd201;
}
/*--- Home page -------------------------------------------------------------*/






/*search page----------------------------------------------------------------*/
.not_found{
    text-align: center;
    width: 100%;
    border: solid 1px #ccc;
    padding: 20px;
    max-width: 620px;
    margin: auto;
    color: #FF0000;
}

/*search page----------------------------------------------------------------*/

/*news page-------------------------------------------------------------------*/
.tintuc_sukien .title_heading{
    font-size: 20px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 5px;
}

.post_news_on{
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.news_title_heading{
    font-size: 16px;
    margin-bottom: 5px;
    color: #493e71;
    font-weight: bold;
}
.news_page_wrap .news_page_list{
    display: none;
}
.news_page_list{
    position: relative;
    margin-top: 20px;
    padding-bottom: 5px;
    padding-right: 1%;
    height: 112px;
    overflow: hidden;
}
.news_page_list > a{
    max-width: 30%;
    float: left;
    min-height: 110px;
    overflow: hidden;
}
.news_page_list a > img.news_avatar{
    width: 100%;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.news_page_list a > img.news_avatar:hover{
    -ms-transform: rotate(-10deg) scale(1.4,1.4); /* IE 9 */
    -webkit-transform: rotate(-10deg) scale(1.4,1.4); /* Safari */
    transform: rotate(-10deg) scale(1.4,1.4); /* Standard syntax */
    -ms-transform: rotate(-10deg) scale(1.4,1.4); /* IE 9 */
    -webkit-transform: rotate(-10deg) scale(1.4,1.4); /* Safari */
    transform: rotate(-10deg) scale(1.4,1.4); /* Standard syntax */
}


.news_page_list .page_news_description{
    width: 68%;
    float: right;
}

.news_page_list .page_news_description a{
    display: block;
    font-size: 15px;
    color: #555;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}
.news_page_list .page_news_description span{
    font-size: 12px;
    color: #888;
}
.news_page_list .page_news_description p{
    color: #555;
}
/*end news page---------------------------------------------------------------*/

/*product page----------------------------------------------------------------*/

.page_bg_top{
    background-color: #ccc;
    min-height: 300px;
    background-position: center top;
    background-size: 100%;
}
.pager_wrap{
    text-align: center;
}




.banner_title_header{
    width: 100%;
    min-height: 180px;
    background-image: url('../../../images/template/product_title_top.png');
    background-repeat: repeat-x;
    margin-bottom: 60px;
}
.banner_title_header h3{
    width: 100%;
    max-width: 1170px;
    padding: 40px 0;
    margin: auto;
    font-size: 30px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
}
.banner_title_header h3 > span{
    display: block;
    text-transform: none;
    font-size: 28px;
    font-weight: normal;
}


/*left product detail*/
.product_cat_page{
    padding-right: 30px;
    margin-bottom: 30px;
}
.product_cat_page h1{
    font-size: 18px;
    font-weight: bold;
    background-color: #36b24b;
    padding: 8px 0;
    text-align: center;
    color: #FFF;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.product_cat_page ul li{
    background-color: #f0efef;
}
.product_cat_page ul li a{
    display: block;
    color: #4c4b4b;
    font-size: 16px;
    border-bottom: solid 2px #e2e0e0;
    padding: 15px 5%;
}

.product_detail_related{
    padding-right: 30px;
}
.product_detail_related > h1{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

#myModal, #myModal2 {
    padding-right: 0 !important;
}

#exportFile{
    cursor: pointer;
    text-align: center;
}




/*product group*/
.group_page{
    padding-bottom: 20px;
}

.group_child h1{
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Roboto-Bold', Arial;
    color: #0166c5;
    margin-top: 5px;
}
.group_child h1 > img{
    max-width: 60px;
}

.group_child ul{
    padding-left: 0;
    margin-top: 15px;
}
.group_child ul li{
    position: relative;
    display: inline-block;
    border: solid 1px #ccc;
    padding: 1px 11px;
    margin-right: 1%;
    margin-bottom: 10px;
    width: 48%;
    min-height: 141px;
}

.group_child ul li a{
    color: #333;
    display: block;
    font-size: 15px;
}

.group_child ul li a:hover  b{
    color: #fc0202;
}
.page_no_result{    
    color: red;
}
.pagination_page{
    width: 100%;
    padding: 10px;
    text-align: center;
}

/*product cat*/
.product_cat{
    position: relative;
}

.product_cat_child{
    width: 19%;
    float: left;
    margin-right: 1%;
    text-align: center;
    border: solid 1px #efefef;
    margin-bottom: 10px;
    position: relative;
}
.product_cat_child a{
    color: #333;
}
.product_cat_child a img{
    max-width: 100%;
    padding:4px;
}
.product_cat_child a span {
    display: block;    
    height: 34px;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 8px;
    line-height: 18px;    
}
.product_cat_child a b {
    display: block;
    color: #FF0000;
    font-size: 18px;      
}
.product_cat_child a i {
    display: block;
    color: #969494;
    text-decoration: line-through;
    font-style: normal;
    margin-bottom: 10px;
}

.product_cat_child a.home_add_cart {
    position: absolute;
    top: 55%;
    left: 50%;
    background-color: #258c03;
    color: #FFF;
    cursor: pointer;
    padding: 6px 8px;
    width: 100px;
    margin-left: -50px;    
    display: none;
}
.product_cat_child:hover > a.home_add_cart {
    display: block;
}
.product_cat_child a.home_add_cart:hover {
    background-color: #FF0000;
}
.product_cat_child a.home_add_cart i {
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    margin-bottom: 0;
}




.group_page .pagination{
    margin: 5px 0;
}















/* news cat */
.group_child ul.news_cat li {
    padding:10px;
}
.group_child ul.news_cat li img{
    max-width: 100%;
    float: left;
    margin-right: 10px;
}
.group_child ul.news_cat li p{
    float: right;
    position: relative;
    max-width: 68%;
}
.group_child ul.news_cat li p b{
    display: block;
    height: 22px;
    overflow: hidden;
}
.group_child ul.news_cat li p > span{
    height: 63px;
    display: block;
    overflow: hidden;
}
.group_child ul.news_cat li a span.news_cat_date{
    height: auto;
    color: #888;
    font-size: 11px;
    margin-top: 8px;
}


/*news detail*/
.news_cat_list{
    padding: 7px 15px 2px 15px;
    margin-bottom: 10px;
    background-color: #f5f4f4;
    border: solid 1px #ccc;
}
.news_cat_list a{
    display: block;
    position: relative;
    padding-left: 18px;
    color: #666;
    margin-bottom: 4px;
}
.news_cat_list a::before{
    content: '\f064';
    font-family: 'Font Awesome 5 Free';
    color: #055492;
    font-weight: 900;
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 10px;
}
.news_cat_list a:hover{
    color: #FF0000;
}


.news_title{
    font-family: 'Roboto-Bold', Arial;
    font-size: 20px;
}
.news_author{
    width: 100%;
    position: relative;
    padding: 1px 0 15px 0;
    font-size: 12px;
    color: #666;
}
.news_author i{
    color: #FF0000;
    margin-right: 3px;
    font-size: 11px;
}






/*service detail*/
.service_wrap > h1{
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Roboto-Bold', Arial;
    color: #0166c5;
    margin-top: 5px;
}
.service_list{
    border: dashed 1px #258c03;
    padding: 10px 15px 8px 15px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.service_list a{
    position: relative;
    display: inline-block;
    margin-right: 30px;
    padding-left: 13px;
    font-size: 12px;
    width: 30%;
}
.service_list a::before{
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    color: #258c03;
    font-weight: 900;
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 7px;
}

.service_detail{
    margin-top: 15px;
}
.service_detail ul{
    padding-left: 15px;
}
.service_detail ul li{
    padding-bottom: 5px;
}
.service_detail h2{
    font-size: 18px;
}
.service_detail table{
    width: 100%;
}
.service_detail table tr td, .service_detail table tr th{
    border: solid 1px #ccc;
    padding: 10px;
}
.service_detail table tr td p{
    padding: 0;
}
/*end product page------------------------------------------------------------*/


/*contact---------------------------------------------------------------------*/
.contact_company_info{
    padding-right: 10px;
}
.contact_company_info h1{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.contact_company_info p{

}
.contact_send_email{
    margin-top: 10px;
}
.contact_send_email h2{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.contact_send_email ul li{
    margin-bottom: 10px;
}
.contact_send_email ul li input[type='text'],.contact_send_email ul li input[type='email']{
    width: 100%;
    padding: 6px 10px;
    border: solid 1px #ccc;
}
.contact_send_email ul li textarea{
    width: 100%;
    padding: 6px 10px;
    border: solid 1px #ccc;
}
.contact_send_email ul li input[type='submit'],.contact_send_email ul li input[type='reset']{
    border: none;
    background-color: #333;
    color: #FFF;
    padding: 5px 20px;
    border-radius: 3px;
    font-size: 15px;
}
.contact_send_email ul li input[type='submit']:hover,.contact_send_email ul li input[type='reset']:hover{
    background-color: #000;
    transition: 0.5s;
}
#contact_error_form{
    color: red;
    font-size: 12px;
}
.top30 {
    margin-top: 30px;
}
.top20 {
    margin-top: 20px;
}
.borderbotyellow{
  font-weight: bold;
}
#blog hr{
  margin-top: 10px;
}
button.btn.btn-lienhe{
    border: 0;
    background: #0074bb;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
    height: 40px;
    padding: 6px 30px;
}
.google-maps{margin-bottom: 10px;}
.breadcrumb{margin-top: -40px; font-size: 13px;background-color: initial;color:#FFF;}
.breadcrumb > li {  
    padding: 5px;
    margin-left: -4px;
}
.breadcrumb li:first-child{
    border-top-left-radius: 6px;
}
.breadcrumb li:last-child{
    border-bottom-right-radius: 6px;
}

.breadcrumb > li + li:before {
    color: #FFF;
    padding-right: 0;
    padding-left: 0;   
}
.breadcrumb > li a{
    color: #FFF;
}

.breadcrumb > .active {
    color: #ffd201;
}

.error {
    color: red;
    line-height: 25px;
}
.header_content.padding{
  min-height: 256px;
}

/*end contact-----------------------------------------------------------------*/


/*news category---------------------------------------------------------------*/
.blog_item .blog_image{
    text-align: center;
    border: solid 1px #ccc;
}
.bottom_half {
    padding-bottom: 45px;
}

.blog_item .blog_image, .blog_item .blog_image img {
    position: relative;
}
.blog_item .blog_text .meta > li {
    display: inline-block;
    color: #868080;
    font-size: 13px;
    padding-top: 5px;
}
.blog_item:hover .blog_image a {
    opacity: 1;
}
.blog_item .blog_image a {
    position: absolute;
    background: #0074bb;
    color: #FFF;
    font-size: 26px;
    text-align: center;
    line-height: 70px;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
}
.blog_text.category_news {
    height: 139px;
    overflow: hidden;
}
.blog_item .blog_text h5 {
    font-weight: 700;
    height: 25px;
    overflow: hidden;
}


.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}
.pager li > a{
    border-radius: 2px;
    padding: 1px 9px;
    border: solid 1px #0074bb;
}
.pager li > a.active {
    background: #0074bb;
    color:#FFF;
}
.page_detail_editor{
  margin: 20px 0;
  font-size:15px;
}
.page_detail_editor img{
  max-width: 100%;
}
.page_detail_editor table tr td{
	border:solid 1px #ccc;
	padding: 3px 5px;
}

.page_detail_editor strong{
    font-weight: bold;
}
.page_detail_editor em{
    font-style: italic;
}
.page_detail_editor ul li{
    list-style-type: square;
    margin-left: 25px;
}

.display_none{
    display: none;
}
.display_block{
    display: block;
}

/*news category---------------------------------------------------------------*/

/*document--------------------------------------------------------------------*/
.left_document li{
    padding-left: 20px;
    position: relative;
    margin-bottom:7px;
}
.left_document li::after{
    content: '\f07b';
    font-family: 'Font Awesome 5 Free';
    color: #081427;
    font-weight: bold;
    position: absolute;
    top: -1px;
    left: 0;
}
.left_document li a{
    color: #333;
}

.left_document li ul{
    margin-left: 0px;
    margin-top: 2px;
}
.sidebar_left_document{
    border: solid 1px #ccc;
    padding: 15px;
    margin-bottom: 20px;
}
.left_document li ul li{
    padding-left: 15px;
}
.left_document li ul li::after{
    content: '\f111';
    font-size: 7px;
    top: 6px;
}
.document_child{
    position: relative;
    margin-bottom: 20px;
}
.document_child b{
    font-size: 14px;
    color: red;
    cursor: pointer;
}
.document_child ul li{
    padding-left: 8px;
    font-size: 13px;
    margin-top: 5px;
    padding-bottom: 4px;
}
.document_child ul li ul li:last-child{
    border: none;
}


.document_child ul li a i{
    font-size: 7px;
    vertical-align: 2px;
}
.document_child ul li a{
    color: #333;
}
.document_child ul li ul li{
    padding-left: 13px;
    border-bottom: dotted 1px #ccc;
}
.document_child ul li ul li a{
    color: #224c78;  
    cursor: pointer;  
}


.show_document{
    text-align: center;    
    margin: auto auto 20px auto;
    display: none;    
}
.pdf_show{
    height: 600px;
}
.document_title{
    color: #e01d26;
    font-size: 18px;
    margin: 5px 10px;
    display: block;
}
.tailieuvietmy{
    text-align: right;
    font-size: 14px;
    padding: 5px 0;
    border-top: solid 1px #ccc;
}
.form_search{
    margin-bottom: 15px;
    position: relative;
}
.btnSearhc{
    position: absolute;
    right: 23px;
    top: 6px;
    font-size: 20px !important;
    cursor: pointer;
}
.document_child ul{
    border:solid 1px #ccc;
    display: none;
}
.document_child ul li ul{
    border: none;
}
.document_search{
    border: solid 1px #ccc;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
}
.document_search ul li{
    font-size: 14px;
    border-bottom: dotted 1px #ccc;
    margin-bottom: 5px;
}
.document_search ul li:last-child{
    border-bottom: none;
}
.document_search ul li a{
    color: #224c78;
    cursor: pointer;
    display: block;
}
.document_no_result{
    text-align: center;
    color: #FF0000;
}
.login_title{
    font-weight: bold;
    color: red;
    font-size: 20px;
}
/*document--------------------------------------------------------------------*/



/*product page----------------------------------------------------------------*/
.sidebar_left{
  width: 100%;
  position: relative;
}
.sidebar_left_title{
    width: 100%;
    background-color: #252c41;
    text-align: center;
    padding: 8px 10px;
    color: #FFF;
    font-weight: bold;
}
.sidebar_left_content{
  width: 100%;
  background-color: #f0efef;
  position: relative;
  margin-bottom: 20px;
}
.sidebar_left_content ul{
  width: 100%;
  position: relative;
}
.sidebar_left_content ul li{
  width: 100%;
  padding: 6px 15px;
  border-bottom: solid 1px #ddd;
  font-size: 15px;
}
.sidebar_left_content ul li li{
  border: none;
  width: 100%;
  position: relative;
  padding-left: 20px;
}
.sidebar_left_content ul li li::before{
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    color: #a4a3a3;
    position: absolute;
    top: 7px;
    left: 5px;
    font-size: 16px;
}

.sidebar_left_content ul li a{
  color:#333232;
  display: block;
}
.sidebar_left_content ul li.active, .sidebar_left_content ul li:hover{
  background-color: #e2e0e0;
}
.product_detail{
  width: 100%;
  position: relative;
  z-index: 1;
}

.product_detail .thumb{
    margin: 10px 0;
    text-align: center;
}
.product_detail .thumb a{
    margin-left: 3px;
    margin-right: 3px;
}

.product_detail_left{
  
}
.product_detail_left a{
    display: block;
    width: 100%;    
}

.product_detail_left figure.mz-figure{
    border: solid 1px #ccc;
}
.product_detail_left figure.mz-figure img{
    width: 100%;
}
a[data-zoom-id], .mz-thumb, .mz-thumb:focus{
    border: solid 1px #ccc; 
}

.product_detail_left img{
  max-width: 100%;  
}

.product_detail_right{width: 100%;position: relative;}


.product_detail_title{
    font-size: 24px;
    color: #258c03;
    padding-bottom: 4px;
    display: block;
}

.product_detail_right b.pro_price{
    color: #FF0000;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 4px;
    margin-top: 4px;
}
.product_detail_right span.pro_price_old{
    color: #999;
    text-decoration: line-through;
    font-size: 16px;
    font-style: italic;
    margin-left: 15px;
}


.product_detail_right .add_to_cart{
    width: 100%;
    position: relative;
}
.product_detail_right .add_to_cart input[type="number"]{
    max-width: 70px;
    height: 35px;
    padding: 5px;
    border: solid 1px #ccc; 
}
.product_detail_right .add_to_cart a.add_cart{
    display: inline-block;
    background-color: #258c03;
    color: #FFF;
    padding: 6px 12px;
    text-align: center;
    max-width: 180px;
    cursor: pointer;
    height: 35px;
    margin-left: 5px;
    vertical-align: 2px;
}
.product_detail_right .add_to_cart span{
    color: #FF0000;
    padding: 8px;
    border: solid 1px #FF0000;
    margin-left: 3px;
}


.product_detail_right a.add_cart i{
    font-size: 15px;
    padding-right: 3px;
} 
.product_detail_right a.add_cart:hover{
  background-color: #FF0000;
}

.product_detail_right ul{
    padding-left: 1px;
}
.product_detail_right ul li{ 
    position: relative;  
    list-style: none;
    padding-left: 12px;
}
.product_detail_right ul li span{
    color: #258c03;
}
.product_detail_right ul li::before{
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    color: #258c03;
    font-weight: 900;
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 7px;
}
.product_detail_right p{
    font-size: 13px;
    margin-bottom: 2px;
    color: #666;
}





.detail_editor{
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  margin-top: 30px;
}

.title_product_info{
    font-size: 20px;
    border-bottom: solid 1px #ccc;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000;
}
.content_product_info{
    width: 100%;
    position: relative;
}

/*end product page------------------------------------------------------------*/

/*Footer----------------------------------------------------------------------*/
.stick {
    position: fixed;
    top: 0px;
    z-index: 2;
    margin: auto;
    width: 100%;  
}
.stick > div > h4{
    font-size: 120% !important;
}
.stick > div > h4 > b{
    font-size: 125% !important;
}


#histats_counter{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
}


#footer_wrapper{
  width: 100%;  
  clear: both;
  color: #FFF;
  padding: 0;
  font-size: 18px;
  height: auto;
  background-image: url(../../../public/images/footer-bg.png);
  background-position: center top;
}

.footer_info{
    padding: 40px 0 30px 0;    
}
.footer_info h4{ 
    font-size: 30px;
    color: #fc0202;
    margin-bottom: 10px;
    font-family: 'Roboto-Bold', Arial;
    text-transform: uppercase;
}

.footer_left{
    float: left;
    width: 50%;  
    line-height: 27px;
}

.footer_right{
    float: right;
    width: 50%;       
    padding-top: 5px;
}
.footer_right_child{
    margin-top: 48px;
}
.footer_chinhanh{

}
.footer_chinhanh b{
    font-family: 'Roboto-Bold', Arial;
    color: #ffd201;
}
.footer_right .footer_chinhanh{
    margin-bottom: 20px;
}
.footer_copyright{
    text-align: center;
    background-color: #000000;
    padding: 13px 10px 10px 10px;
    color: #c2b9b9;  
    font-size: 14px; 
}
/*End Footer------------------------------------------------------------------*/




/*load page-------------------------------------------------------------------*/
/*Loader*/
.loader{
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom: 0;
    z-index:1200;
    background: #fff;
    overflow: hidden;
    display: none;
}

#loader {
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    width: 90px;
}
#loader ul {
    margin: 0;
    list-style: none;
    width: 90px;
    position: relative;
    padding: 0;
    height: 10px;
}
#loader ul li {
    position: absolute;
    width: 2px;
    height: 0;
    background-color: #000;
    bottom: 0;
}
@-webkit-keyframes sequence1 {
    0% {
        height: 10px;
    }
    50% {
        height: 50px;
    }
    100% {
        height: 10px;
    }
}
@-moz-keyframes sequence1 {
    0% {
        height: 10px;
    }
    50% {
        height: 50px;
    }
    100% {
        height: 10px;
    }
}
@-o-keyframes sequence1 {
    0% {
        height: 10px;
    }
    50% {
        height: 50px;
    }
    100% {
        height: 10px;
    }
}
@keyframes sequence1 {
    0% {
        height: 10px;
    }
    50% {
        height: 50px;
    }
    100% {
        height: 10px;
    }
}
@-webkit-keyframes sequence2 {
    0% {
        height: 20px;
    }
    50% {
        height: 65px;
    }
    100% {
        height: 20px;
    }
}
@-moz-keyframes sequence2 {
    0% {
        height: 20px;
    }
    50% {
        height: 65px;
    }
    100% {
        height: 20px;
    }
}
@-o-keyframes sequence2 {
    0% {
        height: 20px;
    }
    50% {
        height: 65px;
    }
    100% {
        height: 20px;
    }
}
@keyframes sequence2 {
    0% {
        height: 20px;
    }
    50% {
        height: 65px;
    }
    100% {
        height: 20px;
    }
}
#loader li:nth-child(1) {
    left: 0;
    -webkit-animation: sequence1 1s ease infinite;
    -moz-animation: sequence1 1s ease infinite;
    -o-animation: sequence1 1s ease infinite;
    animation: sequence1 1s ease infinite;
}
#loader li:nth-child(2) {
    left: 15px;
    -webkit-animation: sequence2 1s ease infinite 0.1s;
    -moz-animation: sequence2 1s ease infinite 0.1s;
    -o-animation: sequence2 1s ease infinite 0.1s;
    animation: sequence2 1s ease infinite 0.1s;
}
#loader li:nth-child(3) {
    left: 30px;
    -webkit-animation: sequence1 1s ease-in-out infinite 0.2s;
    -moz-animation: sequence1 1s ease-in-out infinite 0.2s;
    -o-animation: sequence1 1s ease-in-out infinite 0.2s;
    animation: sequence1 1s ease-in-out infinite 0.2s;
}
#loader li:nth-child(4) {
    left: 45px;
    -webkit-animation: sequence2 1s ease-in infinite 0.3s;
    -moz-animation: sequence2 1s ease-in infinite 0.3s;
    -o-animation: sequence2 1s ease-in infinite 0.3s;
    animation: sequence2 1s ease-in infinite 0.3s;
}
#loader li:nth-child(5) {
    left: 60px;
    -webkit-animation: sequence1 1s ease-in-out infinite 0.4s;
    -moz-animation: sequence1 1s ease-in-out infinite 0.4s;
    -o-animation: sequence1 1s ease-in-out infinite 0.4s;
    animation: sequence1 1s ease-in-out infinite 0.4s;
}
#loader li:nth-child(6) {
    left: 75px;
    -webkit-animation: sequence2 1s ease infinite 0.5s;
    -moz-animation: sequence2 1s ease infinite 0.5s;
    -o-animation: sequence2 1s ease infinite 0.5s;
    animation: sequence2 1s ease infinite 0.5s;
}
/*load page-------------------------------------------------------------------*/

/*Go to top-------------------------------------------------------------------*/
#bttop {
    cursor: pointer;
    display: none;
    position: fixed;
    right: 10px;
    bottom: 100px;
    width: 40px;
    height: 40px;
    background-color: #FF0000;
    z-index: 100;
    border-radius: 50%;
}
#bttop::after{
    content: '\f106';
    font-family: 'Font Awesome 5 Free';
    color: #FFF;
    font-weight: 900;
    position: absolute;
    top: 7px;
    right: 14px;
    font-size: 18px;
}
#bttop:hover{
    background-color: #0957f5;     
}

#zaloConnect{
    cursor: pointer;    
    position: fixed;
    right: 10px;
    bottom: 280px;
    width: 40px;
    height: 40px;    
    z-index: 100;
    border-radius: 4px;
}

/*End Go to top---------------------------------------------------------------*/

/*error-loading-readmore------------------------------------------------------*/
.page_not_found{
    width: 100%;
    text-align: center;
    min-height: 420px;
    background-image: url("../../../images/template/404.png");
    background-repeat: no-repeat;
    background-position: bottom center;
}
.page_not_found b{
    font-size: 80px;
    display: block;
    color: #114fb7;
}
.page_not_found span{
    font-size: 14px;
    color: #114fb7;
}

.read_more{
    background-color: #20486A;
    color: #FFF;
    padding: 10px 20px;
    margin-top: 20px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 13px;
    margin-left: 15px;
    display: initial;
}
.read_more:hover{
    background-color: #3f70c2;
    transition: 0.5s;
}

#loading_page{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
    padding-top: 20%;
    display: none;
}

/*end error-loading-readmore--------------------------------------------------*/

/*bread_mode------------------------------------------------------------------*/
.bread_come_page{
    margin-bottom: 10px;
}
.bread_come_page a{
    color: #666;
}
.bread_come_page a.active,.bread_come_page a:hover{
    color: #08ab41;
    transition: 0.5s;
}
.fancybox-overlay{z-index: 99999 !important;}
video{
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
}
/*end bread_mode--------------------------------------------------------------*/

/*user page-------------------------------------------------------------------*/
.user_name{
    position: absolute;
    right: 0;
    top: 64px;
    width: 178px;
    background-color: #FFF;
    padding: 10px;
    text-align: left;
    overflow: hidden;
    height: 38px;
}
.table_cart_edit{
    border: solid 1px #ccc;
}
.avatar_product_cart{
    max-width: 60px !important;
}
/*user page-------------------------------------------------------------------*/


/*cart page-------------------------------------------------------------------*/
.table_cart thead{
    background-color: #efefef;
}
.table_cart  tr td a{
    color: #258c03;
}
.add_cart_wrap{
    text-align: center;
}
.cart_del{
    display: block;
    color: #FF0000 !important;
    font-size: 12px;
    margin-top: 5px;
}
.cart_del i{
    font-size: 11px;
    margin-right: 2px;
    vertical-align: 1px;
}

#payment_wrap{
    display: none;
}
#payment_wrap label{
    font-weight: normal;
}

.buy_like_info{
    font-size: 12px;
    float: right;
    color: #258c03;
    cursor: pointer;
}
.buy_like_info input[type='checkbox']{
    vertical-align: -3px;
    margin-left: 5px;
}
.buy_like_info:hover{
    color: #FF0000;
}


.option_payment{
    color: #061e76;
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: normal;
}
.option_payment i{
    font-size: 14px;
}
.payment_note2{
    color: #b2b2b2;
    font-weight: 400;
    font-size: 12px;
}
.payment_list{
    display: none;
}
.payment_bank{
    border: solid 1px #258c03;
    padding: 10px;
}
.payment_bank b{
    color: #258c03;
}

#payment_wrap input[type='text'],
#payment_wrap input[type='number'],
#payment_wrap input[type='email'] {
    border: solid 1px #ccc;
    border-radius: 0;
}
.payment_error{    
    -webkit-animation-name: changeError; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
    animation-name: changeError;
    animation-duration: 1s;
    animation-iteration-count: infinite;  
    text-align: right; 
    color: #FFF;     
}
.payment_error span{
    padding: 7px 10px;
    border: solid 1px #FF0000;
    border-radius: 2px;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes changeError {
    0%   {color: #020c57;}
    25%  {color: #FF0000;}
    50%  {color: #020c57;}
    75%  {color: #FF0000;}
    100% {color: #020c57;}
}

/* Standard syntax */
@keyframes changeError {
    0%   {color: #020c57;}
    25%  {color: #FF0000;}
    50%  {color: #020c57;}
    75%  {color: #FF0000;}
    100% {color: #020c57;}
}

.order_search{
    margin-top: 20px;
    border-top: solid 1px #ccc;
    padding-top: 15px; 
}
.order_search label{
    display: inline-block;
    min-width: 180px;
}
.o_product{
    border: solid 1px #ccc;
    padding: 5px;
}
/*cart page-------------------------------------------------------------------*/


.header_menu .menubar_mobile {
    display: none;
    position: absolute;
    top: 13px;
    right: 0;
    font-size: 20px;
    z-index: 999;
    color: #FFF;
}


/*@media*/
@media (max-width: 1024px) {
    .hotline_muahang, .hr_share_social{
        font-size: 11px;
    }
    .hr_share_social a {    
        float: initial;        
    }
    .header_menu .menubar_mobile {
        display: block;
    }
    .show_sli_home_design .carousel-caption{
        padding-bottom: 70px;
    }
    .header_menu ul{
        position: relative;
        padding-top: 50px;
        padding-left: 0;
        display: none;
        float: initial;
    }
    .header_menu ul li {
        display: block;
        padding: 10px 0 10px 0;
        border-bottom: solid 1px #FFF;
    }
  
    .header_menu ul li ul {
        position: relative;
        top: initial;
        left: initial;
        padding-left: 0;
        padding-top: 0;
    }
    .header_menu ul li:last-child {
        border: none;
    }
}

@media (max-width: 990px) {
    .li_clock{
        display: none !important;
    }
}

@media (max-width: 859px){
    #coccoc-alo-phoneIcon{
        display: none;
    }
}

@media (max-width: 770px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
        padding-right: 5px;
        padding-left: 5px;
    } 
    #header_wrap{
        background-color: rgba(0,0,0,0.7);
    }
    
   
    
   
    .page_detail_editor img{
      max-width: 100%;
      height: auto !important;
    }
    .show_sli_home_design .carousel-caption {
      font-size: 24px;
    }
    .stick{
      position: initial;
      z-index: 998;
    }
    .home_about{padding: 1%}
    .home_about > h1 > span{font-size: 70%;}
    .home_about > p{font-size: 90%;}
    #content_wrapper{
        margin-top: 0;        
        overflow-x: hidden;
    }
    .bread_come_page{
        margin-top: 0;
    }    
    
    .header_bottom{
        display: none;
        height: auto;
    }
   
    
    
     
   
    /*hme page*/
    .slideshow_home{
        margin-top: 0;
    }  
    .slideshow_home .carousel-control{
        display: none;
    }  
    .home_bangbaogia{  
        font-size: 15px;
        color: #292929;
        padding: 15px 0 15px 0;
    }
    .home_bangbaogia p > span{
        min-width: 100%;
    }
    .home_bangbaogia p strong{
        display: block;
        margin-top: 5px;
    }
    .home_chaomung{
        padding: 10px 0 10px 0;
    }
    .home_khachphanhoi_tintuc{
        padding: 20px 0 20px 0;
    }
    .home_dv_gach{
        margin-top: 20px;
    }
    .home_khachphanhoi_tintuc ul li p{
        height: auto;
    }

    /*news cat*/
    .breadcrumb {
        margin-top: 0;    
        color: #333;
        padding: 5px;
    }
    .breadcrumb > li{
        width: 100%;
        font-size: 11px;
    }
    .breadcrumb > li + li:before{
        color: #333;
    }
    .breadcrumb > li a {
        color: #333;
    }

    .group_child ul li{
        width: 100%;
        margin-right: 0;
    }
    .page_bg_top{
        display: none;
    }
    .news_title{
        margin-top: 0;
    }

    /*service*/
    .service_detail img{
        max-width: 100%;
        height: auto !important; 
    }




    /*footer*/
    #footer_wrapper{
        background-size: cover;
        font-size: 16px;
    }
    .footer_info{
        padding: 10px;
    }
    .mobile_footer{
      display: block;
    }    
    .footer_left {
        width: 100%;
        padding: 10px 0;
    }
    .footer_right{
        width: 100%;
    } 
    .footer_right_child{
        margin-top: -7px;
    } 
    
}

@media (max-width:600px) {  
    .header_menu .menubar_mobile{
        right: 5px;
        top: 15px;
    }
    
    .aP001{
        padding: 10px 0 5px 0;
    }
    .aP001_head h2, .aP001_head h3{font-size: 18px;}
    .footer_info h4 {
        font-size: 30px;
    }
    
    .hr_logo_repon > a img {
        max-width: 100px;
    }
    
    .footer_right .footer_chinhanh{
        margin-bottom: 21px;
    }  

    .MultiCarousel .MultiCarousel-inner .item{text-align: center;}


    .show_sli_home_design .carousel-caption {
      font-size: 14px;
      padding-bottom: 38px;
    }    
    
    .table_td{
        max-width: 320px;
    }
    .page_detail_editor table tr td p{
            font-size: 11px;
    }
    .page_detail_editor ul li{
        font-size: 11px;
    }
    .MultiCarousel{
        padding: 5px 0 0px 15px;
    }
    .footer_copyright{
        text-transform: initial;
        font-size: 10px;
    }

    .product_cat_child {
        width: 100%;
        margin-right: 0;
    }
    .product_detail_right{
        padding: 10px;
    }
    .detail_editor {       
        margin-top: 5px;
        padding: 10px;
    }
    .service_list a{
        width: 100%;
    }
    .group_child h1{
        font-size: 18px;
    }
    .group_child h1 > img {
        max-width: 50px;
    }
   
    .home_lienhe strong{
        margin-top: 0;
        display: block;
    }
  

    /*home*/  
    .home_bangbaogia h1{
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 22px;
        margin-top: 0;
    }
    .chaomung_xemthem a {
        display: block;        
        padding: 11px 15px;
        margin-right: 0;
        margin-bottom: 5px;        
        border-radius: 4px;
    }
    .home_chaomung h3{
        font-size: 24px;
    }
    .home_chaomung_time{
        margin-top: 5px;
    }
    .home_dichvu{
        margin-top: 0;
    }
    .home_dichvu_list p{
        width: 100%;
        margin-right: 0;
    }
    .home_lienhe{
        padding: 5px 0 0 0;
    }
    .home_lienhe p img{
        max-width: 100%;
    }

    /*service*/
    .service_detail table{
        max-width: 320px;
    }

    /*footer*/
    .footer_info h4{
        font-size: 30px;
    }

}

@media (max-width: 440px) {
    .show_sli_home_design .carousel-caption {
      font-size: 12px;
      padding-bottom: 25px;
    }
    .header_search{
        font-size: 13px;
    }
    
    .bread_come_page{
        font-size: 11px;
    }
    .header_content.padding {
        min-height: 70px;
    }
    .show_sli_home_design .carousel-control{        
        margin-top: 0;
    }
    .owl-carousel .owl-item img{
        width: initial !important;
        margin: auto;
    }    
   
    
}
