**** HTML:
<div class="homesp-outsite">
<div class="title-mode">ĐIỆN NĂNG LƯỢNG MẶT TRỜI</div>
</div>
**** CSS:
.title-mode {
width: auto;
font-size: 16px;
float: left;
padding: 0 16px;
position: relative;
background: #067eaf;
color: #fff;
text-transform: uppercase;
font-weight: 700;
}
.title-mode::after {
border-left: 0 solid #067eaf;
border-right: 20px solid transparent;
border-bottom: 50px solid #067eaf;
content: "";
height: 0;
position: absolute;
right: -20px;
top: 0;
width: 0;
}


