/*==================BANNER========================*/
.banner{
    width:100%;
    min-width: 1200px;
    background-color:#14a8c4;
    background-image: url(../images/bg-bannerbottom.jpg),url(../images/bg-banner1.jpg);
    background-repeat:repeat-x, no-repeat;
    background-position:left bottom,left top;
    height:670px;
}
.slide-banner{
    width:100%;
    height:490px;
    overflow: hidden;
    position:relative;
}
.slide-banner .tp-bannertimer{
    z-index: -99999;
}
.slide-text{
    width:570px;
    max-height:210px;
    overflow: hidden;
    text-align: center;
    color:#ffffff;
    font-size:14px;
    line-height: 23px;
    white-space:normal;
    font-family:"Arial";
    margin-top: -30px;
}
.slide-text .b-title{
    font-weight:bold;
    font-size:35px;
    line-height:45px;
    color:#ffffff;
    text-transform:uppercase;
    padding-bottom: 5px;
}
.slide-text .bosieutap{
    font-size:18px;
    text-transform: uppercase;
    line-height: 25px;
    color:#ffffff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background: url(../images/line-text.png) no-repeat center bottom;
}
.tp-banner ul{
    position:relative;
}
.menu-banner{
    width: 100%;
    text-align: center;
}
.menu-banner h2{
    font-size:30px;
    line-height:50px;
    color:#e74c3c;
    font-family:"Arial";
    text-transform: uppercase;
}
.menu-banner ul{
    width: 100%;
    margin-top:15px;
}
.menu-banner ul li{
    display:inline-block;
    padding:10px 7px;
}
.menu-banner ul li a{
    display: inline-block;
    padding:3px 20px;
    background-color:rgba(0,0,0,0.3) ;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color:#ffffff;
    font-size:16px;
    line-height: 25px;
    font-weight:bold;
}
.menu-banner ul li a:hover{
    background:url(../images/pattern_tu_van.jpg) repeat center;
}
/*==================BANNER========================*/
/*==================ABOUT========================*/
.about{
    width: 100%;
    padding-top:60px;
    background: url(../images/bg-about.png) no-repeat center 0px;
}
.about h2{
    font-size: 88px;
    line-height: 100px;
    text-align: center;
    color: #14a8c4;
    font-family: "UTMEdwardian";
}
.about div.text{
    padding:0px 100px;
    text-align: center;
    color: #666666;
    font-size: 16px;
    line-height: 25px;
    font-family:"Arial";
}
.img-about{
    padding: 0px 180px;
}
.img-about .img-about-node{
    width: 270px;
    padding: 20px 20px;
    box-sizing: border-box;
    float:left;
}
.img-about .img-about-node .about-thumbnail{
    width: 230px;
    height: 230px;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #dddddd;
}
.img-about .img-about-node .about-thumbnail:after{
    position:absolute;
    content:"";
    width: 100%;
    height: 100%;
    left:0px;
    top:0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
    border: 10px solid rgba(255,255,255,0.5);
}
.img-about .img-about-node .about-thumbnail img{
    width: 100%;
    height: auto;
}
.viewMore{
    width: 100%;
    text-align: center;
    padding:20px 20px 0px 20px;
}
.viewMore a{
    display: inline-block;
    padding: 7px 50px;
    background-color: #14a8c4;
    border:1px solid #14a8c4;
    font-size:16px;
    line-height: 25px;
    color: #ffffff;
}
.viewMore a:hover{
    background-color:#ffffff;
    color: #14a8c4;
}
/*==================PRODUCT========================*/
.r-product{
    width: 100%;
}
.r-product .p-title{
    position: relative;
    width:100%;
    text-align: center;
    margin-top:30px;
    z-index: 1;
}
.r-product .p-title h2{
    font-size:30px;
    line-height:40px;
    font-family:"Arial";
    color:#14a8c4;
    display: inline-block;
    padding:0px 20px;
    background-color:#ffffff ;
    z-index: 20;
    position: relative;
    padding-bottom:15px;
    text-transform: uppercase;
}
.r-product .p-title h2:after{
    position:absolute;
    content:"";
    background: url(../images/bg-product2.png) no-repeat center 0px;
    width:100%;
    height:7px;
    left:0px;
    bottom: 0px;
}
.r-product .p-title:after{
    position:absolute;
    content:"";
    background: url(../images/bg-product.png) no-repeat center 0px;
    width:100%;
    height:22px;
    top:12px;
    left:0px;
    z-index: -1;
}
.grid-product{
    width: 100%;
}
.grid-product .row-product{
    width: 100%;
    margin: 20px 0px;
}
.grid-product .row-product .node-product{
    width: 270px;
    float: left;
}
.grid-product .row-product .node-product + .node-product {
    margin-left: 30px;
}
.node-product-thumbnail{
    width: 100%;
    height: 400px;
    position: relative;
}
.node-product-thumbnail img{
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
}
.node-product-description{
    width: 100%;
    padding:12px;
    box-sizing: border-box;
    text-align: center;
}
.node-product-description h3 a{
    font-size:16px;
    color:#333333;
    line-height:25px;
    font-family:"Arial";
}
.node-product-description h3 a:hover{
    color:#14a8c4;    
}
.node-product-description .price{
    font-size:16px;
    font-weight: bold;
    color: #e74c3c;
    line-height: 23px;
}

/*==================hover========================*/
.node-product-thumbnail .ImageOverlayH {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.p-slider-item:hover .node-product-thumbnail .ImageOverlayH,
.node-product:hover .node-product-thumbnail .ImageOverlayH{
    opacity: 1;
}
.node-product-thumbnail .StyleMg span {
  position: absolute;
  
}
.node-product-thumbnail:hover .StyleMg span:nth-of-type(1) {
  margin: -20px 0 0 -42px;
  visibility: visible;
  opacity: 1;
}
.node-product-thumbnail .StyleMg span:nth-of-type(1) {
  bottom: 50%;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -150px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.node-product-thumbnail .StyleMg span:nth-of-type(2) {
  bottom: 50%;
  top: 50%;
  right: 50%;
  margin: -15px -150px 0 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-slider-item:hover .node-product-thumbnail .StyleMg span:nth-of-type(1),
.node-product:hover .node-product-thumbnail .StyleMg span:nth-of-type(1) {margin: -15px 0 0 -120px;visibility: visible;opacity: 1;}
.p-slider-item:hover .node-product-thumbnail .StyleMg span:nth-of-type(2),
.node-product:hover .node-product-thumbnail .StyleMg span:nth-of-type(2) {margin: -15px -120px 0 0;visibility: visible;opacity: 1;}
.WhiteRounded {
  background-color: #999999;
  border: none;
  display: inline-block !important;
  float: none !important;
  font-size: 14px;
  font-weight: normal;
  height: 30px;
  line-height: 20px;
  margin: 0 2px;
  text-align: center;
  width: 110px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, .1);
  -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, .1);
  -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, .1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, .1);
  position: relative;
  overflow: hidden;
}
.WhiteRounded a{
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  padding:5px 5px 5px  40px;
  position: relative;
  text-align: left;
}
.WhiteRounded a.dathang{
    background: url(../images/icon-cart.png) no-repeat 10px 5px;
}
.WhiteRounded a.chitiet{
    background: url(../images/button-search.png) no-repeat 10px 5px;
}
.WhiteRounded:hover{
  background-color:#e74c3c;
}
/**============DETAIL==============**/
.slick-slider.p-slider {
    margin: 20px -15px;
    padding: 0px;
}
.slick-slider.p-slider .slick-track .slick-slide {
    margin: 0px 15px;
    text-align: center;
    position: relative;
    background: #fff;
}
.slick-slider.p-slider .slick-track .slick-slide .node-product-thumbnail{
    position: relative;
    width:100%;
    height:400px;
}
.slick-slider.p-slider .slick-track .slick-slide img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;

    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
}