.thay_doi_hang{
    font-size: 13px;
    position: absolute;
    padding-top: 11px;
    margin-right: 3px;
    right: 5px;
}

.bg_tang{
    background: #009551;
}
.bg_giam{
    background: #db1c24;
}
.bg_dingang{
    background: #ffa330;
}
.bg_list{
    background: #616161;
}

.wrap_full_top_10{
    width: 100%;
    display: inline-block;
}


.border_bottom{
    border-bottom: 1px solid #fff;
    width: 30%;
    height: 0;
    margin-left: 20px;
    margin-bottom: 8px;
}



/*========HOVER===========*/
.list_top_dn ul li:hover{
    background: #616161;
}
.list_top_dn ul li:active{
    background: #616161;
}
.list_top_dn ul li a:active {
    color: #df5725;
}
.active_list{
    background: #616161 !important;
}


.wrap_5 .wrap_thong_tin .dn .wrap_anh img{
    filter: grayscale(100%);
}


.wrap_5 .wrap_thong_tin .dn .wrap_anh img:hover{
    filter: grayscale(0%);
}

.active_dn img{
    filter: grayscale(0%) !important;
}
/*========END HOVER===========*/





.wrap_5_tren .dn_1,
.wrap_5_duoi .dn_1{
    z-index: 10;
}
.wrap_5_tren .dn_2,
.wrap_5_duoi .dn_2{
    z-index: 20;
}
.wrap_5_tren .dn_3,
.wrap_5_duoi .dn_3{
    z-index: 30;
}
.wrap_5_tren .dn_4,
.wrap_5_duoi .dn_4{
    z-index: 40;
}
.wrap_5_tren .dn_5,
.wrap_5_duoi .dn_5{
    z-index: 50;
}
/*ANIMATION*/
.active_dn .dn{
    z-index: 999 !important;
    top: 0 !important;
    left: 0 !important;
}

/*=========MOBILE ==============*/
@media all and (max-width: 599px){


    .anh_top_10{
        margin-top: 3px;
        margin-bottom: 20px;
    }

    .wrap_5{
        width: 100%;
        display: inline-block;
        position: relative;
        height: 362px;
        overflow: hidden;
    }
    .wrap_5 .wrap_thong_tin{
        display: inline-table;
    }

    .wrap_5 .wrap_thong_tin .dn{
        width: 100%;
    }
    .wrap_5 .wrap_thong_tin .dn .wrap_anh{
        width: 20%;
        float: left;
        margin: 0 auto;
    }
    .wrap_5 .wrap_thong_tin .dn .wrap_anh img{
        margin: 0 auto;
        height: 300px;
    }



    .wrap_5 .wrap_thong_tin .thong_tin{
        width: 80%;
        float: right;
        color: #fff;
    }
    .wrap_5 .wrap_thong_tin .thong_tin h1,
    .wrap_5 .wrap_thong_tin .thong_tin h2,
    .wrap_5 .wrap_thong_tin .thong_tin h3,
    .wrap_5 .wrap_thong_tin .thong_tin h4,
    .wrap_5 .wrap_thong_tin .thong_tin h5{
        margin-left: 8px;
    }
    .wrap_5 .wrap_thong_tin .thong_tin .wrap_stt h1{
        font-size: 14px;
        margin-top: 6px;
        text-shadow: 2px 1px 1px #555;
    }
    .wrap_5 .wrap_thong_tin .thong_tin .wrap_stt h3{
        font-size: 12px;
        margin-top: 2px;
        text-shadow: 2px 1px 1px #555;
    }
    .wrap_5 .wrap_thong_tin .thong_tin .wrap_stt h2{
        font-size: 26px;
        text-align: left;
    }

    .wrap_5 .wrap_thong_tin .thong_tin .wrap_full_ma h1{
        font-size: 12px !important;
        font-weight: normal;
        padding-top: 3px;
        padding-bottom: 5px;
    }
    .wrap_5 .wrap_thong_tin .thong_tin .wrap_full_ma h1 span{
        font-weight: bold;
    }

    .wrap_5 .wrap_thong_tin .thong_tin .wrap_full_ma h2{
        font-weight: normal;
        font-size: 20px;
        padding-bottom: 5px;
    }

    .wrap_5 .wrap_thong_tin .thong_tin .wrap_full_ma h3{
        font-weight: normal;
        font-size: 16px;
    }
    .wrap_5 .wrap_thong_tin .thong_tin .wrap_full_ma h4{
        margin-bottom: 1px;
        padding-bottom: 2px;
        width: 45%;
        font-size: 15px;
        border-bottom: 1px solid #fff;
    }

    .wrap_5 .wrap_thong_tin .thong_tin .wrap_chi_tiet_gia h3{
        font-weight: normal;
        font-size: 15px;
        padding-bottom: 10px;
    }
    .wrap_5 .wrap_thong_tin .thong_tin .wrap_chi_tiet_gia h3 .in-dam{
        font-size: 23px;

    }
    .wrap_5 .wrap_thong_tin .thong_tin .wrap_chi_tiet_gia h4{
        font-size: 25px;
    }






    .wrap_5_tren .wrap_thong_tin .dn_1,
    .wrap_5_duoi .wrap_thong_tin .dn_1
    {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

    .wrap_5_tren .wrap_thong_tin .dn_2,
    .wrap_5_duoi .wrap_thong_tin .dn_2
    {
        position: absolute;
        top: 0;
        left: 20%;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

    .wrap_5_tren .wrap_thong_tin .dn_3,
    .wrap_5_duoi .wrap_thong_tin .dn_3
    {
        position: absolute;
        top: 0;
        left: 40%;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

    .wrap_5_tren .wrap_thong_tin .dn_4,
    .wrap_5_duoi .wrap_thong_tin .dn_4
    {
        position: absolute;
        top: 0;
        left: 60%;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

    .wrap_5_tren .wrap_thong_tin .dn_5,
    .wrap_5_duoi .wrap_thong_tin .dn_5
    {
        position: absolute;
        top: 0;
        left: 80%;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }











    .list_top_dn{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .list_top_dn ul li{
        width: 20%;
        float: left;
        font-size: 50px;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }

    .list_top_dn ul li a{
        color: #fff;
        width: 100%;
    }
}




















/*========= COMPUTER ==============*/
@media all and (min-width: 599px){
    .anh_top_10{
        margin-top: 80px;
        margin-bottom: 40px;
    }

    .wrap_5{
        width: 50%;
        display: inline-block;
        position: relative;
        height: 435px;
        overflow: hidden;
        float: left;
    }
    .wrap_5 .wrap_thong_tin{
        display: inline-table;
    }

    .wrap_5 .wrap_thong_tin .dn{
        width: 100%;
    }
    .wrap_5 .wrap_thong_tin .dn .wrap_anh{
        width: 20%;
        float: left;
        margin: 0 auto;
    }
    .wrap_5 .wrap_thong_tin .dn .wrap_anh img{
        margin: 0 auto;
    }



    .wrap_5 .wrap_thong_tin .thong_tin{
        width: 80%;
        float: right;
        color: #fff;
    }
    .wrap_5 .wrap_thong_tin .thong_tin h1,
    .wrap_5 .wrap_thong_tin .thong_tin h2,
    .wrap_5 .wrap_thong_tin .thong_tin h3,
    .wrap_5 .wrap_thong_tin .thong_tin h4,
    .wrap_5 .wrap_thong_tin .thong_tin h5{
        margin-left: 20px;
    }
    .wrap_5 .wrap_thong_tin .thong_tin .wrap_stt h1{
        font-size: 18px;
        margin-top: 10px;
        text-shadow: 2px 1px 1px #555;
    }

    .wrap_5 .wrap_thong_tin .thong_tin .wrap_stt h3{
        font-size: 13px;
        margin-top: 2px;
        text-shadow: 2px 1px 1px #555;
    }

    .wrap_5 .wrap_thong_tin .thong_tin .wrap_stt h2{
        font-size: 45px;

        text-align: left;
    }


    .wrap_5 .wrap_thong_tin .thong_tin .wrap_full_ma h1{
        font-size: 16px;
        font-weight: normal;
        padding-top: 3px;
        padding-bottom: 5px;
    }
    .wrap_5 .wrap_thong_tin .thong_tin .wrap_full_ma h1 span{
        font-weight: bold;
    }

    .wrap_5 .wrap_thong_tin .thong_tin .wrap_full_ma h2{
        font-weight: normal;
        font-size: 20px;
        padding-bottom: 5px;
    }

    .wrap_5 .wrap_thong_tin .thong_tin .wrap_full_ma h3{
        font-weight: normal;
        font-size: 16px;
        width: 80%;
        margin-bottom: 5px;
        padding-bottom: 3px;
    }
    .wrap_5 .wrap_thong_tin .thong_tin .wrap_full_ma h3 .in-dam{
        font-size: 18px;
    }
    .wrap_5 .wrap_thong_tin .thong_tin .wrap_full_ma h4{
        margin-bottom: 10px;
        padding-bottom: 3px;
        width: 30%;
        font-size: 20px;
        border-bottom: 1px solid #fff;
    }

    .wrap_5 .wrap_thong_tin .thong_tin .wrap_chi_tiet_gia h3{
        font-weight: normal;
    }
    .wrap_5 .wrap_thong_tin .thong_tin .wrap_chi_tiet_gia h3 .in-dam{
        font-size: 25px;
    }
    .wrap_5 .wrap_thong_tin .thong_tin .wrap_chi_tiet_gia h4{
        font-size: 25px;
    }






    .wrap_5_tren .wrap_thong_tin .dn_1,
    .wrap_5_duoi .wrap_thong_tin .dn_1
    {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

    .wrap_5_tren .wrap_thong_tin .dn_2,
    .wrap_5_duoi .wrap_thong_tin .dn_2
    {
        position: absolute;
        top: 0;
        left: 20%;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

    .wrap_5_tren .wrap_thong_tin .dn_3,
    .wrap_5_duoi .wrap_thong_tin .dn_3
    {
        position: absolute;
        top: 0;
        left: 40%;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

    .wrap_5_tren .wrap_thong_tin .dn_4,
    .wrap_5_duoi .wrap_thong_tin .dn_4
    {
        position: absolute;
        top: 0;
        left: 60%;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

    .wrap_5_tren .wrap_thong_tin .dn_5,
    .wrap_5_duoi .wrap_thong_tin .dn_5
    {
        position: absolute;
        top: 0;
        left: 80%;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }











    .list_top_dn{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .list_top_dn ul li{
        width: 20%;
        float: left;
        font-size: 90px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        position: relative;
    }

    .list_top_dn ul li a{
        color: #fff;
        width: 100%;
        font-size: 80px;
    }
}



