* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #fff;
   	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #1c1c1c;
}
ul {
	padding: 0;
	list-style-type: none;
	margin: 0px;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
    color: #FFF;
    font-family: 'Kanit-Regular';
    font-size: 8rem;
    line-height: 88px;
    letter-spacing: 1.6px;
}
h2 {
    color: #161616;
    font-family: 'Kanit-Regular';
    font-size: 4.8rem;
    line-height: 54px;
}
h3 {
    color: #161616;
    font-family: 'Kanit-Medium';
    font-size: 3.2rem;
    line-height: 37.76px;
}
h4 {
    color:#161616;
    font-family: 'Kanit-Medium';
    font-size: 2.4rem;
    line-height: 28.32px;
}
h5 {
    color: #161616;
    font-family: 'LamaSans-Medium';
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.48px;
}
h6 {
    color:#161616;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
p {
    color: #fff;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-bottom: 24px;
}
li {
    color: #161616;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    position: relative;
    padding-left: 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/* li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background-image: url(../images/li-frame.svg);
    height: 8px;
    width: 15px;
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
} */
li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background-image: url(../images/li-frame.svg);
    height: 8px;
    width: 8px;
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    filter: brightness(0) saturate(100%) invert(23%) sepia(84%) saturate(3874%) hue-rotate(342deg) brightness(80%) contrast(130%);
}
.common-btn {
    color: #161616;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    display: inline-block;
    padding: 14px 54px 14px 5px;
    background-color: #fff;
    overflow: hidden;
    align-items: center;
    border-radius: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    border: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn::after {
    content: "";
    width: 44px;
    height: 44px;
    position: absolute;
    background-color: #0076C7;
    border-radius: 5px;
    right: 5px;
    top: 4px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-image: url(../images/btn-arrow.svg);
    background-size: 16px;
    background-position: center center;
    background-repeat: no-repeat;
}
.common-btn strong {
    border-radius: 5px;
    background-color: #F0F7FC;
    padding: 12px 18px;
    overflow: hidden;
    font-weight: normal;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn:hover,
.common-btn:hover strong {
    background-color: #0076C7;
}
.common-btn:hover strong {
    color: #fff;
}
.common-arrow {
    border-radius: 5px;
    border: 1px solid rgba(22, 22, 22, 0.50);
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:after{
	display: none;
}
.common-arrow img {
    width: 15px;
    filter: brightness(0.5);
}
.common-arrow:hover {
    background-color: #E20015;
    border-color: #E20015;
}
.common-arrow:hover img {
    filter: brightness(1);
}
.swiper-button-prev.common-arrow img {
    transform: rotate(180deg);
}
.text-btn {
    background-color: transparent;
    padding: 0px 30px 0px 0px;
}
.text-btn::after {
    background-color: transparent;
    background-image: url(../images/text-btn-arrow.svg);
    width: 21px;
    height: 21px;
    border-radius: 0;
    right: 4px;
    top: 3px;
}
.text-btn:hover{
    background-color: transparent;
    color: #0076C7;;
}
.text-btn:hover::after{
    background-image: url(../images/text-btn-arrow-hover.svg);
}
.common-bg{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

