@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
.glyphicon {
    font-family: 'Glyphicons Halflings'!important;
}

.fa {
    font-family: 'FontAwesome'!important;
}

html,body {
    border: 0;
    color: #444;
    background: #f3f3f3;
    font-family: 'Open Sans', sans-serif;
}

* {
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
}
body {
    margin: 0px;
    font-size: 14px;
    line-height: 24px;
}
a:hover {
    text-decoration: none;
    color: #ff6a00;
}
.flex {
    display: flex;
}
.flex--midle {
    align-items: center;
}
.space-between {
    justify-content: space-between;
}
.space-around {
    justify-content: space-around;   
}
ul, ol {
    list-style-type: none;
    margin: 0;
}
*, p {
    margin: 0;
    padding: 0;
}
a, * {
    color: #444;
    outline: none;
}
h1, h2, h3, h4, h5 {
    margin: 0;
}
#header {
    background: #183544;
    line-height: 85px;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
#header .f-right span {
    color: #fff;
    display: none;
}
#header .f-right > span {
    margin-right: 10px;
}
#header.style-1 .btn-register, #header.style-1 .f-right span {
    display: inline-block;
}
.btn {
    border-radius: 3px;
    padding: 5px 20px;
}
.text-upper {
    text-transform: uppercase;
}
#header .f-right a {
    line-height: normal;
}
.btn-st-1 {
    background: #f88d2b;
    border: 1px solid #f88d2b;
    color: #fff;
}
#header.style-1 .btn-register, #header.style-1 .f-right span {
    display: inline-block;
}
.btn-st-1:hover {
    background: #fff;
    color: #f88d2b;
}
#main-content {
    padding: 35px 0 0 0;
}
.row {
    margin: 0 -10px;
}
.row [class*="col-"] {
    padding: 0 10px;
}
.left-content {
    margin-right: -100px;
}
.left-content .block-text {
	padding-right: 25%;
}

.left-content .block-text > * {
	font-size: 12px;
	margin-bottom: 10px;
}

.left-content .block-text .list-item li:not(:last-child) {
	margin-bottom: 15px;
}

.left-content .block-text .list-item li i {
	color: #7cb877;
	margin-right: 10px;
}

.left-content .block-text .list-logo {
	margin-bottom: 20px;
}

.left-content .block-text .list-logo img {
	max-width: 100%;
}

.left-content .block-text .list-logo li {
	width: 33.3333%;
	float: left;
	height: 70px;
	line-height: 70px;
}

.right-content {
	margin-left: 100px;
	background: #fff;
	padding: 25px;
	margin-bottom: 35px;
}
.title h3 {
    font-size: 24px;
    color: #0c0c0c;
    margin-bottom: 15px;
}
.box-login > * {
    margin-bottom: 10px;
}
.box-login .list-inline {
	margin: 0 -3px 10px -3px;
	overflow: hidden;
}

.box-login .list-inline li {
	width: 50%;
	padding: 0 3px;
	float: left;
}

.box-login .list-inline li a {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	padding: 5px 0;
}

.box-login .list-inline li a i {
	color: #fff;
	margin-right: 5px;
}

.box-login .list-inline li a.login-fb {
	background: #4761b0;
}

.box-login .list-inline li a.login-gg {
	background: #bc372e;
}

.box-login > a {
	display: block;
	width: 100%;
	margin-top: 10px;
}

.box-login > input {
	position: relative;
	top: 2px;
}

.box-login .sp-user span {
	color: #f88d2b;
}

.box-login .sp-user a {
	border-bottom: 1px solid #f88d2b;
}
.text-color {
    color: #f88d2b;
}
.support-area {
	border-bottom: 1px solid #d2d2d4;
}

.support-area .box-info {
	border-right: 1px solid #d2d2d4;
	height: 40px;
	margin-bottom: 5px;
	line-height: 40px;
	padding: 0 10px;
}

.support-area .left-info {
	width: 55%;
}

.support-area .left-info .box-1,
.support-area .left-info .box-2 {
	width: 30%;
}

.support-area .left-info .box-1 i {
	font-size: 15px;
	margin-right: 5px;
}

.support-area .left-info .box-3 {
	width: 40%;
}

.support-area .right-info {
	width: 45%;
}

.support-area .right-info .box-info {
	line-height: normal;
}

.support-area .right-info .box-info:last-child {
	border-right: 0;
}
.text-bold {
    font-weight: bold;
}
#footer {
	padding: 25px 0;
}

#footer .list-inline {
	margin-bottom: 12px;
}

#footer .list-inline li {
	padding: 0 10px;
	position: relative;
}

#footer .list-inline li:not(:last-child):after {
	content: '';
	width: 1px;
	height: 13px;
	background: #696969;
	position: absolute;
	top: 4px;
	right: -3px;
}
.box-register .row-info {
	margin-bottom: 10px;
}

.box-register .row-info .form-control {
	height: 40px;
}

.box-register .row-info span a {
	text-decoration: underline;
}

.box-register input[type=checkbox] {
	position: relative;
	top: 2px;
}

.box-register > a {
	margin-top: 10px;
}

.box-confirm > * {
	margin-bottom: 15px;
}

.box-confirm .btn-st-2 i {
	margin-right: 5px;
	transition: 400ms;
}

.box-confirm .btn-st-2:hover i {
	color: #f88d2b;
}

.box-confirm-success > span i {
	font-size: 40px;
	color: #3c9788;
}

.box-confirm-success > span {
	width: 70px;
	height: 70px;
	border: 7px solid #3c9788;
	border-radius: 50%;
	line-height: 75px;
}

.box-confirm-success > * {
	margin-bottom: 15px;
}

.box-confirm-success h4 {
	font-size: 24px;
	color: #0c0c0c;
}

.box-confirm-success a i {
	transition: 400ms;
}

.box-confirm-success a:hover i {
	color: #f88d2b;
}
.update-info .row-info > * {
	margin-bottom: 10px;
}

.update-info .row-info h4 {
	font-size: 16px;
}

.update-info .row-info tr td {
	padding: 5px 0;
}

.update-info .row-info tr td:first-child {
	padding-right: 20px;
}

.update-info .row-info table a {
	border: 1px solid #f88d2b;
	padding: 0 7px;
	font-size: 12px;
	border-radius: 3px;
}

.update-info .row-info table a:hover {
	background: #f88d2b;
	color: #fff;
}

.update-info .birth-day .col-md-3 {
	position: relative;
}

.update-info .birth-day .col-md-3:after {
	content: ':';
	position: absolute;
	top: 5px;
	right: -2px;
}

.update-info .birth-day .col-md-3:last-child:after {
	display: none;
}
input[type='radio'] {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #888;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.update-info input[type="radio"]:checked:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #f88d2b;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
}
label.error {
    color: #c00;
    font-size: 13px;
    font-weight: bold;
    clear: both;
}
@media screen and (max-width: 992px) {
	.left-content .block-text {
		padding-right: 0;
	}

	.left-content {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.right-content {
		margin-left: 0;
		padding: 15px;
	}

	.left-content .block-text > * {
		font-size: 14px;
	}

	.title h3 {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.support-area .box-info {
		border-right: 0;
		height: auto;
		line-height: normal;
	}

	.support-area .left-info .box-info {
		width: 100%;
	}

	.support-area .right-info .box-info {
		text-align: left;
	}

	#header {
		height: 60px;
		line-height: 60px;
	}

	#header .logo img {
		width: 120px;
	}

	.right-content {
		margin-bottom: 20px;
	}

	#header .f-right > span {
		display: none!important;
	}
}

@media screen and (max-width: 479px) {
	.box-confirm .btn-st-2 {
		padding: 5px;
	}
}

@media screen and (max-width: 410px) {
	.box-login .list-inline {
		margin: 0 0 10px 0;
	}

	.box-login .list-inline li {
		width: 100%;
		margin-bottom: 10px;
	}

	.box-login .list-inline li:last-child {
		margin-bottom: 0;
	}
}


