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;color: #333}
.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}
.right.dotted_down.right_edit_admin{
    display: none;
}
.wrp-content{
    width: 100%;
    float: left;
    padding: 3% 0;
}
/* page thuvienanh */
.f-album-item{position: relative}
.f-album > div,.f-video > div{
    margin-bottom: 3%;
}
.f-video-item-img img{
    width: 100%;
    float: left;
}
.f-album-item-img img{border-radius:10px;position: relative;width: 100%;}
.f-album-item-img,.f-video-item-img {
    position: relative;
    width: 100%;
    height: 100%;
}
.f-video-item-img:after
{
    position: absolute;
    border: 10px solid rgba(255,255,255,.3);
    width: 100%;
    height: 100%;
    content: "";
    left: 0px;
    top: 0px;
    z-index: 10;
}
.f-album-item:after {
    position: absolute;
    border: 10px solid rgba(255,255,255,.3);
    width: 100%;
    height: 100%;
    content: "";
    left: 0px;
    top: 0px;
    /* z-index: 10; */
}

.f-album-item-title {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.f-album-item:hover a:after
{
    opacity:1;
    background: rgba(0, 0, 0, 0.47);
    border-radius: 10px;
}
.f-album-item-img a:after
{
    background: transparent;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    background-color: transparent;
}
.f-album-item-img:hover:before,.f-video-item-img:hover:before
{
    background: none repeat scroll 0 0 rgba(0,0,0,0.4);
}


.f-album-item-img a,.f-video-item-img a {
    position: relative;
    display: block;
}

.f-album-item-title h3 {
    background: #00b7db;
    margin: 0;
    text-align: center;
    padding: 10px 0;
    border-radius: 0 0 10px 10px;
}
.f-video-item-title h3
{
    background: #e7521d;
    margin: 0;
    text-align: center;
    padding: 10px;
}
.f-album-item-title h3 a,.f-video-item-title h3 a {
    color: #fff;
    font-size: 20px;
    font-family: 'Courgette',cursive;
}

.f-album-item-title h3 a:hover,.f-video-item-title h3 a:hover {
    color: #ccc;
}
/*End page thuvienanh*/
.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;
}
.dv_content_leftsp{background:#fff;margin-bottom:25px;padding:15px;border:1px solid #dedede;box-shadow:3px 3px 10px #e2e2e2;}
.dv_content_leftsp h3{font-size:18px;line-height:1.3;font-weight:500;text-transform:uppercase;margin-bottom:15px;border-bottom:1px solid #ddd;padding:3px 0 7px 0;margin-top:0;}
.dv_list_dmsp{list-style:none;margin:0;padding:0;margin-top:-10px;}
.dv_list_dmsp li a{display:block;padding:8px 0px;border-top:1px dotted #c5c5c5;text-transform:capitalize;transition:all .5s;font-size:14px;color:#1785b7}
.dv_list_dmsp li a:hover{background:#e4edf3;padding-left:10px;color:#1785b7;}
.dv_list_dmsp li:first-child>a{border:none;}
.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%;
}
.menu_desktop>.navbar-nav>li {
    list-style: none;
    position: relative;
    height: 60px;
    float: left;
    min-width: 110px;
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.dv-spmoi {

}
.dv-spmoi .content-left-bottom h4 a{
    width: 100%;
    float:left;
    height:50px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom:10px;
}
.dv-spmoi .content-left-bottom p{
    width: 100%;
    float:left;
    height:70px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom:40px;
    text-align: justify;
}
.page_break {
    margin-top:0;
    padding-bottom:10px;
}
.menu_desktop .navbar-nav>li>a {
    font-size: 14px;
    font-weight: 600;
    color: #888888;
    display: block;
    line-height: 65px;

    background: none;
    position:relative;
    z-index: 111;
    padding: 0 10px;
}


.top-menu-backgroud{
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.09) !important;
    z-index: 99;
    visibility: hidden;
    min-width: 235px;
}
.top-menu-sub li ul {
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    z-index: 99;
    min-width: 200px;
    display: none;
}
.top-menu-backgroud img{
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.menu_desktop .navbar-nav > li:hover .top-menu-backgroud img{

    -webkit-transition: 4s ease-in-out;
    -moz-transition: 4s ease-in-out;
    -o-transition: 4s ease-in-out;
    -webkit-transition-delay: 0s; /* Safari */
    transition-delay: 0s;
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);

}
.top-menu-sub  li{
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}
.top-menu-sub  li a{
    background: none;
    display: block;
    font-size: 13px;
    margin: 0 !important;
    padding: 7px 9px 7px 9px !important;
    color: #fff;
    border-bottom: 1px solid #eee;
    position: relative;
    text-align: left;
    line-height: 20px;
}
.top-menu-sub  li a.have-sub:after {
    content: "\f105";
    color: #000;
    font-family: fontawesome;
    margin-right: 5px;
    position: absolute;
    right: 0;
    font-size: 20px;
    top: 6px;
}
.top-menu-sub  li a:hover, .top-menu-sub  li a:hover:after{
    color: #fff;
    background: #f08113;
}
.contact-detail{
    width:50%;
    float: left;
    padding-right: 10px;
    padding-top: 20px;
}
.contact-form {
    width: 50%;
    float: left;
    padding-left: 10px;
}
.menu_mobile{
    display: none;
    position: absolute;
    right: 10px;
    top: -10px;
}
.menu_mobile i{
    color: black;
    font-size: 200%;
    border:1px solid black;
    padding: 2px 4px;

}
.m_social a{
    display: inline-block !important;
}
.left_catalog{
    width:70%;
    float:left;
}
.product-model.catalog-model{
    margin-top:3%;
}
.right_catalog{
    width: 27%;
    float:left;
    margin-left:3%;
}
.mm-menu_navbar_top-2 .mm-panels{
    top:90px !important;
}
@media (max-width: 768px) {
    .menu_mobile{
        display: block !important;
    }
    .f-menutop {
        display: none;}
    .left_catalog,.right_catalog{
        width:100%;
        margin-left:0px;
        margin-right:0px;
    }
    .right_catalog .microformat_x{
        margin-bottom: 2%;
    }
    .right_catalog .microformat_x .news_hot_main{
        width: 70%;
        float:right;
        padding-left: 10px;
        padding-top:0px;
    }
    .right_catalog .microformat_x .box_left100_x{
        width: 30%;
        float:left
    }
    .right_catalog .microformat_x .box_right_x{
        width: 70%;
        float: right;
        padding-left: 10px;
    }
}