
.menu .dropdown-toggle::after {
    border: 1px solid #656161 ;
    border-width: 0 1px 1px 0 ;
    display: inline-block ;
    padding: 3px;
    margin-left:10px;
    -webkit-transform: rotate(45deg);
}
.bg-black {
    background-color:black !important;
}

.bg-grey {
    background-color:#f2f2f2 !important;
}
.btn-outline-white {
    background-color:transparent;
    border:1px solid white;
}
.img-banner {
    width:100%;
    max-width:100%;
    min-height:350px;
}

.img-article {
    width:100%;
    max-width:100%;
    height:210px;
}

.body-content-detail img {
    width:100%;
    max-width:100%;
}

.fmlstCountry .select2-container--default .select2-selection--multiple{
    border:none;
    border-bottom:1px solid black;
    background-color:transparent;
    border-radius:inherit;
}

.fmlstCountry .select2-container--default.select2-container--focus .select2-selection--multiple{
    border:none;
    border-bottom:1px solid black;
}

.fmlstCountry .select2-container--default .select2-search--inline .select2-search__field{
    width:100% !important;
}


/*  for ajax */

#bg-spinner {
    position: fixed;
    z-index: 3000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: black;
    filter: alpha(opacity=60);
    opacity: 0.2;
}

#imgLoading {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10000;
    display: none;
}
