
/* ------------------- Font Section -----------------------*/
@font-face {
    font-family: ClanOT;
    src: url('../fonts/eot/ClanOT-News.eot'); /* IE9 Compatibility Modes */
    src: url('../fonts/eot/ClanOT-News.eot') format('embedded-opentype'),  /* IE6-IE8 */
    url('../fonts/woff/ClanOT-News.woff') format('woff'), /* Modern Browsers */
	url('https://ebanking.kkpfg.com/landingpage/rib/bootstrapcss/fonts/woff2/ClanOT-News.woff2') format('woff2'), /* All other latest Browsers */
    url('../fonts/ttf/ClanOT-News.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/svg/ClanOT-News.svg') format('svg'), /* Legacy iOS */
	url('https://ebanking.kkpfg.com/landingpage/rib/bootstrapcss/fonts/ClanOT-News.otf') format('opentype');
}

@font-face {
    font-family: ClanOT; font-weight:bold;
    src: url('../fonts/eot/ClanOT-Bold.eot'); /* IE9 Compatibility Modes */
    src: url('../fonts/eot/ClanOT-Bold.eot') format('embedded-opentype'),  /* IE6-IE8 */
	url('https://ebanking.kkpfg.com/landingpage/rib/bootstrapcss/fonts/woff2/ClanOT-Bold.woff2') format('woff2'), /* All other latest Browsers */
    url('../fonts/woff/ClanOT-Bold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/ttf/ClanOT-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/svg/ClanOT-Bold.svg') format('svg'),
	url('https://ebanking.kkpfg.com/landingpage/rib/bootstrapcss/fonts/ClanOT-Bold.otf') format('opentype');/* Legacy iOS */
}
@font-face {
    font-family: Quark;
    src: url('../fonts/eot/Quark-Light.eot'); /* IE9 Compatibility Modes */
    src: url('../fonts/eot/Quark-Light.eot') format('embedded-opentype'),  /* IE6-IE8 */
	url('https://ebanking.kkpfg.com/landingpage/rib/bootstrapcss/fonts/woff2/Quark-Light.woff2') format('woff2'), /* All other latest Browsers */
    url('../fonts/woff/Quark-Light.woff') format('woff'), /* Modern Browsers */
    url('../fonts/ttf/Quark-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/svg/Quark-Light.svg') format('svg'), /* Legacy iOS */
	url('https://ebanking.kkpfg.com/landingpage/rib/bootstrapcss/fonts/Quark-Light.otf') format('opentype');
}

@font-face {
    font-family: Quark; font-weight:bold;
    src: url('../fonts/eot/Quark-Bold.eot'); /* IE9 Compatibility Modes */
    src: url('../fonts/eot/Quark-Bold.eot') format('embedded-opentype'),  /* IE6-IE8 */
	url('https://ebanking.kkpfg.com/landingpage/rib/bootstrapcss/fonts/woff2/Quark-Bold.woff2') format('woff2'), /* All other latest Browsers */
    url('../fonts/woff/Quark-Bold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/ttf/Quark-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/svg/Quark-Bold.svg') format('svg'), /* Legacy iOS */
	url('https://ebanking.kkpfg.com/landingpage/rib/bootstrapcss/fonts/Quark-Bold.otf') format('opentype');
}

/* ---------------------- Style Section -------------------------------*/
body {
	font-family: "Quark";
	font-size: 20px !important;
}
.h4, h4 {
    font-size: 20px !important;
}
.font-eng,
.font-thai {
	font-weight: bold;
}
.header,
.menu-link  {
	background-color: #594F73;
}
.header img.logo {
	margin-left: 10px;
    padding: 5px;
}
.header img.lang {
	float: right;
    padding: 20px;
}
.content-box {
	background-color: #C7CBE8;
    background-image: url("../../images/bg.jpg");
    background-repeat: no-repeat;
    background-size: 80% auto;
    margin-top: -10px;
    padding-bottom: 2%;
}
.content-box img.appstore_btn {
	float: right;
}
.content-box img.google_play_btn {
	float: left;
}
.content-box img.appstore_btn,
.content-box img.google_play_btn {
	max-width: 130px;
    min-width: 120px;
    width: 100%;
}
img.mobile-img {
    min-width: 280px;
    width: 100%;
}
.content-box-tab {
	background-color: #ffffff;
    background-image: none;
    padding-bottom: 10px;
}
.content-box-tab-buttum {
	background-color: #e7e8ea;
	color: #57585a;
}
.tab-box {
	border-bottom: 1px solid #C7CBE8;
    color: #594F73;
    font-size: 26px;
    padding: 2px;
}
.tab-active {
	background-color: #ffffff;
}
.old_link {
	padding: 10px 5px 5px;
	background-color: #ffffff;
	display: none;
}
.btn-oldweb {
	background-image: url(../../images/rib_link_btn.png);
	background-size: 100%;
	margin-top: 20px;
	width: 280px;
	color: #ffffff;
	height: 80px;
	font-weight: bold;
	padding-top: 18px;
}
.btn-oldweb-small {
	background-image: url(../../images/rib_link_btn.png);
	background-size: 100%;
    color: #ffffff;
    float: right;
    height: 27px;
    margin-left: -5px;
}
.btn-oldweb:hover, .btn-oldweb-small:hover {
	color: whitesmoke;
}
.row > .text-box{
	color: whitesmoke;
}
.content-box-rib {
	background-image: url(../../images/rib_bg.png);
	background-size: 100vw 100%;
}
.red-text {
	color: #e60000;
}
.blue-text {
	color: #594F73;
}
.tab-box-active {
	background-color: #0081a8;
}
.tab-box-active a {
    color: #ffffff;
}
.text-box {
	color: #58585a;
    padding: 0% 15%;
}
.logo-boxs {
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.logo-boxs .col-xs-6  {
	padding-right: 0px;
}
.logo-boxs .col-xs-6 .row-left  {
	margin-left: 10px;
}
.logo-boxs .col-xs-6 .row-right  {
	margin-left: 10px;
}
img.btn-logo-box {
	margin: 0 auto;
    max-width: 76px;
    min-width: 76px;
    width: 100%;
}
.btn {
	font-size: 20px !important;
}
img.monitor-sm-img {
	padding-top: 127px;
}
.tab-box-active-one {
	background-color: #514890;
	color: whitesmoke;
    border-bottom: 1px solid #514890;
	border-right: 1px solid #635F98;
    border-top: 1px solid #635F98;
	border-left: 1px solid #635F98;	
	border-radius: 18px 18px 0 0;
	-moz-border-radius: 18px 18px 0 0;
	-webkit-border-radius: 18px 18px 0 0;
    font-weight: bold;
	margin-top: 2px;
}
.tab-box-active-one a{
    color: #009bc9 !important;
}
.tab-box-one {
	border-left: 1px solid #635F98;
    border-radius: 18px 18px 0 0;
	-moz-border-radius: 18px 18px 0 0;
	-webkit-border-radius: 18px 18px 0 0;
    border-right: 1px solid #635F98;
    border-top: 1px solid #635F98;
    margin-top: 2px;
	font-weight: bold;
}
.tab-box-one a {
	color: #cccccc;
	font-weight: bold;
}
.tab-box-two {
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
}
.tab-box-active-two {
	border-bottom: 1px solid #514890;
}
.tab-box-active-two a {
	color: #cccccc !important;
}
.tab-box-two a {
	color: #635F98;
}
.btn-box {
	margin-bottom: 20px;
}
.tab-box-active-two-text a {
	color: #ffffff !important;
}
.menu-link a {
	text-decoration: none;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #a8a9ad;  
}
.footer_sm {
  height: 60px;
}
.address {
	background-color: #a8a9ad;
    color: #ffffff;
    padding: 15px 0 0;
	font-size: 17px !important;
}
.clear {
	clear:both; 
}
.text-eng {
	margin-bottom: 10px;
}
.old_link_ms {
	float: unset !important;
}
.bussiness-list-box ul {
	margin-left: -20px;
}
.bussiness-list-box li{
    color: #594F73;
}
.bussiness-list-box li span{
    color: #333;
}
.monitor-img-box {
	position: relative;
}
.monitor-img-box-absolute {
	position: absolute;
	bottom: 0;
}
.monitor-xs-img {
	margin-bottom: -10px;
}
.kkbizebanking-box {
	float:right;
}
.tab-business-en {
	font-weight: bold;
}
@media screen and (min-width: 1700px) {
	.monitor-img-box-absolute  .monitor-img {
		max-width: 80%;
	}
}
