@charset "utf-8";
/* CSS Document */


body { 
    font: 14px arial;
    margin: 0;
    padding: 0;
	background:#e0e0e0  
	 
	}

section{width: 100%; height: auto; float: left}
ul,li{ padding:0px; margin:0px; outline:0px; vertical-align:baseline; border:0px; list-style: none}
a{text-decoration:none}
a:hover{color:#ff8300 !important  } 
img { border:none}
.clear{ clear:both}
@font-face { 
	font-family:FutoSans-Heavy; 
	src:url(../fonts/SVN-BioSansRegular.ttf)
}
@font-face { 
	font-family:OpenSans-bold; 
	src:url(../fonts/OpenSans/OpenSans-SemiBold.ttf)
}
 
 
@font-face { 
	font-family:OpenSans-Regular; 
	src:url(../fonts/OpenSans/OpenSans-Regular.ttf)
}
@font-face { 
	font-family:UTMDuepuntozero; 
	src:url(../fonts/UTMDuepuntozero.ttf)
}
@font-face { 
	font-family:roboto; 
	src:url(../fonts/roboto/Roboto-Bold.ttf)
}
 *, *::before, *::after {
    box-sizing: border-box;
}

@font-face {
    font-family: UTMSwiss721BlackCondensed;
    src: url(../fonts/UTMSwiss721BlackCondensed.ttf)
}
header{width:100%; height:auto; padding:0; margin:0; float:left; background:#fff}

.hidendPrice{display:none}
#infoHeader {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    float: left;
    background-image: -webkit-linear-gradient(left, #44ba46, #55ba57, #44ba46);
}

    #infoHeader #contentInfoHeader {
        width: 1250px;
        height: auto;
        margin: 0px auto;
        clear: both;
        padding: 25px 0px 0px 0px;
        text-align: center
    }

        #infoHeader #contentInfoHeader .name {
            font-size: 47px;
            color: #FFF;
            font-family: FutoSans-Heavy;
            text-transform: uppercase;
            margin: 0px;
    font-weight: bold;
        }

            #infoHeader #contentInfoHeader .name img {
                height: 60px;
                margin: -14px 16px;
                display: inline-block;
            }

        #infoHeader #contentInfoHeader .des {
            font-size: 36px;
            color: #FFF;
            text-transform: uppercase;
            margin: 0px 0px;
            font-weight: bold;
            background-image: -webkit-linear-gradient(left, #44ba46, #60c062, #44ba46);
            padding: 5px 0px;
   font-family: FutoSans-Heavy,arial;
        }

        #infoHeader #contentInfoHeader nav {
            width: 100%;
            height: auto;
            float: left;
            margin: 0px 0px 10px 0px
        }

            #infoHeader #contentInfoHeader nav ul li {
                display: inline-block
            }

                #infoHeader #contentInfoHeader nav ul li a {
                    color: #fff;
                    margin: 5px;
                    display: block
                }

                    #infoHeader #contentInfoHeader nav ul li a i {
                        color: #fff
                    }

                    #infoHeader #contentInfoHeader nav ul li:hover a {
                        color: #44ba46 !important; 
                    }
                        #infoHeader #contentInfoHeader nav ul li:hover a i {
                            color: #44ba46 !important;
                        }
                        #infoHeader #contentInfoHeader nav ul li:hover {
                            background: #fff; border-radius:5px
                        }














                #body-header {
                    width: 1350px;
                    height: 90px;
                    margin: 0px auto
                }
#logo-body-header{width: auto; float: left; margin: 0; padding: 15px 0px}
#logo-body-header img{width: auto; height: 55px; float: left;}
#location-body-header{width: auto; float: left; margin: 0px; padding: 0px 30px; height: 100%; }
#content-location-body-header{ padding-left: 35px;
    position: relative; margin: 0px 0px; height: 100%;outline: none; }
#content-location-body-header:before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("../icons/location.png")0 0 no-repeat;
    background-size: contain;
	padding-top: 5px
}
#title-location-body-header{
	width: auto; 
	float: left; 
	margin: 0px;     
	font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #666;
	text-indent: 5px; margin-top: 25px

}
#select-location-body-header{ width:auto; float:left; margin:5px 0px 0px 0px}
#select-location-body-header select{
	font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #111;
    padding: 0 0px 0 0; 
    border: none;
	clear: both;background: transparent;

}
#search-body-header fieldset select{background: transparent;}
#select-location-body-header select option{    outline: none;    text-indent: .01em;}
#search-body-header{width: 378px; height: 100%; position: relative; float: left; margin: 0px 5px}
#search-body-header fieldset{    white-space: nowrap;border: 2px solid #44ba46!important;
    box-sizing: border-box;
    border-radius: 100px;
    height: 40px;
    line-height: 40px;
    width: 100%; position: relative;
	top: 25%; 
}
#search-body-header fieldset input{
	width: 60%;   border: none; padding: 0px; text-indent:10px; float:left; 
height: 30px;   border-bottom-color: transparent; 
}
input:focus
{
    border-bottom-color: transparent;
    outline: none;
}
select:focus
{
    border-bottom-color: transparent;
    outline: none;
}
#search-body-header fieldset  select {
    display: inline-block;
    vertical-align: top; 
	width: 26%; height:20px;
	color: #999;  
	border: none; 
	border-left:1px #DFDFDF solid; 
	text-indent: 10px; float: left; margin-top: 2px;
}
#search-body-header fieldset  select option{    color: #999;
    background-color: #fff}
#search-body-header fieldset button{  background-color: transparent; text-align: center; font-size: 20px; line-height: 30px; float: left; border: none; color: #44ba46}
#hotline-body-header{width: auto; height: 40px; float: left; margin: 0px; padding-left: 20px; border-left:1px #DFDFDF solid;
 margin-left: 28px; margin-top: 23px
}
#hotline-body-header .item-hotline{
width: auto; height: 100%; float: left; margin: 0px;padding: 0 13px 0px 40px;
    margin-right: 12px;
    position: relative;  
	border-right:1px solid #DFDFDF
}
#hotline-body-header .item-hotline:last-child{border:none}
 #hotline-body-header .hl1:before{
	content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("../icons/ic-phone.png") 0 0 no-repeat;
    background-size: contain;
}
#hotline-body-header .title{    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #666;
    margin-bottom: 3px; display: block}
#hotline-body-header .name{    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #44ba46;}
#hotline-body-header .hl2{ padding-left:5px}
#cart-body-header {width:auto;
 height: auto; float:left; margin: 20px 0px
}
#cart-body-header a{ color: #44ba46;
  font-size: 30px; line-height: 40px; display: block
}


/*Danh muc sản phẩm*/
#nvar-header{width:100%; height:auto; float:left; margin:0px; padding:0px; position:relative}
#content-nvar-header{
 width: 1350px; height: auto; margin: 0px auto; clear: both
}
#nvar-header nav{ width:20%; height:auto; float:left; margin:0px;     position:relative }
#nvar-header nav #sidebar{width:100%; height:auto; float:left; margin:0;  background:#44ba46; border-right:1px solid #dbdbdb; border-left:1px solid #dbdbdb; text-align:center; box-sizing:border-box}
#nvar-header nav #sidebar span{padding:10px 10px; display:block; color:#fff; text-transform:uppercase; font-family:OpenSans-bold }
#nvar-header nav #sidebar span i{margin-right:5px}
#nvar-header nav #sidebar span i:last-child{margin-left:10px; font-size:16px}
/*Css Menu chính*/
#nvar-header nav .ul1{width:100%; height:auto; float:left; margin:0px; z-index:111; border:1px solid #dbdbdb; 
                      box-sizing:border-box; padding-top:15px; position:relative; position:absolute; top:39px;
                      background:#fff ; min-height:400px; display:none }
#nvar-header nav:hover .ul1{display:block}
#nvar-header nav .ul1 .li1{width:100%; height:auto; float:left; margin:0px; border-bottom:1px dashed #dbdbdb}
#nvar-header nav .ul1 .li1 a{ color:#5f5f5f;  font-size:13px; display:block; line-height:20px; padding:6px 0px}
#nvar-header nav .ul1 .li1 a i{float:right; font-size:15px; margin-right:10px; line-height:20px}
#nvar-header nav .ul1 .li1 a .icon{width:23px; height:23px; float:left  ; margin:0px 8px 5px 8px; background-size:96% !important; padding:2%; 
                                   border:1px solid #dbdbdb; border-radius:3px }
#nvar-header nav .ul1 .li1:hover{background:#44ba46}
#nvar-header nav .ul1 .li1:hover a{color:#fff !important}
.ul-child{width:805px;  height:400px; float:left; margin:0px; padding:10px;
          box-sizing:border-box; border:1px solid #44ba46; position:absolute; left:269px; top:-1px; display:none; z-index:100}
.ul-child .left{width:40%; float:left; margin:0px; height:405px}
.ul-child .right{width:40%; float:left; margin:0px; height:100%}
.ul-child .nameParent{font-size:13px; font-weight:bold; margin:5px 5px 10px 5px; display:block}
.ul-child .ul2{width:auto; height:auto; float:left; padding-left:15px}
.ul-child .ul2 li{width:100%; height:auto; float:left; margin:0px}
.ul-child .ul2 li a{ color:#5f5f5f;  font-size:13px; display:block; line-height:20px; padding:3px 0px !important}
.ul-child .ul2 li a i{float:none !important; margin-right:5px !important}
#nvar-header nav .ul1 .li1:hover .ul2 .li2 a{color:#5f5f5f !important}
#nvar-header nav .ul1 .li1 .ul2 .li2:hover a{ color:#61bb47 !important}
#nvar-header nav .ul1 .li1:hover .ul-child{display:block; background:#fff}
#service-nvar-header{
	width: 80%; float: left; margin: 0px
}
#content-service-nvar-header{width:100%; height:auto; float:left; margin:0px; padding-left: 30px}
#content-service-nvar-header ul li{display:inline-block}
    #content-service-nvar-header ul li a {
        color: #44ba46;
        font-weight: bold;
        text-transform: uppercase;
        margin: 10px 5px;
        display: block;
        font-family: OpenSans-Regular
    }
#content-service-nvar-header ul li a span{margin-right:5px; width:20px; height:20px; background:url(../icons/icon-point-red.gif); background-size:100%; display:inline-block; float:left} 


/*Vao trang chinh*/
#main{
	width: 1350px; height: auto; margin: 0px auto; clear: both; background: #fff; padding: 0px 8px;
	    box-sizing: content-box; position: relative
}
#slide-news{width:100%; height:auto; margin:0px; clear:both; padding:0px 0px 7px 0px; float:left}
#slide-news #introduce{width:20%; height:auto; float:left; margin:0px; box-sizing:border-box; padding:5px; background:#fff}
#slide-news #introduce h1{margin:5px}
#slide-news #introduce #contentIntroduce{font-size:13px; color:#686868; text-align:justify}
#slide-news #slide{width:59%; height:400px; float:left; margin-left:0.5%; margin-right:0.5%} 
#slide-news #slide img{width:100%; height:400px}
#slide-news #news{width:20%; float:left; height:400px; margin:0px; padding:0px  ;  box-sizing:border-box; background:#fff; position:relative}
#slide-news #news #newHomes{ width:100%; height:auto; float:left; margin:0px; position:relative}
#slide-news #news #newHomes .name{ font-size:13px; text-transform:uppercase; color:#44ba46; font-weight:bold; display:block; margin:0px 0px 5px 0px 0px; line-height:20px}
#slide-news #news #newHomes .name .icon{    margin-right: 5px;
    width: 20px;
    height: 20px;
    background:url(../icons/icon-point-Yellow.gif);
    background-size: 100%;
    display: inline-block;
    float: left;
}
#slide-news #news #newHomes ul{ width:100%; height:auto; float:left; margin:0px; padding:0px 5px; box-sizing:border-box}
#slide-news #news #newHomes ul li a{ color:#5f5f5f;  font-size:13px; display:block; line-height:20px; padding:5px 0px !important}
#slide-news #news #newHomes ul li{   border-bottom:1px solid #ededed}
#slide-news #news #newHomes ul li:hover{background:#ededed}
#slide-news #news #adwHome{width:100%; padding:5px; height:auto; float:left; margin:0px; bottom:0px; left:0px; position:absolute; box-sizing:border-box}
#slide-news #news #adwHome img{width:100%; height:auto; float:left; margin:0}
/*Slide owl*/
.owl-prev{left:-30px;
	  }
	   .owl-next{right:-30px;
	  }
	   .owl-prev, .owl-next{position: absolute; top: 35%;
	  }
	  .owl-prev span, .owl-next span{
		  font-size: 60px;
		  color: #787878
	  }
.owl-dots{display: none!important}
.owl-nav {
    display: block !important
		
}
.owl-carousel {
    display: none;
    width: 96% !important;
    z-index: 1;
    margin: 0px 2% !important
		;
}

#product-hot {
    width: 100%;
    height: auto;
    float: left;
     margin: 20px 5px 5px 0px;
    background: #44ba46 url("../images/san_pham_noi_bat_bg.webp") 0 0 no-repeat;
    background-size: contain;
    border-radius: 6px;
    padding: 24px;
}
#content-product-hot{background: #fff; padding:10px 5px; border-radius:5px}
#title-product-hot{width: 100%; height: auto;  text-align: center;padding:   0px}
    #title-product-hot span {
       font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        color: #fff;
        margin: 0 0 6px;
        text-align: center;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(/Content/Display/images/heading.png);
        min-height: 80px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding-top: 8px;
        margin-top: -51px;
    font-family: OpenSans-bold;
    }

         
.item{width:100%; height:auto; float:left; margin:0px 0%; box-sizing:border-box; border-right:1px solid #e0e0e0; position:relative; padding:5px 0px}
.item .img{width: 100%;
    height: 210px;
    float: left;
    margin: 0px 0px 7px 0px;
    clear: both;
    display: table;
    table-layout: fixed;
}
.item .img a{display: table-cell;
    text-align: center;
    vertical-align: middle
}
.item .img a img{    max-height: 220px;
                     width:auto !important;
    max-width: 97%;
    margin: 5px auto;
    display: block;}
.item h3{margin:0px;}
.item h3 a{font-size:14px;  color:#333; text-align:center; display:block; margin:5px 5px}
.item .note{ color:#6b6b6b; font-size:11px; text-align:center; display:block; margin:
5px }

.item .box-price{width:100%; height:auto; float:left; margin:0px; padding:0px 5px  }
.item .box-price .priceSale{color:#eb111a; display:inline-block; font-size:16px; margin:5px; font-weight:bold}
.item .box-price .price{color:#8a8a8a; display:inline-block; font-size:13px; margin:5px 0px 5px 5px; text-decoration: line-through}
.item .box-price .discount{color:#eb111a;font-size:13px; display:inline-block }
.item .box-sale{width:100%; max-height:55px;  overflow:hidden; float:left; margin:0px; border-top:1px solid #e0e0e0}
  .item .box-sale p{font-size: 12px;
    margin: 5px 8px 10px 8px;
    height: 34px;
 overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
    line-height: 17px; color:#3d3d3d}
.item:hover .box-sale p{color:#f26522}
.item .box-sale p i{font-size:18px; color:#f26522; margin-right:5px}
  .item .box-order{width:100%; height:auto; float:left; margin:5px 0px; text-align:center}
.item .box-order a{color:#fff; font-size:12px; margin:5px; 
    padding: 2px 7px;
    display: inline;
  background:#44ba46; border-top-left-radius:5px; border-top-right-radius:5px}
.item .box-order a:hover{ background:#44ba46; color:#fff !important}
.item:hover .box-order a{ background:#44ba46; color:#fff !important}
.item .box-order a:hover{ background:#f26522; color:#fff !important}

 .item:hover{border-right:1px solid #44ba46}

/*Sản phẩm trang chủ*/
.product-home{width:100%; height:auto;   margin:0px 0px; float:left; clear:both;    box-sizing:border-box}
.item-product-home{width:100%; height:auto;   margin:0px 0px 5px 0px; float:left; clear:both; background:#fff; padding:7px 0px; box-sizing:border-box}
.product-home .adwproduct-home{width:100%; height:auto; float:left; margin:0px}
.product-home .adwproduct-home a img{width:auto; height:auto; float:left; margin:0px 0.3%}
.product-home .adwproduct-home a:first-child img{margin-left:0px}
.product-home .adwproduct-home a:last-child img{margin-right:0px}
.product-home .Floor{width:100%; height:auto; float:left; margin:0px}
.Floor{width:100%; height:45px; float:left; margin:5px 0px; background:#44ba46 }
.Content_Floor{ background:#f2f2f2; width:100%; height:42px; float:left; margin:3px 0px 0px 0px}
.LeftFloor{ width:auto; height:100%; float:left; margin:0px;  
	background: #44ba46  }
.LeftFloor .Leftfloor1{ float:left; height:100%;  margin:0px}
.LeftFloor .Leftfloor1 h2{font-weight:normal; margin:0px}
.LeftFloor .Leftfloor1 a{ font-family:OpenSans-bold;line-height:42px; padding:0px 10px 0px 20px; color:#FFF; text-transform:uppercase; display:block; font-size:15px}
.LeftFloor .circle{ width:42px; height:42px; float:left; margin:0px; border-radius:50%; background:#FFF; margin-right:-21px; font-size:25px; font-weight:bold; text-align:center; line-height:42px}
.Center_Floor{ width:auto; float:left; height:100%; margin:0px 0px 0px 23px}
.Menufloor{width:auto; height:100%; float:left; margin:0px; position:relative; padding-left:30px; overflow:hidden}
.Menufloor h4{font-weight:normal; margin:0px}
.Menufloor  a{color:#3e3e3e; line-height:42px; margin:0px 5px; display:inline-block; padding:0px 5px 0px 0px;    position:relative; font:13px}
.Menufloor li{display:inline-block}
 .RightFloor{  line-height:42px; margin:0px 0px; display:block; font-size:13px; width:auto; float:right}
.RightFloor a{color:#fff; border:1px solid #dedede; padding:5px 10px; background:#44ba46  }
.content-Itemproduct-home{width:100%; height:auto; float:left; margin:05px 0px}
 .itemProduct{width:20%; height:460px; float:left; margin:0px ; box-sizing:border-box; border:0.5px solid #e0e0e0; position:relative; padding:5px 0px}
    .itemProduct .tip {
        position: absolute;
        left: 5px;
        top: 5px;
        -webkit-animation: tada 1.2s infinite;
        animation: icon-zoom 1.2s infinite
    }
        .itemProduct .tip span{color:#f00; font-weight:bold; border:1px solid #F00; border-radius:3px; padding:1px 3px; 
                               
                               font-size:12px;
                               display:block; text-transform:uppercase}
.item .tip {
    position: absolute;
    left: 5px;
    top: 5px;
    -webkit-animation: tada 1.2s infinite;
    animation: icon-zoom 1.2s infinite
}

.item .tip span {
    color: #f00;
    font-weight: bold;
    border: 1px solid #F00;
    border-radius: 3px;
    padding: 1px 3px;
    font-size: 12px;
    display: block;
    text-transform: uppercase
}

.itemProduct .img {
    width: 100%;
    height: 210px;
    float: left;
    margin: 0px 0px 7px 0px;
    clear: both;
    display: table;
    table-layout: fixed;
}
.itemProduct .img a{display: table-cell;
    text-align: center;
    vertical-align: middle
}
.itemProduct .img a img{    max-height: 240px;
    max-width: 97%;
    margin: 5px auto;
    display: block;}
.itemProduct h3{margin:0px;}
.itemProduct h3 a{font-size:14px;  color:#333; text-align:center; display:block; margin:5px 5px}
    .itemProduct .note {
        color: #6b6b6b;
        font-size: 11px;
        text-align: center;
        display: block;
        margin: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.itemProduct .box-price{width:100%; height:auto; float:left; margin:0px; padding:0px 5px  }
.itemProduct .box-price .priceSale{color:#eb111a; display:inline-block; font-size:18px; margin:5px; font-weight:bold}
.itemProduct .box-price .price{color:#8a8a8a; display:inline-block; font-size:13px; margin:5px 0px 5px 5px; text-decoration: line-through}
.itemProduct .box-price .discount{color:#eb111a;font-size:13px; display:inline-block; margin-left:5px }
.itemProduct .box-sale{width:100%; max-height:55px;  overflow:hidden; float:left; margin:0px; border-top:1px solid #e0e0e0}
  .itemProduct .box-sale p{font-size: 12px;
    margin: 5px 8px 10px 8px;
    height: 34px;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
    line-height: 17px; color:#3d3d3d}
.itemProduct:hover .box-sale p{color:#f26522}
.itemProduct .box-sale p i{font-size:18px; color:#f26522; margin-right:5px}
  .itemProduct .box-order{width:100%; height:auto; float:left; margin:5px 0px; text-align:center}
  
.itemProduct .box-order a{color:#fff; font-size:12px; margin:5px; 
    padding: 2px 7px;
    display: inline;
  background:#44ba46; border-top-left-radius:5px; border-top-right-radius:5px}
 
.itemProduct .box-order a:hover{ background:#44ba46; color:#fff !important}
.itemProduct:hover .box-order a{ background:#44ba46; color:#fff !important}
.itemProduct .box-order a:hover{ background:#f26522; color:#fff !important}
.itemProduct:hover{border:0.5px solid #44ba46}
.content-Itemproduct-home .large {
    width: 40% 
}
.large h3 a{text-transform:uppercase}
.large .img{width:56%}
.large .img a img{max-height:320px}
.large .right{width:44%; height:auto; float:left; margin:0px}
.large .infoHot{width:100%; height:auto; color:#6d6d6d;;font-family: OpenSans-bold; 
font-size:16px; margin:0px; padding:5px; box-sizing:border-box }
.large .infoHot p{margin:7px 0px; font-weight:300
}
.large .box-sale p{height:auto !important }
.large .box-sale{box-sizing:border-box}
.large .box-price .imgPrice{width:auto; height:20px; padding:0px 0px; background:#ff0000; position:relative; border-radius:20px; float:left}
.large .box-price .imgPrice .round{width:20px; height:20px; border-radius:50%; background:#f4ff43; position:absolute; left:-3px; top:0}
.large .box-price .imgPrice .round i{color:#0d4ba4; font-size:15px; margin:2px 4px}
.large .box-price .imgPrice  span{font-family:OpenSans-bold; text-transform:uppercase; margin-left:20px;  display:block; color:#fff; font-size:12px; margin-right:10px; margin-top:1.5px}

.large .box-price .priceSale{ font-family:UTMDuepuntozero; font-size:40px; color:#bf0a12; margin:0px 0px; display:block; float:left; line-height:49px; width:100%}
.large .box-price .price{font-size:16px; margin:0px; float:left}
.large .box-price .discount{float:left; margin-left:10px}
.large h3 a{color:#333;font-family:OpenSans-bold; font-size:16px}
.large .tip{width:50px; height:50px; background:url(../icons/hot.gif) no-repeat; position:absolute; left:5px; top:10px; background-size:100%}
/*Advisory*/
#advisory{width:100%; height:auto;   margin:0px 0px; float:left; clear:both;    box-sizing:border-box; background:#fff; padding:7px}
#advisory #news-advisory{width:37%; height:auto; float:left; margin:0px}
#advisory .toolbar{width:100%; height:auto; float:left; margin:0px; border-bottom:1px solid #44ba46; box-sizing:border-box}
#advisory .toolbar span{font-size:16px; text-transform:uppercase; color:#FFF; background:#44ba46;  padding:5px 10px; display:inline-block; font-family:OpenSans-bold}
#advisory #content{width:100%; height:auto; float:left; margin:0px; padding:5px 0px}
#advisory #news-advisory #content .itemNews{width:100%; height:auto; float:left; margin:5px 0px; border-bottom:1px solid #e0e0e0}
#advisory #news-advisory #content .itemNews:last-child{border:none }
#advisory #news-advisory #content .itemNews:hover{background:#eeeeee}
#advisory #news-advisory #content .itemNews  img{width:110px; height:auto; float:left; margin:5px 15px 5px 0px}
#advisory #news-advisory #content .itemNews h5{font-weight:normal; margin:0px}
#advisory #news-advisory #content .itemNews h5 a{color:#333; margin:0px 5px 5px 5px; display:block;font-family:OpenSans-bold; font-size:15px}
#advisory #news-advisory #content .itemNews p{ color:#6b6b6b; margin:5px; font-size:13px; line-height:18px;    
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
}
#advisory #news-advisory #content .itemNews time{ color:#6b6b6b; font-size:12px; margin:10px 5px; text-align:right; display:block}
#advisory .viewAll{color:#fff; display:inline-block; text-align:right; margin:0px 0px; padding:5px 7px; background:#44ba46; float:right}
#video-advisory{width:61%; height:auto; float:left; margin:0px; margin-left:2%}
#video-advisory #videoHot{ width:60%; height:auto; float:left; margin:0px; position:relative; }
#video-advisory #videoHot  .icon{position:absolute; top:40%; left:0; width:100%; text-align:center}
#video-advisory #videoHot  .icon i{ font-size:40px;  opacity:0.5; padding:5px;   width:40px; height:40px; text-align:center}
#video-advisory #videoHot:hover  .icon i{color:#44ba46}
#video-advisory #videoHot img{width:100%; height:353px; float:left; margin:0px}
    #video-advisory #videoHot .name {
        width: 100%;
        height: auto;
        float: left;
        box-sizing: border-box;
        padding: 5px 10px;
        background: #44ba46 ;position:absolute;
        bottom: 15px;
        left: 0px;
        font-size: 16px
    }
#video-advisory #videoHot:hover .name{ background:#44ba46}
#video-advisory #videoHot .name  h5{margin:0px; font-weight:normal}
#video-advisory #videoHot .name  h5 a{color:#fff; font-family:OpenSans-bold; text-transform:uppercase; margin:0px}
#video-advisory #listVideo{ width:38.5%; height:auto; float:left; margin:0px 0px 0px 1.5%; position:relative; }
#video-advisory #listVideo .itemVideo{width:100%; height:auto; float:left; margin:0px 0px 10px 0px; position:relative}
#video-advisory #listVideo .itemVideo  .icon{position:absolute; top:40%; left:0; width:100%; text-align:center}
#video-advisory #listVideo .itemVideo  .icon i{ font-size:40px;  opacity:0.5; padding:5px;   width:40px; height:40px; text-align:center}
#video-advisory #listVideo .itemVideo:hover  .icon i{color:#44ba46}
#video-advisory #listVideo .itemVideo img{width:100%; height:171px; float:left; margin:0px}
    #video-advisory #listVideo .itemVideo .name {
        width: 100%;
        height: auto;
        float: left;
        box-sizing: border-box;
        padding: 5px 10px;
        background: #44ba46;
        position: absolute;
        bottom: 5px;
        left: 0px;
        font-size: 16px
    }
#video-advisory #listVideo .itemVideo:hover .name{ background:#44ba46}
#video-advisory #listVideo .itemVideo .name  h5{margin:0px; font-weight:normal}
#video-advisory #listVideo .itemVideo .name  h5 a{color:#fff; margin:0px}


/*Chỉnh footer*/
footer{width:100%; height:auto; float:left; margin:10px 0px 0px 0px; padding:10px 5px; box-sizing:border-box;  position: relative;background:#fff}
#contentFooter{width:1350px; height:auto; margin:0px auto 40px auto}
#introduce-footer{width:100%; height:auto; float:left; margin:5px 0px; padding:10px 0px}
#introduce-footer #intro{width:25%; height:auto; float:left; margin:0px; box-sizing:border-box; padding:0px 0px 0px 0px; margin-right:2%}
#introduce-footer #intro hr{display:none}
#introduce-footer #intro img{width:90%; height:auto; display:block;  margin:5px auto 0px auto; float:left}
#introduce-footer #intro .des{ font-size:15px; color:#333;  text-align:left; display:block; margin:0px 0px 10px 0px; font-family:OpenSans-bold}
#introduce-footer #intro .web{font-size:13px; color:#5e5e5e; margin:5px 0px}
#introduce-footer #intro .web a{ color:#44ba46; font-weight:bold}
#introduce-footer #intro .email{font-size:13px; color:#5e5e5e; margin:5px 0px}
#introduce-footer #intro .email a{ color:#44ba46; font-weight:bold}
#introduce-footer #supportFt{width:24%; height:auto; float:left; margin:0px; box-sizing:border-box; padding:10px 5px}
#introduce-footer #supportFt .name{display:none}
 #introduce-footer #supportFt p{ color:#535353; display:block;   margin:10px 0px; font-weight:normal}
 #introduce-footer #supportFt p span{ font-weight:bold; color:#f23122; font-size:14px}
#introduce-footer #supportFt p a{ font-weight:bold; color:#f26522; font-size:14px}
#introduce-footer #supportFt p a:hover{color:#44ba46 !important}
#introduce-footer #listItem{width:58%; height:auto; float:left; margin:0px}
#introduce-footer #listItem .item-nav{width:32%; height:auto; float:left; margin:0px; box-sizing:border-box; padding:10px 5px}
    #introduce-footer #listItem .item-nav:last-child{width:38%}
#introduce-footer #listItem .item-nav:first-child{width:28%}
    #introduce-footer #listItem .item-nav li a {
        color: #535353;
        display: block;
        margin: 10px 0px;
        font-weight: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
#introduce-footer #socialFt{width:15%; height:auto; float:left; margin:0px; padding-top:22px}
#introduce-footer #socialFt  a.fb{color:#4267b2; font-size:30px; margin:0px 8px; display:inline-block}
#introduce-footer #socialFt  a.yt{color:#ea4335; font-size:30px; margin:0px; display:inline-block}
#introduce-footer #socialFt  a.zalo{ height:40px; display:inline-block}
#introduce-footer #socialFt  a.zalo img{ width:auto; height:24px; margin:-1px 5px}
#introduce-footer #socialFt .register img{width:170px; height:auto; margin:0px 0px; display:block}
#introduce-footer #socialFt .dmca{float:left; margin:0px 5px; display:block}
.hotMenu{width:100%; height:auto; float:left; font-size:10px; margin:0px 0px; padding:7px 10px; box-sizing:border-box; background:#e8e8e8; text-align:center}
.hotMenu a{color: #535353;
    line-height: 20px; margin:2px
  }

#introduceFt{width:100%; height:auto; float:left; margin:10px 0px; padding-top:15px}
 #introduceFt .slogan{ font-size:25px; color:#333; text-transform:uppercase; text-align:center; display:block; margin:0px; font-family:OpenSans-bold}
#introduceFt .des{margin:5px 0px 10px 0px; text-align:center}
#introduceFt .note{margin:5px 0px 10px 0px; text-align:center; font-size:13px; color:#d98a01; font-style:italic}
#introduceFt hr{border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #b8b8b8, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);}
#introduceFt #address{ width:53%; height:auto; float:left; margin:10px 0px 0px 2%}
#introduceFt #address .itemAdress{width:49%; height:auto; float:left; margin:0px 0px}
#introduceFt #address .itemAdress:first-child{margin-left:0px}
#introduceFt #address .itemAdress:nth-child(3n){margin-right:0px}
#introduceFt #address .itemAdress:nth-child(4n){margin-left:0px}
#introduceFt #address .itemAdress .left{ width:20%; height:auto; float:left}
#introduceFt #address .itemAdress .left img{    border: 1px solid rgb(204, 204, 204);
    padding: 4px;
    width: 70px;
    height: 55px; border-radius:5px
}
 #introduceFt #address .itemAdress .right{width:80%; height:auto; float:left; box-sizing:border-box;
 padding:0px 5px 5px 10px; text-align:left}
 #introduceFt #address .itemAdress .right p{color: #3e3e3e;
    margin: 5px 8px 5px 8px;
 
    font-size: 13px;
    font-family: OpenSans-bold;
    text-transform: uppercase;
 }
 #introduceFt #address .itemAdress .right  span{    color: #555;
    font-size: 12px;
    margin: 5px 8px; display:block}
	 #introduceFt #address .itemAdress .right  a{    color: #555;
    font-size: 12px;
    margin: 5px 0px 5px 8px}
#certification{width:100%; height:auto; margin:10px 0px; float:left; text-align:center}
#certification a{display:inline-block; margin:5px 20px}
#certification a img{max-height:350px}
#company {
    width: 100%;
     overflow: hidden;
    background: #f8f8f8;
	padding:10px; box-sizing:border-box;  
    margin: auto;
    font-size: 10px;
    color: #999; text-align : center
}
#company a{	  font-size: 10px;
    color: #999; font-weight: bold;
}
#menu-mobile{display:none}
.owl-carousel.owl-drag .owl-item{margin:0px !important}

/*hố trợ online*/


#Support_Footer {
    width: 100%;
    height: 50px;
    z-index: 1000;
    margin: 0px;
    padding: 0px;
    position: fixed;
    background: #44ba46;
    bottom: 0px
}

#Content_SupportFooter {
    width: 1250px;
    height: auto;
    margin: 0px auto
}

    #Content_SupportFooter #Support {
        width: auto;
        height: 100%;
        float: left;
        margin: 0px
    }

        #Content_SupportFooter #Support .thacmac {
            float: left;
            margin: 0px;
            line-height: 50px;
            display: block;
            color: #fff;
            font-family: 'hevr',Arial,Helvetica,sans-serif;
            font-size: 20px;
            display: block;
            padding-right: 20px;
            border-right: 1px solid #39a43a
        }

            #Content_SupportFooter #Support .thacmac span {
                background: url(../images/logo-kangaroo-while.webp) no-repeat;
                margin-top: 12px;
                width: 130px;
                height: 32px;
                float: left; background-size:100%
            }

.Tear_Sp {
    width: auto;
    height: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 7px;
    position: relative;
    border-left: 1px solid #5acc5c;
    border-right: 1px solid #39a43a
}

#Call {
    width: 170px;
    float: left;
    margin: 5px 7px;
    float: left;
    position: relative;
    background: #fffadf;
    height: 40px;
    border-radius: 4px;
    cursor: pointer
}

    #Call .icon {
        width: 41px;
        height: 40px;
        position: absolute;
        right: -5px;
        top: -5px;
        content: '';
     }

    #Call span {
        color: #374b67;
        font-size: 10.3px;
        display: block;
        text-transform: uppercase;
        margin: 7px 2px 0px 9px;
        display: block;
        font-weight: bold
    }

    #Call small {
        color: #a78a00;
        font-size: 15px;
        display: block;
        margin: 0px 2px 2px 9px;
        font-weight: bold;
        line-height: 17px;
    }

.Tear_Sp:after {
    width: 1px;
    height: 40px;
    content: '';
    position: absolute;
    top: 5px;
    right: 0px
}

.Tear_Sp:last-child:after {
    border: none
}

.Tear_Sp:last-child {
    border-right: none !important
}

.Tear_Sp .Left_Tear_Sp {
    background: url(../ICons/hotline_iCon.webp) no-repeat left center scroll transparent;
    width: 40px;
    height: 50px;
    float: left;
    margin-right: 0px
}

.Tear_Sp .Right_Tear_Sp {
    width: auto;
    height: 100%;
    float: left;
    margin: 0px
}

    .Tear_Sp .Right_Tear_Sp .sp1 {
        font-size: 11px;
        color: #FFF;
        display: block;
        text-transform: uppercase;
        margin: 7px 5px 0px 5px
    }

.Tear_Sp:hover {
    background: #119ed3 !important;
    cursor: context-menu;
}

.Tear-zalo {
    width: auto;
    text-align: center;
    float: left;
    margin: 0px;
    background: #ff8f2b;
    height: 100%;
    padding: 0px 7px;
    height: 50px
}

    .Tear-zalo .icon {
        -webkit-animation: tada 1.2s infinite;
        animation: icon-zoom 1.2s infinite;
        width: 55px;
        height:19px;
        background: url(../icons/icon-zalo.webp) no-repeat;
        background-size: 100%;
        display: inline-block;
        text-align: center;
        margin: 5px 0px 0px 0px
    }

    .Tear-zalo .name {
        color: #fff;
        text-align: center;
        display: block;
        margin: 2px 10px
    }

    .Tear-zalo:hover {
        background: #d06f19
    }

.Tear-facebook {
    width: auto;
    text-align: center;
    float: left;
    margin: 0px;
    background: #0080f7;
    height: 100%;
    padding: 0px 7px;
    height: 50px
}

    .Tear-facebook .icon {
        -webkit-animation: tada 1.2s infinite;
        animation: icon-zoom 1.2s infinite;
        width: 23px;
        height: 19px;
        background: url(../icons/logo-facebook.webp) no-repeat;
        background-size: 100%;
        display: inline-block;
        text-align: center;
        margin: 5px 0px 0px 0px
    }

    .Tear-facebook .name {
        color: #fff;
        text-align: center;
        display: block;
        margin: 2px 10px
    }

    .Tear-facebook:hover {
        background: #206aaf
    }

.Tear-order {
    width: auto;
    text-align: center;
    float: left;
    margin: 0px;
    background: #575757;
    height: 100%;
    padding: 0px 7px;
    height: 50px
}

    .Tear-order .icon {
        width: 23px;
        height: 23px;
        background: url(../icons/icon-order.webp) no-repeat;
        background-size: 100%;
        display: inline-block;
        text-align: center;
        margin: 5px 0px 0px 0px
    }

    .Tear-order .name {
        color: #fff;
        text-align: center;
        display: block;
        margin: 2px 10px
    }

        .Tear-order .name span {
            font-size: 12px;
            color: #ff7e00
        }

.Tear_Sp .Right_Tear_Sp .sp2 {
    font-family: 'Bebas Neue', cursive;
  
    margin: 0px 5px;
    font-size: 22px;
    display: block;
    color: #fef9a5
}
#support_mobile {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
    padding: 0px;
    background: #44ba46;
    text-align: center;
    position: fixed;
    z-index: 1000;
    bottom: 0px;
}
#support_mobile .item-support {
    width: 25%;
    height: auto;
    float: left;
    margin: 0px;
    text-align: center
}
#support_mobile .item-support .icon {
    background-size: 100%;
    display: inline-block;
    margin-top: 5px;
}

#support_mobile .blink .icon {
    -webkit-animation: tada 1.2s infinite;
    animation: icon-zoom 1.2s infinite
}

#support_mobile .item-support .name {
    color: #fff;
    font-size: 13px;
    margin: 3px 5px;
    display: block
}

#support_mobile .call .icon {
    width: 25px;
    height: 25px;
    background: url(../icons/support.webp) no-repeat;
}

#support_mobile .call:hover {
    background: #047caa
}

#support_mobile .zalo {
    background: #ff8f2b
}

#support_mobile .facebook {
    background: #0080f7
}

#support_mobile .order {
    background: #575757
}

    #support_mobile .order:hover {
        background: #3b3a3a
    }

#support_mobile .zalo .icon {
    width: 45px;
    height: 20px;
    margin-top: 10px;
    background: url(../icons/icon-zalo.webp) no-repeat;
    background-size: 100%
}

#support_mobile .zalo:hover {
    background: #d06f19
}

#support_mobile .facebook .icon {
    width: 25px;
    height: 25px;
    background: url(../icons/logo-facebook.webp) no-repeat;
    background-size: 100%
}

#support_mobile .facebook:hover {
    background: #206aaf
}

#support_mobile .order .icon {
    width: 25px;
    height: 25px;
    background: url(../icons/icon-order.webp) no-repeat;
    background-size: 100%
}

#support_mobile .order .name span {
    color: #930
}

#support_mobile a:hover {
    text-decoration: none !important
}

#hotline-footer {
    width: 100%;
    height: auto;
    float: left;
    margin: 5px 0px;
    padding: 10px 0px;
    position: relative;
    border: 1px solid #e2e2e2;
    background: #f8f8f8
}
    #hotline-footer .title {
        height: auto;
        position: absolute;
         top: -10px;
        font-size: 15px;
        text-transform: uppercase;
        font-family: OpenSans-bold;
         background: #fff;
        box-sizing: border-box;
        padding: 2px 5px;
        border: 1px solid #e2e2e2;
        left: 50%;
        transform: translate(-50%, -18%);
    }
#content-hotline-footer{width:100%; height:auto; float:left; margin:10px 0px 0px 0px; text-align:center}
    #content-hotline-footer ul li {
        display: inline-block;
        margin: 5px 10px;
        text-transform: uppercase;
        font-size: 15px;
        text-align: center;
        color: #333
    }
    #content-hotline-footer ul li a{font-weight:bold; color:#f00}

#content strong{color:#44ba46}



/*Advante*/
#advan {
    width: 100%;
    height: auto;
    margin: 0px 0px;
    float: left;
    clear: both;
    background: #fff
}

    #advan .itemAdv {
        width: 13.5%;
        background: #f5f5f5;
        height: 104px;
        float: left;
        margin: 5px;
        border: 1px solid #d3d3d3;
        border-radius: 5px
    }
        #advan .itemAdv:first-child{margin-left:0px}
        #advan .itemAdv:last-child {
            margin-right: 0px
        }
        #advan .itemAdv .topItemAdw {
            width: 100%;
            height: auto;
            float: left;
            margin: 0
        }

            #advan .itemAdv .topItemAdw .left {
                width: 55%;
                height: auto;
                float: left;
                box-sizing: border-box;
                padding: 10px 6px 6px 10px
            }

            #advan .itemAdv .topItemAdw .right {
                width: 45%;
                height: auto;
                float: left;
                box-sizing: border-box;
                padding: 10px 6px 6px 6px
            }

            #advan .itemAdv .topItemAdw .left span {
                color: #5f5f5f;
                text-align: right;
                display: block;
                font-size: 14px;
                line-height: 21px;
                font-family: OpenSans-Regular;
                text-transform: uppercase
            }

            #advan .itemAdv .topItemAdw .right i {
                font-size: 55px;
                text-align: center;
                display: block;
                color: #a1a1a1
            }

        #advan .itemAdv .name {
            text-align: center;
            display: block;
            margin: 5px;
            color: #5f5f5f;
            font-family: OpenSans-bold;
            text-transform: uppercase
        }

        #advan .itemAdv:hover {
            background: #dddddd
        }
#certifications{width:45%; height:auto; float:left}
#certifications img{max-width:100%; height:auto; margin-top:10px}
#left_ads{width:auto; height:auto; float:left; position:fixed; left:0px; top:2px; z-index:10000}
#left_ads img{float:left; margin:0px}
#right_ads {
    width: auto;
    height: auto;
    float: right;
    position: fixed;
    right: 0px;
    top: 2px
}

    #right_ads img {
        float: left;
        margin: 0px
    }

#services {
    width: 100%;
    height: auto;
    float: left;
    margin: 5px 0px;
    box-sizing: border-box
}

    #services .sv1 {
        width: 24%;
        height: auto;
        background-color: #F8F9FA;
        flex-wrap: wrap !important;
        -webkit-flex-wrap: wrap !important;
        -webkit-flex-direction: row !important;
        flex-direction: row !important;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        align-items: center;
        padding: 26px 20px 14px 20px;
        margin: 0 0.5%;
        align-content: flex-start;
        justify-content: center;
        flex-flow: row wrap;
        float: left
    }

        #services .sv1 .name {
            margin: 0;
            font-size: 16px;
            font-weight: bold;
            line-height: 30px;
        }

            #services .sv1 .name i {
                font-size: 30px;
                margin-right: 10px;
                color: #bababa
            }

        #services .sv1 ul {
            width: 100%;
            height: auto;
            float: left
        }

            #services .sv1 ul li {
                font-size: 14px;
                color: #4c4d4b;
                margin: 15px 0px;
                display: block;
                line-height: 20px;
                position: relative;
                padding-left: 28px
            }

                #services .sv1 ul li::before {
                    font-family: "Font Awesome 5 Pro";
                    font-weight: 900;
                    content: "\f00c";
                    color: #44ba46;
                    margin-right: 5px;
                    position: absolute;
                    left: 0px
                }

#company p {
    text-align: center;color:#000
}
   .notify {
    background: rgba(240,87,100,0.8);
    padding: 4px;
    color: white;
    font-size: 12px;
    margin: 2px 5px;
    display: inline-block;
    border-radius: 3px;
}
 .notify i {
        -webkit-animation: tada 1.2s infinite;
        animation: icon-zoom 1.2s infinite;
    }
.price-Sale .price p .note-price i {
    -webkit-animation: tada 1.2s infinite;
    animation: icon-zoom 1.2s infinite;
    float: initial !important
}

#ads-home{width:100%; height:auto; float:left; margin:10px 0px}
#ads-home img{width:100%; height:auto; float:left; margin:0px}
.product-home .adwproduct-home img{width:100%; height:auto; float:left; margin: 0px}
.product-home .adwproduct-home a:last-child img{width:100%; height:auto; float:left; margin: 0px}