/*========= RESET STYLE TRÌNH DUYỆT ========
*/
*{
    margin:0px;           
    padding:0px;  
}
/*============ style column and row=================*/
/*
 .span6{
    float:left !important;
    margin: 0!important;
    margin-top: 15px !important;
   // margin-left: 7px !important;   
}
.span12 {
    float:left !important;
    margin: 0!important;
    margin-top: 15px !important;
}
.span4 {
    float:left !important;
    margin: 0!important;
    margin-top: 12px !important;
    //margin-left: 7px !important;   
}
*/
.avatar3 {
    width: 110px !important;
    height:110px !important;
}
/*-------- Style Read More---------*/
.morecontent span {
    display: none;
}
.sub-content {
    display: block;
}
.view-more {
    margin-top:20px;
}

/*======== Style Slider column=======*/
.stylejs1 {
}
@media screen and (max-width: 991px) {
    .stylejs1 {
        width: 600px !important;
    }
}
@media screen and (max-width: 479px) {
    .stylejs1 {
        width: 100% !important;
    }
}
.stylejs2 {
    width: 100% !important;
}
@media screen and (max-width: 991px) {
    .stylejs2 {
        width: 315px !important;
    }
}
@media screen and (max-width: 479px) {
    .stylejs2 {
        width: 275px !important;
    }
}
.stylejs3 {
    width: 300px !important;
}
@media screen and (max-width: 991px) {
    .stylejs3 {
        width: 245px !important;
    }
}
@media screen and (max-width: 479px) {
    .stylejs3 {
        width: 275px !important;
    }
}
/*end-slider*/
#myModal .modal-body {
    padding: 0;
}
.modal-dialog {
    width: 768px;
}
.modal-content{
    border:0!important;
}
@media screen and (min-width: 480px){
.stylejs1 {
  width: 100% !important;
}
@media screen and (min-width: 768px){
    .modal-dialog {
    width: 768px!important;
    margin: 30px auto;
    }
}
@media screen and (max-width: 767px) {
    .modal-dialog {
        width: auto!important;
        margin: 45px !important;
    }
}
@media screen and (max-width: 767px) {
    .imgform {
        margin-left: 35%!important;
    }
}
#myModal .modal-body iframe#testimonialLink {
    min-height: 475px;
    width: 100%;
    border: none;
}
/*Submit bottom*/
label.btn-primary{
    color: #fff;
    font-size: 13px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
    background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
    background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
    background-repeat: repeat-x;
}
label.btn-primary:hover {
    background-color: #2f96b4;
}

/*Loadmore*/
.view-more {
    color:white;
    margin-left: 20%;
    margin-right: 20%;
    background-color: #49afcd;
    padding: 10px 10px 10px 10px;
    text-align: center;
}
#viewplus {
    color:white;
}
.view-more i {
    padding-left: 10px;
}

.k2-masonry-loading {
  height: 50px;
  width: 200px;
  margin: 0 auto;
}
  .loading_spinner_wrapper{
    margin: 0 auto;
    width: 32px;
    height: 32px;
    position: relative;
  }
    .cube1, .cube2, .cube3, .cube4, .cube5{
      background: #49afcd;
      width: 10px;
      height: 10px;
      position: absolute;
      top: 20px;
      left: 0;

      -webkit-animation: cubemove 2s infinite ease-in-out;
      animation: cubemove 2s infinite ease-in-out;
    }

    .cube2 {
      -webkit-animation-delay: -0.5s;
      animation-delay: 0.5s;
    }

    .cube3 {
      -webkit-animation-delay: 1s;
      animation-delay: 1s;
    }

    .cube4 {
      -webkit-animation-delay: 1.5s;
      animation-delay: 1.5s;
    }
    .cube5 {
      -webkit-animation-delay: 2s;
      animation-delay: 2s;
    }

    
    @-webkit-keyframes cubemove {
      0% { -webkit-transform: translateX(-120px);}
      50% { -webkit-transform: translateX(0px) rotate(180deg) scale(2.2); background: #49afcd; }
      100% { -webkit-transform: translateX(120px);}
    }

    @keyframes cubemove {
      0% { 
        -webkit-transform: translateX(-120px);
        transform: translateX(-120px);
      }
      50% { 
        -webkit-transform: translateX(0px) rotate(180deg) scale(2.2); background: #49afcd ;
        transform: translateX(0px) rotate(180deg) scale(2.2); background: #49afcd ;
      }
      100% { 
        -webkit-transform: translateX(120px);
        transform: translateX(120px);
      }
    }