﻿ * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root { -
	-blue: #007bff; -
	-indigo: #6610f2; -
	-purple: #6f42c1; -
	-pink: #e83e8c; -
	-red: #dc3545; -
	-orange: #fd7e14; -
	-yellow: #ffc107; -
	-green: #28a745; -
	-teal: #20c997; -
	-cyan: #17a2b8; -
	-white: #fff; -
	-gray: #6c757d; -
	-gray-dark: #343a40; -
	-primary: #007bff; -
	-secondary: #6c757d; -
	-success: #28a745; -
	-info: #17a2b8; -
	-warning: #ffc107; -
	-danger: #dc3545; -
	-light: #f8f9fa; -
	-dark: #343a40; -
	-breakpoint-xs: 0; -
	-breakpoint-sm: 576px; -
	-breakpoint-md: 768px; -
	-breakpoint-lg: 992px; -
	-breakpoint-xl: 1300px; -
	-font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol"; -
	-font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

/*tcmb*/
 .featured-box.text{
	background : white;
	border : 2px solid #e6ecf5;
 }
 
 .div-text-box { 
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
 }
 
 .div-text-box-title {
	padding-bottom: 10px;
	color: #d50032;
	margin-top: 0px;
 }
/*******/

@media ( min-width : 576px) {
	.container {
		max-width: 540px
	}
}

@media ( min-width : 768px) {
	.container {
		max-width: 720px
	}
}

@media ( min-width : 992px) {
	.container {
		max-width: 960px
	}
}

@media ( min-width : 1300px) {
	.container {
		max-width: 1240px
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col, .no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9,
	.col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2,
	.col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
	.col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto,
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
	.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
	.col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4,
	.col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10,
	.col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2,
	.col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8,
	.col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	order: -1
}

.order-last {
	order: 13
}

.order-0 {
	order: 0
}

.order-1 {
	order: 1
}

.order-2 {
	order: 2
}

.order-3 {
	order: 3
}

.order-4 {
	order: 4
}

.order-5 {
	order: 5
}

.order-6 {
	order: 6
}

.order-7 {
	order: 7
}

.order-8 {
	order: 8
}

.order-9 {
	order: 9
}

.order-10 {
	order: 10
}

.order-11 {
	order: 11
}

.order-12 {
	order: 12
}

.offset-1 {
	margin-left: 8.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333%
}

.offset-5 {
	margin-left: 41.66667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

@media ( min-width : 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-first {
		order: -1
	}
	.order-sm-last {
		order: 13
	}
	.order-sm-0 {
		order: 0
	}
	.order-sm-1 {
		order: 1
	}
	.order-sm-2 {
		order: 2
	}
	.order-sm-3 {
		order: 3
	}
	.order-sm-4 {
		order: 4
	}
	.order-sm-5 {
		order: 5
	}
	.order-sm-6 {
		order: 6
	}
	.order-sm-7 {
		order: 7
	}
	.order-sm-8 {
		order: 8
	}
	.order-sm-9 {
		order: 9
	}
	.order-sm-10 {
		order: 10
	}
	.order-sm-11 {
		order: 11
	}
	.order-sm-12 {
		order: 12
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.33333%
	}
	.offset-sm-2 {
		margin-left: 16.66667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.33333%
	}
	.offset-sm-5 {
		margin-left: 41.66667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.33333%
	}
	.offset-sm-8 {
		margin-left: 66.66667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.33333%
	}
	.offset-sm-11 {
		margin-left: 91.66667%
	}
}

@media ( min-width : 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-first {
		order: -1
	}
	.order-md-last {
		order: 13
	}
	.order-md-0 {
		order: 0
	}
	.order-md-1 {
		order: 1
	}
	.order-md-2 {
		order: 2
	}
	.order-md-3 {
		order: 3
	}
	.order-md-4 {
		order: 4
	}
	.order-md-5 {
		order: 5
	}
	.order-md-6 {
		order: 6
	}
	.order-md-7 {
		order: 7
	}
	.order-md-8 {
		order: 8
	}
	.order-md-9 {
		order: 9
	}
	.order-md-10 {
		order: 10
	}
	.order-md-11 {
		order: 11
	}
	.order-md-12 {
		order: 12
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.33333%
	}
	.offset-md-2 {
		margin-left: 16.66667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.33333%
	}
	.offset-md-5 {
		margin-left: 41.66667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.33333%
	}
	.offset-md-8 {
		margin-left: 66.66667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.33333%
	}
	.offset-md-11 {
		margin-left: 91.66667%
	}
}

@media ( min-width : 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		order: -1
	}
	.order-lg-last {
		order: 13
	}
	.order-lg-0 {
		order: 0
	}
	.order-lg-1 {
		order: 1
	}
	.order-lg-2 {
		order: 2
	}
	.order-lg-3 {
		order: 3
	}
	.order-lg-4 {
		order: 4
	}
	.order-lg-5 {
		order: 5
	}
	.order-lg-6 {
		order: 6
	}
	.order-lg-7 {
		order: 7
	}
	.order-lg-8 {
		order: 8
	}
	.order-lg-9 {
		order: 9
	}
	.order-lg-10 {
		order: 10
	}
	.order-lg-11 {
		order: 11
	}
	.order-lg-12 {
		order: 12
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.33333%
	}
	.offset-lg-2 {
		margin-left: 16.66667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.33333%
	}
	.offset-lg-5 {
		margin-left: 41.66667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.33333%
	}
	.offset-lg-8 {
		margin-left: 66.66667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.33333%
	}
	.offset-lg-11 {
		margin-left: 91.66667%
	}
}

@media ( min-width : 1300px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		order: -1
	}
	.order-xl-last {
		order: 13
	}
	.order-xl-0 {
		order: 0
	}
	.order-xl-1 {
		order: 1
	}
	.order-xl-2 {
		order: 2
	}
	.order-xl-3 {
		order: 3
	}
	.order-xl-4 {
		order: 4
	}
	.order-xl-5 {
		order: 5
	}
	.order-xl-6 {
		order: 6
	}
	.order-xl-7 {
		order: 7
	}
	.order-xl-8 {
		order: 8
	}
	.order-xl-9 {
		order: 9
	}
	.order-xl-10 {
		order: 10
	}
	.order-xl-11 {
		order: 11
	}
	.order-xl-12 {
		order: 12
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.33333%
	}
	.offset-xl-2 {
		margin-left: 16.66667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.33333%
	}
	.offset-xl-5 {
		margin-left: 41.66667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.33333%
	}
	.offset-xl-8 {
		margin-left: 66.66667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.33333%
	}
	.offset-xl-11 {
		margin-left: 91.66667%
	}
}

.d-none {
	display: none !important
}

.d-inline {
	display: inline !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-table {
	display: table !important
}

.d-table-row {
	display: table-row !important
}

.d-table-cell {
	display: table-cell !important
}

.d-flex {
	display: flex !important
}

.d-inline-flex {
	display: inline-flex !important
}

@media ( min-width : 576px) {
	.d-sm-none {
		display: none !important
	}
	.d-sm-inline {
		display: inline !important
	}
	.d-sm-inline-block {
		display: inline-block !important
	}
	.d-sm-block {
		display: block !important
	}
	.d-sm-table {
		display: table !important
	}
	.d-sm-table-row {
		display: table-row !important
	}
	.d-sm-table-cell {
		display: table-cell !important
	}
	.d-sm-flex {
		display: flex !important
	}
	.d-sm-inline-flex {
		display: inline-flex !important
	}
}

@media ( min-width : 768px) {
	.d-md-none {
		display: none !important
	}
	.d-md-inline {
		display: inline !important
	}
	.d-md-inline-block {
		display: inline-block !important
	}
	.d-md-block {
		display: block !important
	}
	.d-md-table {
		display: table !important
	}
	.d-md-table-row {
		display: table-row !important
	}
	.d-md-table-cell {
		display: table-cell !important
	}
	.d-md-flex {
		display: flex !important
	}
	.d-md-inline-flex {
		display: inline-flex !important
	}
}

@media ( min-width : 992px) {
	.d-lg-none {
		display: none !important
	}
	.d-lg-inline {
		display: inline !important
	}
	.d-lg-inline-block {
		display: inline-block !important
	}
	.d-lg-block {
		display: block !important
	}
	.d-lg-table {
		display: table !important
	}
	.d-lg-table-row {
		display: table-row !important
	}
	.d-lg-table-cell {
		display: table-cell !important
	}
	.d-lg-flex {
		display: flex !important
	}
	.d-lg-inline-flex {
		display: inline-flex !important
	}
}

@media ( min-width : 1300px) {
	.d-xl-none {
		display: none !important
	}
	.d-xl-inline {
		display: inline !important
	}
	.d-xl-inline-block {
		display: inline-block !important
	}
	.d-xl-block {
		display: block !important
	}
	.d-xl-table {
		display: table !important
	}
	.d-xl-table-row {
		display: table-row !important
	}
	.d-xl-table-cell {
		display: table-cell !important
	}
	.d-xl-flex {
		display: flex !important
	}
	.d-xl-inline-flex {
		display: inline-flex !important
	}
}

@media print {
	.d-print-none {
		display: none !important
	}
	.d-print-inline {
		display: inline !important
	}
	.d-print-inline-block {
		display: inline-block !important
	}
	.d-print-block {
		display: block !important
	}
	.d-print-table {
		display: table !important
	}
	.d-print-table-row {
		display: table-row !important
	}
	.d-print-table-cell {
		display: table-cell !important
	}
	.d-print-flex {
		display: flex !important
	}
	.d-print-inline-flex {
		display: inline-flex !important
	}
}

.p-10 {
	padding: 10px !important
}

.p-15 {
	padding: 15px !important
}

.p-20 {
	padding: 20px !important
}

.pt-20 {
	padding-top: 20px !important
}

.pb-20 {
	padding-bottom: 20px !important
}

.pl-50 {
	padding-left: 50px
}

@media screen and (max-width: 480px) {
	.pl-50 {
		padding-left: 0
	}
}

.pr-50 {
	padding-right: 50px
}

@media screen and (max-width: 480px) {
	.pr-50 {
		padding-right: 0
	}
}

.mt-15 {
	margin-top: 15px !important
}

.mt-25 {
	margin-top: 25px !important
}

.ml-15 {
	margin-left: 15px !important
}

.font-lite {
	font-weight: normal
}

.text-center {
	text-align: center
}

.text-right {
	text-align: right
}

.text-secondary {
	color: #d4be9b;
}

.font-primary {
	font-family: "Open Sans" !important
}

.font-secondary {
	font-family: Oswald, sans-serif
}

.font-300 {
	font-weight: 300
}

.font-500 {
	font-weight: 500
}

@media screen and (max-width: 768px) {
	.col-xs-12 {
		max-width: 100%;
		flex: 0 0 100%;
		width: 100%;
		box-sizing: border-box
	}
}

body {
	font-family: 'Open Sans';
	margin: 0
}

header .logo {
	height: 45px;
	width: auto;
	margin: 14px 0
}

@media screen and (max-width: 480px) {
	header .logo {
		height: 29px;
		margin: 24px 0
	}
}

header .header-featured {
	height: 60px;
	margin: 9px 16px;
	padding-left: 16px;
	border-left: #ccc 1px solid;
	font-size: 24px;
	font-family: "Oswald";
	line-height: 60px
}

@media screen and (max-width: 480px) {
	header .header-featured {
		height: 47px;
		margin: 15px 8px;
		padding-left: 4px;
		font-size: 16px;
		line-height: 50px
	}
}

header .header-right-nav {
	list-style-type: none;
	padding-left: 0;
	margin: 0
}

@media screen and (max-width: 767px) {
	header .header-right-nav {
		text-align: center;
		display: none
	}
	header .header-right-nav li {
		padding-bottom: 10px !important
	}
	header .header-right-nav li a {
		line-height: normal !important
	}
}

header .header-right-nav li {
	display: inline-block
}

header .header-right-nav li a {
	padding: 0 10px;
	text-decoration: none;
	font-size: 16px;
	color: #3a485e;
	line-height: 70px
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	header .header-right-nav li a {
		padding: 0;
		line-height: 40px
	}
}

.home-slider {
	position: relative;
	border-radius: 15px;
	overflow: hidden
}

.home-slider .audio-btn {
	position: absolute;
	right: 10px;
	bottom: 10px
}

.home-slider .audio-btn img {
	width: 40px;
	height: 40px !important
}

.home-slider .left {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 500px;
	background: url("../image/bg_slider_overlay_demo.png") right center
		no-repeat;
	background-size: 100% auto
}

@media screen and (max-width: 992px) {
	.home-slider .left {
		display: none
	}
}

.home-slider .left .content {
	padding: 120px 140px 0 80px;
	color: #fff
}

.home-slider .left .content h1, .home-slider .left .content h2,
	.home-slider .left .content h3, .home-slider .left .content h4,
	.home-slider .left .content h5, .home-slider .left .content h6 {
	font-weight: 600;
	font-size: 36px;
	margin-bottom: 0
}

@media screen and (max-width: 480px) {
	.home-slider .left .content h1, .home-slider .left .content h2,
		.home-slider .left .content h3, .home-slider .left .content h4,
		.home-slider .left .content h5, .home-slider .left .content h6 {
		font-size: 21px
	}
}

.home-slider .left .content p {
	margin-top: 15px;
	font-size: 24px;
	line-height: 28px
}

@media screen and (max-width: 480px) {
	.home-slider .left .content p {
		font-size: 16px;
		line-height: 18px
	}
}

.home-slider .left.compact {
	display: none;
	background: #323a47;
	position: relative;
	width: 100%
}

.home-slider .left.compact .content {
	padding: 30px
}

.home-slider .left.compact .content h1, .home-slider .left.compact .content h2,
	.home-slider .left.compact .content h3, .home-slider .left.compact .content h4,
	.home-slider .left.compact .content h5, .home-slider .left.compact .content h6
	{
	margin-top: 0
}

.home-slider .left.compact .content p {
	margin-top: 10px
}

@media screen and (max-width: 992px) {
	.home-slider .left.compact {
		display: block
	}
}

.home-slider .right {
	text-align: right;
	overflow: hidden
}

.home-slider .right img {
	height: 550px
}

@media screen and (max-width: 992px) {
	.home-slider .right img {
		height: auto;
		width: 100%
	}
}

.home-slider .right video {
	float: right
}

@media screen and (max-width: 991px) {
	.home-slider .right video {
		width: 100%;
		height: auto
	}
}

.featured-box {
	border-radius: 15px
}

@media screen and (max-width: 1300px) {
	.featured-box {
		max-width: 100%;
		flex: 0 0 100%;
		width: 100%;
		box-sizing: border-box;
		margin-left: 0 !important
	}
}

.featured-box.blue {
	background: #3a485e
}

.featured-box.lite {
	background: #e6ecf5
}

.featured-box.theme {
	background: #333945;
}

.featured-box.home-forum img {
	width: 90%;
	margin: 40px 0
}

.featured-box .chart-img {
	width: 100%
}

.featured-title {
	margin: 0;
	color: #d50032;
	font-weight: normal;
	border-bottom: #d50032 1px solid;
	padding-bottom: 10px;
	text-align: left;
	font-family: Oswald;
	font-weight: 600
}

@media screen and (max-width: 768px) {
	.featured-title {
		text-align: center
	}
}

.featured-title.lite {
	color: #fff;
	font-weight: normal;
	border-bottom: rgba(255, 255, 255, 0.5) 1px solid;
	padding-bottom: 10px
}

.featured-footer-box {
	padding: 0 20px 30px;
	color: #fff
}

.featured-footer-box img {
	width: 100%
}

.featured-footer-box p {
	margin-top: 15px
}

.featured-footer-box .title {
	font-family: Oswald;
	font-size: 21px;
	font-weight: 600
}

footer {
	background: #333945;
}

footer .social-links {
	list-style-type: none;
	margin: 15px 0;
	padding-left: 0;
	float: right
}

@media screen and (max-width: 768px) {
	footer .social-links {
		float: none;
		text-align: center
	}
}

footer .social-links li {
	display: inline-block;
	font-size: 0;
	margin-left: 15px
}

footer .social-links li:hover img {
	opacity: 1
}

footer .social-links li a {
	display: inline-block;
	font-size: 0
}

footer .social-links li img {
	width: 35px;
	opacity: 0.6;
	transition: 0.3s ease
}

.footer-text {
	text-align: center
}

.footer-text h1, .footer-text h2, .footer-text h3, .footer-text h4,
	.footer-text h5, .footer-text h6 {
	margin-bottom: 0;
	margin-top: 50px
}

.footer-text p {
	margin-top: 0
}

@media screen and (max-width: 767px) {
	.asamalari-img {
		display: none
	}
}

@media screen and (min-width: 768px) {
	.asamalari-img-xs {
		display: none
	}
}

.tab-content-box img {
	width: 100%
}

.forum .w-round {
	display: block
}

@media screen and (min-width: 769px) {
	.forum .w-round {
		display: none
	}
}

.forum .tab-slider-box {
	padding-bottom: 0
}

@media screen and (max-width: 769px) {
	.forum .tab-slider-box {
		padding-bottom: 40px !important
	}
}

.forum .w-slide {
	padding-left: 0
}

.forum .tab-arrow {
	margin-bottom: 92px
}

@media screen and (max-width: 769px) {
	.forum .tab-arrow {
		margin-bottom: 126px
	}
}

@media screen and (min-width: 1300px) {
	.forum .tab-arrow {
		margin-bottom: 112px
	}
}

.forum .tab-right-box {
	margin-right: 15px
}

@media screen and (max-width: 768px) {
	.forum .tab-right-box {
		bottom: -126px
	}
}

.forum .tab-left-box {
	margin-left: 15px
}

@media screen and (max-width: 768px) {
	.forum .tab-left-box {
		bottom: -126px
	}
}

.forum .tab-content-box img {
	width: 100%
}

.forum .tab-content-box.video {
	position: relative
}

.forum .tab-content-box.video:after {
	content: "";
	position: absolute;
	background: url("https://insankaynaklari.tcmb.gov.tr/wps/wcm/connect/ik/images/Video_Turg.png") center center no-repeat;
	right: 15px;
	top: 15px;
	width: 60px;
	height: 40px;
	background-size: 40px
}

@media screen and (max-width: 768px) {
	.forum .tab-content-box {
		width: 100%
	}
}

.forum .w-slider-dot {
	margin-top: 11px
}

@media screen and (max-width: 1300px) {
	.bassvurular, .extended {
		margin-top: 20px
	}
}

.bassvurular .w-slide, .extended .w-slide {
	padding-left: 0
}

.bassvurular .tab-content-box, .extended .tab-content-box {
	width: 100%;
	text-align: center
}

.bassvurular .tab-content-box img, .extended .tab-content-box img {
	width: 200px;
	border-radius: 0;
	margin-top: 15px;
	margin-bottom: 15px
}

@media screen and (max-width: 480px) {
	.bassvurular .tab-content-box img, .extended .tab-content-box img {
		width: 140px
	}
}

.bassvurular .w-round, .extended .w-round {
	display: none
}

@media screen and (min-width: 769px) {
	.bassvurular .w-round, .extended .w-round {
		display: none
	}
}

.bassvurular .w-slide h1, .bassvurular .w-slide h2, .bassvurular .w-slide h3,
	.bassvurular .w-slide h4, .bassvurular .w-slide h5, .bassvurular .w-slide h6,
	.extended .w-slide h1, .extended .w-slide h2, .extended .w-slide h3,
	.extended .w-slide h4, .extended .w-slide h5, .extended .w-slide h6 {
	font-weight: normal;
	font-size: 22px
}

@media screen and (max-width: 480px) {
	.bassvurular .w-slide h1, .bassvurular .w-slide h2, .bassvurular .w-slide h3,
		.bassvurular .w-slide h4, .bassvurular .w-slide h5, .bassvurular .w-slide h6,
		.extended .w-slide h1, .extended .w-slide h2, .extended .w-slide h3,
		.extended .w-slide h4, .extended .w-slide h5, .extended .w-slide h6 {
		font-size: 18px
	}
}

@media screen and (max-width: 480px) {
	.bassvurular .w-slide p, .extended .w-slide p {
		font-size: 16px
	}
}

.bassvurular .tab-arrow, .extended .tab-arrow {
	margin-bottom: 280px;
	border-color: #d4be9b;
}

.bassvurular .tab-arrow:before, .extended .tab-arrow:before {
	color: #d4be9b;
}

@media screen and (max-width: 769px) {
	.bassvurular .tab-arrow, .extended .tab-arrow {
		margin-bottom: 280px
	}
}

@media screen and (max-width: 480px) {
	.bassvurular .tab-arrow, .extended .tab-arrow {
		margin-bottom: 320px
	}
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
	.bassvurular .tab-arrow, .extended .tab-arrow {
		margin-bottom: 240px
	}
}

.featured-box.extended .w-round {
	display: block
}

.block-tabs-bar {
	padding-top: 0 !important
}

.block-tabs-bar.lite .block-tabs-tab {
	font-size: 24px;
	padding-right: 10px;
	padding-left: 10px
}

@media screen and (min-width: 1300px) {
	.block-tabs-bar.lite .block-tabs-tab {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media screen and (max-width: 1299px) {
	.block-tabs-bar.lite .block-tabs-tab {
		font-size: 16px
	}
}

.block-tabs-tab.w--current div {
	font-weight: 300
}

@media screen and (min-width: 480px) and (max-width: 991px) {
	.block-collection-box.video {
		display: flex
	}
}

.block-collection-box.video:hover .img-container {
	cursor: pointer !important
}

.block-collection-box.video:hover .img-container:after {
	background: url("../image/ic_video_hover.png") center center no-repeat;
	background-size: 80px 80px
}

.block-collection-box.video .img-container {
	position: relative;
	align-self: flex-start
}

.block-collection-box.video .img-container:after {
	content: "";
	position: absolute;
	background: url("../image/ic_video.png") center center no-repeat;
	background-size: 80px 80px;
	width: 80px;
	height: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px
}

.block-collection-box.video .img-container img {
	/*margin-right: 0*/
}

@media screen and (min-width: 480px) and (max-width: 991px) {
	.block-collection-box.video .img-container img {
		width: 100%
	}
}

.block-collection-box.video .collection-content {
	margin-left: 24px;
	font-size: 18px
}

.block-collection-box.video .collection-content a {
	color: #d50032;
	text-decoration: none;
	font-weight: 600
}

.block-collection-box.video .collection-content .collection-tag {
	font-size: 18px
}

.badge-container {
	padding-right: 30px;
	padding-left: 30px;
	float: left;
	width: 25%
}

@media screen and (max-width: 1299px) {
	.badge-container {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media screen and (max-width: 480px) {
	.badge-container {
		padding-right: 5px;
		padding-left: 5px
	}
	.badge-container img {
		max-width: 50%
	}
}

@media screen and (max-width: 991px) {
	.badge-container {
		width: 50%;
		margin-bottom: 15px
	}
	.badge-container.three {
		float: right
	}
	.badge-container .badge-box:after {
		display: block !important;
		right: 0px !important;
		top: 50% !important;
		margin-top: -25px
	}
	.badge-container .badge-box.level-2:after {
		right: 50% !important;
		bottom: 30px !important;
		top: auto !important;
		margin-top: auto !important;
		margin-right: -50px !important;
		transform: rotate(90deg)
	}
	.badge-container .badge-box.level-3:after {
		left: 0px !important;
		right: auto !important;
		margin-right: -50px !important;
		transform: rotate(180deg)
	}
}

.badge-container .badge-box {
	background: #949aa6;
	text-align: center;
	border-radius: 10px;
	float: left;
	height: 250px;
	width: 100%;
	position: relative
}

@media screen and (max-width: 991px) {
	.badge-container .badge-box {
		height: 280px
	}
}

.badge-container .badge-box.last:after {
	display: none !important
}

.badge-container .badge-box:after {
	content: "";
	position: absolute;
	right: -40px;
	top: 0;
	background: url("../image/arrow_right.png") 68px center no-repeat
		#949aa6;
	background-size: 20px auto;
	width: 100px;
	height: 50px;
	z-index: 0;
	border-radius: 100px
}

@media screen and (max-width: 1299px) {
	.badge-container .badge-box:after {
		display: none
	}
}

.badge-container .badge-box * {
	position: relative;
	z-index: 1
}

.badge-container .badge-box img {
	margin: 30px 0 20px
}

.badge-container .badge-box .title {
	font-size: 22px;
	color: #fff;
	padding: 0 30px
}

@media screen and (max-width: 1299px) {
	.badge-container .badge-box .title {
		padding: 0 20px;
		line-height: 24px
	}
}

@media screen and (max-width: 480px) {
	.badge-container .badge-box .title {
		font-size: 16px
	}
}

.badge-container .badge-box.level-2 {
	background: #d4be9b;
}

.badge-container .badge-box.level-2:after {
	background-color: #d4be9b;
}

.badge-container .badge-box.level-3 {
	background: #d50032;
}

.badge-container .badge-box.level-3:after {
	background-color: #d50032;
}

.badge-container .badge-box.level-4 {
	background: #333945;
}

.badge-container .badge-box.level-4:after {
	background-color: #d50032;
}

.featured-box {
	margin-bottom: 15px
}

.featured-box .flexslider {
	background: none;
	border: none;
	margin-top: 20px;
	margin-bottom: 0
}

@media screen and (max-width: 991px) {
	.featured-box .flexslider {
		padding: 0 40px
	}
}

.featured-box .flexslider .flex-viewport {
	margin: 0 5px
}

@media screen and (max-width: 480px) {
	.featured-box .flexslider .flex-viewport {
		margin: 0
	}
}

.featured-box .tab-slide.extended {
	padding: 0 30px
}

@media screen and (max-width: 480px) {
	.featured-box .tab-slide.extended {
		padding: 0 0
	}
}

.featured-box .tab-slide.extended .img-container {
	float: left
}

@media screen and (max-width: 767px) {
	.featured-box .tab-slide.extended .img-container {
		width: 100%;
		text-align: center
	}
	.featured-box .tab-slide.extended .img-container img {
		margin: 0 auto
	}
}

.featured-box .tab-slide.extended .img-container img {
	max-width: 200px
}

.featured-box .tab-slide.extended .slider-content {
	overflow: hidden;
	text-align: left;
	padding-left: 25px
}

@media screen and (max-width: 767px) {
	.featured-box .tab-slide.extended .slider-content {
		text-align: center;
		padding-right: 25px
	}
}

.featured-box .flex-direction-nav .flex-prev {
	font-size: 0;
	opacity: 1;
	left: 0;
	text-align: center;
	border-radius: 50px;
	border: #d4be9b 1px solid;
	width: 30px;
	height: 30px
}

.featured-box .flex-direction-nav .flex-prev:before {
	content: "\e601";
	font-family: 'web-icons';
	color: #d4be9b;
	background: url("https://insankaynaklari.tcmb.gov.tr/wps/wcm/connect/ik/images/");
	font-size: 18px;
	line-height: 30px
}

.featured-box .flex-direction-nav .flex-next {
	font-size: 0px;
	opacity: 1;
	right: 0;
	text-align: center;
	border-radius: 50px;
	border: #d4be9b 1px solid;
	width: 30px;
	height: 30px
}

.featured-box .flex-direction-nav .flex-next:before {
	content: "\e600";
	font-family: 'web-icons';
	color: #d4be9b;
	background: url("https://insankaynaklari.tcmb.gov.tr/wps/wcm/connect/ik/images/");
	font-size: 18px;
	line-height: 30px
}

.featured-box ul.slides.thumbs {
	overflow: hidden
}

.featured-box ul.slides.thumbs li {
	cursor: pointer
}

.featured-box ul.slides.thumbs .flex-active-slide img {
	display: none
}

.featured-box ul.slides.thumbs .flex-active-slide img.active {
	display: block
}

.featured-box ul.slides.thumbs img.active {
	display: none
}
/********/
.block-collection-box .collection-content {
	margin-left: 24px;
	font-size: 18px
}

.block-collection-box .collection-content a {
	color: #d50032;
	text-decoration: none;
	font-weight: 600
}

.block-collection-box .collection-content .collection-tag {
	font-size: 18px
}