
body {
    /*background-image: url("../img/pattern-white.png");*/
    background-color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    color: #000;
}

a {
   outline: 0;
}

h1,h2,h3,h4,h5 {
    color:#000;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

img.responsive {
    width:100%;
}

img.responsive-90 {
    width:90%;
}

img.responsive-80 {
    width:80%;
}
img {
    max-width: 100%;
}

.row {
    margin:0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, 
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, 
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, 
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, 
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, 
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, 
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, 
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, 
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, 
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding:0;
    margin:0;
}

.homido-pattern {
background-image: url(pattern1.jpg)/*tpa=http://homido.vn/v2/img/pattern1.jpg*/;
}


.pt-wrapper {
-webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
  // background-image: url(nextgen_background.jpg)/*tpa=http://homido.vn/v2/img/nextgen_background.jpg*/;
    background-size: cover;
    background-position: center;
	background:#FFF
    /*width: 98%;
    margin:1% 0% 0% 1%;*/
}

.pt-wrapper .pt-page {
    width: 100%;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.pt-wrapper .pt-page .slide-desc {
    min-height:50px;
    text-align: center;
}

.pt-wrapper .pt-page .slide-desc .desc-sub {
   color:#e20f1b;
   display: block;
   padding:20px;
   font-size:16px;
   font-weight:bold;
   letter-spacing: 2px;
   text-transform:uppercase;
}

.pt-wrapper .pt-page .slide-updesc {
    margin:0 auto;
    margin-top:20px;
    padding:3px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background:#e20f1b;
    color:#FFFFFF;
    letter-spacing: 2px;
    position: relative;
    display:block;
    width:150px;
}

.pt-wrapper .pt-page .slide-updesc::before {
    content:'         ';
    position: absolute;
    left:50%;
    margin-left:-8px;
    top:100%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #e20f1b;
    clear:both;
}

.pt-wrapper .pt-page.pt-page-current, .no-js .pt-page {
    visibility: visible;
    z-index: 1;
}

.pt-wrapper .btn:hover {
    background: #e20f1b;
    border:1px inset #FFFFFF;
    border-radius: 0px;
    color:#FFFFFF;
}

.pt-wrapper .btn {
    background: #000000;
    border:1px inset #FFFFFF;
    border-radius: 0px;
    color:#FFFFFF;
    min-width: 130px;
}

.pt-page-ontop {
    z-index: 999;
}

.pt-wrapper .pt-page img {
max-width:35%;
}

@media screen and (max-width: 995px) {
.pt-wrapper .pt-page img {
max-width:80%;
}
}

ul#product {
list-style: none;
display: block;
text-align: center;
background: transparent;
width:80%;
padding:0;
margin:0 auto;
}

ul#product.mini {
width:98%;
}

ul#product li.home-product {
    display: inline-block;
    color:#000;
    margin:0;
    padding:0;
}

ul#product li.home-product a {
    text-decoration: none;
    color:#000000;
}

ul#product li.home-product img {
    width:100%;
    vertical-align: top;
    -webkit-transition-duration: 0.4s;
       -moz-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
}

ul#product li.home-product:hover img {
    -webkit-transform: scale(0.85);
       -moz-transform: scale(0.85);
        -ms-transform: scale(0.85);
         -o-transform: scale(0.85);
            transform: scale(0.85);
}

ul#product li.home-product img.scaled {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}


ul#product li.home-product .product-content {
    margin:0 auto;
    text-align: center;
    padding-bottom: 20px;
    font-weight: bold;
}

#product .home-product .product-new {
    margin:0 auto;
    margin-top:20px;
    padding:3px;
    text-align: center;
    font-size: 10px;
    background:#e20f1b;
    color:#FFFFFF;
    letter-spacing: 2px;
    position: relative;
    width:80%;
}

#product .home-product .product-new::before {
    content:'         ';
    position: absolute;
    left:50%;
    margin-left:-8px;
    top:100%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #e20f1b;
    clear:both;
}


.img-holder-img {
z-index: -100;
}

.happscontainer{
/*background-color: rgba(0,0,0,.7);*/
}

.happs {
overflow:hidden;
}

.happs img.zoom {
width:100%;
border:0;
-webkit-transition-duration: 0.4s;
   -moz-transition-duration: 0.4s;
     -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
-webkit-transform: scale(1.01) translate3d(0,0,0);
   -moz-transform: scale(1.01) translate3d(0,0,0);
    -ms-transform: scale(1.01) translate3d(0,0,0);
     -o-transform: scale(1.01) translate3d(0,0,0);
        transform: scale(1.01) translate3d(0,0,0);
}

.happs img.zoom-txt {
position: absolute;
z-index: 2;
width:100%;
}

.happs.left:hover img.zoom {
    -webkit-transform: scale(1.3) translate3d(-5%,5%,0);
       -moz-transform: scale(1.3) translate3d(-5%,5%,0);
        -ms-transform: scale(1.3) translate3d(-5%,5%,0);
         -o-transform: scale(1.3) translate3d(-5%,5%,0);
            transform: scale(1.3) translate3d(-5%,5%,0);
}

.happs.left.bottom:hover img.zoom {
    -webkit-transform: scale(1.3) translate3d(-5%,-5%,0);
       -moz-transform: scale(1.3) translate3d(-5%,-5%,0);
        -ms-transform: scale(1.3) translate3d(-5%,-5%,0);
         -o-transform: scale(1.3) translate3d(-5%,-5%,0);
            transform: scale(1.3) translate3d(-5%,-5%,0);
}

.happs.right:hover img.zoom {
    -webkit-transform: scale(1.3) translate3d(5%,5%,0);
       -moz-transform: scale(1.3) translate3d(5%,5%,0);
        -ms-transform: scale(1.3) translate3d(5%,5%,0);
         -o-transform: scale(1.3) translate3d(5%,5%,0);
            transform: scale(1.3) translate3d(5%,5%,0);
}

.happs.right.bottom:hover img.zoom {
    -webkit-transform: scale(1.3) translate3d(5%,-5%,0);
       -moz-transform: scale(1.3) translate3d(5%,-5%,0);
        -ms-transform: scale(1.3) translate3d(5%,-5%,0);
         -o-transform: scale(1.3) translate3d(5%,-5%,0);
            transform: scale(1.3) translate3d(5%,-5%,0);
}

.headset {
    position: absolute;
    text-align: center;
    width:25%;
    left:50%;
}

.headset img {
    width:100%;
}

.ontalk {
background-image: url(pattern1.jpg)/*tpa=http://homido.vn/v2/img/pattern1.jpg*/;
background-position: top;
padding-top: 50px;
padding-bottom: 30px;
text-align: center;
background:#FFF
}

.ontalk h2 {
text-align: center;
margin-top: 15px;
margin-bottom: 15px;
color:#FFFFFF;
text-transform: uppercase;
}

.opdn {
padding-right: 25%;
padding-left: 25%;
padding-bottom: 30px;
background: rgba(0, 0, 0, 0.3);
}

.owl-carousel .item  {
    overflow:hidden;
}


.owl-carousel .item img {
    display: block;
    width: 100%;
}

.owl-carousel .item .talk-content {
    text-align: center;
    background:#e20613;
    color:#FFFFFF;
    padding:5px;
    display: block;
    width: 100%;
}

.owl-carousel .item .talk-content .title {
    text-transform: uppercase;
}

.owl-theme .owl-dots .owl-dot span {
background:#FFFFFF;
    }

.owl-theme .owl-dots .owl-dot.active span {
background:#e20613;
    }

.social {
margin-bottom: 50px;
}

.socialshare .grid-item {
padding:10px;
}

.socialshare .grid-item .img-responsive {
width:100%;
}

.socialshare .grid-item .logo {
padding-top:15px;
}

.socialshare .grid-item .social-user {
color:#FFFFFF;
font-weight: bold;
padding:10px;
}

.socialshare .grid-item .social-content {
color:#FFFFFF;
padding:10px;
padding-bottom:20px;
}


.socialshare .youtube {
background: #e20613;
}

.socialshare .twitter {
background: #60a9de;
}

.socialshare .facebook {
background: #3a589e;
}

.socialshare .instagram {
background: #2f5c85;
}


.job {
    background-size: cover;
    background-image: url('job.png')/*tpa=http://homido.vn/v2/img/job.png*/;
    background-position: top center;
    min-height: 350px;
}



img.product-light {
    height: 200px;
    top: 50%;
    position: absolute;
    margin-top: -100px;
    right: 0;
}

@media only screen and (max-width : 768px) {
    img.product-light {
    height: 120px;
    top: 50%;
    position: absolute;
    margin-top: -60px;
    right: 0;
    }
}

img.product-mini {
    height: 200px;
    top: 50%;
    position: absolute;
    margin-top: -100px;
    right: 0;
}

@media only screen and (max-width : 768px) {
    img.product-mini {
    height: 100px;
    top: 50%;
    position: absolute;
    margin-top: -50px;
    right: 0;
    }
}

/* page camera */

.cam360 {
    background-size: cover;
    background-image: url('cam360back.jpg')/*tpa=http://homido.vn/v2/img/camera/cam360back.jpg*/;
    background-position: top center;
    padding-bottom: 50px;
    }


    .cambtn.btn:hover {
    background: #e20f1b;
    border: 0px inset #FFFFFF;
    border-radius: 0px;
    color: #FFFFFF;
}
.cambtn.btn {
    background: #e20f1b;
    border: 0px inset #FFFFFF;
    border-radius: 0px;
    color: #FFFFFF;
    margin-top:15px;
}

.txt-left {
text-align: left;
padding-top:50px;
}

.txt-center {
text-align: center; 
padding-top:20px;
}

.txt-right {
text-align:right; 
padding-top:50px;
}

.cam360-title {
font-size:24px;
font-weight: bold;
text-align: center;
color: #FFFFFF;
text-transform: uppercase;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}


.cam360-title-sep {
font-size:20px;
font-weight: bold;
margin-top:-15px;
text-align: center;
color: #e20f1b;
text-transform: uppercase;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.cam360-subtitle {
font-size:13px;
text-align: center;
color: #FFFFFF;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
margin-top:15px;
}

.cam360-desc-title {
font-size:24px;
line-height: 24px;
font-weight: bold;
color: #FFFFFF;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
margin-top:15px;
}

@media only screen and (max-width : 768px) {
.cam360-desc-title {
font-size:16px;
font-weight: bold;
text-align: center;
color: #FFFFFF;
text-transform: uppercase;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
}

.cam360-desc-content-right {
font-size:13px;
color: #FFFFFF;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
margin-top:15px;
max-width:190px;
float: right;
padding-left:10px;
}

.cam360-desc-content-left {
font-size:13px;
color: #FFFFFF;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
margin-top:15px;
max-width:190px;
float: left;
padding-right:10px;
}

ul.header-spec {
    text-align: center;
    background:#FFFFFF;
    margin:0;
    padding:0;
}

ul.header-spec li {
    display: inline-block;
    width: 150px;
    margin-left:50px;
    margin-right: 50px;
    font-weight: bold;
}



ul#camspec li.home-product {
    display: inline-block;
    color:#FFFFFF;
    margin:0;
    padding:0;
    max-width:150px;
}

ul#camspec li.home-product a {
    text-decoration: none;
    color:#FFFFFF;
}


ul#camspec li.home-product .product-content {
    margin:0 auto;
    text-align: center;
    padding-bottom: 20px;
    font-weight: bold;
}

#camspec .home-product .product-new {
    margin:0 auto;
    margin-top:20px;
    padding:3px;
    text-align: center;
    font-size: 10px;
    background:#e20f1b;
    color:#FFFFFF;
    letter-spacing: 2px;
    position: relative;
    width:80%;
}

img.productcam-light {
    height: 240px;
    top: 50%;
    position: absolute;
    margin-top: -120px;
    right: 0;
}

.slide-left {
    font-size: 36px;
    border-top:2px solid #000;
    border-left:2px solid #000;
    border-bottom: 2px solid #000;
    width:70px;
    text-align:center;
    float:left;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.slide-left:hover, .slide-right:hover {
color:#e20f1b;
    }

.slide-right {
    font-size: 36px;
    border-top:2px solid #000;
    border-right:2px solid #000;
    border-bottom: 2px solid #000;
    width:70px;
    text-align:center;
    float:left;
    cursor:pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ul.slide-spec {
    text-align: center;
    background:#FFFFFF;
    margin:0;
    padding:0;
}

ul.slide-spec li {
    display: inline-block;
    text-align:left;
    float: left;
    padding-left: 30px;
    padding-right: 10px;
    border-right:1px solid #e20613;
    margin-bottom:25px;
}

ul.slide-spec li:nth-child(3), ul.slide-spec li:last-child {
    border-right:0px solid #000;
}

ul.slide-spec li.control {
    cursor: pointer;
}

.slide-title {
    font-weight: bold;
    font-size:20px;
    text-transform: uppercase;
}

.slide-content {
    font-weight: bold;
     font-size:13px;
}

.slide-select {
    color:#e20f1b;
}

.camapp {
    background-size: cover;
    background-image: url('Cameappback.jpg')/*tpa=http://homido.vn/v2/img/camera/Cameappback.jpg*/;
    background-position: center center;
    margin-top:20px;
    text-align: center;
}

.camapp-title {
font-size:24px;
font-weight: bold;
text-align: center;
color: #FFFFFF;
text-transform: uppercase;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
margin-top:40px;
}

.camapp-title-sep {
font-size:20px;
font-weight: bold;
margin-top:-15px;
text-align: center;
color: #e20f1b;
text-transform: uppercase;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.camapp-subtitle {
font-size:13px;
text-align: center;
color: #FFFFFF;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
margin:0 auto;
margin-top:15px;
max-width:500px;
padding-left:10px;
padding-right:10px;
padding-bottom:50px;
}

.camapp-desc-title {
font-size:24px;
line-height: 24px;
font-weight: bold;
color: #FFFFFF;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
margin-top:15px;
}

.camappbottom {
    margin-top:-10%;

}

.store-button {
    margin-top:20px;
    margin-bottom: 20px;
    text-align:center;
}

.store-button a {
    margin:10px;
}

.store-button img {
    max-width: 150px;
}

.camspecback {
    background-size: cover;
    background-image: url('Camspecback.jpg')/*tpa=http://homido.vn/v2/img/camera/Camspecback.jpg*/;
    background-position: bottom left;
    margin-top:20px;
    text-align: center;
    padding-top:100px;
    padding-bottom:100px;
}

.hspecback .desc-infos {
    padding:10px;
}

.hspecback .desc-infos-block {
    background: rgba(0, 0, 0, 0.7);
    width:100%;
    display:inline-block;
}

.hspecback .desc-infos-block .desc-icon {
    background: #e20f1b;
    width:20%;
    height:100%;
    float: left;
    display: inline-block;
}

.hspecback .desc-infos-block .desc-content {
    width:80%;
    float: left;
    display: inline-block;
    padding-bottom: 5px;
}

.hspecback .desc-infos-block .desc-content .title {
    color:#e20f1b;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding-left:10%;
    padding-top:10px;
}

.hspecback .desc-infos-block .desc-content .content {
    color:#FFFFFF;
    font-size: 12px;
    text-align: left;
    padding-left:10%;
}

#grabslide {
    position: absolute;
    z-index: 0;
}

.grab-slide {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
}


.grab-title {
font-size:24px;
font-weight: bold;
text-align: center;
color: #FFFFFF;
text-transform: uppercase;
}

.product-content .grab-title {
text-transform: uppercase;
}



.grab-title-sep {
font-size:20px;
font-weight: bold;
margin-top:-15px;
text-align: center;
color: #e20f1b;
text-transform: uppercase;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.grab-subtitle {
font-size:13px;
text-align: center;
color: #FFFFFF;
margin-top:15px;
padding-left:30px;
padding-right:30px;
}

.grab-plus {
   text-align: center;
   font-size: 54px;
   color:#FFFFFF;
}

/*
.grab-slide1 {
    background-size: contain;
    background-image: url('../img/grab/slide1.jpg');
    background-position: 75% bottom;
    background-repeat: no-repeat;
}
*/

.grab-cartouche {
z-index: 2;
position: absolute;
top:0;
left:0;
width:50%;
max-width:393px;
    }


@media (orientation: landscape) and (max-width: 990px) {
    .grab-cartouche {
        width:200px;
    }
}


.grab-slide2 {
    background-size: cover;
    background-image: url('slide1-3.jpg')/*tpa=http://homido.vn/v2/img/grab/slide1.jpg*/;
    background-position: 50% 50%;
}

.background-fixed {
   background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-color: transparent !important;
  background-size: cover !important;
}

.grab-slide-infos {
    position: relative;
    float:right;
    margin-right: 20%;
    height:420px;
    width:350px;
    background:url('slidebackground.jpg')/*tpa=http://homido.vn/v2/img/grab/slide2/slidebackground.jpg*/;
    border-bottom:8px solid #e20f1b ;
    margin-top:10%;
    margin-bottom: 10%;
}


.grab-slide-info {
    padding:10px;
    margin-top:5%;
}

.grab-slide-info .grab-subtitle {
    font-size: 16px;
}

.grab-slide-infos .slide-control {
    position: absolute;
    bottom: 30px;
    width:120px;
    left:50%;
    margin-left:-60px;
}

.grab-slide-infos .slide-left {
    width:50%;
    border-color: #FFFFFF;
    color:#FFFFFF;
}
.grab-slide-infos .slide-right {
    width:50%;
    border-color: #FFFFFF;
    color:#FFFFFF;
}

.grab-slide-infos .slide-left:hover, .grab-slide-infos .slide-right:hover {
    color:#e20f1b;
}

.img-grab-container {
background-color: #FFFFFF;
margin-top:5%;
 text-align: center;
}


@media screen and (max-width: 772px) {
.grab-slide-infos {
    margin-left: auto;
    margin-right: auto;
    background-image: none;
    background: rgba(0, 0, 0, 0.6);
    float: none;
    width:80%;
}

.responsive-center {
    width:100%;
    vertical-align: top;
}
}

@media (orientation: landscape) and (max-width: 772px) {

.grab-slide-infos {
    margin-left: auto;
    margin-right: auto;
    width:80%;
    background-image: none;
    background: rgba(0, 0, 0, 0.6);
} 
}

ul#grabspec li.home-product {
    display: inline-block;
    color:#FFFFFF;
    margin:0;
    padding:0;
    max-width:300px;
}

ul#grabspec li.home-product a {
    text-decoration: none;
    color:#FFFFFF;
}


ul#grabspec li.home-product .product-content {
    margin:0 auto;
    text-align: left;
    padding-bottom: 20px;
    padding-right: 10px;
}

#grabspec .home-product .product-new {
    margin:0 auto;
    margin-top:20px;
    padding:3px;
    text-align: center;
    font-size: 10px;
    background:#e20f1b;
    color:#FFFFFF;
    letter-spacing: 2px;
    position: relative;
    width:90%;
}

h3.grab-title {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #FFFFFF;
    font-family: "LatoWeb-Black";
    margin-bottom: 0px;
    margin-top: 10px;
    letter-spacing: 1px;
}

ul#grabmini {
    width:100%;
    list-style: none;
    margin:0 auto;
    padding:0;

}

ul#grabmini .grabmini-block {
    color:#FFFFFF;
    background: #000000;
    cursor: pointer;
    text-transform: uppercase;
    padding-bottom: 2px;
    text-align: center;
}

ul#grabmini .grabmini-block span {
    padding: 2px;
}


#grab-slide4 {
    background-size: cover;
    background-position: center right;
}

.grab-slide4-infos {
    position: relative;
    margin-left: 15%;
    width:350px;
    background:url('slidebackground.jpg')/*tpa=http://homido.vn/v2/img/grab/slide2/slidebackground.jpg*/;
    z-index: 2;
    border-bottom:8px solid #e20f1b ;
    padding-top: 15px;
    margin-top:10%;
    margin-bottom:10%;
}

.grab-slide4-info {
    padding:10px;
    margin-top:15%;
}

#grab-slide5 {
    background-size: cover;
    background-position: center right;
}

.grab-slide5-infos {
    position: relative;
    margin-right: 15%;
    width:350px;
    background:url('slidebackground.jpg')/*tpa=http://homido.vn/v2/img/grab/slide2/slidebackground.jpg*/;
    z-index: 2;
    border-bottom:8px solid #e20f1b ;
    padding-top: 15px;
    margin-top:5%;
    margin-bottom:5%;
    float: right;
}

.grab-slide5-info {
    padding:10px;
    margin-top:15%;
}

.marge5 {
    margin-top:5%;
    margin-bottom:5%;
}

.marge2 {
    margin-top:2%;
    margin-bottom:2%;
}

ul.slideapps {
    list-style: none;
    text-align: center;
    margin:0 auto;
    margin-top: 10px;
    padding:0;
    width:80%;
}

ul.slideapps li {
    display: inline-block;
    width:45%;
    padding:10px;
    max-width: 150px;

}


@media screen and (max-width: 772px) {
.grab-slide4-infos {
    margin-left: auto;
    margin-right: auto;
    width:80%;
}

.grab-slide5-infos {
    margin-left: auto;
    margin-right: auto;
    width:80%;
    float:none;
}
}

@media (orientation: landscape) and (max-width: 772px) {

.grab-slide4-info {
    padding:10px;
    margin-top:5px;
}

.grab-slide5-info {
    padding:10px;
    margin-top:5px;
}

ul.slideapps li {
    display: inline-block;
    width:20%;
    padding:10px;
    max-width: 150px;

}
}

.v2-slide1, .v2-slide2 {
    background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-color: transparent !important;
  background-size: cover !important;
}

.mini-title {
font-size:24px;
font-weight: bold;
text-align: center;
color: #FFFFFF;
text-transform: uppercase;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}


.mini-title-sep {
font-size:20px;
font-weight: bold;
margin-top:-15px;
text-align: center;
color: #e20f1b;
text-transform: uppercase;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.mini-subtitle {
font-size:13px;
text-align: center;
font-weight: bold;
color: #FFFFFF;
margin-top:15px;
padding-left:30px;
padding-right:30px;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.more-shadow {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}

.grab-slide-infos.mini {
    position: relative;
    float:none;
    margin-right: auto;
    margin-left: auto;
    height:auto;
    width:350px;
    background:transparent;
    border-bottom:0px solid #e20f1b ;
    margin-top:2%;
    margin-bottom: 5%;
}



.mini-left {
    font-size: 36px;
    border-top:1px solid #000;
    border-left:1px solid #000;
    border-bottom: 1px solid #000;
    width:70px;
    text-align:center;
    float:left;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mini-left:hover, .mini-right:hover {
color:#e20f1b;
    }

.mini-right {
    font-size: 36px;
    border-top:1px solid #000;
    border-right:1px solid #000;
    border-bottom: 1px solid #000;
    width:70px;
    text-align:center;
    float:left;
    cursor:pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.slide-control.mini {
    margin:5px auto;
    width: 150px;
}

.apps-ico {
text-align: center;
}

.apps-ico img {
max-width: 150px;
}

.responsive-mini {
    width:100%;
}

@media screen and (max-width:900px) {
.responsive-mini {
    width:80%;
}
}

.grab-slide4-infos.mini {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width:350px;
    background:transparent;
    z-index: 2;
    border-bottom:0px solid #e20f1b ;
    padding-top: 15px;
    margin-top:3%;
    margin-bottom:3%;
}

.grab-slide4-info.mini {
    padding:10px;
    margin-top:15%;
}

@media screen and (max-width: 772px) {
.grab-slide4-infos.mini {
    margin-left: auto;
    margin-right: auto;
    width:80%;
}
}

@media (orientation: landscape) and (max-width: 772px) {

.grab-slide4-info.mini {
    padding:10px;
    margin-top:5px;
}
}

.mini-contact {
    width:230px;
    background:#e20f1b;
    margin:60px auto;
    text-align:center;
    padding:10px;
    color:#FFFFFF;
    font-weight: bold;
}
.block02 {
    margin-top: 30px;
}
.thumb-img {
    max-width: 100%;
    border: 5px solid #fff;
}
.intro {
    color: #000;
    padding-bottom: 20px;
}
.intro.right {
    padding-left: 20px;
    padding-top: 0px;
}
.intro.left {
    padding-right: 20px;
}
.nhaphanphoi {
    padding: 20px 0px;
}
h3.block-title {
    text-align: center;
    font-size: 30px;
    margin: 30px 0px;
    color: #e20f1b;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
h3.block-title span {
    border-bottom: 2px double #e20f1b;
    padding: 5px 0px;
}
.gioithieu {
    background: #ddd;
    padding: 30px 0px;
}

.khachhang .table img {
	height: 50px;
	margin-right: 15px;
}
.khachhang .table {
	margin: 0 auto;
}
.khachhang .table td {
	border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}
.desc {
	text-align: center;
    padding: 15px;
	margin-bottom: 20px;
}
.header-info {
	position: fixed;
	z-index: 9999;
	width: 100%;
	background-color: rgba(54, 58, 60, .32);
	padding: 4px 0px;
	background-image: url(pattern-alpha-grey.png);
}
.header-info a {
	color: #fff;
}
.header-info .left {
	
}
.header-info .right {
	text-align: right;
}

@media screen and (max-width: 480px) {
	.header-info .right {
		text-align: left;
	}
	.navbar-fixed-top {
		top: 50px;
	}
	.main-content {
		padding-top: 100px  !important;
	}
	h3.block-title span {
		border: none;
	}
	h3.block-title {
		border-bottom: 2px double #e20f1b;
	}
	.khachhang .table td {
		width: auto !important;
	}
	.bloc-content  {
		
	}
	.videos .row {
		margin: 0px !important;
	}
	.videos .bloc-content .col-sm-6 {
		width: 100%;
		float: none;
		margin: 0px !important;
	}
	.videos .bloc-content .col-sm-6 iframe{
		width: 100% !important;
		height: 200px !important;
	}
	.videos .section-600 {
		margin-top: 85px;
	}
}
#pg-footer {
	padding: 10px 0px;
	text-align: center;
}
#pg-footer p {
	margin: 0px;
}