body{margin: 0px;padding: 0px;font-family: Arial, Helvetica Neue, Helvetica, sans-serif;box-sizing: border-box;}
.fix-scroll{position: fixed;max-width: 2000px;top: 0px;left: 0px;z-index: 998}
li{list-style: none;}
@-webkit-keyframes tada {
    0% {-webkit-transform: scale(1);}
    10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
    30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
    40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
    100% {-webkit-transform: scale(1) rotate(0);}
}

@-moz-keyframes tada {
    0% {-moz-transform: scale(1);}
    10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
    30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
    40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
    100% {-moz-transform: scale(1) rotate(0);}
}

@-o-keyframes tada {
    0% {-o-transform: scale(1);}
    10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
    30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
    40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
    100% {-o-transform: scale(1) rotate(0);}
}

@keyframes tada {
    0% {transform: scale(1);}
    10%, 20% {transform: scale(0.9) rotate(-3deg);}
    30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
    40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
    100% {transform: scale(1) rotate(0);}
}
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.tada {
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada;
    animation-iteration-count: infinite;
}
a{cursor: pointer;text-decoration: none;}
.center{text-align: center}
.white{color: white}
.text{font-size: 15px;text-align: justify;line-height: 24px;}
.clear{clear: both;}
.w50{width: 50%;float: left;}
.w100{width: 100%;float: left;}
.w1000{max-width: 1100px;}
.w2000{max-width: 2000px;margin: auto;position: relative;overflow: hidden;width: 100%;}
.vta{display: -ms-flexbox !important;-ms-flex-pack:center;-ms-flex-align:center;display: -webkit-box !important;-webkit-box-pack:center;-webkit-box-align:center;display: flex !important; flex-direction: column;justify-content: center;}
.tras{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;}
.modal-backdrop{
    position: fixed;
    top:0px;
    bottom: 0px;
    right: 0px;
    left:0px;
    overflow: hidden;
    display: none;
    z-index: 1040;
    background-color: #000;
    opacity: 0.5;
}
.modal-backdrop.active{
    display: block;
}
.popup-modal{
    z-index: 1041;
}
.left{
    float: left;
}
ul,h1,h2,h3{margin:0px;padding:0px}
.product-detail p,.cont-tintuc p,.prj-content p,#user_post_view p,.cont-duan p{
    line-height:25px;
    text-align: justify;
    clear: both;
    margin:15px 0;
}
.product-detail img,.cont-tintuc img,.prj-content img,#user_post_view img,.cont-duan img{
    max-width: 100%;
    height:auto !important;
    width: auto;
    display: block;
    margin: auto;
}
.contact-captcha{
    position: absolute;
    right: 15px;
    top: 3px;
    border-radius: 0 24px 24px 0;
    overflow: hidden;
    width: 150px;
    float: right;
    height: 30px;
}
.contact-captcha > img{
    height:100%;
    width: 100%;
}