.why-choose-we
{
    width: 100%;
    background: url('../images/bg_chatluong.png') top left no-repeat;
    background-size: 100% 100%;
    margin-top: 10px;
    padding-bottom: 20px;
}
.why-choose-we a
{
    text-decoration: none;
    color: #fff;
}
.why-choose-we .why-items
{
    width: 50%;
    float: right;
    color: #fff;
}
.why-choose-we .why-items h3
{
    width: 100%;
    margin: 20px 0px;
    text-align: right;
    position: relative;
    font-size: 25px;
    text-transform: uppercase;
    padding: 5px 0px;
}
.why-choose-we .why-items h4 a:hover
{
    color:#fcaa02!important;
}
.why-choose-we .why-items h3:after
{
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 2px;
    width: 70px;
    background: #fff;
}
.why-choose-we .why-items h3:before
{
    content: "";
    position: absolute;
    bottom: -5px;
    right: 0px;
    height: 2px;
    width: 140px;
    background: #fff;
}
.why-choose-we .why-item
{
    padding: 20px 0px;
}
.why-choose-we ul
{
    list-style: none;
}
.why-choose-we .why-item .why-item-img
{
    float: left;
    width: 80px;
    height: 80px;
    line-height: 0px;
    border-radius: 50px;
    background: #fff;
    margin-left: -40px;
    display: flex;
    align-items:center;
    justify-content: center; 
    margin-right: 30px;
    
}
.why-choose-we .why-item .why-item-img:hover
{
    transform: rotate(360deg);
    transition: 1s;
}
.why-choose-we .why-item .why-item-img img
{
    max-height: 50px;
    max-width: 50px;
}
@media screen and (max-width: 768px) {
    .why-choose-we
    {
        width: 100%;
        background: url('../images/img_chatluong.png') top left no-repeat;
        background-size: 100% 100%;
    }
    .why-choose-we .why-items
    {
        width: 100%;
        float: right;
        padding-left: 60px;
        padding-right: 30px;
        color: #fff;
    }
}
@media screen and (max-width: 603px) {
    
	
}
@media screen and (max-width: 460px) {
    
	.why-choose-we .why-item .why-item-img
    {
        float:none;
        margin: auto;
    }
    .why-choose-we .why-items
    {
        padding: 10px 20px;
    }
}