*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html, body {
  /*background-image: url('assets/uploads/hris/pl/template/pl_template7.jpg');*/
  background-image: url('assets/uploads/hris/pl/template/Action_Template.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.action_header_section {
    position: relative;
    background-color: yellow;
    height: 300px;
    width: 100%;
  }

  .action_header {
    position: absolute; /* Set div position to relative */
     bottom: 0;
     right: 0;
     background-color: red;
     /*height: 50px;*/
     width: 400px;
     float: right;
  }