html, body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1;
	background-color: #fff;
	color: #000;
	width: 100%;
}
a, a:hover {
	color: #0071c1;
}
button {
	outline: none !important;
	border: 0;
	background-color: transparent;
}
header {
	background-color: rgba(1,149,255,0.90);
	color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
}

.menu-mob-block, header {
	padding: 15px 20px;
	width: 100%;
}
header a, header a:hover {
	color: #fff;
	display: inline-block;
}
header a:hover {
	text-decoration: underline;
}
header .logo {
	text-decoration: none !important;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.4;
}
header .menu {
	list-style: none;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}
header .menu > li > a {
	font-weight: 600;
}
header .menu > li {
	padding: 8px 0;
}
header .menu > li:not(:first-child) {
	margin-left: 20px;
}
header .menu .sub {
	position: relative;
}
header .menu .sub > ul {
	position: absolute;
	display: none;
	left: -20px;
	top: 100%;
	white-space: nowrap;
	list-style: none;
	padding: 15px 20px;
	background-color: #191919;
	border-radius: 10px;
}
header .menu .sub > ul > .sub > ul {
    left: 100%;
    top: -15px;
    max-width: 350px;
    white-space: normal;
    width: 100vw;
}
header .menu .sub:hover > ul {
	display: block;
}
header .menu .sub > ul li:not(:last-child) {
	margin-bottom: 15px;
}
.header-right {
	display: flex;
	align-items: center;
}
.phone, .phone:hover {
	font-size: 20px;
	margin-right: 30px;
	font-weight: 600;
	color: #fff;
	text-decoration: none !important;
}
.brd20 {
	border-radius: 20px;
}
.txt-upper {
	text-transform: uppercase;
}
a.btn-red, a.btn-blue {
	display: inline-block;
}
.btn-red {
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	padding: 14px 20px;
	text-align: center;
	border-radius: 25px;
	transition: all .3s;
	background-color: #fe0000;
}
.btn-blue {
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	padding: 14px 20px;
	text-align: center;
	border-radius: 25px;
	transition: all .3s;
	background-color: #0195ff;
}
.btn-white {
	color: #fe0000;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	padding: 14px 20px;
	text-align: center;
	border-radius: 25px;
	transition: all .3s;
	background-color: #FFF;
}
.mw200 {
	display: inline-block;
	min-width: 200px;
}
.btn-red.br {
	border: 2px solid transparent;
}
.btn-blue.br {
	border: 2px solid transparent;
}
button.large, a.large {
    padding: 24px 30px;
    border-radius: 40px;
    font-size: 16px;
}
.btn-red:hover {
	color: #fe0000;
	background-color: #fff;
	text-decoration: none;
}
.btn-blue:hover {
	color: #0195ff;
	background-color: #fff;
	text-decoration: none;
}
.btn-white:hover {
	color: #FFF;
	background-color: #fe0000;
	text-decoration: none;
}
.btn-red.br:hover {
	border-color: #fe0000;
}
.btn-blue.br:hover {
	border-color: #0195ff;
}
.head-gl {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 80vh;
	padding-bottom: 10vh;
	z-index: 1;
	background: url('../images/h-gl.jpg') center/cover no-repeat;
}
.head-gl:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1;
}
.head-gl > * {
	height: 100%;
	position: relative;
	z-index: 2;
}
.head-gl-title {
	height: 100%;
	align-items: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #fff;
}
.head-gl-title h2, .head-gl-title .h2 {
	padding-top: 50px;
}
.txt-center {text-align: center;}
h1, h2, h3, h4, .h2 {
	display: block;
}
h1 {
	font-size: 40px;
	line-height: 1.5;
	font-weight: 600;
}
h2, .h2 {
	font-size: 32px;
	line-height: 1.2;
	font-weight: 400;
}
h4 {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 400;
}
.page-wrapper {
	padding-top: 75px;
	padding-bottom: 75px;
}
.page-wrapper-pb {
	padding-bottom: 75px;
}
.page-wrapper-pt {
	padding-top: 75px;
}
.pdt30 {
	padding-top: 30px;
}
.pdt50 {
	padding-top: 50px;
}
.pdt70 {
	padding-top: 70px;
}
.pd40 {
	padding: 40px;
}
.block_ico-img {
	text-align: center;
}
.block_ico-img img {
	height: 80px;
}
.title-item {
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	transition: all .3s;
}
.open .title-item {
	color: #fe0000;
}
p {
	line-height: 1.4;
}
.bg-color {
	background-color: #0195ff;
	color: #fff;
}
.bg-color2 {
	background-color: #f5f5f5;
	color: #000;
}
.pdb20 {
	padding-bottom: 20px;
}
.pdb30 {
	padding-bottom: 30px;
}
.pdb40 {
	padding-bottom: 40px;
}
.pdb60 {
	padding-bottom: 60px;
}
input, textarea {
	background-color: #fff;
	border: 0;
	padding: 10px 20px;
	color: #000;
	outline: none;
	border-radius: 30px;
	width: 100%;
}
input.br, textarea.br {
    border: 2px solid #ccc;
}
textarea {height: 100px;}
.line-form {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 700px;
	margin: auto;
	padding-bottom: 30px;
}
.line-form > div:first-child {
	flex-grow: 1;
	padding-right: 25px;
}
input.large-inp, textarea.large-inp {
	padding: 20px 30px;
	border-radius: 40px;
}
.slide_tab {
	text-align: left;
}
.slide_tab-text {
	display: none;
	padding-bottom: 30px;
}
/* .allopen .slide_tab-text {
	display: block;
} */

.slide_tab-item {
	border-top: 1px solid #0195ff;
	
}
.slide_tab-text > div {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	line-height: 1.2;
}
.slide_tab-text > div:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.slide_tab-item:last-child {
	border-bottom: 1px solid #0195ff;
}
.slide_tab-link {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding-right: 50px;
}
.slide_tab-btn {
	font-weight: 600;
    font-size: 50px;
    line-height: 1;
    transition: all .3s;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fe0000;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
}
.slide_tab-btn:after {
	content: '+';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -6px;
	    margin: auto;
    text-align: center;
}
.slide_tab-link:hover .slide_tab-btn {
	color: #fff;
	background-color: #fe0000;
}
a.wh, a.wh:hover {
	color: #fff;
}

/* , .allopen .slide_tab-btn */
.open .slide_tab-btn{ 
	transform: rotate(45deg);
	color: #fff;
	background-color: #fe0000;
}
.btn-text {
	    color: #fe0000;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 14px;
}
.block_ico-item {
	padding-top: 15px;
	padding-bottom: 15px;
}
.content ul, .content ol {
	line-height: 1.4;
	padding-left: 20px;
}
.w100 {
	max-width: 100%;
}
.num_list {
	display: flex;
}
.num_list-item {
	width: 25%;
}
.num_list-item p {
	padding-right: 20px;
}
.num_list-item p a {
	white-space: nowrap;
}
.num_list-title {
	position: relative;
}
.num_list-title > span {
	color: #fff;
	font-weight: 700;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	border-radius: 100%;
	background-color: #0195ff;
	position: relative;
	z-index: 2;
	/* border: 2px solid #fff; */
}
.num_list-title:before {
	content: '';
	width: 100%;
	position: absolute;
	height: 2px;
	background-color: #ccc;
	left: 0;
	top:50%;
	margin-top: -1px;
}
.num_list-item:last-child .num_list-title:before {
	display: none;
}
.block-form input, .block-form textarea {
	margin-bottom: 20px;
}
footer {
	background-color: #191919;
	color: #fff;
}
footer.page-wrapper {
	padding-bottom: 30px;
}
.footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.copyright {padding-top:30px; font-size: 14px; opacity: .6; line-height: 1.4;}
.footer-menu > li {
	padding: 5px 0;
}
.footer-menu a {
	color: #fff;
}
.head-gl.vn {
	min-height: auto;
	
}
.popup {
	width: 100%;
	max-width: 400px;
	padding: 40px 20px;
	text-align: center;
}
.popup .title-item {
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
}
.popup form > div {
	margin-bottom: 20px;
}
.popup input {
	border: 2px solid #ccc;
}
input[name="surname"] {
	display: none;
}
.start-btns{
   margin: 60px 0 0;
   text-align: center;
}
.mr20{
    margin-right: 50px;
}

    .review-image img {
    width: 45px;
    border-radius: 100%;
    padding: 15px;
    background: #f3f3f3;
    margin-bottom: 10px;
}

.review-container {
    padding-bottom: 10px;
}
      .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

   
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
        .review {
            padding: 15px 0;
            margin-bottom: 10px;
        }
       
   
        .review-username {
            font-weight: bold;
            color: #333;
            margin-bottom: 5px;
        }
        .review-text {
            color: #666;
            font-size: 14px;
            padding: 10px 0;
        }
        .star-rating {
            color: gold;
        }
    
    .review-link {
    text-align: center;
    padding: 10px 0 5px;
}
