/*
 * A Design by GraphBerry
 * Author: GraphBerry
 * Author URL: http://graphberry.com
 * License: http://graphberry.com/pages/license
 */

/* Table of content
1.General - This is created general styles and overide some bootstrap classes.
2.Layout
 2.1 Animations
 2.2 Buttons
 2.3 Thumbnail - overide bootstrap thumbnail and add mased efect
 2.4 Socail icons -style for social icons list
3 Sections - definition for section and subsection
 3.1 Services
 3.2 Portfolio
 3.3 About
 3.4 Clients
 3.5 Price table
 3.6 Newsletter
 3.7 Contact
 3.8 Footer
4 Responsive 
**********************************************************************/

/*
1. General
**********************************************************************/
a, a:hover, a:active, a:visited, a:focus {
    text-decoration:none;
}
*{font-family: 'Roboto', sans-serif;}
.logo_king{width: auto !important;
    height: 80px !important;
    padding: 0;
    margin: 0;
    float: left;}
.filter a {
    position: relative;
    background-color: #2472a5;
    padding: 10px;
    float: left;
    width: 17%;
    margin-left: 5px;
    margin-top: 5px;
    color: #fff;
}
.footer1{margin:0 !important; padding:0 !important;}
#contact{position:relative;}
.contact .footer1 .footer2::before{content:'';width:100%; height:75px; left:0; bottom:0; background-color:#071c2e; transform:skewY(0deg); position:absolute; z-index:0;}
.nav .container{margin:0;padding:0; width:100%;}
.navbar .pull-right{position:relative; width:68%;}
.navbar .navbar-inner .container{background-color:#244b70;}
.content {
    color: rgb(6, 61, 137);
}
.modal-header{background-color:#244b70; color:#fff;}

.modal, .modal-body p {color:black; overflow:auto;}
.close{color:#fff;}

.icon-link-ext{color:#0099ff;}
.filter a.active:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #116aa5 transparent transparent transparent;
  transition: all .4s ease;
}

.filter a.active{background-color:#f1f1f1; transition: all .4s ease; color:#116aa5;}

.bug{background-color:rgba(23, 31, 42, 0.93) !important;}

.boxes {
  display: flex;
  flex-wrap: wrap;
}

.boxes a {
  width: 20%;
  margin-top:0px;
}
.popover.right{margin-left:-30px; background-color:#434f5f; color:black;}
.popover.bottom{margin-top:-30px; background-color:#434f5f; color:black;}
.popover p{color:#fff;font-size:15px;}
.popover-title{background-color:#434f5f;}
.popover.left{margin-left:30px; background-color:#434f5f; color:black;}
.boxes a img {
border:2px solid #747C89;
border-radius:10px;
}
b{color:#ee3d3d;}

.boxes a{display:none;}

#loadMore{background-color:#116aa5; color:#fff; padding:10px; margin-left:46%; border:1px solid #fff; font-size:16px; font-weight:bold;}

#loadMore:hover{background-color:transparent; border:1px solid #fff; transition: all 400ms ease-in-out;}

.boxes a figure:hover figcaption {
color:#41a6e9;
transition:all .3s ease-in-out;
}

@keyframes zoom-in {
  0% {
   transform: scale(.1);
  }
  100% {
    transform: none;
  }
}

@keyframes rotate-right {
  0% {
    transform: translate(-100%) rotate(-100deg);
  }
  100% {
    transform: none;
  }
}

.is-animated {
  animation: .6s zoom-in;
  // animation: .6s rotate-right; 
}

figcaption{color:#fff; text-decoration:none;}

 body {
    font-family:'Roboto', sans-serif;
    color: #FFF;
    line-height:1.2em;
    font-size:17px;
    line-height:20px;
}
a {
    color:black;
    text-decoration: none;
}
a:hover {
    color: #8d95a1;
    text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 {
    margin: 10px;
}
p {
    padding: 10px;
    font-weight: 100;
    color: #fff;
}
.navbar {
    background: #244b70;
    margin-bottom:0;
}

.navbar-fixed-top {
    min-height:50px;
    height:50px;
    padding-top:0;
}
.navbar-inner {

    border-radius:0;
    filter: none;
    border: none;
    box-shadow: none;
}
.brand{width:30%; text-align:center; position:relative; padding:0 !important; margin:0 !important;}
/*.brand::before{position:absolute; content:'';width:100%; height:2px; background-color:#116aa5; bottom:0; left:0;}*/
.navbar .brand img {
    width:180px;
    height:45px;
}
.navbar .nav > li > a {
    margin-top:20px !important;
    text-transform:uppercase;
    line-height: auto;
    vertical-align: middle;
    margin:5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #fff;
    box-shadow: none;
    font-size:15px;
    text-shadow: none;
    color: #000;
    transition: border-color 1s ease;
    border-radius:5px;
    box-shadow:1px 1px 3px #005499;
    background-color:#fff;
}
.navbar .nav > li:first-child{margin-left:50px;}
.navbar .nav > li:hover> a, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    color: #fff;
    background-color: #009bcf;
    transition: border-color 1s ease;
    box-shadow:1px 1px 3px #fff;
}
.nav-pills {
    margin-bottom: 30px;
}
.nav-pills > li > a {
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right:5px;
    padding-left:25px;
    padding-right:25px;
    border: 1px solid #181A1C;
}
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background: #181A1C;
    color: #fff;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar {
    border-radius:0;
    background:#116aa5;
    color: #fff;
}
/******
2. Layout
**********************************************************************/
.centered {
    margin-left:auto;
    margin-right:auto;
    float: none;
    text-align: center;
}
/* Use this class if you want ceter element with span* class */
 .center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}
.highlighted-box {
    background:#F4F8F9;
    padding:20px 30px;
}
.highlighted-box h1 {
    margin:0px;
}
.large-text {
    line-height:1.2em;
    font-size: 30px;
    color: #181A1C;
    padding:20px;
    margin-bottom:20px;
}
.highlighted-box h1, .highlighted-box p {
    color: #181A1C !important;
}
.circle-border {
display:inline-block;
border-radius:100%;
}
.left-align {
    text-align:left;
}
.right-align {
    text-align:left;
}
.error {
    color: #CF0000;
    display: none;
}
.invisible {
    display:none;
    visibility:visible;
}
/*
2.1 Animations
**********/
 .zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}
/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/
 .button,  .button:visited, .button:focus {
    display:inline-block;
    border:1px solid #181A1C;
    color:#181A1C;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
    line-height:auto;
}
.button:hover, .button:active{
    background-color:#181A1C;
    color:#fff;
}
.button-sp, .button-sp:visited, .button-sp:focus {
    border:none;
    background-color:#FECE1A;
    color:#181A1C;
}
.button-sp:hover, .button-sp:active {
    background-color:#181A1C;
    color:#FECE1A;
}
.button-ps, .button-ps:visited, .button-ps:focus {
    border:none;
    background-color:#181A1C;
    color:#FECE1A;
}
.button-ps:hover, .button-ps:active {
    background-color:#FECE1A;
    color:#181A1C;
}
/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
 .thumbnail {
    width:100%;
    height:100%;
    padding:0;
    overflow: hidden;
    position: relative;
    border:0;
    border-top-left-radius:70px;
    border-bottom-right-radius:70px;
    box-shadow:none;
    text-align:center;
    background: rgba(190, 204, 213, 0.59);
}
  .thumbnail1 {
    width:100%;
    height:100%;
    padding:0;
    overflow: hidden;
    position: relative;
    border:0;
    border-radius:50px;
    box-shadow:none;
    text-align:center;
    background: rgba(255, 255, 255, 0.26);
}
.thumbnail1 h3{color:#181A1C !important;}
.thumbnail .more {
    display:block;
    z-index:4;
    position:absolute;
    top:-100px;
    left:50%;
    margin:0 auto;
    margin-left:-41px;
    width:80px;
    height:80px;
    font-size:40px;
    color:#fff;
    text-decoration:none;
    line-height: 70px;
    text-align: center;
}
.thumbnail:hover .more {
    top:40%;
    margin-top:-40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3 s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.thumbnail h3, 
.thumbnail p {
    margin:0;
    padding:0;
    position:relative;
    z-index:4;
    color:black;
}
.thumbnail h3 {
    color: black;
    margin-top:10px;
    font-size:20px;
}
.thumbnail > p {
    padding-bottom:20px;
}
.thumbnail .mask {
    opacity:0.85;
    filter: alpha(opacity=85);
    top:100%;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    position:absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.thumbnail:hover .mask {
    top:0;
}
/*
2.4 Socail icons
************/
 .social {
    list-style: none;
    float: none;
    position:relative;
    margin:5px; auto;
}
.social li {
    display:inline-block;
    line-height: 32px;
    font-family:'Porta';
    font-size: 32px;
    padding:0 5px;
}
.social li a {
    margin:0;
    padding:0;
    width:32px;
    height:32px;
    color: #FECE1A;
}
.social li a:hover {
    color:#181A1C;
}
/*
3. Sections 
***************************************************************************/
 .section {
    padding-bottom: 5px;
}
.section .container {
    padding-top:10px;
}
.section .title {
    text-align: center;
    padding:5px;
    margin-bottom: 15px;
}
.section .title h1 {
    font-weight: normal;
    padding: 0;
    font-size:26px;
}
.section .title > p {
    font-size: 20px;
    color: #FFF;
    font-weight: lighter;
}
.primary-section {
    background:rgba(6, 59, 94, 0.89);
}

.primary-section .title {
    border-bottom: 1px solid #fff;
}
.primary-section, .primary-section .title p, .primary-section h3 {
    color: #fff;
}
.primary-section h1 {
    color:#FFF;
    font-weight:bold !important;
}
.secondary-section h1 {
    color:#FFF;
    font-weight:bold !important;
}
.secondary-section {
    background:rgba(206, 214, 221, 0.66) ;
}
.secondary-section .title {
    border-bottom: 2px solid black;
    font-weight:initial;
}
.secondary-section h1, .secondary-section .title p {
    color: #181A1C;
}
/* Third section use bacground image */
.third-section {
    padding-bottom: 20px;
}
.third-section .container {
    padding-top:10px;
    position:relative;
}
.third-section .title {
    border-bottom: 1px solid #A1AAB7;
    color: #fff;
}
.sub-section {
    margin-top:20px;
}
.sub-section .title {
    padding:0;
}
/*******
3.1 Services  
***************************************/
.service{
    margin-top:0px;
}
 .service, .service h2 {
    padding-top:10px;
}
.service p {
    height:auto;
     text-align:justify;
}
.service img {
    width:150px;
    height:150px;
}
/*
3.2 Portfolio
***************************************/
 .single-project {
    margin-bottom:30px;
    background:#181A1C;
}
.single-project img {
    width:100%;
}
.project-description {
    padding-right:20px;
}
.project-description p {
    padding-left:0;
}
.project-title {
    margin-top:15px;
    margin-bottom:15px;
    border-bottom:1px solid #FECE1A;
}
.project-title h3 {
    float:left;
    margin-top:0;
    padding:0;
    width:80%;
}
.project-title .close {
    color: #FECE1A;
    margin-top:10px;
}
.project-info span, .project-title h3 {
    color:rgb(66, 162, 234);
}
.project-info {
    font-weight:100;
    padding:10px 0;
}
.project-info span {
    width: 120px;
    display: inline-block;
}
.project-info div {
    margin-bottom:5px;
}
.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}
#portfolio-grid .mix {
    opacity: 0;
    display: none;
}
/*
3.3 About
******************************************************************/
 .team .thumbnail {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border: 1px solid #fff;
}
.team .thumbnail:hover .social {
    z-index: 5;
}
.team .thumbnail:hover .social a {
    color:#fff;
}
.team .thumbnail .mask {
    background: rgba(225, 209, 209, 0.41);
}
.team .thumbnail .mask h2 {
    margin-top:20%;
}
.team .thumbnail .mask, .team .thumbnail .mask h3, .team .thumbnail .mask p, .team .thumbnail:hover h3, .team .thumbnail:hover .social a:hover {
    color:#181A17;
}
.about-text {
    margin-top:30px;
}
.about-text p {
    padding:0;
    font-size:16px;
}
/*********************************************************************
                        SKILLS BAR
*********************************************************************/
 .skills {
    list-style-type: none;
    position: relative;
    margin:0px;
}
.skills li {
    margin-bottom:30px;
    background:#FFF;
    height:40px;
    padding:1px;
}
.skills li h3 {
    position: relative;
    font-size: 15px;
    padding:0;
    margin:0;
    left: 10px;
    z-index: 1;
    color: #181A1C;
}
.skills li .bar {
    height:40px;
    position:absolute;
    background-color: #FECE1A;
}
/*
3.4 Clients
**********************************************************************/
 .client-slider img {
    border:1px solid #116aa5;
    border-radius:10px;
}
.client-slider img:hover {
    background-color:#FECE1A;
}
.client-nav {
    list-style:none;
    margin-top:10px;
}
.client-nav li {
    float:left;
    display:block;
    margin-left:10px;
}
.client-nav li a {
    display:inherit;
    padding:5px;
    background:#fff;
    border-radius:3px;
    width:20px;
    height:20px;
}
.client-nav li a:hover {
    background:black;
    color:#fff;
}
.testimonial p {
    color:#FFF;
    background:rgb(82, 164, 225);
    padding:15px;
    margin:0;
}
.testimonial .arrow {
    margin-left:10px;
    width:0;
    border-top:10px solid rgb(82, 164, 225);
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
}
.testimonial .whopic {
    display:inline-block;
}
.testimonial .whopic img {
    margin-top:10px;
    width:50px;
    height:50px;
    float:left;
    border:2px solid #116aa5;
}
.testimonial .whopic strong {
    float:left;
    margin-top:10px;
    padding-left:10px;
    color:#116aa5;
}
.testimonial .whopic small {
    display:block;
    font-size:12px;
    
}
.testimonial-text{
    display:block;
    font-size:22px;
    text-align:center;
    margin:0 auto;
    margin-top:30px;
    width:70%;
    line-height:1.3em;
}
/*
3.5 Price table
******************************************************************/
 .price-table {
    margin-top: 20px;
    margin-bottom: 20px;
}
.price-column {
    background-color:#fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-bottom:0px;
    margin:0 auto;
    text-align:center;
    border:1px solid #116aa5;
}
.price-column h3 {
    background-color:rgba(16, 101, 165, 0.90);
    text-transform:uppercase;
    text-align: center;
    color:#fff;
    padding:30px 0px;
    font-size: 34px;
    margin-top:0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}
.price-column .list{
    list-style:none;
    margin:20px 30px;
}
.price-column .list li{
    font-weight:lighter;
    color:#747C89;
    font-size:20px;
    border-bottom:1px solid #747C89;
    padding:15px 0px;
}

    .price-column .list li:last-child {
        border-bottom:none;
    }
.price-column .list li.price {
    text-align: center;
    font-size:25px;
    background-color:white;
    color:#747C89;
}
.price-text{
    margin:30px 0 20px;
    font-size:20px;
    color: #181A1C;
    font-weight:normal;
}
/*
3.6 Newsletter
********************************************************************/
 .newsletter, .newsletter h2 {
    color: #D7DDDE;
}
.newsletter .title h2 {
    text-align:left;
    padding:0;
    margin:0;
}
.newsletter form {
    text-align:right;
}
.newsletter input {
    margin-top:10px;
    padding:15px;
    height: auto;
}
.newsletter button {
    margin: 0 0 0 20px;
}
.newsletter .button-sp:hover, .newsletter .button-sp:active {
    background-color:#FFF;
    color:#181A1C;
}

/*
3.7 Contact
********************************************************************/
 .contact {
    
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {
    color: black;
}
.contact textarea, .contact input[type="text"], .contact input[type="email"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
    color:black;
}
.contact textarea {
    height: 120px;
}
.contacts, .contact .social {
    color: #fff;
    list-style: none;
    margin-left: 10px;
}
.contacts > li {
    margin-top: 15px;
}
.contacts > li > a {
    color: black;
}
.contact-info {
    margin-top:10px;
    margin-bottom:10px;
}
.contact-info p{
     font-weight:normal;
}
.contact-info .icon {
    margin:10px auto;
    font-size:30px;
}
.map-wrapper {
    position:relative;
    height:350px;
}
.map-canvas {
    position:absolute;
    margin-bottom:20px;
    width:100%;
    height:350px;
    color: #29383F;
    position:absolute;
    left:0;
    bottom:0;
    right:0;
}
.contact .social {
    display: inline-block;
    margin-left:0;
}
.contact .social li {
    line-height: 32px;
    padding:10px 10px;
    font-family:'Porta';
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
}
.contact .social li a {
    color:rgba(97, 163, 225, 0.75);
}
.contact .social li a:hover {
    color:#55b2ee;
}
.contact-form {
    background:rgba(42, 64, 78, 0.51);
    z-index:110;
    position:relative;
    padding:0px 20px 0px 20px;
    height:330px;
    margin-top:-25px;
}
.controls textarea{height:50px !important;}
.contact-form h3 {
    color:#838589;
    padding-bottom:20px;
}
.message-btn {
    border:1px solid #747C89;
    color:#fff;
    background-color:rgb(43, 131, 206);
    padding:15px 30px;
    font-size:17px;
}
.message-btn:hover {
    background-color:rgba(17, 106, 165, 0.59);
    color:#fff;
}
.contact-info {
    text-align:center;
    font-size:22px;
}
.info-mail {
    margin:0 auto;
    padding:15px;
    color:#fff;
}
.black {
    color:#181A1C;
}
/*
3.8 Footer
********************************************************************/
 .footer {
    background: #fff;
    text-align: center;
    height:10px !important;
}
.footer > p {
    color: black;
    margin:0;
    font-size:15px;
    font-weight:bold;
}

.footer a{
    color:#FECE1A;
}

.footer a:hover, .footer a:focus{
    text-decoration: underline;
}
.scrollup {
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
    width:39px;
    height:39px;
    border-radius:5px;
    font-size:20px;
    position:fixed;
    bottom:0px;
    right:0px;
	border:1px solid #fff;
    display:none;
    background: #116aa5;
}
.scrollup > a {
    position:relative;
    top:7px;
    color:#fff;
}
/*
4 Responsible
********************************************************************/
@media (min-wdith:1231px) and (max-width:1250px)
{
    .navbar .nav > li:first-child{margin-left:0px;}
    .navbar .nav > li > a{padding:4px;}
}
 @media (min-width: 1021px) and (max-width:1230px) {
    .thumbnail .more {
        margin-left:-41px;
        width:80px;
        height:80px;
        border-radius:40px;
        line-height: 80px;
    }
    .brand{width:30%;}
    .navbar .brand img {
    width:auto !important;
}
    .navbar .pull-right{width:67%;}
    .navbar .nav > li:first-child{margin-left:0px;}
    .navbar .nav > li > a{padding:7px;}
                .filter a {
    width:20%; font-size:16px;
    }
            .filter{margin-left:4%;}
}
 @media (min-width: 980px) and (max-width:1020px) {
    .thumbnail .more {
        margin-left:-41px;
        width:80px;
        height:80px;
        border-radius:40px;
        line-height: 80px;
    }
    .brand{width:27%;}
    .navbar .brand img {
    width:auto !important;
}
    .navbar .pull-right{width:70%;}
    .navbar .nav > li:first-child{margin-left:0px;}
    .navbar .nav > li > a{padding:7px;}
            .filter a {
    width:20%; font-size:15px;
    }
            .filter{margin-left:4%;}
    .demo{display:block !important; position:static !important;}
}
@media (max-width: 979px) {
    body {
        padding-left:0;
        padding-right:0;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }
    .navbar .nav > li > a {
        line-height: 15px;
        vertical-align: middle;
    }
    .section {
        padding-left:20px;
        padding-right:20px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-collapse {
        clear: both;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 5px;
    }
    .nav-collapse .nav > li {
        float: none;
    }
    .nav-collapse, .nav-collapse.collapse {
        width: 100%;
        display: inherit;
    }
    .thumbnail .more {
        margin-left:-21px;
        width:40px;
        height:40px;
        border-radius:30px;
        line-height: 40px;
    }
    .thumbnail:hover .more {
        margin-top:-20px;
    }
    .newsletter form {
        text-align:center;
    }
        .filter a {
    width:25%;
    }
    .boxes a {
    width: 50% !important;
    }
    .boxes a img{
  width: 80% !important;
}
    #loadMore{margin:0; position:static;}
        .price-column .list li.price {
    font-size:25px;
}
            .brand::before{display:none;}
    .brand{width:50%;}
    .navbar .nav > li:first-child{margin-left:0px;}
    .navbar .pull-right::before{display:none;}
    .btn-navbar{margin-top:2% !important;}
}
@media (max-width: 767px) {
    .info-mail {
        width:90%;
        padding:15px 0px;
    }
    .project-description {
        padding-left:20px;
    }
    .price-column, .testimonial {
        margin-top:30px;
    }
    .filter a {
    width:90%;
    }
    .boxes a {
    width: 100%;
    }
    .boxes a img{
  width: 100% !important;
}
    #loadMore{margin:0; position:static;}
    .price-column .list li.price {
    font-size:25px;}
    .logo_king{width:100% !important; height:60px !important;}
    .brand{width:50%;}
    .btn-navbar{margin-top:10px !important;}
    .social li a{font-size:40px;}
    .social li{width:8%;}
    .navbar .pull-right::before{display:none;}
    .brand::before{display:none;}
    .brand{width:50%;}
    .navbar .nav > li:first-child{margin-left:0px;}
    .hotro{margin-left:0px !important;}
    .hotro p{font-size:15px !important; margin:3px; padding:10px;}
    .thongtin p {font-size:15px !important; margin:3px; padding:10px;}
    #contact{overflow-x:hidden;}
    .thongtin .kingpro{font-size:18px !important; padding:10px !important; font-weight:bold;}
    .hotro .info-mail{font-size:18px !important; font-weight:bold;}
    .footer1 .container{padding-top:20px;}
    .contact .footer1 .footer2::before{height:60px;}
    .thongtin{width:50% !important;}
    .hotro{width:50% !important;}
    .contact-form{height:70%; margin-top:-2%;}
    .message-btn{padding:3px 10% 5px 10%; margin-top:-1%;}
    .chitietlinhvuc{padding:0px !important;}
    .demo{display:none; position:fixed !important; left:0 !important; animation: none !important; bottom:10px !important; height:auto !important; top:93% !important; padding:7px !important; z-index: 999999999999999999; background-color:#fff !important; color:#000 !important; border-top-right-radius:20px; border-bottom-right-radius:20px; width:30%;}
    .scrollup{z-index:9999999999999999999;}
    #dangkydemo{width:100% !important; height:90% !important;}
    #dangkydemo .row .span4 > input[type=text]{width:80% !important; margin-left:5%;}
    #dangkydemo .row .span4 > input[type=email]{width:80% !important; margin-left:5%;}
}
