@charset "UTF-8";

.container {
	
}

.container .row {
	
}

.banner-img {
	height: 300px;
}

.function-menu {
	font-family: "Roboto", "Noto Sans";
	font-weight: normal;
	font-size: 1.3125rem; /*21px*/
	color: #2E393F;
}

.lang-word {
	font-family: "Roboto", "Noto Sans";
}

.right-panel {
	max-width: 552px;
}

.company-name {
	font-family: Raleway;
	font-weight: 800;
	font-size: 3rem; /*48px*/
	color: #2E393F;
	word-break: break-word;
}

.album-menu {
	font-family: Roboto;
	font-weight: bold;
	font-size: 1.0625rem; /*17px*/
	color: #2E393F;
}

/** override **/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #3E55CE;
	background-color: transparent;
}

/** override **/
.nav-link {
	padding-left: 0;
	padding-right: 2.5rem;
}

.info-label {
	font-family: Roboto;
	font-weight: normal;
	font-size: 1.0625rem; /*17px*/
	color: #3E55CE;
}

.info-content {
	font-family: Roboto;
	font-weight: normal;
	font-size: 0.8125rem; /*13px*/
	color: #2E393F;
	word-break: break-word;
}

.contact-label {
	font-family: Roboto;
	font-weight: normal;
	font-size: 1.0625rem; /*17px*/
	color: #3E55CE;
}

.contact-content {
	font-family: Roboto;
	font-weight: normal;
	font-size: 0.8125rem; /*13px*/
	color: #2E393F;
	width: 279px;
}

.contact-content-label {
	width: 70px;
}

.contact-content-word {
	width: 190px;
	word-wrap: break-word;
}

.map {
	width: 100%;
	height: 279px;
}

.footer {
	font-family: Roboto;
	font-weight: normal;
	font-size: 0.9rem;
	color: #2E393F;
}

.terms-of-use {
    text-align: right!important;
}

/*
.mx-64 {
	margin-left: 4rem !important;
	margin-right: 4rem !important;
}

.pl-64 {
	padding-left: 64px;
}
*/