.xtab ul, .xtab ol {
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
column-gap: 60px;
margin-bottom: 40px !important;
}

@media (max-width: 567px) {

.xtab ul, .xtab ol {
columns: 1;
-webkit-columns: 1;
-moz-columns: 1;
column-gap: 0px;
}

}

.xtab u {
text-decoration: none !important;
font-weight: 600;
}

body {
font-family: 'Poppins', sans-serif;
overflow-y: scroll;
background-color: rgb(245,245,245);
}

body, html {
height: 100%;
}

ul, li, p, h1, h2, h3, h4, h5, h6 {
padding: 0px;
margin: 0px;
list-style-type: none;
}

a:hover {
text-decoration: none;
}

button:focus {
outline: 0px;
}

.container-fluid {
padding-left: 50px;
padding-right: 50px;
}

@media (max-width: 567px) {

	.container-fluid {
	padding-left: 30px;
	padding-right: 30px;
	}
	
}

.page {
margin: 0 auto;
min-height: 100%;
height: 100%;
position: relative;
}

body>.page {
height: auto;
}

.page-ins {
padding: 90px 0px 0px 0px;
}

@media (max-width: 991px) {

	.page-ins {
	padding: 80px 0px 0px 0px;
	}
	
}

.header {
width: 100%;
height: 90px;
position: fixed;
left: 0px;
top: 0px;
background-color: rgb(255,255,255);
border-bottom: 0.5px solid rgb(220,220,220);
z-index: 1001;
}

.header .container-fluid {
position: relative;
}

.header .header-menu-btn {
position: absolute;
right: 30px;
top: 30px;
font-size: 33px;
line-height: 35px;
color: rgb(30,30,30);
cursor: pointer;
display: none;
}

@media (max-width: 1045px) {
	
	.header .header-menu-btn {
	display: block;	
	}
	
}

.header .header-menu {
float: right;
}

@media (max-width: 1045px) {
	
	.header .header-menu {
	display: none;	
	}
	
}

.header .header-menu > li {
margin: 36px 18px 0px 18px;
padding-bottom: 25.5px;
float: left;
position: relative;
}

@media (max-width: 1140px) {
	
	.header .header-menu > li {
	margin: 36px 14px 0px 14px;	
	}
	
}

.header .header-menu > li:first-of-type {
margin-left: 0px;
}

.header .header-menu > li:last-of-type {
margin-right: 0px;
}

.header .header-menu > li > a {
font-size: 16px;
line-height: 19px;
color: rgb(30,30,30);
border-bottom: 2px solid rgb(255,255,255);
font-weight: 500;
transition: color .2s;
}

@media (max-width: 1140px) {
	
	.header .header-menu > li > a {
	font-size: 15px;	
	}
	
}

.header .header-menu > li > a:hover {
color: rgb(0,60,145);
}

.header .header-menu > li.selected {
border-bottom: 5px solid rgb(0,60,145);
}

.header .header-menu > li.selected a {
color: rgb(0,60,145);
}

.header .header-menu ul {
width: 200px;
padding: 25px 25px 15px 25px;
position: absolute;
left: 0px;
top: 50px;
background-color: rgb(255,255,255);
display: none;
border-top: 5px solid rgb(0,60,145);
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}

.header .header-menu ul:after {
bottom: calc(100% + 4.5px);
left: 50px;
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: white;
border-bottom-color: rgb(0,60,145);
border-width: 6px;
margin-left: -6px;
}

.header .header-menu ul > li {
padding-bottom: 10px;
}

.header .header-menu ul > li > a {
font-size: 15px;
line-height: 18px;
color: rgb(30,30,30);
}

.header .header-menu ul > li > a:hover {
color: rgb(0,60,145);
}

.header .header-menu > li:hover > ul {
display: block;
}

.header .header-logo {
float: left;
padding-top: 27px;
overflow: hidden;
}

.header .header-logo a {
overflow: hidden;
float: left;
}

.header .header-logo img {
float: left;
}

.header .header-logo .logo3 {
width: 180px;
}

.header .header-btn {
position: absolute;
right: 50px;
top: 15px;
}

.header .header-btn a {
padding: 10.5px 15px 10px 15px;
float: left;
font-size: 14px;
line-height: 17px;
color: rgb(30,30,30);
border: 0.5px solid rgb(30,30,30);
font-weight: 500;
transition: color .2s,background-color .2s,border-color .2s;
}

.header .header-btn a:hover {
background-color: rgb(0,160,220);
border-color: rgb(0,160,220);
color: rgb(255,255,255);
}

.header .header-btn a i {
padding-right: 8px;
font-size: 16px;
}

.header-menu-mobile {
padding: 20px 40px 20px 40px;
background-color: rgb(255,255,255);
display: none;
}

.header-menu-mobile > ul > li > a {
padding: 15px 0px 14px 0px;
display: block;
font-size: 17px;
line-height: 19px;
color: rgb(30,30,30);
text-align: left;
border-bottom: 0.5px solid rgb(220,220,220);
font-weight: 500;
text-transform: uppercase;
}

.header-menu-mobile ul > li > a > i {
padding-left: 10px;
}

.header-menu-mobile ul > li > ul {
padding: 28px 20px 15px 20px;
display: none;
border-bottom: 0.5px solid rgb(220,220,220);
}

.header-menu-mobile ul > li > ul > li {
padding-bottom: 10px;
}

.header-menu-mobile ul > li > ul > li > a {
font-size: 17px;
line-height: 19px;
color: rgb(30,30,30);
}

.header-menu-mobile div {
padding-top: 25px;
text-align: center;
}

.header-menu-mobile div a {
font-size: 26px;
line-height: 26px;
color: rgb(80,80,80);
margin-right: 8px;
margin-left: 8px;
display: inline-block;
transition: color .2s;
}

.message {
font-size: 15px;
line-height: 19px;
color: rgb(255,255,255);
font-weight: 500;
background-color: rgb(0,60,145);
text-align: center;
padding: 20px;
display: none;
}

.content .breadcrumbs {
padding: 13px 0px 10.5px 0px;
background-color: rgb(240,240,240);
font-size: 0px;
border-bottom: 0.5px solid rgb(220,220,220);
}

@media (max-width: 991px) {
	
	.content .breadcrumbs {
	margin-top: 10px;	
	}
	
}

.content .breadcrumbs a, .content .breadcrumbs span {
font-size: 12px;
line-height: 15px;
color: rgb(30,30,30);
transition: color .2s;
}

.content .breadcrumbs a:hover {
color: rgb(0,60,145);
}

.content .breadcrumbs-spacer {
padding: 0px 10px 0px 10px;
font-size: 10.5px !important;
}

.content .section-banner {
position: relative;
}

.content .section-banner img {
max-width: 100%;
}

.content .section-banner h1 {
font-size: 3.4vw;
line-height: 3.6vw;
position: absolute;
left: 3.2vw;
bottom: 3.2vw;
color: rgb(255,255,255);
font-weight: 700;
z-index: 1000;
}

.content .section-banner h1 span {
display: block;
font-size: 1.6vw;
line-height: 1.9vw;
padding-top: 1.6vw;
font-weight: 500;
}

.content .section-banner::after {
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.2);
position: absolute;
left: 0px;
top: 0px;
content: "";
z-index: 999;
}

.content .main-title {
font-size: 34px;
line-height: 44px;
color: rgb(0,60,145);
font-weight: 600;
}

.content .main-title.space-1 {
padding: 70px 0px 50px 0px;
text-align: center;
}

.content .main-title.space-2 {
padding: 70px 0px 50px 0px;
text-align: center;
color: white;
}

.content .main-title.space-3 {
padding: 60px 0px 45px 0px;
}

.hobby .content .main-title {
color: #004396;	
}

.tshadow .main-title {
text-shadow: 0.5px 0.5px #000000;
}

.content .main-title.variant-1 {
color: rgb(255,255,255);
}

.content .main-claim {
font-size: 16px;
line-height: 24px;
color: rgb(30,30,30);
text-align: center;
font-weight: 400;
}

.tshadow .main-claim {
text-shadow: 0.5px 0.5px #000000;
}

.content .main-claim.variant-1 {
color: rgb(255,255,255);
}

.content .main-claim.space-1 {
padding: 0px 0px 23px 0px;
}

.content .main-claim.space-2 {
padding: 0px 0px 23px 0px;
}

.content .second-title {
font-size: 40px;
line-height: 43px;
color: #3f89bf;
text-align: center;
font-weight: 300;
}

.content .second-title.variant-2 {
color: rgb(255,255,255);
}

.content .second-title.space-1 {
padding: 14px 0px 42px 0px;
}

.content .second-title.space-2 {
padding: 60px 0px 42px 0px;
}

.content .second-title-2 {
font-size: 34px;
line-height: 44px;
color: rgb(0,60,145);
font-weight: 600;
text-align: center;
}

.content .detail-day-night {
text-align: center;
}

.content .detail-day-night:last-of-type {
padding-bottom: 20px;
}

.content .detail-day-night img {
max-width: 300px;
}

@media (max-width: 992px) {
	
	.content .detail-day-night img {
	max-width: 100%;
	}
	
}

.content .banner {
position: relative;
overflow: hidden;
}

.content .banner.var-3 {
border-top: 20px solid rgb(220,220,220);
}

.content .central-logo {
text-align: center;
margin: -40px 0px 40px 0px;
}

.content .central-logo img {
width: 300px;
}

.content .banner.var-2 a::after {
width: 100%;
height: 100%;
position: absolute;
left: 0px;
top: 0px;
content: " ";
background-color: rgba(0,0,0,0.1);
}

.content .banner img {
max-width: 100%;
}

.content .banner .banner-title {
font-size: 7vw;
line-height: 7.2vw;
color: rgb(255,255,255);
font-weight: 600;
position: absolute;
left: 58vw;
top: 6vw;
z-index: 999;
}

.content .banner.var-2 .banner-title {
top: 9vw;
left: 57.8vw;
text-shadow: 1px 1px #303030;
font-size: 8vw;
line-height: 8.2vw;
}

.content .banner.var-3 .banner-title {
left: 5vw;
}

.content .banner .banner-title-2 {
font-size: 3vw;
line-height: 3.2vw;
color: rgb(255,255,255);
font-weight: 800;
text-align: left;
bottom: 15vw;
position: absolute;
left: 58vw;
width: 100%;
z-index: 999;
}

.content .banner.var-2 .banner-title-2 {
top: 5vw;
font-size: 2.5vw;
line-height: 2.8vw;
text-shadow: 1px 1px #303030;
}

.content .banner.var-3 .banner-title-2 {
left: 5vw;
}

.content .banner .banner-title-2 span {
font-size: 3vw;
display: block;
font-weight: 400;
line-height: 3vw;
}

.content .banner .banner-descr {
font-size: 1.3vw;
line-height: 1.7vw;
color: rgb(255,255,255);
font-weight: 400;
position: absolute;
left: 65vw;
top: 10vw;
padding-right: 3vw;
z-index: 999;
text-shadow: 0.5px 0.5px #000000;
}

.content .banner .banner-btn {
position: absolute;
left: 65vw;
top: 17vw;
z-index: 999;
}

.content .banner.var-3 .banner-btn {
left: 5vw;
}

.content .banner .banner-btn {
padding: 1.4vw 1.8vw 1.3vw 1.8vw;
display: inline-block;
font-size: 1.3vw;
line-height: 1.5vw;
border: 2px solid rgb(255,255,255);
font-weight: 500;
transition: color .2s,background-color .2s,border-color .2s;
color: rgb(255,255,255);
position: absolute;
left: 58vw;
top: 20vw;
}

.content .bg-1 {
background-color: rgb(255,255,255);
border-top: 0.5px solid rgb(220,220,220);
border-bottom: 0.5px solid rgb(220,220,220);
}

.content .bg-1.space-1 {
padding-top: 60px;
}

.content .bg-2 {
background-image: url('./../../images/bg-2-f.jpg');
background-size: cover;
background-position: center center;
position: relative;
}

.content .bg-2 div {
z-index: 999;
position: relative;
}

.content .bg-2::after {
content: " ";
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-color: rgba(40,40,40,0.6);
z-index: 998;
}

.content .bg-2.variant-2::after {
background-color: rgba(245,245,245,0.9);
border-top: 0.5px solid rgb(220,220,220);
}

.content .bg-4 {
background-color: #2e6589;
}

.content .bg-3 {
height: 38vw;
background-size: cover;
background-position: center bottom;
position: relative;
display: block;
}

.content .bg-3::after {
content: " ";
position: absolute;
left: -50%;
top: 0px;
width: 100%;
height: 100%;
background-color: rgba(46,101,137,0.9);
z-index: 998;
}


.content .bg-3.variant-2::after {
background-color: rgba(0,0,0,0.5);
}

.content .bg-3-ins {
z-index: 999;
position: relative;
}

.content .bg-3-title {
padding: 7vw 0vw 0vw 7vw;
font-size: 2.3vw;
line-height: 3vw;
color: rgb(255,255,255);
font-weight: 300;
text-align: left;
}

.content .bg-3-title span {
font-weight: 600;
font-size: 7vw;
line-height: 7.3vw;
padding-top: 0.7vw;
display: block;
margin-left: -0.3vw;
}

.content .bg-3-btn {
padding: 1.4vw 1.8vw 1.3vw 1.8vw;
display: inline-block;
font-size: 1.3vw;
line-height: 1.5vw;
background-color: rgb(0,60,145);
font-weight: 500;
transition: color .2s,background-color .2s,border-color .2s;
color: rgb(255,255,255);
margin: 3vw 0vw 0vw 7vw;
border-radius: 4px;
}

.content .bg-5 {
background-color: rgb(0,60,145);
}

.content .panels-row {
padding-bottom: 50px;
}

@media (max-width: 767px) {

	.content .panels-row {
	padding-bottom: 15px;
	}
	
}

.content .panels-row:first-of-type {
padding-top: 80px;	
}

.content .panels-row:last-of-type {
padding-bottom: 80px;	
}

@media (max-width: 1199px) {
	
	.content .panels-row:last-of-type {
	padding-bottom: 40px;	
	}
	
}

@media (max-width: 991px) {
	
	.content .panels-row:last-of-type {
	padding-bottom: 50px;	
	}
	
}

@media (max-width: 767px) {
	
	.content .panels-row:last-of-type {
	padding-bottom: 80px;	
	}
	
}

.content .models-row {
margin-left: -13px;
margin-right: -13px;
}

.content .models-row.space-1 {
padding: 70px 0px 56px 0px;
}

.content .models-row.space-2 {
padding: 0px 0px 56px 0px;
}

.content .models-row .models-line-item {
padding: 20px 0px 20px 0px;
display: block;
border: 1px solid rgb(220,220,220);
background-color: rgb(255,255,255);
margin-bottom: 24px;
border-radius: 4px;
}

.content .bg-5 .models-row .models-line-item {
border: 0px;	
}

.content .models-row .models-line-item.variant-4 {
padding: 0px;
}

.content .models-row .models-col {
padding: 0px 12px 0px 12px;
}

.content .models-row .models-line-item.variant-3 {
padding: 0px;
}

.content .models-row .models-line-item .models-line-item-ico {
font-size: 56px;
line-height: 130px;
color: rgb(30,30,30);
text-align: center;
}


@media (max-width: 767px) {
	
	.content .models-row .models-line-item {
	margin-bottom: 30px;	
	}
	
	.content .models-row .col-md-6:last-of-type .models-line-item {
	margin-bottom: 24px !important;
	}
	
}

.content .models-row .models-line-item.active {
background-color: #3f89bf !important;
border-color: #3f89bf !important;
}

.content .models-row .models-line-item .models-line-item-img {
text-align: center;
color: rgb(255,255,255);
}

.content .models-row .models-line-item.active .models-line-item-img {
color: #3f89bf !important;	
}

.content .models-row .models-line-item .models-line-item-img.variant-2 {
padding: 0px 30px 10px 30px;
}

.content .models-row .models-line-item.variant-3 .models-line-item-img {
padding: 0px;
}

.content .models-row .models-line-item.variant-4 .models-line-item-img {
padding: 0px;
}

.content .models-row .models-line-item .models-line-item-img img {
max-width: 100%;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}

.content .models-row .models-line-item .models-line-item-title {
padding: 10px 20px 10px 20px;
font-size: 23px;
line-height: 26px;
font-weight: 300;
color: rgb(30,30,30);
text-align: center;
transition: color .2s;
}

.content .models-row .models-line-item.variant-4 .models-line-item-title {
padding: 25px 20px 25px 20px;
font-weight: 400;
font-size: 18px;
line-height: 26px;
}

@media (max-width: 991px) {
	
	.content .models-row .models-line-item .models-line-item-title {
	font-size: 18px;
	line-height: 26px;
	}
	
}

.content .models-row .models-line-item.active .models-line-item-title {
color: rgb(255,255,255) !important;
text-decoration: none !important;	
}

.content .models-row .models-line-item.variant-2 .models-line-item-title {
font-size: 19px;	
}

.content .models-row .models-line-item.active .models-line-item-title {
color: red;
text-decoration: underline;
}

.hobby .models-line-item-title {
color: #004396 !important;
}

.content .models-row .models-line-item.variant-3 .models-line-item-title {
padding: 30px 20px 10px 20px;	
}

.content .models-row .models-line-item .models-line-item-text {
padding: 5px 0px 0px 0px;
font-size: 14px;
line-height: 18px;
color: rgb(120,120,120);
text-align: center;
}

.content .models-row .models-line-item .models-line-item-ins {
border-top: 1px solid rgb(220,220,220);
padding-bottom: 20px;
}

.content .models-row .models-line-item .models-line-item-table {
width: calc(100% - 60px);
border-top: 0.5px solid rgb(220,220,220);
margin: 13px 30px 0px 30px;
}

.content .models-row .models-line-item .models-line-item-table td {
padding: 7px 0px 6px 0px;
font-size: 14px;
line-height: 18px;
color: rgb(30,30,30);
width: 50%;
border-bottom: 0.5px solid rgb(220,220,220);
vertical-align: top;
}

.content .models-row .models-line-item.variant-3 .models-line-item-table td {
width: auto;
}

.content .models-row .models-line-item.variant-3 .models-line-item-table tr td:nth-child(1) {
width: 50%;
padding-right: 20px;
}

.content .models-row .models-line-item .models-line-item-table tr td:nth-child(2) {
font-weight: 600;
width: 50%;
}

.content .models-row .models-line-item .models-line-item-price-1 {
font-size: 18px;
line-height: 22px;
font-weight: 500;
color: rgb(30,30,30);
text-align: center;
font-weight: 600;
padding: 20px 0px 3px 0px;
}

.hobby .content .models-row .models-line-item .models-line-item-price-1 {
color: rgb(0, 67, 150);	
}

.content .models-row .models-line-item .models-line-item-price-2 {
font-size: 14px;
line-height: 18px;
color: rgb(120,120,120);
text-align: center;
}

.content .models-row .models-line-item .models-line-item-price-2 strong {
font-weight: 600;
}

.content .models-row .models-line-item .models-line-item-price-2.variant-1 {
padding-top: 20px;
}

.content .models-row .models-line-item .models-line-item-btn {
padding: 30px 0px 10px 0px;
text-align: center;
}

.content .models-row .models-line-item .models-line-item-btn span {
padding: 12px 25px 12px 25px;
display: inline-block;
font-size: 14px;
line-height: 17px;
font-weight: 500;
background-color: rgb(0,60,145) !important;
border-color: rgb(0,60,145) !important;
color: rgb(255,255,255) !important;
border-radius: 4px;
}

.hobby .content .models-row .models-line-item .models-line-item-btn span {
background-color: #004396 !important;
border-color: #004396 !important;	
}

.content .news-row {
padding: 0px 0px 0px 0px;
margin: 0px -15px 0px -15px;
}

@media (max-width: 767px) {
	
	.content .news-col {
	margin-bottom: 15px;
	}
	
	.content .news-col:last-of-type {
	margin-bottom: 0px;
	}
	
}

@media (max-width: 767px) {

	.content .text-img {
	margin: 15px 0px 50px 0px !important;
	float: none;
	width: 100%;
	max-width: 0px;
	}

}

@media (max-width: 767px) {

	.main-text h2 {
	text-align: center;
	}
	
}

.content .news-row.space-1 {
padding: 6px 0px 0px 0px;
}

.content .news-row-2 {
padding-bottom: 10px;
}

.content .news-row .news-col {
padding: 0px 15px 0px 15px;
}

.content .news-item {
display: block;
}

.content .news-item.space-1 {
margin-bottom: 60px;
}

.content .news-item.space-2 {
margin-bottom: 43px;
}

.content .news-item-img {
text-align: center;
}

.content .news-item-img img {
max-width: 100%;
}

.content .news-box {
background-color: rgb(255,255,255);
padding: 0px 40px 0px 40px;
border: 0.5px solid rgb(220,220,220);
border-top: 0px;
}

@media (max-width: 991px) {
	
	.content .news-box {
	padding: 0px 30px 0px 30px;
	}
	
}

.content .news-item-title {
padding: 40px 0px 24px 0px;
font-size: 23px;
line-height: 32px;
color: #3f89bf;
font-weight: 300;
}

.hobby .content .news-item-title {
color: #004396;	
}

@media (max-width: 991px) {
	
	.content .news-item-title {
	padding-top: 30px;
	}
	
}

.content .news-item-descr {
font-size: 15px;
line-height: 24px;
color: rgb(30,30,30);
}

.content .news-item-more {
padding-top: 28px;
padding-bottom: 40px;
text-align: right;
}

@media (max-width: 991px) {
	
	.content .news-item-more {
	padding-top: 18px;
	padding-bottom: 30px;
	}
	
}

.content .news-item-more span {
padding: 10.5px 15px 10px 15px;
display: inline-block;
font-size: 14px;
line-height: 17px;
color: #3f89bf;
border: 0.5px solid #3f89bf;
font-weight: 500;
transition: color .2s,background-color .2s,border-color .2s;
}

.hobby .content .news-item-more span {
color: #004396;
border: 0.5px solid #004396;	
}

.content .news-item-more span i {
font-size: 13px;
padding-left: 8px;
}

.content .more-btn {
text-align: center;
}

@media (max-width: 991px) {
	
	.content .more-btn {
	padding-bottom: 70px;	
	}
	
}

@media (max-width: 991px) {
	
	.content .more-btn.space-3 {
	padding-bottom: 0px;	
	}
	
}

.content .more-btn.space-1 {
padding: 45px 0px 75px 0px;
}

.content .more-btn.space-2 {
padding: 25px 0px 75px 0px;
}

.content .more-btn a {
padding: 20.5px 25px 20px 25px;
display: inline-block;
font-size: 18px;
line-height: 21px;
font-weight: 500;
transition: color .2s,background-color .2s,border-color .2s;
background-color: rgb(0,60,145);
color: rgb(255,255,255);
border-radius: 4px;
}

.tshadow .more-btn a {
text-shadow: 0.5px 0.5px #000000;
}

.content .more-btn.variant-2 a {
background-color: rgb(255,255,255);
color: rgb(30,30,30);
}

.content .more-btn a i {
font-size: 15px;
padding-left: 8px;
}

.content .advert-item-row {
padding: 5px 0px 30px 0px;
}

.content .advert-item {
display: block;
background-color: rgb(245,245,245);
border: 0.5px solid rgb(220,220,220);
}

.content .advert-item.variant-2 {
margin-bottom: 30px;
background-color: rgb(255,255,255);
}

.content .advert-item .advert-item-img {
position: relative;
overflow: hidden;
}

.content .advert-item .advert-item-img img {
max-width: 100%;
}

.content .advert-item .advert-item-img .advert-item-img-label {
width: 200px;
position: absolute;
left: -62px;
top: 22px;
padding: 7px;
font-size: 14px;
line-height: 17px;
color: rgb(255,255,255);
background-color: rgb(15,50,100);
text-align: center;
transform: rotate(-45deg);
}

.content .advert-item .advert-item-title {
padding: 20px 30px 19px 30px;
font-size: 18px;
line-height: 24px;
color: rgb(30,30,30);
font-weight: 500;
text-align: center;
}

.content .advert-item .advert-item-table {
width: calc(100% - 60px);
margin: 0px 30px 0px 30px;
border-top: 0.5px solid rgb(220,220,220);
border-bottom: 0.5px solid rgb(220,220,220);
}

.content .advert-item .advert-item-table td {
padding-bottom: 4px;
font-size: 15px;
line-height: 18px;
color: rgb(30,30,30);	
}

.content .advert-item .advert-item-table tr:first-of-type td {
padding-top: 17px;
}

.content .advert-item .advert-item-table tr:last-of-type td {
padding-bottom: 16px;
}

.content .advert-item .advert-item-table tr td:first-of-type {
width: 110px;	
color: rgb(120,120,120);
}

.content .advert-item .advert-item-table tr td:last-of-type {
font-weight: 500;	
}

.content .advert-item .advert-item-price {
padding: 3px 0px 5px 0px;
font-size: 18px;
line-height: 24px;
color: rgb(0,68,137);	
font-weight: 600;
text-align: center;
}

.content .advert-item .advert-item-price-2 {
padding: 17px 0px 14px 0px;
font-size: 14px;
line-height: 17px;
color: rgb(30,30,30);
font-weight: 500;
text-align: center;
margin-bottom: -5px;
}

.content .advert-item .advert-item-price span {
display: block;
font-size: 14px;
color: rgb(120,120,120);
font-weight: 400;
margin-top: -2px;
}

.content .advert-item .advert-item-more {
padding: 12px 30px 30px 30px;
text-align: center;
}

.content .advert-item .advert-item-more span {
padding: 10.5px 15px 10px 15px;
display: inline-block;
font-size: 14px;
line-height: 17px;
color: rgb(30,30,30);
border: 0.5px solid rgb(30,30,30);
font-weight: 500;
transition: color .2s,background-color .2s,border-color .2s;
}

.content .advert-item:hover .advert-item-more span {
color: rgb(255,255,255);
background-color: rgb(0,160,220);	
border-color: rgb(0,160,220);	
}

.content .advert-item .advert-item-more span i {
font-size: 13px;
padding-left: 8px;
}

.content .main-text {
min-height: 300px;
padding-bottom: 52px;
overflow: hidden;
}

.content .main-text.variant-2 {
min-height: 0px;
}

.content .main-text.variant-3 {
min-height: 0px;
padding: 35px 0px 15px 0px;
}

@media (max-width: 991px) {
	
	.content .main-text.variant-3 {
	padding-top: 0px !important;	
	padding-bottom: 0px !important;	
	}
	
}

@media (max-width: 767px) {
	
	.content .main-text.variant-3 {
	background-color: rgb(255,255,255);
	padding: 25px 30px 12px 30px !important;
	border: 1px solid rgb(220,220,220);
	}
	
}

.content .panels-col-text-left .main-text.variant-3 {
padding-right: 20px;	
}

.content .panels-col-text-right .main-text.variant-3 {
padding-left: 20px;	
}

.content .main-text.space-1 {
padding: 0px 0px 22px 20px;	
margin-top: -5px;
}

@media (max-width: 991px) {
	
	.content .main-text.space-1 {
	padding-left: 0px;
	margin-top: -35px;
	text-align: center;
	}
	
}

.content .bcard-row:last-of-type {
padding-bottom: 24px;
}

.content .bcard-col {
padding-bottom: 45px;
}

.content .bcard .bcard-img img {
max-width: 100%;
border: 0.5px solid rgb(220,220,220);
}

.content .bcard .bcard-text {
padding-top: 20.5px;
font-size: 15px;
line-height: 20px;
color: rgb(30,30,30);
}

.content .bcard .bcard-text.variant-2 {
display: none;
}

.content .bcard .bcard-text.variant-2 {
display: none;
}

@media (max-width: 576px) {
	
	.content .bcard .bcard-text.variant-1 {
	display: none;
	}
	
	.content .bcard .bcard-text.variant-2 {
	display: block;
	text-align: center;
	}
	
}

.content .bcard .bcard-text strong {
font-size: 16px;
padding-bottom: 0.5px;
display: block;
font-weight: 600;
}

.content .bcard .bcard-text .bcard-text-segment {
padding-bottom: 10px;
display: block;
}

.content .bcard .bcard-text a {
color: rgb(0,60,145);
text-decoration: underline;
}

.content .bcard .bcard-text a:hover {
text-decoration: none;
}

.content .bcard .bcard-icons {
font-size: 0px;
}

.content .bcard .bcard-icons a {
color: rgb(30,30,30);
font-size: 18px;
width: 36px;
height: 36px;
padding-top: 8px;
border-radius: 50%;
border: 0.5px solid rgb(20,20,20);
display: inline-block;
margin-right: 8px;
text-align: center;
}

.content .detail-video {
padding: 6px 0px 53px 0px;
}

.content .detail-size-img {
text-align: center;
border: 0.5px solid rgb(220,220,220);
padding: 10px;
margin-bottom: 70px;
background-color: rgb(255,255,255);
}

.content .detail-size-img img {
max-width: 100%;
}

.content .detail-main-img {
border: 0.5px solid rgb(220,220,220);
margin-bottom: 70px;
position: relative;
overflow: hidden;
}

@media (max-width: 991px) {
	
	.content .detail-main-img {
	text-align: center;	
	}
	
}

.content .detail-main-img span {
color: rgb(120,120,120);
font-size: 15px;
line-height: 17px;
display: block;
}

@media (max-width: 991px) {
	
	.content .detail-main-img span {
	padding-top: 20px;	
	}
	
}

.content .detail-main-img .detail-main-img-label {
width: 200px;
position: absolute;
left: -62px;
top: 22px;
padding: 7px;
font-size: 14px;
line-height: 17px;
color: rgb(255,255,255);
background-color: rgb(15,50,100);
text-align: center;
transform: rotate(-45deg);
}

.content .detail-main-img img {
max-width: 100%;
}

.content .detail-info-table {
padding-left: 30px;
margin-top: -4px;
}

@media (max-width: 991px) {
	
	.content .detail-info-table {
	padding-left: 0px;
	margin-top: -10px;
	}
	
}

.content .detail-info-table table {
width: 100%;
margin-top: 6px;
border-top: 0.5px solid rgb(220,220,220);
margin-bottom: 45px;
}

.content .detail-info-table table td {
border-bottom: 0.5px solid rgb(220,220,220);
font-size: 16px;
line-height: 19px;
color: rgb(30,30,30);
vertical-align: top;
padding: 14px 0px 13px 0px;
text-align: right;
font-weight: 600;
}

.content .detail-info-table table td:first-of-type {
width: 300px;
color: rgb(120,120,120);
text-align: left;
font-weight: 400;
}

.content .detail-info {
padding: 0px 0px 15px 10px;
}

@media (max-width: 767px) {
	
	.content .detail-info {
	padding: 0px 10px 15px 10px;

	}
	
}

.content .detail-info .detail-info-label {
padding-top: 2px;
padding-bottom: 2px;
font-size: 15px;
line-height: 19px;
color: rgb(120,120,120);
display: block;
}

.content .detail-info .detail-info-value {
font-size: 18px;
line-height: 20.5px;
color: rgb(30,30,30);
display: block;
font-weight: 600;
}

.content .detail-photo-gl {
background-color: rgb(255,255,255);
border-top: 0.5px solid rgb(220,220,220);
border-bottom: 0.5px solid rgb(220,220,220);
}

.content .detail-photo-gl.variant-2 {
padding-bottom: 70px;
}

.content .detail-photo-gl.variant-3 {
border: 0px;
background-color: transparent;
}

.content .detail-info-pricelist {
font-size: 14px;
line-height: 17px;
text-align: center;
font-weight: 500;
color: rgb(0,160,220);
padding-bottom: 55px;
}

.content .detail-info-pricelist a {
color: inherit;
text-decoration: underline;
}

.content .detail-info-pricelist a:hover {
text-decoration: none;
}

.content .detail-photo-row {
padding: 0px 0px 0px 0px;
}

.content .detail-photo-row2 {
margin-top: 60px;
margin-bottom: -20px;
}

.content .detail-photo-col {
padding: 15px;
}

.content .detail-photo-row2 .detail-second-img {
margin-bottom: 30px;
}

.content .detail-second-img-hide {
display: none;
}

.content .detail-second-img img {
max-width: 100%;
border-radius: 4px;
}

.content .detail-info-price-gl {
padding: 15px 0px 16px 0px;
border-top: 0.5px solid rgb(200,200,200);
border-bottom: 0.5px solid rgb(200,200,200);
margin-left: 10px;
text-align: center;
margin-top: 12px;
}

@media (max-width: 767px) {
	
	.content .detail-info-price-gl {
	margin-right: 10px;	
	}
	
}

.content .detail-info-price-gl.variant-2 {
padding: 5px 0px 15px 0px;
}

.content .detail-info-price-gl.variant-3 {
border: 0px;
margin: -90px 0px 0px 0px;
}

.content .detail-info-price-1 {
padding: 22px 0px 10px 0px;
font-weight: 600;
font-size: 30px;
line-height: 34px;
color: rgb(0,60,145);
}

.content .detail-info-price-1.variant-2 {
font-size: 16px;
line-height: 19px;
}

.content .detail-info-price-2 {
font-size: 14px;
line-height: 17px;
color: rgb(120,120,120);
padding-top: 2px;
}

.content .detail-info-price-2 strong {
font-weight: 500;
}

.content .detail-info-price-2.space-1 {
padding-top: 10px;
font-weight: 700;
}

.content .detail-info-price-2 a {
color: rgb(0,68,137);
text-decoration: underline;
}

.content .detail-info-price-2 a:hover {
text-decoration: none;
}

.content .myref {
padding-bottom: 50px;
}

.content .myrefbg-1 {
padding: 10px 0px 10px 0px;
}

.content .myrefbg-1:first-of-type {
padding-top: 0px;
}

.content .myrefbg-2 {
padding: 10px 0px 10px 0px;
background-color: rgb(245,245,245);
}

.content .myref img {
max-width: calc(100% - 20px);
}

.content .myref .main-text {
padding-right: 20px;
}

.content .myref .main-text {
margin-top: -12px;
padding-bottom: 0px;
}

.content .myref-hide.variant-2 {
height: 160px;
overflow: hidden;
position: relative;
}

.content .myref-hide.variant-2::after {
content: " ";
height: 60px;
width: 100%;
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(245,245,245,0) 0%, rgba(245,245,245,1) 80%);
position: absolute;
left: 0px;
bottom: 0px;
}

.content .myrefbg-2 .myref-hide.variant-2::after {
background: linear-gradient(180deg, rgba(245,245,245,0) 0%, rgba(245,245,245,1) 80%);	
}

.content .myref-hide p {
margin-top: 0px !important;
}

.content .myref-btn {
overflow: hidden;
text-align: left;
}

.content .myref-btn span {
padding: 15px 20px 14px 20px;
display: inline-block;
font-size: 15px;
line-height: 17px;
color: rgb(255,255,255);
border: 0.5px solid rgb(0,160,220);
background-color: rgb(0,160,220);
font-weight: 500;
transition: color .2s,background-color .2s,border-color .2s;
cursor: pointer;
}

.content .myref-btn span:hover {
background-color: rgb(0,170,230) !important;
border-color: rgb(0,170,230) !important;
}

.content .myref-btn span i {
font-size: 14px;
padding-left: 8px;
}

.footer {
width: 100%;
padding-bottom: 25px;
background-color: rgb(0,60,145);
}

.hobby .footer {
background-color: #014495;
}

@media (max-width: 991px) {
	
	.footer {
	height: auto;	
	position: static;
	}
	
}

.footer .footer-ins {
overflow: hidden;
font-size: 0px;
}

.footer.var-2 .footer-ins {
text-align: center;
}

.footer .footer-ins .footer-box {
width: calc(100% / 4);
display: inline-block;
text-align: left;
vertical-align: top;
}

@media (max-width: 991px) {

	.footer .footer-ins .footer-box {
	padding: 0px;
	width: calc(100% / 3);
	}

}

@media (max-width: 767px) {
	
	.footer .footer-ins .footer-box {
	width: 100%;	
	}
	
}

.footer .footer-ins .footer-box:first-of-type {
padding-left: 0px;
}

.footer .footer-ins .footer-box:last-of-type {
padding-right: 0px;
}

.footer .footer-title {
padding: 50px 0px 33px 0px;
font-size: 18px;
line-height: 19px;
color: rgb(255,255,255);
font-weight: 600;
}

.footer .footer-menu li {
padding: 0px 0px 8px 12px;
display: block;
overflow: hidden;
position: relative;
}

.footer .footer-menu li i {
position: absolute;
left: 0px;
top: 3px;
font-size: 8px;
}

.footer .footer-menu a {
font-size: 14px;
line-height: 17px;
color: rgb(255,255,255);
float: left;
transition: color .2s;
}

.footer .footer-menu a:hover {
color: rgb(255,255,255);
}

.footer .footer-table td {
padding-right: 15px;	
font-size: 14px;
line-height: 20.5px;
color: rgb(255,255,255);
}

.footer .footer-table td strong {
font-weight: 600;
}

.footer .footer-table tr td:last-of-type {
padding-right: 0px;
}

.footer .footer-text {
font-size: 14px;
line-height: 20.5px;
color: rgb(255,255,255);
}

.footer .footer-text strong {
font-weight: 600;
}

.footer .footer-text a {
color: rgb(255,255,255);
transition: color .2s;
}

.footer .footer-text a:hover {
color: rgb(255,255,255);
}

.footer .footer-row {
overflow: hidden;
}

.footer .footer-social {
padding-top: 22px;
font-size: 0px;
float: left;
}

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

.footer .footer-social a {
font-size: 26px;
line-height: 26px;
color: rgb(255,255,255);
margin-right: 16px;
display: inline-block;
transition: color .2s;
}

.footer .footer-social a:hover {
color: rgb(255,255,255);
}

.footer .footer-logo {
margin: 5px 0px 0px 0px;
overflow: hidden;
}

.footer .footer-logo img {
float: left;
}

.footer .footer-spacer {
width: 100%;
height: 0.5px;
margin-top: 45px;
clear: both;
background-color: #0347a8;
}

.hobby .footer .footer-spacer {
background-color: #054fa8;
}

.footer .footer-copyright {
padding-top: 26px;
font-size: 13px;
line-height: 20.5px;
color: rgb(255,255,255);
text-align: right;
float: right;
}

@media (max-width: 991px) {
	
	.footer .footer-copyright {
	float: none;
	text-align: center;
	padding-bottom: 30px;
	}
	
}

.smodalx {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.7);
display: none;
z-index: 999;
}

.smodal {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.7);
display: none;
z-index: 999;
}

.smodal.variant-2 {
z-index: 1001;
}

.smodal .smodal-ins {
width: 700px;
padding: 27px 30px 20px 30px;
background-color: rgb(255,255,255);
position: fixed;
left: 50%;
top: 50px;
margin-left: -350px;
}

@media (max-width: 750px), (max-height: 580px) {
	
	.smodal {
	background-color: rgb(255,255,255);
	position: static;
	}
	
	.smodal .smodal-ins {
	width: 100%;
	position: static;
	margin: 0px;
	box-sizing: border-box;
	}
	
}

@media (max-width: 400px) {
	
	.smodal .smodal-ins {
	padding: 17px 20px 10px 20px;	
	}
	
}

.smodal .smodal-ins .fa-times {
position: absolute;
right: 30px;
top: 22px;
font-size: 30px;
line-height: 33px;
color: rgb(120,120,120);
cursor: pointer;
}

@media (max-width: 400px) {
	
	.smodal .smodal-ins .fa-times {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	right: auto;
	left: 50%;
	margin-left: -20px;
	padding-top: 2px;
	box-sizing: border-box;
	top: 20px;
	text-align: center;
	font-size: 28px;
	border: 0.5px solid rgb(220,220,220);	
	}
	
}

.smodal .smodal-ins .smodal-title {
font-size: 15px;
line-height: 18px;
color: rgb(120,120,120);
padding-bottom: 20.5px;
margin-right: 40px;
}

@media (max-width: 400px) {
	
	.smodal .smodal-ins .smodal-title {
	padding-top: 60px;
	margin-right: 0px;
	text-align: center;
	}
	
}

.smodal .smodal-ins .smodal-title span {
font-weight: 600;
font-size: 26px;
line-height: 28px;
padding-top: 7px;
display: block;
color: rgb(30,30,30);
}

.smodal .smodal-ins .smodal-input {
padding-bottom: 10px;
overflow: hidden;
}

.smodal .smodal-ins .smodal-input .smodal-input-text {
font-size: 13px;
line-height: 18px;
color: rgb(120,120,120);
float: left;
padding-top: 27px;
}

@media (max-width: 400px) {
	
	.smodal .smodal-ins .smodal-input .smodal-input-text {
	padding-top: 10px;
	width: 100%;
	text-align: center;
	}
	
}

.smodal .smodal-ins .smodal-input input {
width: 100%;
border: 0.5px solid rgb(220,220,220);
padding: 12px 15px 10px 15px;
font-size: 14px;
color: rgb(30,30,30);
box-sizing: border-box;
float: left;
border-radius: 4px;
}

.smodal .smodal-ins .smodal-input textarea {
width: 100%;
max-width: 100%;
min-width: 100%;
height: 120px;
min-height: 120px;
max-height: 120px;
border: 0.5px solid rgb(220,220,220);
padding: 12px 15px 10px 15px;
font-size: 14px;
color: rgb(30,30,30);
box-sizing: border-box;
float: left;
border-radius: 4px;
}

.smodal .smodal-ins .smodal-input button {
font-size: 16px;
line-height: 19px;
font-weight: 500;
padding: 15px 30px 14px 30px;
background-color: rgb(0,60,145);
color: white;
display: inline-block;
border: 0px;
float: right;
margin-top: 10px;
transition: background-color .2s;
border-radius: 4px;
}

@media (max-width: 400px) {
	
	.smodal .smodal-ins .smodal-input button {
	width: 100%;	
	}
	
}

.smodal .smodal-ins .smodal-input button:focus {
outline: 0px;	
}

.cookies {
width: 100%;
height: 100%;
position: fixed;
left: 0px;
top: 0px;
background-color: rgba(0,0,0,0.5);
z-index: 10000;
}

.cookies .cookies-box {
width: 700px;
background-color: rgb(255,255,255);
position: absolute;
left: 50%;
top: 50%;
margin-left: -350px;
}

.cookies .cookies-close {
width: 100%;
height: 60px;
position: absolute;
left: 0px;
top: 0px;
background-color: rgb(245,245,245);
border-bottom: 1px solid rgb(220,220,220);
}

.cookies .cookies-close span {
float: left;
font-size: 20px;
line-height: 24px;
color: rgb(30,30,30);
font-weight: 500;
padding: 19px 0px 0px 40px;
}

.cookies .cookies-close i {
margin: 17px 20px 0px 0px;
font-size: 26px;
line-height: 28px;
color: rgb(30,30,30);
cursor: pointer;
float: right;
}

@media (max-width: 740px), (max-height: 540px) {
	
	.cookies .cookies-box {
	width: 100%;
	height: 100%;
	margin: 0px !important;
	position: static;
	overflow-y: scroll;
	}
	
}

.cookies .cookies-box .cookies-logo {
padding: 40px 40px 40px 40px;
}

.cookies .cookies-box .cookies-logo img {
height: 30px;
margin-right: 30px;
}

.cookies .cookies-box .cookies-title {
padding: 0px 40px 20px 40px;
font-size: 20px;
line-height: 24px;
color: rgb(30,30,30);
font-weight: 500;
}

.cookies .cookies-box .cookies-text {
padding: 0px 40px 53px 40px;
font-size: 16px;
line-height: 24px;
color: rgb(30,30,30);
}

.cookies .cookies-box .cookies-text.var-2 {
padding-top: 80px;
}

.cookies .cookies-box .cookies-btn {
padding: 0px 40px 40px 40px;
overflow: hidden;
}

.cookies .cookies-box .cookies-btn span {
padding: 17px 25px 17px 25px;
font-size: 16px;
line-height: 19px;
float: right;
font-weight: 500;
cursor: pointer;
margin-left: 15px;
}

.cookies .cookies-box .cookies-btn .cb-btn-1 {
background-color: #3f89bf;
color: rgb(255,255,255);
}

.cookies .cookies-box .cookies-btn .cb-btn-2 {
border: 1px solid rgb(220,220,220);
color: rgb(120,120,120);
background-color: rgb(245,245,245);
padding: 16px 24px 16px 24px;
font-weight: 400;
}

.cookies .cookies-box .cookies-btn .cb-btn-3 {
border: 1px solid rgb(220,220,220);
color: rgb(120,120,120);
background-color: rgb(245,245,245);
padding: 16px 24px 16px 24px;
font-weight: 400;
}

@media (max-width: 991px) {

.detailx img {
margin-top: 20px;
}

.detailx .main-title {
padding-bottom: 70px !important;
}

.detailx .main-text{
text-align: left !important;
}

}

.slick-arrow {
position: absolute !important;
left: -15px !important;
top: 50% !important;
margin-top: -25px !important;
border: 0px !important;
background-color: transparent !important;
font-size: 0px !important;
width: 20px !important;
height: 50px !important;
text-align: center;
outline: 0 !important;
}

@media (max-width: 566px) {
	
	.slick-arrow {
	left: 0px !important;	
	}
	
}

.slick-next {
left: auto !important;
right: -15px !important;
}

@media (max-width: 566px) {

	.carousel-1 {
	padding-left: 0px !important;
	padding-right: 0px !important;
	}
	
	.carousel-2 {
	padding-left: 0px !important;
	padding-right: 0px !important;
	}
	
}

@media (max-width: 566px) {
	
	.slick-prev {
	left: -17px !important;
	background:rgb(0,60,145) !important;
	width: 40px !important;
	z-index: 1000 !important;
	text-align: center !important;
	color: white !important;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	}
	
}

@media (max-width: 566px) {
	
	.slick-next {
	right: -17px !important;
	background: rgb(0,60,145) !important;
	width: 40px !important;
	text-align: center !important;
	z-index: 1000 !important;
	color: white !important;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	}
	
}

.slick-next:before {
content: "\f054" !important;
font-family: 'Font Awesome 5 Pro' !important;
font-style: normal !important;
font-weight: 500 !important;
position: absolute;
right: 12px;
top: 0px;
font-size: 34px;
line-height: 50px;
}

@media (max-width: 566px) {
	
	.slick-next:before {
	font-size: 22px;
	color: white !important;
	}
	
}

.slick-prev:before {
content: "\f053" !important;
font-family: 'Font Awesome 5 Pro' !important;
font-style: normal !important;
font-weight: 500 !important;
position: absolute;
left: 12px;
top: 0px;
font-size: 34px;
line-height: 50px;
}

@media (max-width: 566px) {
	
	.slick-prev:before {
	font-size: 22px;
	color: white !important;
	}
	
}

.preloader {
width: 100%;
height: 100%;
position: fixed;
left: 0px;
top: 0px;
background: rgba(0,60,145,0.9);
z-index: 10000;
}

.spinner{
    width: 60px;
    height: 60px;
    
    border: 2px solid #FFFFFF;
    border-top:3px solid orange;
    border-radius: 100%;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    margin: auto;
    
    animation: spin 2s infinite linear;
}

@keyframes spin {
    from{
        transform: rotate(0deg);
    }to{
        transform: rotate(360deg);
    }
}

.accordian {
width: 1220px;
height: 500px;
overflow: hidden;background:black;
}

@media (max-width: 1350px) {
	
	.accordian {
	width: 920px;	
	}
	
}

@media (max-width: 1050px) {
	
	.accordian {
	width: 680px;	
	}
	
}

@media (max-width: 767px) {
	
	.accordian {
	width: 100%;
	height: auto;
	}
	
}

.accordian ul {
width: 2000px;
}

@media (max-width: 767px) {
	
.accordian ul {
width: 100%;
}
	
}

.accordian li {
position: relative;
display: block;
height: 500px;
float: left;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
background-repeat: no-repeat;
background-size: cover;
}



.accordian li a {
display: block;
width: 100%;
height: 100%;
}

.accordian-title {
width: 1100px;
position: absolute;
left: 40px;
bottom: 40px;
font-size: 32px;
line-height: 36px;
width: 1100px;
font-weight: 800;
color: white;
}

.accordian-title span {
font-size: 18px;
display: block;
line-height: 24px;
padding-top: 15px;
}

@media (max-width: 1350px) {
	
	.accordian-title {
	width: 800px;	
	}
	
}

@media (max-width: 1050px) {
	
	.accordian-title {
	width: 600px;	
	}
	
}

@media (max-width: 767px) {
	
	.accordian-title {
	width: auto;
	}
	
}

.newsletter {
text-align: center;
overflow: hidden;
padding-bottom: 100px;
}

.newsletter .newsletter-row input {
border: 1px solid rgb(220,220,220);
font-size: 16px;
line-height: 17px;
color: rgb(30,30,30);
width: 300px;
height: 60px;
padding: 0px 20px 0px 20px;
border-radius: 4px;
display: inline-block;
}

.newsletter .newsletter-row button {
padding: 12px 25px 12px 25px;
height: 60px;
display: inline-block;
font-size: 16px;
line-height: 17px;
font-weight: 500;
background-color: rgb(0, 60, 145) !important;
border: 0px;
color: rgb(255, 255, 255) !important;
border-radius: 4px;
display: inline-block;
margin-left: 10px;
}

@media (max-width: 520px) {
	
	.newsletter .newsletter-row input {
	width: 100%; 
	}
	
	.newsletter .newsletter-row button {
	width: 100%;
	margin-left: 0px;
	margin-top: 15px;
	}
	
}

.msg {
padding: 20px 30px 20px 30px;
font-size: 16px;
line-height: 21px;
color: rgb(255,255,255);
background-color: rgb(0, 60, 145) !important;
text-align: center;
}

@media (max-width: 991px) {
	
	.msg {
	margin-top: 10px;	
	}
	
}

.accordian2 {
display: none;
}

@media (max-width: 767px) {

.accordian2 {
display: block !important;
}
	
}

.accordian2 img {
max-width: 100%;
}

.accordian2 .slick-prev {
width: 40px !important;
height: 40px !important;
left: 0px !important;
z-index: 1000 !important;
}

@media (max-width: 566px) {

.accordian2 .slick-prev {
width: 40px !important;
height: 40px !important;
left: 0px !important;
z-index: 1000 !important;
background-color: transparent !important;
}
	
}

.accordian2 .slick-next {
width: 40px !important;
height: 40px !important;
right: 0px !important;
}

@media (max-width: 566px) {

.accordian2 .slick-next {
width: 40px !important;
height: 40px !important;
right: 0px !important;
background-color: transparent !important;
}
	
}

.accordian2 .slick-prev:before {
font-size: 24px !important;
line-height: 24px !important;
left: 12px !important;
top: 18px !important;
color: white !important;
}

.accordian2 .slick-next:before {
font-size: 24px !important;
line-height: 24px !important;
right: 12px !important;
top: 18px !important;
color: white !important;
}

.accordian2 a {
position: relative;
}

.accordian2 .accordian-title-2 {
width: 100% !important;
font-weight: 700 !important;
font-size: 3.4vw !important;
line-height: 3.6vw !important;
position: absolute !important;
left: 3.2vw !important;
bottom: 3.2vw !important;
z-index: 1000 !important;
color: white !important;
display: block !important;
white-space: nowrap;
}

.accordian2 .accordian-title-2 span {
display: block;
font-size: 1.6vw;
line-height: 1.9vw;
padding-top: 1.6vw;
font-weight: 500;
}