﻿

@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700');

body {
    color: #4c5462;
   font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
}

.img {
    max-width: 100%;
}
a:focus, .btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
a:focus, a:hover, a:active {
    color: #4c5462;
    text-decoration: none;
}
a, button {
    outline: medium none;
    color: #4c5462;
    text-decoration: none;
    display: inline-block;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}
h1 {
    font-size: 48px;
}
h2 {
 font-size: 25px;
    color: #1f2852;
        padding: 0 10px;
}
h3 {
    font-size: 18px;
    color:#bf401f;
}
h4 {
    font-size: 16px;
    color: #2b323f;
    font-weight: 600;
        line-height: 24px;

}
#contact-area h4{
    text-transform: uppercase;
}
h5 {
    font-size: 18px;
    color: #2b323f;
    font-weight: 600;
}
h6 {
    font-size: 16px;
}

p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #4c5462;
    margin-bottom: 15px;
}
.wrap-loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff4f;
    top: 0;
    padding-bottom: 70px;
    z-index: 99;
    left: 0;
    border-radius: 8px;
}
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #0c2139;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
@-webkit-keyframes lds-ripple {
0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
}
100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
}
}
@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}
label {
    cursor: pointer;
    font-size: 14px;
    color: #2b323f;
    font-weight: 600;
}
blockquote {
    background-color: #f6f6f6;
    border: 0 none;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin: 60px 0 30px 30px;
    padding: 30px;
}
*::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
*::-moz-placeholder {
    color: #4c5462;
    font-size: 14px;
}
*::-webkit-input-placeholder {
    color: #4c5462;
    font-size: 14px;
}
*:-ms-input-placeholder {
    color: #4c5462;
    font-size: 14px;
}

img{
    width: 100%;
}
.section-title{
     padding: 32px 0;
      float: right;
}
button{
        background: #174171;
    color: #fff;
    border: 0;
    padding: 5px 10px;
    border-radius: 5px;
        margin-top: 10px;
}
#contact-area h4{
        margin-top: 0;
    margin-bottom: 5px;
}
#contact-area .content{
    padding:15px;
        padding-top: 24px;

}
.pdt{
    padding-top: 20px; 
}
#contact-area{
    padding: 40px 0;
        padding-top: 0px;
}
header{
        padding: 10px 0;

}
form.example input[type=text] {
      padding: 5px 10px;
    font-size: 17px;
    border: 1px solid #ddd;
    border-radius: 3px 1px 0px 3px;
    float: left;
    margin-top: 14px;
    width: 80%;
    background: #f1f1f1;
}

form.example button {
    float: left;
    width: 20%;
    padding: 6px 10px;
    color: white;
    margin-top: 14px;
    font-size: 17px;
    border-radius: 0px 3px 3px 0px;
    border-left: none;
    cursor: pointer;
}

form.example button:hover {
    background: #0b7dda;
}

form.example::after {
    content: "";
    clear: both;
    display: table;
}
.example{
    margin:auto;
    max-width:300px;
    float: right;
    margin-bottom: 20px;
}
.footer-bottom{
        background: #174171;
    padding-top: 15px;
}
.footer-bottom p{
    color: #fff;
}
.footer-bottom .fa{
        font-size: 18px;
    padding-right: 5px;
}
.navbar-brand{
    height: auto;
    padding-left: 0;
    padding-right: 0;
}
.top-bar{
        background: #174171 none repeat center center;
        padding: 20px 0;
}
#contact-area .hover{
    padding:10px;
 
}


.navbar-header{
    width: 100%;
}
strong{
    color: #174171;
}
#contact-area .hover .content{
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;

    border-top: 0;
}
#contact-area .hover:hover .thumnail{
background: #174171;
}
#contact-area .hover:hover .content h4{
    color:  #fff;
}
#contact-area .hover:hover .content p{
    color:  #fff;
}
#contact-area .hover:hover .content button{
        background: #fff;
    color: #174171;
}
#contact-area .hover .image-hover:after{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fd61e3;
    background: -webkit-linear-gradient(left, #000, #000 50%, #4c4c4c);
    background: linear-gradient(to right, #000, #000 50%, #4c4c4c);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#contact-area .hover:hover .image-hover:after{
        opacity: 0.6;
}
.body-form{
    display: none;
}
.form-dangnhap{
    margin: auto;
    height: 100%;
    padding: 0 35%;
    display: table-cell;
    vertical-align: middle;
}
.abc input, .abc select, .abc textarea{
      color: #000;
}
.abc button,.abc input, .abc select, .abc textarea{
    width: 100%;
    margin: 10px 0;
    border:1px solid #ddd;
    border-radius: 6px;
    padding: 6px 14px;
  
}
.backgound{
        background: #fff;
    padding: 20px;
}
.abc{
    display: table;
    position: fixed;
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    margin: auto;
    border: 1px solid #888;
}
.closes a{
        color: #000;
    font-size: 30px;
}
.button-login{
     background-color: #174171;
     color: #fff;
}
.login-fb{
    background-color: #3b5897;
     color: #fff;
}
.closes{
    text-align: right;
}

.thumnail{
        border: 1px solid #ddd;
  -moz-box-shadow:3px 3px 3px rgba(68, 68, 68, 0.1);
  -webkit-box-shadow: 3px 3px 3px rgba(68, 68, 68, 0.1);
  box-shadow: 3px 3px 3px rgba(68, 68, 68, 0.1);

}
.form-group label.error{
    color: red;
    margin-top: 5px;    
    margin-bottom: 0;
}
.form-group .note{
    margin-top: 5px;
    color: #174171;    
}
#modalForm .modal-dialog{
    position: relative;
}
#modalFile{
    padding-right: 0 !important;
}
#modalFile .modal-dialog{
    max-width: 325px;   
}
#modalFile .modal-dialog .modal-content{
    border: 0 !important;
    background: #174171;
}
#modalFile .modal-dialog .modal-content .modal-header{
    background-color: #fff;
    border-radius: 6px 6px 0 0;
}
#modalFile .modal-dialog .modal-content .modal-body{
    border-radius: 0 0 6px 6px;
}
#modalFile .modal-body{
    background: #174171;
    padding-top: 30px;
}
#modalFile .modal-body .qr-code-audio-wrap{
    margin-top: 10px;
}
#modalFile .modal-body .qr-code-audio-wrap *{
    color: #fff;
    text-align: center;    
}
#modalFile .modal-body .qr-code-audio-wrap img{
    max-width: 240px;
    margin: 0 auto;
    display: block;
    border-radius: 10px;    
}
#modalFile .modal-body .qr-code-audio-wrap span{
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}
#modalFile .modal-body .qr-code-audio-wrap a{
    color: #ffc107 !important;
    text-decoration: underline;
}
#modalFile .modal-body .qr-code-audio-wrap .qr-code-text{
    margin-top: 10px;
}
@media (max-width:992px){
    .navbar-brand{
        float:none;
    }
    .navbar-header{
        text-align: center; 
    }
    .section-title{
        padding:0;
        width:  100%;
    }
}
@media (max-width: 768px){
    #contact-area .col-sm-3,#contact-area .col-sm-4{
            padding-bottom: 30px;
    }
    #contact-area .row .col-sm-4:nth-child(3) {
            clear: left;
    }

 .footer-bottom .col-sm-3{
    width: 50%;
 }
 #contact-area .row:nth-child(2) .col-sm-3:nth-child(4){
    clear: left;
}
}
@media (max-width:767px){
    #modalFile .modal-dialog{
        margin: 30px auto;
    }    
}
@media (max-width: 568px){
    .example{
         max-width: 100%;
        float: right;
        width: 100%;
        overflow: hidden;
        margin-bottom: 30px;
         margin-top: 0;
    }
    form.example button{
            position: absolute;
    z-index: 999;
    right: 15px;
    margin-top: 0;
    }
    form.example input[type=text]{
        margin-top: 0 ;
    }
    .section-title{
        padding-bottom: 10px;
    }
    .navbar-brand{
        padding-bottom: 0;
    }
     .footer-bottom .col-sm-3{
    width: 100%;
 }
}