@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');*/
@font-face {
    font-family: 'UVN_ACN';
    src: url('fonts/UVN_ACN.eot');
    src: local('☺'), url('fonts/UVN_ACN.woff') format('woff'), url('fonts/UVN_ACN.ttf') format('truetype'), url('fonts/UVN_ACN.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family:Arial,Helvetica,sans-serif;
   /* font-family: 'Open Sans', sans-serif;*/
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
#home{
   max-width:1920px;
   margin:0 auto;
   position:relative;
   overflow-x:hidden;
}

a.disabled {
   pointer-events: none;
   cursor: default;
}
.hide{
	
}
.clear,.clearfix{
	clear:both;
}
.red{
	color:red;
}
.row-5{
	margin-left:-5px;
	margin-right:-5px;
}
.row-10{
	margin-left:-10px;
	margin-right:-10px;
}

/*---Margin---*/
.mg0{
	margin:0;
}
.mg5{
	margin:5px;
}
.mg10{
	margin:10px;
}
.mg20{
	margin:20px;
}
.mgl5{
	margin-left:5px;
}
.mgtb5{
	margin:5px 0px;
}
.mglr5{
	margin:0px 5px;
}
.mgtb10{
	margin:10px 0px;
}
.mglr10{
	margin:0px 10px;
}

.mgr5{
	margin-right:5px;
}
.mgt5{
	margin-top:5px;
}
.mgb5{
	margin-bottom:5px;
}
.mgl10{
	margin-left:10px;
}
.mgr10{
	margin-right:10px;
}
.mgt10{
	margin-top:10px;
}
.mgb10{
	margin-bottom:10px;
}
.mgl20{
	margin-left:20px;
}
.mgr20{
	margin-right:20px;
}
.mgt20{
	margin-top:20px;
}
.mgb20{
	margin-bottom:20px;
}
/*---Padding---*/
.pd0{
	padding:0;
}
.pdt0{
    padding-top:0px;
}
.pdr0{
    padding-right:0px;
}
.pdb0{
    padding-bottom:0px;
}
.pdl0{
    padding-left:0px;
}

.pd5{
	padding:5px;
}
.pd10{
	padding:10px;
}
.pd20{
	padding:20px;
}
.pdl5{
	padding-left:5px;
}
.pdr5{
	padding-right:5px;
}
.pdt5{
   padding-top:5px;
}
.pdb{
	padding-bottom:5px;
}
.pdl10{
	padding-left:10px;
}
.pdr10{
	padding-right:10px;
}
.pdt10{
  padding-top:10px;
}
.pdb10{
	padding-bottom:10px;
}
.pdl20{
	padding-left:20px;
}
.pdr20{
	padding-right:20px;
}
.pdt20{
	padding-top:20px;
}
.pdb{
	padding-bottom:20px;
}
/*---Line height---*/
.lh5{
	line-height:5px;
}
.lh10{
	line-height:10px;
}
.lh15{
	line-height:15px;
}
.lh20{
	line-height:20px;
}
.lh25{
	line-height:25px;
}
.lh30{
	line-height:30px;
}
.lh35{
	line-height:35px;
}
.lh40{
	line-height:40px;
}
/*---Tabproduct---*/
#tabs-container {
    background: #fff;
    padding: 5px 10px;
}
.tabs-menu {
    position: relative;
    list-style: none;
    padding: 0;
}
.tabs-menu li {
    height: 40px;
    line-height: 40px;
    float: left;
    background-color: #ccc;
    padding: 0 20px;
}
.tabs-menu li.current {
    position: relative;
    background-color:#e64850;
    z-index: 5;
}
.tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #555;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
.tabs-menu .current a {
    color: #fff;
}
.tab {
    background-color: #fff;
    margin-bottom: 20px;
    width: 100%;
}
.tab-content {
    width: 100%;
 /*   display: none;*/
}
#tab-san-pham-moi {
    display: block;
}
#comments {
    padding: 20px 10px;
    border: 1px solid #ccc;
    border-top: none;
}

/*-----*/
a,a:hover{
	text-decoration:none!important;
}
img{
    border:none;
}
.bold{
  font-weight:bold;
}
.bold600{
    font-weight:600;
}
/*---Computer---*/
.main-head{
    position: relative;
    width:100%;
    float:left;
    background: #000;
    padding:0;
    line-height:35px;
}
#main-nav{
    list-style-type:none;
    margin:0;
    padding:0;
    position:relative;
    width:100%;
    float:left;
}
.logo img{
	height:80px;
}
#main-nav > li >  ul{
    position:absolute;
    top:100%;
    left:0;
    z-index:9;
    background:#fff;
    list-style-type:none;
    margin:0;
    padding:0;
    transition: transform 0.2s ease-out;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    top: -3000px;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}
#main-nav > li{
	float:left;
    position:relative;
}
#main-nav > li:first-child:before{
    display:none;
}

#main-nav > li >  a{
	line-height:80px;
	margin:0px 10px;
    color:#333;
    text-transform:uppercase;
    position:relative;
    font-size:14px;
    font-weight:600;
}
#main-nav > li:hover > ul{
    top: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#main-nav >li > a:hover {
    color:#ebd317;
}
#main-nav > li > ul > li{
    min-width:300px;
    position:relative;
    text-indent:10px;
}
#main-nav > li > ul > li > a{
    color:#666;
    line-height:30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
#main-nav > li > ul > li > ul{
    position:absolute;
    left:100%;
    top:0;
    background:#fff;
    z-index:9;
    display:none;

}
#main-nav > li > ul > li:hover > ul{
    display:block;
}
#main-nav > li > ul > li > ul > li{
    min-width:200px;
}
#main-nav > li > ul > li > ul > li > a{
    color:#777;
    line-height:30px;
}
.menuiconfa{
    font-size:30px;
    color:#fff;
    position:absolute;
    bottom:-6px;
}
.m-home i{
    font-size:24px;
}
.menu-bars{
    float:left;
}
.menu-bars h4{
    position:relative;
    float:left;
    color:#fff;
    margin:0;
    line-height:50px;
    background:#14b82a;
    padding:0px 20px;
}


/*---Product---*/
.block-product .block-title{
	margin: auto;
    background-color: #e64850;
    display: inline-block;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.block-product ul {
    padding: 0;
    margin: auto;
}
.block-product .item {
    padding: 10px;
    width: 20%;
    float: left;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    position: relative;
}
.block-product .wrap-image {
    margin-bottom: 5px;
    width: 100%;
}
.block-product .wrap-image .wrapImage {
    display: block;
    width: 100%;
    padding-top: 100%;
    position: relative;
    position: relative;
    overflow: hidden;
    background-color: #f7f7f7;
}
.block-product .wrap-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.block-product .price {
    color: #e64850;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
    min-height:27px;
}
.block-product .title {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #616161;
    line-height: 18px;
    overflow: hidden;
    height: 54px;
}
.block-product .sub_block_title{
	float: right;
    padding-right:10px;
    margin-left: 20px;
    line-height: 40px;
    max-width:975px;
}
.block-product .sub_block_title a{
	padding:0px 5px;
	font-size:13px;
	border-right:1px solid #000;
}
.block-product .sub_block_title a:last-child{
	border-right:none;
}
.block-product .item:hover {
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}

/*-------------*/
.ttl{
    margin-bottom:10px;
    background:#eee;
}
.ttl h1{
	margin: auto;
    background-color: #e64850;
    display: inline-block;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom:0px;
    text-transform: uppercase;
}
.ttl h3{
   margin: auto;
    background-color: #e64850;
    display: inline-block;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}
#productinfo h1{
       font-size: 1.71429em;
    line-height: 32px;
    margin-top: 0px;
}
#detail_pro {
    padding: 20px 10px;
    border: 1px solid #ddd;
    border-top: none;
}
#productinfo .text-price{
        color: #e64850;
    font-weight: bold;
    font-size: 22px;
}
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

#productinfo .text-price sup {
    top: -.5em;
}

/*--footer--*/
footer{
	position:relative;
    color:#fff;
    width:100%;
    float:left;
    padding-bottom:0px;
    background: #333333;
    margin-top: 0px;
}
.sitefoo{
    width:100%;
    float:left;
    padding:30px 0px;
    
}
.fooin p{
    font-size:16px;
}

.footop h4{
	text-transform:uppercase;
	font-size:26px;
	font-weight:600;
    margin-top:0px;
    margin-bottom:30px;
    color:#128a8a;
}
.footree{
	list-style:none;
	padding:0;
}
.footree li{
	list-style:none;
    border-bottom: 1px solid #3c3c3c;
    line-height:40px;
    padding-left:20px;
    position:relative;
}
.footree li:before{
    font-family: "FontAwesome";
    left: 0;
    position: absolute;
    font-size: 16px;
    color: #7a9c59;
    content: "\f105" !important;
    width:20px;
    height:20px;
}


.footree li a{
	color:#fff;
	font-size:15px;
    
}
/*--------------*/
.menu{
    position:relative;
    width:100%;
    float:left;
    background:#fff;
    padding-top:5px;
    border-top:1px solid #ebd317;
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}

.menu nav {
    float: left;
    width: 292px;
}
.nav-catalog h2{
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
    margin:0;
    padding:0px;
    line-height:40px;
    background:#fe9705;
    color:#fff;
    border-left: 1px solid #fe9705;
    border-right: 1px solid #fe9705;
    text-indent:10px;
}
.nav-items {
    width: 290px;
    padding-top:1px;
    background:#666;
    /*border: 1px solid #dfdfdf;*/
    border-right: 0;
    border-top: 0;
    display: block;
    position:absolute;
    z-index: 1000;
}
.nav-items>ul {
    /*border: 1px solid #fff;*/
    border-top: 0;
    padding:0px;
    margin:0;
}
.nav-items>ul>li {
   /* border-bottom: 1px solid #fff;
    border-right: 1px solid #dfdfdf;*/
    line-height: 19px;
}
.nav-items>ul>li>div.border {
    padding: 7px 10px;
 /*   border-bottom: 1px solid #ccc;*/
    padding-top: 8px;
}
.nav-items>ul>li>div.border img{
    padding-right:5px;
}
.nav-items>ul>li>div.border>a{
    color:#fff;
}
.nav-items>ul>li>div.border>a:hover{
    text-decoration:none;
}
.nav-items .childs {
    position: absolute;
    left: 292px;
    top: 0;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-top: 0;
    display: none;
    z-index: 1001;
    border-left: 0;
    overflow: hidden;
    width:260px;
}
.nav-items .childs > a{
    display:block;
    line-height:35px;
    text-indent:10px;
}
.nav-items>ul>li:hover .childs {
    display: block;
}

.nav-items .childs> .box-cate {
    float: left;
    width:200px;
    padding:9px;
    line-height:20px;
}
.box-cate .sub1 {
    color: red;
    font-size: 13px;
    font-weight:600;
}
.box-cate .sub2 {
    line-height: 20px;
    width: 100%;
    padding: 0 5px;
    display: block;
    color: #333;
    font-size:13px;
}

.sortpro{
    float: right;
    line-height: 35px;
    margin-right: 10px;
}
.sortpro select{
    min-width:150px;
}

/*---Paging---*/
.wrap_paging {
    margin: 10px auto;
    position: relative;
    width: 100%;
    padding: 0px 0px;
    text-align: right;
}
.paging {
    margin: 0px auto;
    text-align: center;
}
.pages {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.pages li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}
.paging a {
    float: left;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    line-height: 25px !important;
    text-align: center;
    border: 1px solid #CCC;
    background: #f9f9f9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #000;
    font-weight: bold;
}
ul.pages .fa {
    line-height: 25px !important;
    position:relative;
}
.pages li a.active {
    background: #b11116;
    border: 1px solid #b11116;
    color: #FFF;
}
#site_right{
    position:relative;
    margin-bottom:30px;
}
.ttl-right h2{
    margin: auto;
    background-color:#ebd317;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.box-right{
    margin-top:0px;
    border:1px solid #ccc;
}
.treelist{
  position:relative;
  margin-bottom:0px;
  list-style-type:none;
  padding:0;
}
.treelist li{
    border-bottom:1px dashed #ccc;
    padding-left:10px;
}
.treelist li:last-child{
    border-bottom:none;
}
.treelist li a{
    color:#333;
    line-height:30px;
    display:block;
}
.treelist2 {
    margin-bottom: 0px;
}
.col-xs-3 {
    margin-top: 10px;
}
.treepricerange li{
  text-indent:15px;
}
.treepricerange li a{
    color:#333;
}
.treebrand li{
  text-indent:15px;
}
.treebrand li a{
    color:#333;
}


.head_info{
    position:relative;
    float:left;
}
.head_info ul {
    float: left;
    margin-top: 10px;
    margin-bottom: 0px;
}
.head_info ul li {
    display: inline-block;
    position: relative;
    padding-left: 40px;
    margin-left: 15px;
}
.head_info ul li .icon {
    position: absolute;
    left: 0;
    top: 4px;
}
.head_info ul li .icon  img{
    height:35px;
}
.head_info .text p {
    font-size: 15px;
    margin-bottom: 5px;
    color: #6c6c6c;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.head_info .text span a {
    font-size: 16px;
    font-weight: bold;
    color: #f01a27;
}
.cart-bt{
        position: fixed;
    top: 65px;
    right: -5px;
    z-index: 9;
}
.cart-bt .num{
    position:absolute;
    right:0;
    top:0;
    color:red;
}
.menu_top_main{
    float:left;
}
.tit_home{
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-transform:uppercase;
    font-size:1.3em;
    color:#000;
    font-weight:700;
}
.tit_home b {
    display: block;
    flex: 1;
    height: 2px;
    opacity: .5;
    background-color: #fe9705;
}

.entry_sp{
   /* border: 1px solid #ececec;*/
    position: relative;
    border-radius: 4px;
    margin: 0 auto;
    background: white;
    text-align:center;
    float:left;
}
.entry_sp.pro_big{
   width:25%;
   padding:5px 15px;
}
.entry_sp.pro_small{
   width:33.33%;
    padding:5px 15px;
}
.entry_sp .box{
    border: 1px solid #ececec;
    position:relative;
}
.box-image {
    position: relative;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
        transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
}
.entry_sp h4{
    padding:0px 10px;
    line-height: 1.3;
    margin-top: .1em;
    margin-bottom: .1em;
    font-size:17px;
    font-weight:600;
    height:45px;
    overflow:hidden;
}
.entry_sp p{
    padding:0px 10px;
}

.entry_sp .price strong{
    color:red;
    font-size:18px;

}

.entry_sp .price span{
    text-decoration:line-through;
    color:#999;
    font-size:18px;
}
.add-to-cart{
    display:inline-table;
    background-color: #53AC19;
    padding:5px 20px;
    margin-bottom:5px;

}
.add-to-cart a{
    color:#fff;
    text-transform:uppercase;
    font-size:13px;
}
.entry_sp .sale{
        height: 30px;
    width: 50px;
    background:#ff7300;
    position:absolute;
    left:0;
    top:0;
}
.entry_sp .sale .onsale{
    color:#fff;
    line-height:27px;
    font-weight:600;
}
.catelogy_img{
    width:100%;
}
.owl-news h4{
    font-weight: 600;
    color: #111;
    line-height: 22px;
    text-transform: uppercase;
    font-size: 16px;
    padding:0px;
    margin-top:0;
}
.owl-news p{
    padding:0;
    margin:0;
}
.owl-news p.date{
  margin-top:10px;
}
.registry-area{
    background:#f90;
    color:#fff;
}
#productinfo .text-price {
    color: #e64850;
    font-size: 1.77143em;
    font-weight: bold;
}
del.old-price {
    font-size: 0.7em;
    color: #a2a2a2;
    margin-left: 5px;
    display: inline-block;
}
.quantity {
    position: relative;
    float: left;
    margin-right: 5px;
}
.quantity input {
    width: 90px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0 20px;
    margin: 0;
    border: 1px solid #eee;
}
.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}
.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    color: #333;
    font-size: 13px;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-align:center;
}
.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #eee;
}
.quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.product-item-carts{
    border-radius:0px!important;
    padding:10px 12px!important;
   
}
.product-item-carts:focus{
     outline:none;
     border:none;
}
.post_item h2{
    font-size:20px;
    line-height:24px;
    font-weight:600;
    height:48px;
   display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.post_item p{
    line-height:25px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.othernews h3{
    text-transform:uppercase;
    font-size:18px;
    font-weight:600;
}
.othernews li{
    line-height:25px;
}
.desc_dt{
    font-size:15px;
    line-height:24px;
    font-weight:600;
    margin:5px 0px;
}

#xform1 input{
    float:left;
    height:30px;
}
#xform1 input{
    width:80%;
    border-radius:0px;
}
#xform1 input:focus{
    outline:none;
}
#xform1 button{
   height:30px; 
   padding:4px 10px;
   border-radius:0px;
}

#xform1 .ic-search{
    height:15px;

}
.search_categories{
     height: 30px;
    margin-top: 5px;
    margin-right: 7px;
    border-radius:0px;
    padding:3px;
}
.search_frm{
   float:right;
   padding-left:10px;
}
#keydown input[type=text] {
    width: 100%;
    border-radius: 0;
    color: #333;
    height:32px;
    font-size:12px;
}
.keydownbt {
    border: none;
    outline: none;
    position: absolute;
    right: 0px;
    top: 0px;
    color:#111;
    background:transparent;
    height:40px;
    width:40px;
    font-size:20px;
}
.keydownbt img {
    height: 15px;
}
.top-head-right{
    float:right;
}
.top-head-right span{
    margin-left:10px;
}
.banner_dm a{
    display:block;
}
.banner_dm a img{
    position:relative;
    float:left;
    height:200px;
    margin-right:20px;

}
.banner_dm a h3{
    margin-top:0;
}
.section_bannerdm{
    padding:30px 0px;
    position:relative;
}

.ic-download{
    height:50px;
}
   


/*--------*/
.none-outline{
    outline:none;
}
.section{
    padding:20px 0px;
    width:100%;
    float:left;
}
.inner{
    position:relative;
    padding:20px 0px;
    width:100%;
    float:left;
}
.mgt20{
    margin-top:20px!important;
}
.mgb20{
    margin-bottom:20px!important;
    height: 30px;
    padding-left: 10px;
}
.rel{
    position:relative;
}
.mgt30{
    margin-top:30px!important;
}
.h20{
    height:20px;
}
.map_area{
    position:relative;
    height:0;
    padding-bottom:65%;
}
.map_area iframe{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width:100%;
    height:100%;
}
.copy{
   line-height:30px;
   color:#fff;
   padding-bottom:0px;
   padding: 5px 0px;
}
.copy p{
    margin-bottom:0px;
    font-size:15px;
}
.copy a{
    color:#fff;
}
.price{
    height:25px;
    overflow:hidden;
}
.logo  a{
    display:block;
    cursor:pointer;
}
.breadcrumb{
    margin-top:10px;
    margin-bottom:10px;
    background:none;
    width:100%;
    float:left;
}
.wrap_dt{
    position:relative;
    clear:both;
    line-height:24px;
    padding:10px 0px;
}
.inline-block{
    display:inline-block;
}
.breadcrumb>li+li:before{
        content: ' \203A'!important;
    font-size: 23px;
    font-weight: 700;
    color: #666;
    padding:0px 7px;
    margin-bottom:-5px;
}
.top-lang-sc{
    margin-bottom:10px;
    height:25px;
}
.lang-t{
    height:20px;
}

.tit_block{
    text-align: center;
    color: #2ec4b6;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 30px;
    width:100%;
    float:left;
    margin:20px 0px;
}


.block-tab-category .nav-tabs{
   border-bottom:none;
   text-align:center;
}
.block-tab-category .nav-tabs li{
    float:none;
    display:inline-table;
}
.block-tab-category .nav-tabs li a{
    font-size:18px;
    font-weight:600;
    border:none;

}
.block-tab-category .nav-tabs li.active a{
    font-weight:600;
    color:#019be1;
}
.block-tab-category .nav-tabs li:hover a{
    border:none;
    background:none;
}


.list-dt{
    position:relative;
    padding:0;
    margin:0;
    list-style-type:none;
}
.list-dt li{
    float:left;
    width:20%;
    padding:15px;
}
.inner-three{
    background:rgb(246, 246, 246);
    padding:15px;
}
.inner-three h3{
    margin:5px 0px 15px 0px;
    text-transform:uppercase;
    font-size:17px;
    font-weight:600;
}

.owl-gt .item img{
   padding:0px 30px;
}

.cateVideo-block{
     background:rgb(246, 246, 246);
    padding:15px 0px;
}

.list-about{
    margin:0;
    padding:0;
    list-style-type:none;
}
.list-about li{
    float:left;
}
.list-about li h3{
    font-weight:600;
    font-size:26px;
    color:#019be1;
    text-transform:uppercase;
    padding-right:40px;
    margin-bottom:30px;
}

.footop{
    color:#444;
    padding:30px 0px 15px 0px;
    width:100%;
    float:left;
    position:relative;
}



.fo-link{
    color:#253774;
    font-weight:600;
    
}
.fo-link b{
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
}
.inner-three h3 span{
    padding-right:10px;
}

.group-f{
    line-height:25px;
}
.ls-social{
    margin:0;
    padding:0;
    list-style-type:none;
}
.ls-social li{
    float:left;
    margin-right:5px;
}
.view-th{
  margin-top:15px;  
}

.view-th span{
    padding:7px 30px;
    border:2px solid #019be1;

}
.owl-lvhd h3{
        font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #555;
}

.breadcrumb{
    padding:0;
    margin:0;
}
.breadcrumb>li{
    line-height:24px;
}
.des_block{
    width:100%;
    float:left;
    font-size:16px;
    font-weight:600;
    line-height:23px;
}

.w100{
    width:100%;
}

/*---Quang Hiến---*/
.top-head{
    background:rgb(44, 209, 177);
    color: #fff;
    padding: 10px 0;
}
.text-slogan{
    text-transform:uppercase;
    font-size:16px;
    margin:0;
}
.headgt{
    text-transform:uppercase;
}
.top-head a{
    color:#fff;
}
.head-list{
    position:relative;
    list-style-type:none;
    margin:0;
    padding:0;
}
.head-list > li{
    float:left;
    padding:0px 10px;
    float:left;
    line-height:35px;
}
.head-list > li > a{
    color:#fff;
}
.section-title{
    position:relative;
    text-align:center;
    margin-bottom:30px;
}
.section-title h3{
    display:inline-table;
    position:relative;
    font-size:30px;
    text-transform:uppercase;
    color:#008ac8;
}
.section-title h3:after{
    content: "";
    position: absolute;
    bottom: 10%;
    background: url(images/icon-l.png) no-repeat;
    background-size:100% 100%;
    width: 45px;
    height: 15px;
    top:10px;
    left:-50px;
}
.section-title h3:before{
    content: "";
    position: absolute;
    bottom: 10%;
    background: url(images/icon-r.png) no-repeat;
    background-size:100% 100%;
    width: 45px;
    height: 15px;
    top:10px;
    right:-50px;
}

.owl-viewer .viewer-img{
    position:relative;
    text-align:center;
}
.owl-viewer .viewer-img img{
    max-width:140px;
    display:inline-table;
    border-radius:50%;
    border:2px solid #ccc;
    z-index:10;
}
.info-viewer{
    box-shadow:0 2px 18px rgba(0,138,200,.15);
    background:#fff;
    padding:60px 20px 20px;
    font-size:16px;
    text-align:center;
    margin-top:-50px;
}
.info-viewer h4{
    text-transform:uppercase;
}
.videobg{
    background:url(images/video.jpg)no-repeat;
    background-size:cover;
}
.project-item .project-img{
   width: 100%;
    height: 200px;
    overflow: hidden;
}
.project-item .project-info{
    padding: 20px;
    margin-top: 20px;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 2px 18px rgba(0,138,200,.15);
    -moz-box-shadow: 0 2px 18px rgba(0,138,200,.15);
    box-shadow: 0 2px 18px rgba(0,138,200,.15);
    margin-bottom: 20px;
}
.catelog{
    background: #f0faff;
    position:relative;
    margin-top:50px;
}
.news-home-item{
    position:relative;
    width:100%;
}
.news-home-item img{
    width:100%;
}
.news-home-item h4{
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #008ac857;
    height: 100px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    margin:0;
    color:#fff;
}
/* bao han */
.numcart{
    position: absolute;
    top: -8px;
    left: 15px;
    background: red;
    color: #fff;
    padding: 2px 4px;
    border-radius: 7px;
    font-size: 10px;

}
.main-head #keydown{
    width:70%;
    float:left;
    position:relative;
    margin-top:20px;
}
#keydown input[type=text]{
    height:40px;
    border:none;
    border-radius:3px;
    font-size:15px;
}
.hotlinetop{
    position:relative;
    display:block;
    float:right;
}
.hotlinetop img{
    position:relative;
    margin-right:10px;
    float:left;
}
.hotlinetop p{
    margin-bottom:0px;
    font-family:'SFU_SB';
    font-size:20px;
    text-transform:uppercase;
}
.p1name{
    color:#333;
}
.p2hotline{
    
    font-size:20px;
}
.p2hotline a{
   color:red;
   font-weight:bold; 
}
.foolist{
    position:relative;
    margin:0;
    padding:0;
    list-style-type:none;
}
.foowrapfr{
    position:relative;
    height:0px;
    width:100%;
    padding-bottom:60%;
}
.foowrapfr img{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.fooblock{
    text-transform:uppercase;
    font-family:'UVN_ACN';
    margin:0 0 30px 0;
}
.fooinfo{
    position: relative;
}
.fooinfo p{
    font-size: 17px;
    line-height: 20px;
}
.fooinfo p i{
    margin-right:10px;
    padding:5px;
    border:1px solid #fff;
    width:25px;
}
.tit-bottom{
    position: relative;
    width:100%;
    float:left;
    clear:both;
    font-family: 'UVN_ACN';
    margin-bottom:20px;
    
}
.tit-bottom h3{
    font-size:24px;
    font-weight:600;
    color:#4082B2;
    text-transform:uppercase;
    margin:0;
    line-height:40px;
 /*    padding-bottom:15px; */
/*     float:left;padding-right:5px;
    border-bottom:5px solid #4082B2 ; */
    z-index:1;
    position:relative;
    text-align: center;
    margin-bottom: -10px;
}
.tit-bottom:after{
    position:absolute;
    height:5px;
    width:100%;
    content:'';
    /* background:url(images/bg_tit.jpg)repeat-x; */
    bottom:0px;
    left:0px;
}
.line-tit {
    text-align: center;
    margin-top: -5px;
    
}
.line-tit span{
    display: inline-block;
    width: 170px;
    height: 2px;
    background: #cccccd;
    margin-top: 5px;
    }
.sitelistnews{
    position:relative;
    list-style-type:none;
    margin:0;
    padding:0;
    width:33%;
    float:left;
}
.sitelistnews > li{
    position:relative;
    line-height:24px;
    margin-bottom:15px;
    overflow:hidden;
    width:100%;
    float:left;
}
.sitelistnews > li > a{
    display:block;
    
}
.sitelistnews > li figure{
   position: relative;
   overflow: hidden;
   float:left;
}
.figure-shine{
    position:relative;
    overflow: hidden;
    float:left;
}

.sitelistnews > li figure::before,.figure-shine::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: none;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.sitelistnews > li:hover figure::before,.figure-shine:hover::before {
    display: block;
    -webkit-animation: shine 1.2s;
    animation: shine 1.2s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.sitelistnews > li > a  img{
    width:150px;
    margin-right:15px;
    float:left;
}
.sitelistnews > li > a > h4{
    font-size:18px;
    margin-top:0px;
    margin-bottom:5px;
    font-weight:600;
    line-height:24px;
    cursor:pointer;
    color:#92140c;
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.sitelistnews > li > a > p{
    font-size:15px;
    line-height:23px;
    color:#444;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
#form-sub input,#form-sub textarea{
    margin-bottom:15px;
}
#form-sub input{
    height:36px;
    border-radius:10px;
}
.btn-cus1{
    padding:5px 10px;
    font-size:15px;
    float:right;
    background:#ebd317;
    position: absolute;
    top: 112px;
    left: 210px;
    border-color:#ebd317;
}
.owl-catalogue img{
    border-radius:10px;
}
.owl-catalogue a{
    display:block;
    position:relative;
}
.owl-catalogue a h3{
    width:100%;
    height:50px;
    color:#fff;
    position:absolute;
    bottom:0;
    left:0;
    text-align:center;
    margin:0;
    background:rgb(34, 195, 164);
    line-height:50px;
    text-transform:uppercase;
    opacity:0.7;
}
.owl-catalogue .item{
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}
.site-catalogue{
    position:relative;
    width:100%;
    float:left;
    padding:30px 0px;
}
.site-tit-home{
    position:relative;
    text-align:center;
    margin:20px 0px;
}
.site-tit-home h2,.site-tit-home h1{
    display:inline-block;
    padding:0px 20px;
    text-transform:uppercase;
    color:rgb(34, 195, 164);
    font-size:34px;
    font-weight:bold;
    position:relative;
    font-family:'SVN_EV';
}
.site-tit-home h2:before,.site-tit-home h1:before{
   position:absolute;
   content:'';
   width:105px;
   height:4px;
   left:-105px;
   top:20px;
   background:url(images/left1.png)no-repeat top center;
   z-index:9;
}
.site-tit-home h2:after,.site-tit-home h1:after{
   position:absolute;
   content:'';
   width:105px;
   height:4px;
   right:-105px;
   top:20px;
   background:url(images/right1.png)no-repeat top center;
   z-index:9;
}
.listpro{
    position:relative;
    list-style-type:none;
    margin:0;
    padding:0;
}
.listpro > li{
    float:left;
    width:25%;
    position:relative;
    padding:0px 15px;
    margin-bottom:15px;
}
.listpro > li > a{
    display:block;
}
.listpro > li > a > img{
 /*    border:2px solid #f0c808; */
    border-radius:5px;
}
.listpro > li > a h4{
    line-height:24px;
    font-size:16px;
    text-transform:uppercase;
    text-align:center;
    margin:10px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.proit h3 a{
    color:#333;
    font-size:18px;
}
.proit-img{
    position:relative;
}
.proit-img > img{
    border-radius:5px;
    width:100%;
}
.price-deals{
    color:#666;
    text-decoration:line-through;
    font-size:16px;
    text-align:center;
    margin-bottom:0px;
    height:22px;
}
.price-sale{
    color:red;
    font-size:16px;
    text-align:center;
    margin-bottom:0px;
    height:22px;
}

.button-add {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 100%;
    height: 35px;
    line-height: 40px;
    text-align: right;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    justify-content: space-between;

}
.button-add a{

    text-align:right;
    margin-right:5px;
    margin-bottom:5px;
}

.proit-img:hover .button-add {
    opacity: 1;
    bottom: 0;
    visibility: visible;
}
.quick_btn {
    top:40%!important;
    left:25%!important;
    width: 120px;
    display: none;
    position: absolute;
    transition: all 0.5s ease-out;
    cursor: pointer;
    visibility: hidden;
    z-index: 999;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    background: rgb(44, 209, 177);
    border-radius: 6px;
    padding: 10px 15px;
    display: inline-block;
    text-align:center;
}
.quick_btn:hover{
    color:#fff;
}
.proit:hover .quick_btn {
    display: inline-block;
    visibility: visible;
}
.proit-img:after{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9;
    background:rgba(225, 225, 225, .7);
    content:'';
    opacity:0;
    transition: visibility 0s, opacity 0.5s linear;
}
.proit:hover .proit-img:after{
   opacity:1;
}
.tags{
    margin:10px 0px;
}
.tags a{
    text-decoration:underline!important;
    color:#337ab7!important;
}
#list-video{
    margin-top:10px;
}
#list-video option{
    color:#333;
}
.site-about{
    width:100%;
    float:left;
    position:relative;
    padding:30px 0px;
}
.menu{
    transition: all 0.3s ease-in;
}
.menu.fixedTop{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:999;
    padding-top:0px;

}
.menu.fixedTop .logo img{
     height:40px;
}
#main-nav > li.active > a{
  color:#ebd317;
}

.menu.fixedTop #main-nav > li > a{
    line-height:45px;
}



.site-slide{
    width:100%;
    float:left;
    clear:both;
}
.video-big{
    position:relative;
}
.video-big img{
    position:relative;
    width:100%;
}
.video-big a{
    display:block;
    position:relative;
}
.video-big  a:after{
    position:absolute;
    content:'';
    width:60px;
    height:60px;
    top:40%;
    left:45%;
    background:url(images/ic-vblue.png)no-repeat;
    background-size:100% 100%;
}
.about-in{
   position:relative;
   width:100%;
   float:left;
}
.h_about{
    font-family:'SVN_B';
    font-size:17px; 
    color: #ebd317;
    text-transform: uppercase;
    font-weight: bold;
}


.about-in h3{
    text-align:left;
    color:#666666;
    text-transform:uppercase;
    font-size:22px;
    font-family:'SFU_SB';
    font-weight:600;
    line-height:26px;
    margin:10px 0 10px 0;
}
.img-bf{
    display:block;
    margin-bottom:30px;
}
.about-ct{
    font-size:14px;
    padding:5px 0px;
    line-height:24px;
    letter-spacing:0.1px;
    color: grey;
    text-transform:capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}
.open-about{
   position:relative;
   text-align:center;
}
.open-about a{
    display:inline-table;
    padding:12px 35px;
    background:#efca59;
    color:#fff;
    border-radius:5px;
    text-transform:uppercase;
    font-size:18px;
}


.team1{
    width:26%;
    float:left;
}
.team2{
    width:37%;
    float:left;
}
.team3{
     width:37%;
     float:left;
}

.team1 img,.team2 img,.team3 img{
    width:100%;
    transition: transform .6s;
}
.team1 a,.team2 a,.team3 a{
    display:block;
    margin:10px;
    overflow:hidden;
}
.team1 img:hover,.team2 img:hover,.team3 img:hover{
    transform: scale(1.1);
}

.site-team{
    width:100%;
    float:left;
    padding:30px 0px;
}

.site-titpage,.tit_block{
    position:relative;
    width:100%;
    float:left;
    border-bottom:2px solid #f0c808;
    margin-bottom:30px;
}
.site-titpage h3,.tit_block h1{
    float:left;
    margin:0;
    padding:0px 45px 0px 15px;
    line-height:50px;
    text-transform:uppercase;
    color:#fff;
    background:#f0c808;
    margin-left:25px;
    position:relative;
    font-size:24px;
}
.site-titpage1 {
    position:relative;
    width:100%;
}
.site-titpage1 h3 {
    text-transform: uppercase;
    text-align: center;
    color:#ebd317;
    font-weight: bold;
    margin-bottom: -5px;
    margin: 8px 0;
}
.kitu{
    color:#ebd317;
}
.site-titpage1 hr{
    width: 70px;
    background-color:#4068B2;
    margin-right: auto;
    margin-left: auto;
    height: 3px;
}
.add-after:after{
   width:25px;
   height:52px;
  /*  background:#fff url(images/p1.jpg)no-repeat;
 */   position:absolute;
   top:0;
   left:-25px;
   content:'';
   background-size:100% 100%;
   z-index:1;
}
.add-before:before{
   position:absolute;
   content:'';
   width:32px;
   height:50px;
  /*  background:url(images/p2.jpg); */
   top:0;
   right:0px;
   background-size:100% 100%;
}
.site-titpage1 .add-before1 {
    margin: 30px 0px;
}


.owl-video{
    position:relative;
}

.owl-video .item a{
    position:relative;
    display:block;
}
.owl-video .item a:after{
    position:absolute;
    content:'';
    width:60px;
    height:40px;
    top:40%;
    left:45%;
    background:url(images/ic-red.png)no-repeat;
    background-size:100% 100%;
}
.owl-video .owl-prev,.owl-video .owl-next{
    position:absolute;
    top:50%;
}
.owl-video .owl-prev i,.owl-video .owl-next i{
    font-size:34px;
    font-weight:bold;
}
.owl-video .owl-prev{
    left:-10px;
}
.owl-video .owl-next{
    right:-10px;
}
.proit p{
    line-height:23px;
    letter-spacing:0.4px;
    padding:10px 15px;
}

.site-partner{
    position:relative;
    width:100%;
    float:left;
    padding:30px 0px;
}
.titpartner{
    margin-top:70px;
}
.owl-partner{
    position:relative;
}

.owl-partner .owl-prev,.owl-partner .owl-next{
    position:absolute;
    top:45%;
}
.owl-partner .owl-prev i,.owl-partner .owl-next i{
    font-size:34px;
    font-weight:bold;
}
.owl-partner .owl-prev{
    left:-20px;
}
.owl-partner .owl-next{
    right:-20px;
} 

.btn-cus1{
    color:#fff;
}

.fix-phone{
    position:fixed;
    right:10px;
    bottom:0;
    z-index:9;
    padding:10px;
}
.fix-phone > li{
    position:relative;
    background:#d61616;
    color:#fff;
    display:block;
    width:100%;
    padding:5px 15px;
    margin-bottom:5px;
    border-radius:10px 10px 0px 0px;
}
.fix-phone > li > a{
    color:#fff;
}
.fix-phone > li > a img{
    height:30px;
}

.fix_chat{
    position:fixed;
    bottom:10px;
    left:10px;
    display:block;
}

.fix_zalo{
    position:fixed;
    bottom:10px;
    left:70px;
    display:block;
}


/** --Responsive-- **/
.simplePagerNav{
    list-style:none;
    text-align:center;
    margin: 15px 0px 15px 180px;
}
.simplePagerNav li{
    display:inline-block;
    width:25px;
    height:25px;
    line-height:25px;
    margin-right:5px;
    text-decoration:none;
    font-weight:bold;
    color:#fff;
    background-color:#004676;
}
.simplePagerNav li.currentPage{
    color:#FFF;
    background-color:#F58120;
    display:inline-block;
    width:25px;
    height:25px;
    line-height:25px;
    margin-right:5px;
    font-weight:bold;
    border-radius: 50%;
}
.simplePagerNav li:hover{
    color:#FFF;
    background-color:#F58120
}.simplePagerNav li a
{
    color:#FFF;
    display: block;
}

.aht-nd{
    position:relative;
    width:100%;
    float:left;
    padding:15px 0px;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #ccc;
}
.menu.fixed ul li a{
    margin: 0px 15px!important;
}

.banner{
    position:relative;
    display:block;
    margin-top:10px;
}

#keydown{
    float:right;
    display:block;
    width:230px;
    position:relative;
    margin-top:5px;
}

.price{
    text-align:center;
    color:black;
    font-size:16px;
    font-weight:600;
    text-transform:uppercase;
    margin-bottom:0px;
}

.cate-open{
    text-align:center;
}
.cate-open a{
    color:#fff;
    background:#4068B2;
    padding:10px 20px;
    border-radius:5px;
}
.site-aht{
    position:relative;
    width:100%;
    float:left;
    padding:5px 0px;
    margin-top: 0px;
    padding-bottom: 0px;
}

.site-quote-tit{
    color:#fff;
    text-transform:uppercase;
    font-size:28px;
    text-align:center;
}
.site-nvid {
    background: #f2ebdd;
    margin-bottom: 10px;
    padding-bottom: 50px;
    padding-top: 20px;
}

.quote-content{
    padding:20px 0px;
    width:90%;
    max-width:600px;
    margin:0 auto;
}

.tree-news{
    position:relative;
    list-style-type:none;
    padding:0px;
}
.tree-news li{
  width:100%;
  float:left;
  margin-bottom:10px;
  padding-bottom:10px;
}
.tree-news li a{
    display:block;
}
.tree-news li a img{
    float:left;
    margin-right:15px;
    width:150px;
    border-radius:5px;
}
.tree-news li a h4{
    font-size:17px;
    font-weight:600;
}
.tree-news li a p{
    line-height:24px;
    letter-spacing:0.5px;
    text-align:justify;
}
.aht-vid{
    position:relative;
    width:100%;
    float:left;
    height:0;
    padding-bottom:60%;
}

.aht-vid  img{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}

.tree-video{
    position:relative;
    list-style-type:none;
    padding:0;
    width:100%;
    float:left;
    margin-top:10px;
}
.tree-video > li{
    float:left;
    width:25%;
    padding:5px;
    cursor:pointer;
    position:relative;
}
.aht-vid a:before{
    position:absolute;
    width:50px;
    height:50px;
    content:'';
    background:url(images/ic-video.png)no-repeat;
    background-size:100% 100%;
    top:40%;
    left:45%;
    z-index:1;
}

.tree-video > li > a:before{
    position:absolute;
    width:25px;
    height:25px;
    content:'';
    background:url(images/ic-video.png)no-repeat;
    background-size:100% 100%;
    top:35%;
    left:40%;
    z-index:1;
}
.site-foo-block{
    position:relative;
    width:100%;
    float:left;
    padding:15px 10px;
    border:1px solid #ba9c41;
    border-top:none;
}

.foo-map{
    position:relative;
    height:0;
    padding-bottom:60%;
}
.foo-map iframe{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.aht-content{
    position:relative;
    width:100%;
    float:left;
}
.aht-des{
    width:100%;
    float:left;
    font-size:16px;
    font-weight:500px;
    line-height:24px;
    letter-spacing:0.5px;
    margin-top:0px;
}
.col-head{
    position:relative;
    float:left;
}
.col-head1{
    width:50%;
}
.col-head2{
    width:100%;
    padding: 0px 30px;
}

.bg-head2{
    background:none;
    border-radius:20px;
}
.bg-head2 a{
    color:#fff;
}
.bg-head2 a i{
    font-size:20px;
}
.head3-phone{
    font-size:14px;
    font-weight:600;
}

.menu-bars > ul{
    list-style-type:none;
    margin:0;
    padding:0;
    position:absolute;
    top:100%;
    left:0;
    border:1px solid #ddd;
    border-top:none;
    display:none;
    z-index:9;
    background:#fff;
}
.menu-bars > a{
    margin: 5px;
    width: 100%;
    height: 100%;
}
.menu-bars:hover > ul{
    display:block;
}
.menu-bars > ul > li{
    min-width:250px;
    position:relative;
    border-bottom:1px solid #ddd;
}
.menu-bars > ul > li:last-child{
    border-bottom:none;
}
.menu-bars > ul li a{
    line-height:35px;
    color:#333;
    text-indent:5px;
    display:block;
    text-transform:uppercase;
}
.menu-bars > ul li a i{
    color:#777;
}
.menu-bars > ul > li > ul{
    position:absolute;
    left:100%;
    top:0;
    list-style-type:none;
    margin:0;
    padding:0;
    border:1px solid #ddd;
    display:none;
    z-index:9;
    background:#fff;
}
.menu-bars > ul > li:hover > ul{
    display:block;
}
.menu-bars > ul > li > ul > li{
    line-height:35px;
    text-indent:5px;
    min-width:250px;
    border-bottom:1px solid #ddd; 
}
.menu-bars > ul > li > ul > li:last-child{
    border-bottom:none;
}
.menu-bars > ul > li > ul > li > ul{
    position:absolute;
    left:100%;
    top:0;
    list-style-type:none;
    margin:0;
    padding:0;
    border:1px solid #ddd;
    display:none;
    z-index:9;
    background:#fff;
}
.menu-bars > ul > li > ul > li:hover > ul{
    display:block;
}
.menu-bars > ul > li > ul > li > ul > li{
    line-height:35px;
    text-indent:5px;
    min-width:250px;
    border-bottom:1px solid #ddd; 
}
.menu-bars > ul > li > ul > li > ul > li:last-child{
    border-bottom:none;
}

.site-camnang{
    padding:5px 0px;
}

.owl-camnang .owl-prev,.owl-camnang .owl-next{
   position:absolute;
   top:40%;
   font-size:25px;
}
.owl-camnang .owl-prev{
    left:-25px;
    background: #4082B2;
    padding: 0px 5px;
    border-radius: 2px ;
}
.owl-camnang .owl-next{
    right:-25px;
    background: #4082B2;
    padding: 0px 5px;
    border-radius: 2px ;
}
.owl-tt .owl-prev,.owl-tt .owl-next{
   position:absolute;
   top:-10%;
   font-size:20px;
   text-align: center;
}

.owl-tt .owl-prev {
    left: 93%;
    background: #4082B2;
    padding: 0px 15px;
    border-radius: 2px;
}
.owl-tt .owl-next {
    right: 0%;
     background: #4082B2;
    padding: 0px 15px;
    border-radius: 2px;
}
.owl-camket{
    width: 95%;
    float: left;
    margin: 30px 38px;
}
.item-cn{
    position:relative;
    overflow:hidden;
}
.item-cn a{
    display:block;
    z-index:999;
}
.item-cn .caption {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    z-index:5;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.item-cn .caption .blur {
    background-color: rgba(0,0,0,0.5);
    width:90%;
    height:90%;
    top:5%;
    left:5%;
    z-index: 5;
    position: absolute;
}
.item-cn .caption .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    width: 80%;
    height:30%;
    text-align: center;
    top:20%;
    left:10%;
}
.item-cn .caption .caption-text h3{
     margin:0;
}
.item-cn .caption .caption-text h3 a{
    font-size:20px;
    text-transform:uppercase;
    color:#fff;
    text-align:center;
    line-height:26px;
}
.item-cn:hover .caption{
    opacity:1;
}
.item-ck .caption .caption-text p a{
    font-size:12px;
    color: #666666;
    padding-left:20px;
    padding-right: 20px;
}
.item-ck .caption .caption-text h3 a{
    font-size:20px;
}
.item-cn img{
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.item-cn:hover img{
    transform: scale(1.15,1.15);
    -webkit-transform: scale(1.15,1.15);
    -moz-transform: scale(1.15,1.15);
    -ms-transform: scale(1.15,1.15);
    -o-transform: scale(1.15,1.15);
}
.item-ck {
     float: left;
     width:calc(24% - 6px);
     margin:10px 3px;
     box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
     padding:7px 5px;
     text-align: center;
     display: inline-block;
     overflow: hidden;
     border-radius:5px;
}
.owl-camket .item-ck::before {
    content: "";
    position: absolute;
    top:0;
    left: auto;
    right: 0;
    width: 100%;
    height: 0%;
    background-color: #4082B2;
    transition:0.8s;
    z-index: -1;
    
}

.owl-camket .item-ck:hover h2 a {
    background: #FFF;
    color: #4082B2;
}
.owl-camket .item-ck:hover h3 a,  .owl-camket .item-ck:hover .caption-tex3 p a {
    color: #FFF;
} 
.owl-camket .item-ck:hover {
    background-color: #4082B2;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    color: #fff;
}
.item-ck{
    height:70px;
    position:relative;
}
.logo-ck{
    position:absolute;
    right:5px;
    bottom:5px;
    height:15px;
}
.item-ck .caption-tex3 h3 a{
    font-size: 13px;
    text-transform: capitalize;
    font-weight:600;
    line-height:10px;
    color:#333;
}
.caption-tex3 h3 {
    margin:0 0;
    border-bottom:1px solid #4082B2;
    line-height:20px;
    line-height:9px;
    padding-bottom:5px;
}
.caption-tex3 {
    float:left;
    width:100%;
    text-align: left;
    padding-left:25px;
    position:relative;
}
.caption-tex3 span{
    background: #ebd317;
    color: #FFF;
    font-weight:600;
    padding: 3px 5px;
    border-radius:4px;
    position:absolute;
    left:0;
    top:10px;
}
.caption-tex3 p{
    font-size: 11px;
    
}

.site-prohot{
    position:relative;
    padding:50px 0px;
}

.site-titbg{
    float:left;
    width:100%;
    text-align:center;
    margin:0;
}
.site-titbg h2,.site-titbg h1{
    color:#fff;
    font-size:34px;
    text-transform:uppercase;
    font-family:'UVN_ACN';
    margin:0 0 15px 0;
    padding:0;
    line-height:30px;
}
.treepro{
    float:left;
    width:100%;
    position:relative;
    list-style-type:none;
    margin:0;
    padding:0;
}
.treepro > li{
    float:left;
    width:33.33%;
    padding:5px 10px;
    position:relative;
    text-align:center;
    
}
.treepro > li > a{
    display:block;
    color:#333;
    height:420px;
    overflow:hidden;
}
.treepro > li > a h3{
    font-size:16px;
    line-height: 22px;
    text-align:left;
    color: #666666;
    font-weight:600;
    height: 45px;
    padding: 0px 5px;
    overflow:hidden;
}
.treepro > li > a p {
    color:grey;
/*    height: 60px;*/
    padding: 0px 5px;
    font-size:13px;
}
.treepro > li > a img{
    position:relative;
    width:100%;
}
.inner .treepro .ngaytao {
    padding-left: 10px;
    float: left;
    color:#ebd317;
    height: 20px;
}
.inner .treepro .luotxem {
    float: right;
    color:#ebd317;
    padding-right: 10px;
    height: 20px;
}
.f-price{
    font-size:20px;
    font-weight:600;
    color:black;
}
.imgpro{
    display:block;
    overflow:hidden;
    border:5px solid #ebe7e1;
    position:relative;
}
.imgpro img{
    transition:all 0.5s ease 0s;
}
.treepro > li:hover .imgpro img{
    transform: scale(1.2); 
}

.imgpro:before{
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: none;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.treepro > li:hover .imgpro:before{
   display: block;
    -webkit-animation: shine 1.2s;
    animation: shine 1.2s; 
}


.titnobg h2,.titnobg h1{
    color:#ebd317;
}

.bgcate{
    background:#92140c;
}

.bgcate .site-titbg h2{
    color:#fff;
}

.site-prohot .treepro > li > a{
    color:#fff;
}

.site-prohot .f-price{
    color:#fff;
}

.bgcate .treepro > li > a,.bgcate .f-price{
    color:#fff;
}
.open-cate{
    text-align:center;
    width:100%;
    float:left;
    margin:15px 0px;
}
.open-cate a{
    display: inline-block;
    color: #ebd317;
    background: #fff;
    text-transform: capitalize;
    padding: 3px 16px;
    font-size: 16px;
    font-weight: 600;
    border-style: solid;

}
.bgcate .open-cate a{
    background:#14b82a;
}

.about-txt{
    font-size:20px;
    line-height:26px;
    padding-top:40px;
}


.ifr-vid {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
}
.ifr-vid iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.tree-video {
    position: relative;
    list-style-type: none;
    clear: both;
    padding: 0;
    margin: 0;
}
.tree-video li {
    float: left;
    width: 33.33%;
    padding: 15px 7px;
    cursor: pointer;
    position: relative;
}
.tree-video li a {
    position: relative;
    display: block;
}
.tree-video li a img {
    width: 100%;
}
.tree-video > li > a:before {
    position: absolute;
    width: 40px;
    height: 40px;
    content: '';
    background: url(images/ic-vid.png)no-repeat;
    background-size: 100% 100%;
    top: 35%;
    left: 40%;
    z-index: 1;
}
.x-vid{
    width:100%;
    float:left;
}
.row-md-7{
    margin-left:-7px;
    margin-right:-7px;
}

.foolist{
    list-style-type:none;
    margin:0;
    padding:0;
}
.foolist > li{
    line-height:30px;
}
.foolist > li > a{
    color:#fff;
    font-size:16px;
}
.foofullmap{
    width:100%;
    float:left;
    height:0;
    padding-bottom:40%;
    position:relative;
}
.foofullmap iframe{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    border-radius: 2px;
}

.site-fulltop{
    width:100%;
    padding:5px 0px;
    margin-top: -10px;
    margin: auto;
}
.site-fulltop img{
    
}

.othernews ul{
    list-style-type:none;
    margin:0;
    padding:0;
}

.pdt0{
    padding-top:0px!important;
}
.page-tit h1{
    margin:5px 0 10px 0;
    font-size:26px;
    font-weight:600;
}

.tree-sys{
    position:relative;
    list-style-type:none;
    margin:0;
    padding:0;
    width:100%;
    float:left;
}
.tree-sys > li{
    width:33.33%;
    float:left;
    padding:15px;
}
.tree-sys > li > a{
    display:block;
    position:relative;
}

.tree-sys > li:hover  img {
    opacity: 0.4;
}


.tree-sys > li > a figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tree-sys > li > a figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    pointer-events: none;
}
.tree-sys > li:hover > a figcaption::before{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.tree-sys > li > a figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    pointer-events: none;
}
.tree-sys > li:hover > a figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.tree-sys > li > a h2 {
    padding-top: 20%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    margin: 0;
    word-spacing: -0.15em;
    font-weight: 300;
    font-size:22px;
}
.tree-sys > li:hover > a h2{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.tree-sys > li > a p {
    padding: 10px 0em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
    letter-spacing: 1px;
    font-size: 68.5%;
    margin: 0;
}
.tree-sys > li:hover > a p{
   opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.effect-gird{
    background:rgb(0,0,0,0.7);
}

.site-hethong{
    position:relative;
    width:100%;
    float:left;
    padding:40px 0px;
    margin-bottom:30px;
}
.site-hethong .in-hethong{
    max-width:1000px;
    margin:0 auto;
    clear:both;
}

.mapht{
    position:relative;
    width:100%;
    height:0;
    padding-bottom:80%;
}
.mapht iframe{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}

.sys-item {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 80%;
    overflow: hidden;
}
.sys-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sys-item .blur {
    background-color: rgba(0,0,0,0.7);
    z-index: 5;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.sys-item .figcaption {
    padding: 3em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}
.sys-item .figcaption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    position: absolute;
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.sys-item .figcaption::before, .sys-item .figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.sys-item .figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    position: absolute;
    content: '';
    opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.sys-item .figcaption h2 {
    padding-top: 26%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
    margin: 0;
    word-spacing: -0.15em;
    font-weight: 300;
    text-align: center;
    color: #fff;
    font-size: 20px;
    opacity: 1;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    text-transform:uppercase;
}

.sys-item .figcaption p {
    padding: 0.5em 2em;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
    letter-spacing: 1px;
    font-size: 14px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    color: #fff;
    text-align: center;
        -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.site-slide{
    width:100%;
    float:left;
    clear:both;
    overflow:hidden;
    margin-top:5px;
}

.camera_wrap{
    max-height:500px;
}


.treepost{
    position:relative;
    width:100%;
    float:left;
    list-style-type:none;
    margin:0;
    padding:0;
}
.treepost > li{
    float:left;
    width:100%;
    padding:10px 15px;
}
.treepost > li a{
    display:block;
    color:#333;
    display: block;
    text-align: center;
}
.treepost > li h2{
    font-size:20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight:600;
    line-height:24px;
    text-align: left;
    color:#666666;
    margin:0 0 10px 0;
    padding:0 0 0 10px;
}
.treepost > li p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size:15px;
    line-height:24px;
    text-align: justify;
    padding: 0px 10px;
    color:grey;
}
.date-format{
    float:left; color: #444;font-size:13px;font-style:italic;
}
.treepost >li a > img {
    width: 30%;
    float: left;
}

/**/
.btn-call {
  position: fixed;
  bottom: 10%;
  left: 30px;
  z-index: 99;
  }
  .btn-call span {
    display: block;
    font-size: 18px;
    width: 46px;
    height: 46px;
    margin: auto;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #ed1d24;
    position: relative; }
    .btn-call span:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 50%;
      border: solid 1px rgba(237, 29, 36, 0.6);
      -webkit-animation-name: zoomin;
      animation-name: zoomin;
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }
    .btn-call span:after {
      content: '';
      position: absolute;
      top: -10px;
      left: -10px;
      right: -10px;
      bottom: -10px;
      border-radius: 50%;
      background: rgba(237, 29, 36, 0.6);
      z-index: -1;
      -webkit-animation-name: zoomout;
      animation-name: zoomout;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-direction: alternate;
      animation-direction: alternate; }
    .btn-call span i {
      -webkit-animation-name: lac;
      animation-name: lac;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }
  .btn-call strong {
    color: #fff;
    background: rgba(237, 29, 36, 0.8);
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    border-radius: 5px;
    position: absolute;
    left: 100%;
    margin-left: 5px;
    white-space: nowrap;
    font-weight: 500;
    font-size: 18px;
    line-height: 37px;
    top: 50%;
    margin-top: -18px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
    .btn-call strong:before {
      content: '';
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-right: 8px solid rgba(237, 29, 36, 0.8);
      border-bottom: 6px solid transparent;
      position: absolute;
      left: -8px;
      top: 50%;
      margin-top: -6px; }

@media all and (max-width: 991px) {
  .btn-call {
    top: auto;
    left: 30px;
    bottom: 11%;
    }
    .btn-call strong {
      display: none; } }

@keyframes lac {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg); }
  20% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg); }
  30% {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg); }
  40% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes lac {
  0% {
    -webkit-transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(-25deg); }
  20% {
    -webkit-transform: rotate(25deg); }
  30% {
    -webkit-transform: rotate(-25deg); }
  40% {
    -webkit-transform: rotate(25deg); }
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

@keyframes zoomin {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: .1; } }

@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2.2);
    opacity: .1; } }

@keyframes zoomout {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .3; } }

@-webkit-keyframes zoomout {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.1);
    opacity: .3; } 
}
.m_head{
    position:relative;
    width:100%;
    float:left;
    clear:both;
    text-align:center;
}




.item-product {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 8px -1px;
}
.item-product a > img {
    margin-bottom: -30px;
    margin-left: 0px;
}
.item-product h5{
    color: #666666;
    text-transform: uppercase;
    font-size:16px;
    text-align: center;
    margin-top: 0px;
}

.item-product .fa-phone1 {
    text-align: center;
    background: #4082B2;
    color: #FFF;
    text-align: center;
}
.item-product .fa-phone1 img{
    width: 14px;
    height: 14px;
    display: inline-block;
}

.item-bottom {
    width: 95%;
    margin-top: 0px;
    margin-bottom: 0px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px -1px -30px;
    background: #FFF;
    float: left;
    border-radius: 20px;
}
.item-bottom a > img {
    width: 44px;
    height: 44px;
    margin: 10px 90px;
}
.item-boot {
    
    padding: 0px 5px;

}
.item-bottom h5{
    color: black;
    font-size:13px;
    font-weight: bold; 
    text-transform: capitalize;
    position: absolute;
    top: 10px;
    left: 150px;
}
.item-bottom p {
    color: #666666;
    text-align: center;
    font-size: 11px;
    padding: 0px 20px;
}
.line-bot {
    float: left;
}
.line-bot p{
    color: #666666;
    
}
.item-bottom .line-bot  span{ 
    width: 70px;
    height: 3px;
    background: #666666;
    padding-top: 10px;
    }

.cate-open1{
    
}
.cate-open1 a{
    color:#444;
    padding:2px 15px;
    border-radius:2px;
    font-weight: bold;
}
.item-in {
    width: 30%;
    float: left;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.item-in h3{
    color: black;
    font-weight: bold;
}
.item-imbt {
    width: 20%;
    float: left;
}
.item-imbt img {
    margin-top: 50px;
    margin-left: 20px;
}
.item-lh {
    width: 50%;
    float: left;
}
 .item-lh .item-hotline1 {
    width: 45%;
    float: left;
}
.item-lh .item-hotline2 {
    width: 45%;
    float: right;
}
 .item-hotline3 {
    text-align: center;
    border: #4082B2 solid 2px;
    border-radius: 15px;
    height: 100px;
    
}
.item-hotline3 h3{
    color: #808080;
}
.item-hotline3 a{
    font-size: 20px;
}
.item-fb h3 {
    color: #4082B2;
}
.img-bf img{
    width: 100%;
}

.item-hthi h3{
    color: #fff;
   /*  background: rgba(237, 29, 36, 0.8);*/
   background:rgb(239, 29, 36, 0.8);
    vertical-align: middle;
    padding: 0 20px;
    border-radius: 5px;
    position: absolute;
    left: 100%;
    margin-left: 5px;
    white-space: nowrap;
    font-weight: 500;
    font-size: 27px;
    line-height: 37px;
    top: 50%;
    margin-top: -18px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: 'RL';
    
}
.owl-slider{
    position:relative;
}
.owl-slider .owl-dots{
    position:absolute;
    z-index:99;
    bottom:0;
    left:0;
    width:100%;
}
.item-zalo h3{
    background: #24A9E0;
   
}
.ladi-element  .item-zalo h3:before {
     border-right: 8px solid rgba(13, 166.52, 255, 0.8);
}
.item-hthi h3:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 8px solid rgba(239, 29, 36, 0.8);
    border-bottom: 6px solid transparent;
    position: absolute;
    left: -8px;
    top: 50%;
    margin-top: -6px;
    
}
.item-xd {
    width:calc(33.33% - 30px);
    float: left ;
    position: relative;
    margin:15px 15px;
    overflow:hidden;
}

.owl-md-4 {
   position:relative;
}

.item-xd  a img {

   
}
.caption-text2 {
    position:absolute;
    width:100%;
    height:100%;
    padding:10% 5%;
    overflow:hidden;
}
.caption-text2 h3 {
     font-size: 18px;
     margin:0 0 15px 0;
     line-height:25px;
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;
    overflow: hidden;
    text-overflow: ellipsis;
 }
 .caption-text2  p {
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height:23px;
 }
 .caption-text2 h3 a {
    color: #fff;
    font-size: 18px;
    text-align: left;
}

.item-xd .caption-text p a {
    color: #fff;
    font-size: 14px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 20px;
     max-height:    100px;
     text-align: justify ;
     text-transform: capitalize;
     
}
.caption-text {
    color: #FFF;
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color: rgba(0, 0, 0, 0.4);
}


.item-xd .caption-text .open-xd {
    background: none;
    border: 1px solid #ffffff;
    padding: 5px; 
    display: inline-block;
    width: 100%;
}

.item-xd .caption-text .open-xd  a{
    color: #FFF;
    
}

.item-xd .caption-text .open-xd .kitu {
    color: #4082b2;
    padding-left: 13px;
    font-size: 14px;
    font-weight: bold;
}
.caption-textsc .caption-text2 h3 {
    border-style: none none none solid;
    padding-left: 5px;
    border-color:#ebd317;
    width: 85%;
    float: left;
}
.caption-textsc .caption-text2 {
    margin-top: 45%;
}
.item-xd .caption-text .open-sc {
    background: none;
    border: 1px solid #ffffff;
    padding: 5px;
    width: 10%;    
    display: inline-block;
    font-weight: bold;   
    border-radius :10px;
    float: right;
    margin-top: 15px;
   
}
.item-xd .caption-text .open-sc a {
    color: #FFF;
}


.owl-camket .item-ck .caption-text {
    padding-left: 35px;
    
}

.owl-camket .item-ck .caption-text h3 a{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    border-style: none none solid none;
    padding-bottom: 2px;
    width: 210px;
    text-align: left;
}
.owl-camket .item-ck .caption-text p a {
    font-size: 12px;
    color: #4082B2;
}
.owl-camket .item-ck .caption-tex3 .mienphi {
    color:grey;
}
.logo-item .logo img {
    width: 35%;
}
.logo-item .logo {
     margin-left: 12%;
     position: absolute;
     margin-top: 3.9%; 

}

 .open-chitiet{
    text-align:left;
    width:100%;
    float:left;
    margin:15px 0px;
}
 .open-chitiet  a{
    display:inline-block;
    color:#ebd317;
    background:#fff;
    text-transform:capitalize;
    padding:4px 12px;
    font-size:14px;
    font-weight:600;
    border:1px solid #ebd317;
}
.item-open {
    font-size: 30px;
    margin-top: -70px;
    margin-left: 55px;
}
.owl-news .item-bottom {
    width: 30%;
    display: block;
}
.owl-lvhd .item-bottom a img::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 2%;
    width: 85%;
    height: 277px;
    background-color: #4082B2;
    transition: .25s;
    z-index: -1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 3px;
    border-radius: 30px;
}
.item-tt {
    width: 100%;
}
.item-tt .item-tintuc{
    position:relative;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 20px;
    overflow:hidden;
}
.item-tt .item-tintuc a img {
    margin-left: 0px;
    margin-top: 0px;
}
.item-tt .item-tintuc .item-boot  {
    background:#000;
    height: 70px;
    padding: 5px 10px;
    color: #ebd317;
}
.item-tt .item-tintuc .item-boot p a{
    color: #FFF;
    font-size: 13px;
    font-weight:600;
}
.item-tt .item-tintuc .item-boot h5 {     
    margin-top: -5px;
    font-weight: bold;
    color:#fff;
}
.item-tt .item-tintuc .item-boot2 p {
    text-align: justify;
    padding: 10px;
    color:#666666;
}
.item-ft span{
    width: 50px;
    height: 3px;
    background: grey;
    position: absolute;
    top:30px;
}
.fooname {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 10px;
}
.text-ft a{
    font-size: 16px;
    color: #FFF;
}
.list-product1{
    position:relative;
    width:100%;
    float:left;
    list-style-type:none;
    margin:0;
    padding:0;
}
.list-product1 > li{
    width:calc(25% - 30px);
    float:left;
    margin:15px 15px;
    padding:5px;
}
.list-product1 > li > a{
    position:relative;
    display:block;
    color:#444;
}
.list-product1 > li > a > img{
    max-width:100%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding:5px;
}
.list-product1 > li > a > h4{
   font-weight:600;
   font-size:16px;
   height:45px;
   line-height:22px;
   overflow:hidden;
}
.list-product1 > li > a > p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    height:60px;
    overflow:hidden;
}

.simplePagerNav{
list-style:none;
text-align:center;
margin: 15px 0px 15px 0px;
}
.simplePagerNav li{
display:inline-block;
width:25px;
height:25px;
line-height:25px;
margin-right:5px;
text-decoration:none;
font-weight:bold;
color:#fff;
background-color:#004676;
}
.simplePagerNav li.currentPage{
color:#FFF;
background-color:#F58120;
display:inline-block;
width:25px;
height:25px;
line-height:25px;
margin-right:5px;
font-weight:bold;
border-radius: 50%;
}
.simplePagerNav li:hover{
color:#FFF;
background-color:#F58120
}
.simplePagerNav li a
{
color:#FFF;
display: block;
}
.copy{
    background:#000;
}
.owl-carousel .owl-item img{
    max-width:100%;
}
.logo_m{
	padding-left:20px;
}
.logo_m img{
     max-height:60px;
}
.m_head > p{
   text-align:center;
   margin:0;
   line-height:20px;
   width:100%;
   float:left;
}
.m_head > p > a{
	color:#333;
}
.chitiettin{
	margin-top:15px;
}

/*---Reponsive---*/
@media (min-width:1350px){
  .row-md{
    margin-left:-15px;
    margin-right:-15px;
   }
}
@media (max-width:1200px){

}
@media (max-width:1024px){
  .item-xd{
       width:calc(33.33% - 20px);
       margin:10px 10px;
    }
    .owl-camket{
        width:100%;
        margin:15px 0;
    }
    .item-ck{
        width: calc(25% - 6px);
    }
}



@media (max-width:991px){
   
    .fooname{
        padding-top:0px!important;
        font-size:16px!important;
        margin:0 0 10px 0;
        line-height:24px;
    }
    .fooblock{
        margin-top:0px!important;
        margin:0 0 15px 0;
    }
    .sitefoo{
        padding:15px 0;
    }
    .item-ft{
        display:none;
    }
    #form-sub{
        position:relative;

    }
    .btn-cus1{
        right:5px;
        bottom:1px;
        top:auto;
        left:auto;
    }
    footer{
       background-size: cover!important;
       background-repeat: no-repeat!important;
       background-position: 50% 50%;
    }
    .fooblock{
        margin-top:15px;
    }
    .container{
        width:96%;
    }
    .listpro > li{
        width:33.33%;
        padding:7;
    }
    .m_head{
        text-align:center;
        padding:10px 0px;
        box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
        /*box-shadow:rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;*/
        margin-bottom:10px;
    }
    #productinfo h1{
        margin-top:15px;
    }
    .row-sm{
        margin-left:-15px;
        margin-right:-15px;
    }
    .head_info ul li .icon img{
        height:35px;
    }
    .entry_sp.pro_big {
    width: 33%;
    padding: 5px;
    }
    .entry_sp.pro_small{
        padding:5px;
    }
    .it_bn{
        text-align:center;
    }
    .list_cart{
        display:block!important;
        text-align:center;
    }
    .cart-bt{
        margin-top:10px;
    }
     .logo{
        text-align:center;
     }
     .logo img{
        width: 100%;
        height: 100%;
        margin: 5px;
        padding: 0;
     }
     .top-head{
        text-align:center;
     }
    .it_bn{
        margin-bottom:20px;
    }

}
@media (max-width:767px){
    .site-fulltop img{
         max-width:100%;
    }
	.logo_m{
		width:100%;
        float:left;
	}
    .treepro > li > a h3{
        margin:15px 0 10px 0;
        padding:0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height:24px;
        height:50px;
        font-size:16px;
        text-align:left;
    }
    .inner{
        padding:10px 0;
    }
    .site-titbg{
        margin:0 0 10px 0;
    }
    .treepro > li{
        width:calc(50% - 20px);
        margin:10px 10px;
        padding:0px;
    }
    .treepost > li p{
     -webkit-line-clamp: 3;
    }
    .item-xd{
        width:calc(50% - 20px)!important;
    }
    .treepost > li{
        width:100%;
        padding:5px 10px;
    }
    .camera_caption{
        left:17%!important;
    }
    .col-head2{
        width:80%;
    }
    .col-head3{
        display:none;
    }
    .list-dt li{
        width:33%;
    }
    .head_info .text p{
        font-size:12px;
    }
   
    .head_info ul li{
        margin-left:0px;
    }
    #detail_pro img,#detail_pro iframe{
        max-width:100%!important;
        height:auto!important;
    }
    .entry_sp.pro_big {
        width:50%;
    }
    .entry_sp.pro_small{
        width:50%;
    }
    .section {
        padding:20px 0px;
    }
    .cartbox {
        position:fixed;
        top:10px;
        right:15px;
        z-index:99;
    }
    .cartbox span{
      display:none;
    }
    #keydown input{
        
    }
   
    .top-head{
        padding:5px 0px;
    }
    
    .main-head #keydown{
        width:100%;
        padding:0px 20px;
        margin:10px 0px;
    }
    .top-head{
        min-height:40px;
    }
    #detail_pro img{
       max-width:100%!important;
       height:auto!important;
    }
    .tree-sys > li{
        width:50%;
    }
    .tree-sys > li > a figcaption{
        padding:1em;
    }
    .tree-sys > li > a h2{
        font-size:16px;
    }
    .sys-item .figcaption{
        margin-bottom:15px;
    }
    .mapht{
        margin-top:15px;
    }
    .item-cn .caption{
        opacity:1;
    }
    .item-cn .caption .caption-text h3 a{
        font-size:14px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }

 .item-ck .caption{
        opacity:1;
    }
    .item-ck .caption .caption-text h3 a{
        font-size:14px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .item-ck .caption .caption-text p a{
        font-size:14px;
        overflow: hidden;
    }
    .item-ck{
        width: calc(50% - 15px);
        margin:10px 7.5px;
    }
    .item-tt .item-tintuc .item-boot h5{
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    }
    .item-tt .item-tintuc .item-boot2 p{
         display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    padding:0px 5px;
    margin:5px 0;
    }
    .map_area{
        margin-bottom:30px;
    }
    .list-product1 > li{
    	width: calc(33.33% - 30px);
    }
  
}
@media (max-width:500px){
	#productinfo h1{
		font-size:20px;
		line-height:27px;
	}
    .list-product1 > li{
    	width: calc(50% - 30px);
    }
    .m_head{
        padding:0px;
        margin-bottom:0px;
    }
    .treepro > li > a{
        height:auto;
    }
    .treepro > li > a h3{
        color:#333;
    }
    .treepro > li > a p{
        color:#444;
    }
    .inner .treepro .ngaytao{
        padding:0;
        display:none;
    }
    .treepro > li > a p{
        padding:0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .treepost > li{
        padding:0;
        margin:0 0 20px 0;
    }
    .treepost > li p{
        margin:0 0 0px 0;
        padding:0;
    }
    .treepost >li a > img{
        width:35%;
        float:left;
        margin-right:10px;
    }
    .owl-tt .owl-prev, .owl-tt .owl-next{
         position:absolute;
         top:-12%;
         left:auto!important;
    }
    .owl-tt .owl-prev{
        right:30px;
    }
    .owl-tt .owl-next{
        right:0px;
    }
    .caption-textsc .caption-text2{
        margin-top:0px;
    }
    .caption-text2 h3{
        -webkit-line-clamp: 2;
    }
    #home {
        max-width: 98%;
        margin: auto;
    }
    
    .site-aht,.inner{
       padding:0;
    }
    .row-xs-5{
        margin-left:-5px;
        margin-right:-5px;
    }
    .figure-shine{
        text-align:center;
        width:100%;
    }
    .figure-shine img{
        max-height:150px;
    }
    .site-titbg{
        margin:10px 0px;
    }
    .site-titbg h2, .site-titbg h1{
        font-size:30px;
    }
    .owl-camnang .owl-prev, .owl-camnang .owl-next{
        top:25%;
    }
    .site-camnang{
        padding:5px 0px;
    }
    
    .site-prohot,.site-hethong{
        background-size: cover!important;
        background-repeat: no-repeat!important;
        background-position: 50% 50%!important;
        padding:20px 0px;
    }
    .camera_caption {
        display:none!important;
    }
    .col-head2{
        width:100%;
    }
    .col-head2 b{
        font-size: 13px;
    }
    .col-head1{
        width:100%;
        padding:5px 0px;
    }
    .treepro > li{
       width:calc(50% - 20px);
       margin:10px 10px;
    }
    .proit h3{
        margin:7px 0px;
    }
    .proit h3 a{
        font-size:15px;
        font-weight:600;
    }
    .fooblock{
        font-size:17px;
        margin:15px 0px;
        text-align:center;
    }
    .fooin p{
        font-size: 13px;
    }
    .footop h4{
        font-size:22px;
        margin-bottom:15px;
    }
    .owl-video .item a:after{
        width:30px;
        height:20px;
        top:40%;
        left:40%;
    }
    .site-team{
        padding:15px 0px;
    }
    .site-titpage h3, .tit_block h1{
        font-size:20px;
        margin-bottom:10px;
    }
    .site-about{
        padding:0px 0px;
        margin-top:10px;
    }
    .open-about a{
        padding:8px 20px;
    }
    .about-in h3{
        font-size:17px;
    }
    .about-ct{
        padding:0px;
    }
    .about-ct {
        font-size: 13px;
    }
    .block-tab-category .nav-tabs li a{
        font-size:15px;
    }
    .inner-three{
        padding:5px;
    }
    .chitiettin img{
        max-width:100%!important;
        height:auto!important
    }
    h1.tit_block {
    font-size: 20px;
    /* margin: 5px 0px; */
    }
    .map_area{
        margin:15px 0px;
    }
    .proit a{
        text-align:center;
    }
    .proit a img{
        margin:0 auto;
    }
    .list-dt li{
        width:50%;
    }
    .list-about li h3{
        margin:0;
        padding:0;
        font-size:20px;
        line-height:25px;
    }
  
    .footop{
        padding:20px 0px;
    }
    h2.tit_block:before, h1.tit_block:before{
        margin-bottom:10px;
    }
    .tit_block{
        margin-bottom:10px;
        font-size:24px;
    }
   
    .top-lang-sc{
        margin-bottom:10px;
    }
    .logo a{
        margin-bottom:5px;
    }
    .main-head{
        text-align:center;

    }
    .search_categories {
        width:97%;
        margin:0 auto;
    }
    #xform1{
        float:none;
        margin-top:0;
    }
    #xform1 input{
        float:none;
        margin:0;
        display:inline-table;
    }
    #xform1 button{
        margin-right:10px;
    }
    .cart-bt {
    position: fixed;
    top: -10px;
    right: 0px;
    z-index: 9;
    padding:2px 5px;
    border-radius:0px;

   }
   .top-head{
    line-height:23px;
   }
    .top-head-right{
        float:none;
    }

    .banner_dm a img{
        float:none;
        display:block;
        margin-bottom:10px;
        height:auto;
    }
    .entry_sp.pro_small{
        width:100%;
    }
    .entry_sp.pro_big{
        width:100%;
    }
    .it_bn img{
        width:100%;
    }
    .row-xs{
        margin-left:-15px;
        margin-right:-15px;
    }
    .row-xs-10{
        margin-left:-10px;
        margin-right:-10px;
    }
    .head_info ul li{
        margin-bottom:15px;
    }
    .list_cart{
        padding-left:0px!important;
    }
    .section {
        padding:10px 0px;
    }
    .listpro > li{
        width:50%;
        padding:5px;
    }
    .proit h3{
        -webkit-line-clamp:2;
        font-size:14px;

    }
    .proit p{
        padding:5px;
        display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    }
    .titpartner{
        margin-top:0px;
    }
   #dkvl{
    padding-bottom:70px;
   }
   .tit-bottom h3{
        font-size:28px;
    }
    .site-titbg{
        margin:10px 0 0 0;
    }
    .site-titbg h2, .site-titbg h1{
        margin-bottom:5px;
    }
    .treepost > li h2{
        font-size:16px;
        margin:0;
        padding:0;
    }
    .treepro > li > a h3{
        font-size:14px;
    }
    .f-price{
        font-size:18px;
    }
    .bg-head2 a i{
        font-size: 13px;
    }
    .bg-head2 a{
        font-size: 12px;
    }
    
    .about-in h4 {
        font-size: 17px;
        margin-top: 20px;
    }
    .open-cate a {
        font-size: 13px;
        padding: 5px 15px;
    }
    .item-ck {
        width:calc(100% - 6px)!important;
        margin: 6px 3px;
    }
    .item-ck a img {
       max-width: 60%;
    }
    .item-ck .caption .caption-text h3 a{
        font-size: 17px;
    }
    .item-ck .caption .caption-text p a{
        font-size: 12px;
    }
    .owl-camnang .item-product{ 
        width: 100%;
        padding: 1px 1px;
    }
    .owl-camnang .item-product h5 {
        font-size: 13px;
        margin-top: 20px;
    }
     .owl-camnang .item-product p {
        font-size: 11px;
    }
    .cate-open {
        margin-top: -10px;
    }
    .cate-open a{
        font-size: 13px;
    }
    .site-titpage1 {
        margin-top: -10px;
    }
    .owl-tt .item-bottom .item-boot h5{
        font-size: 12px;
        height: 30px;    
    }
    .owl-tt .item-bottom .item-boot p{
        font-size: 11px;
        height: 50px;
        line-height: 15px;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
    }
    .owl-tt .owl-prev,.owl-tt .owl-next{
        font-size:13px;
        text-align: center;
    }

    .owl-tt .owl-prev {
        left: 79%;
        background: #4082B2;
        padding: 0px 15px;
        border-radius: 2px;
    }
    .owl-tt .owl-next {
        right: 0%;
        background: #4082B2;
        padding: 0px 15px;
        border-radius: 2px;
    }  
    
    .container .item-in {
        width: 100%;
    } 
    .container .item-in h3{
        font-size: 20px;
    }
    .container .item-in .btn-cus1 {
        font-size: 13px;
        padding: 5px 25px;
    }
    .item-imbt {
        display: none;
    }
    .container .item-lh {
        width: 100%;
    }
    .container .item-lh .img-fb {
        width: 100%;
    }
    .container .item-lh .item-fb h3{
        font-size: 17px;
    }
    .container .item-lh .item-hl .item-hotline3 {
        height: 50%;
        width: 100%;
    } 
    .item-hotline3 h3 {
        font-size: 13px;
        margin-top: 5px;
    }
    .item-lh .item-hl .item-hotline3 a{
        font-size: 15px;
    }
    .item-lh .item-hl .item-hotline2 {
        margin-left: 10px;
    }
    .text-center {
        font-size: 15px;
    }
    .item-hthi {
        display: none;
    }
    .col-xs-12 .img-bf1::before {
    left: 5%;
    width: 83%;
    height: 87%;
    margin-top: 10px;
    }
    .col-xs-12 .img-bf1 img {
        margin: 16px;
    }
}
@media (max-width:415px){
   .item-xd{
      width:calc(100% - 15px)!important;
      margin:7px 7.5px;
   }
   .list-product1 > li{
    	width: calc(50% - 10px);
    	margin:5px 5px;
    }
}
@media (max-width:375px){
   .treepro > li{
      width:100%;
      margin:0;
   }
   .treepro > li > a h3{
     height:auto;
     font-size:17px;
   }
   .treepost >li a > img{
    width:30%;
   }
   .treepost > li p{
          -webkit-line-clamp:2;
   }

}

@media (max-width:320px) {
	.list-product1 > li{
    	width: calc(100% - 10px);
    	margin:5px 5px;
    }
    .treepost > li,.treepro > li{
        width:100%;
    }
    .site-titbg h2, .site-titbg h1{
        font-size:20px;
    }
    .about-txt{
        font-size:14px;
    }
    .tit-bottom h3{
        font-size:22px;
    }
    .sitelistnews > li > a img{
        width:100px;
        margin-right:5px;
    }
    .sitelistnews > li > a > h4{
        font-size:15px;
    }
}
