@charset "utf-8";
/* CSS Document */
body{
	padding:0;
	margin:0 auto;
  font-family: 'Montserrat', sans-serif;
}

a{
    text-decoration: none !important;
}

/***-----======== Header Part Css Start=======------**/
header{
  width: 100%;
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid #F2CB06;
  display: flex;
 }
header img {
    width: 200px;
    margin: 0 auto;
    text-align: center;
}
/***-----======== Header Part Css Close=======------**/
.container {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.content-body{
  width: 100%;
  display: flex;
  margin:20px 0;
}
.content-body h1 {
    font-size: 30px;
    line-height: 40px;
    margin: 30px 0 10px;
}
.content-body h2 {
    font-size: 24px;
    line-height: 34px;
    margin: 30px 0 10px;
}
.content-body p {
    padding: 10px 0;
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}
.content-body .bg-main {
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    margin: 20px 0;
    background: url(../img/front/bg.png) no-repeat;
    background-size: 100% 100%;
    object-fit: cover;
    font-weight: 500;
    padding: 0;
}
.p-bg-trans {
    background: #0000007a;
    display: block;
    padding: 100px 40px;
}
.color-font {
    color: #f2b807;
    font-weight: 700;
}
/*---===== Footer Css Start=====---*/
footer{
  width: 100%;
  text-align: center;
  padding: 40px 0;
  outline: none;
  background:#f2b807;
  display: flex;
  margin-top: 30px;
}
footer p {
  color: #fff;
  font-size: 24px;
  margin: 0;
  line-height: 30px;
}
/*---===== Footer Css Close=====---*/

/*---===== Media Css Start=====---*/
@media (max-width: 1200px){
.container {width: 1140px;}
}
@media (max-width: 992px){
.container {width: 960px;}
}
@media (max-width: 768px){
.container{width: 720px;}
}
@media (max-width: 576px){
.container {width: 540px;}
}
/*---===== Media Css Close=====---*/
