@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese');

body{
	font-family: 'Montserrat', sans-serif !important;
}
a{
  transition: all 2s ease-out 0s;
}
a:focus{
	outline: none !important;
}
a:hover{
	text-decoration: none;
}
.read-more-btn{
	background-color: rgb(63, 116, 140);
	color: #fff;
	padding: 10px;
	display: block;
	width: 120px;
	text-transform: uppercase;
	text-align: center;
}
.read-more-btn:hover{
	background: #ddd;
}
.text-form input{
	width: 100%;
	border: 1px solid #ddd;
	padding: 15px 10px;
	margin-bottom: 25px;
	font-size: 12px;
}
.text-form{
	margin-bottom: 50px;
}
.text-form h4{
	margin-bottom: 25px;
}
.text-form .checkbox input {
    width: auto;
    font-size: 11px;
}
.text-form .checkbox {
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 20px;
}
.text-form textarea{
	width: 100%;
	border: 1px solid #ddd;
	padding: 7px;
	margin-bottom: 25px;
	font-size: 12px;
}
.text-form select{
	width: 100%;
	border: 1px solid #ddd;
	padding: 15px 10px;
	margin-bottom: 25px;
	font-size: 12px;
}

.text-form .sub-btn{
	width: 180px;
	text-align: center;
	margin-top: 20px;
	background: #3f748c;
	border: none;
	color: #fff;
	font-size: 18px;
	padding: 10px;
	border-radius: 5px;
	transition: all 2s ease-out 0s;

	
}
.text-form .sub-btn:hover{
	background-color: #1e1e1e !important;
	transition: all 2s ease-out 0s;
}
.try-ri-text h4{
	font-size: 22px;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.try-ri-text p{
	line-height: 28px;
}
.try-ri-text h5{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
}


#top{
	background-image: url("../img/banner.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.menu{
	background-color: #fff;
	width: 100%;
	z-index: 100000;
	position: fixed;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(158,158,158,1);
-moz-box-shadow: 0px 0px 10px 0px rgba(158,158,158,1);
box-shadow: 0px 0px 10px 0px rgba(158,158,158,1);
}
.menu .navbar-brand{
	height: auto;
}
.menu .navbar-brand img{
	width: 60%;
}
.menu .nav > li > a{
	color: #333 !important;
	font-size: 14px;
	font-weight: 500;
	padding: 5px 10px;
	margin-left: 10px;
	border: 1px solid #fff;
}
.menu  .navbar-right{
	margin-top:30px;
}
.menu .nav > .active > a{
	background: rgba(51, 51, 51, 0.0);
	border: 1px solid #40758b;
}
.menu .nav > .active > a:hover{
	background: rgba(51, 51, 51, 0.0);
	border: 1px solid #40758b;
}
.menu .nav > li > a:hover{
	color: #3f748c !important;
	border: 1px solid #40758b;
}
.menu .navbar-right .dropdown-menu{
	right: 0;
	left: 8px;
	width: 256px;
	margin-top: 20px !important;
	background-color: #f4f6f7;
	padding: 0px;
}
.menu .navbar-right .dropdown-menu .active{
	background: #fff;
}
.menu .dropdown-menu > li > a{
	padding: 10px 20px;
}
.menu .dropdown-menu > li > a:hover{
	background-color: #fff;
}
#main-banner .ban-text{
	position: absolute;
	text-align: center;
	width: 100%;
	margin-top: -350px;
}
#main-banner .ban-text h5{
	font-size: 15vh;
	color: #fff;
}
#main-banner .ban-text h6{
	font-size: 5vh;
	color: #fff;
}
#main-banner .carousel-inner > .item img{
	width: 100%;
}
#main-banner .carousel-caption h1{
 font-weight: normal;
 font-size: 10vh;
}
#main-banner .carousel-caption h1 span{
	display: block;
	font-size: 18px;
	 font-size: 5vh;
}
#main-banner .carousel-control.left{
	background: none;
}
#main-banner .carousel-control.right{
	background: none;
}
#main-banner .carousel-caption{
	bottom: 20%;
}
.banner-text{
	text-align: center;
	padding: 13% 0;
}
.banner-text h1{
	color: #fff;
	font-weight: 300;
	font-size: 10vh;
}
.banner-text h2{
	color: #fff;
	font-weight: 300;
	font-size: 5vh;
}

#box1 {
	margin: 25px 0px;
	text-align: center;
}
#box1 .embed-responsive-item{
	margin: 60px 0px;
}
#box1 h2{
	color: #555;
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: normal;
	line-height: 35px;
}
#box1 p{
	color: #666;
	line-height: 30px;
	font-size: 14px;
	text-align: left;
}
#box1 .link{
	margin-top: 40px;
	display: block;
	font-weight: bold;
	color: #40758b ;
	text-decoration: underline;
	font-size: 18px;
}
#nw-box1{
	background: #f9f9f9;
	border-top: 1px solid #dddddd;
	border-bottom:  1px solid #dddddd;
	padding: 40px 0px;
	text-align: center;
}
#nw-box1 h2{
	
	font-weight: normal;
}
#nw-box1 p{
	font-size: 14px;
}
#nw-box1 .slide{
	margin: 40px 0px;
}
#nw-box1 .link{
	margin-top: 40px;
	display: block;
	font-weight: bold;
	color: #40758b ;
	text-decoration: underline;
	font-size: 18px;
}
#nw-box1 h3{
	font-weight: normal;
	line-height: 30px;
	margin-top: 55px;
}
#nw-box1 h4{
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
}
.link{
	margin-top: 40px;
	display: block;
	font-weight: bold;
	color: #40758b ;
	text-decoration: underline;
	font-size: 18px;
	text-align: center;
}
#box2{
	margin-top: 25px;
}
#box2 h2{
	color: #3f748c;
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: normal;
}
#box2 h6{
	color: #3f748c;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 600;
	margin-top: 25px;
}
#box2 ul{
	margin: 0px;
	padding: 0px;
	margin-left: 25px
}
#box2 ul li{
	line-height: 35px;
	color: #5f727f;
}
#box2 .id-box2 ul li{
	line-height: 25px;
}
.read-more1{
	width: 430px;
	margin: 0px auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.read-more1 a{
	border: 1px solid #555;
	display: block;
	padding: 10px;
	float: left;
	color: #555;
	margin: 0px 15px;
}
.read-more1 a:hover{
	background-color: #555;
	color: #fff;
}
#box3{
	background-color: #282828;
	padding: 20px 0px;
}
#box3 h3{
	color: #fff;
	font-size: 22px;
	margin-bottom: 20px;
}
#box3 ul {
	margin: 0px;
	padding: 0px;
}
#box3 ul li{
	list-style: none;
	color: #fff;
	line-height: 25px;
	font-size: 14px;
	margin-bottom: 10px;
}
#box4{
	margin: 40px 0px;
}
#box4 h3{
	font-size: 30px;
	color: #3f748c;
	font-weight: normal;
	line-height: 35px;
	margin-bottom: 20px;
}
#box4 p{
	color: #5f727f;
	line-height: 25px;
}
#box4 .img-box ul{
	margin: 50px 0px;
	padding: 0px;
}
#box4  .img-box ul li:first-child{
	margin-left: 0px;
}
#box4  .img-box ul li{
	list-style: none;
	float: left;
	width: 19%;
	margin-left: 14px;
}
#box5{
	background-image: url("../img/bg-img01.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 0px;
}
#box5 .id-box5-iner{
	padding: 3% !important;
	background-color: rgba(255,255,255,0.85) !important;
}
#box5 .id-box5-iner h3{
	font-size: 30px;
	color: #3f748c;
	font-weight: normal;
	line-height: 35px;
	margin-bottom: 20px;
}
#box5 .id-box5-iner p{
	color: #5f727f;
	line-height: 25px;
}
#box6{
	padding: 60px 0px;
}
#box6 h3{
	color: #3f748c;
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: normal;
}
#box6 p{
	font-size: 16px;
	line-height: 28px;
}
#box6 ul{
	margin-top: 20px;
	margin-bottom: 20px;
    margin-left: 0px;
	padding: 0px;
	margin-left: 25px;
}
#box6 ul li{
	line-height: 35px;
	color: #5f727f;
}
#box7{
	padding: 20px 0px;
	text-align: center;

}
#box7 img{
	margin-top: 45px;
}
#box7 i{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	font-size: 35px;
	padding-top: 12px;
	color: #3f748c;
	margin-top: 15px;
}
#box7 h3{
	color: #3f748c;
	margin-bottom: 10px;
	font-size: 20px;
	text-transform: uppercase;
}
#box7 p{
	line-height: 25px;
}
#n-box1{
	margin-top: 60px;
	margin-bottom: 30px;
}
#n-box1 h3{
	font-size: 18px;
}
#n-box2{
	background-image: url("../img/curtains_0303_1080-filter.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0px;
}
#n-box2 h2{
	color: #fff;
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: normal;
	line-height: 35px;
}
#n-box2 p{
	color: #fff;
	line-height: 30px;
	font-size: 14px;
}
#n-box2 img{
	margin-top: 30px;
}
#n-box3{
	text-align: center;
	background: #d8d8d8;
	padding: 60px 0px;
}
#n-box3 h2{
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: normal;
	line-height: 35px;
}
#n-box3 p{
	line-height: 30px;
	font-size: 14px;
}
#n-box3 img{
	margin-top: 30px;
	margin-bottom: 30px;
}
#n-box4{
	margin: 60px 0px;
}
#n-box4 h2{
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: normal;
	line-height: 35px;
	color: #3f748c;
}
#n-box4 .logo-box{
	border: 1px solid #ddd;
	padding: 10px;
	margin: 10px 0px;
}
#n-box5{
	margin: 60px 0px;
}
#n-box5 .slide{
	border: 1px solid #ddd;
	padding: 10px;
}
#n-box5 .carousel-indicators li{
	background-color: #ddd;
	border: 1px solid #000;
}
#n-box5 .carousel-indicators{
	bottom: -20px;
}
#n-box5 h3{
	font-size: 18px;
}
#n-box5 p{
	font-size: 12px;
	line-height: 25px;
}
#n-box5 .in-box1{
	background-image: url("../img/Apartment-building-snow.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#n-box5 .in-box1 h3{
	font-size: 36px;
	color: #fff;
	margin: 0px;
	text-align: center;
	padding: 136px 0px;
	font-weight: 200;
}
#n-box6{
	margin-bottom: 60px;
}
#n-box6 table th{
	padding: 15px;
}
#n-box6 table td{
	padding: 15px;
	font-size: 12px;
	line-height: 25px;
}
#n-box6 h3 {
    font-size: 30px;
    color: #3f748c;
    font-weight: normal;
    line-height: 35px;
    margin-bottom: 20px;
}
.lightbox img{
	margin-bottom: 30px;
}
#training-page{
	margin: 40px 0px;
}
#training-page h2{
	color: #3f748c;
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: normal;
	line-height: 35px;
	text-align: center;
}
#training-page h3{
	color: #3f748c;
	font-size: 28px;
	margin-bottom: 30px;
	font-weight: normal;
	line-height: 35px;
}
#training-page h5{
	color: #3f748c;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
}
#training-page p{
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 25px;
}
#training-page .read-more-btn{
	width: 100%;
	margin-bottom: 30px;
}
#educational-page{
	margin-top: 60px;
}
#educational-page h2{
	letter-spacing: 3px;
	text-align: center;
	font-size: 40px;
	font-weight: 100;
	text-transform: uppercase;
	margin-bottom: 30px;
}
#educational-page  h3{
	color: #3f748c;
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: normal;
	line-height: 35px;
	text-align: center;
}
#educational-page .in-box1{
	margin: 40px 0px;
}
#educational-page .in-box1 h2 {
    color: #3f748c;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: normal;
    line-height: 35px;
    text-align: left;
}
#educational-page .in-box1 p {
    color: #5f727f;
    line-height: 30px;
    font-size: 14px;
}
#educational-page table th {
    padding: 15px;
}
#educational-page table td {
    padding: 15px;
    font-size: 12px;
    line-height: 25px;
}
#educational-page ul{
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
}
#educational-page ul li{
	line-height: 30px;
}
#educational-page .in-box2{
	background-color: #40758b;
	padding: 60px 0px;
	margin-top: 25px;
}
#educational-page .in-box2 h4{
	color: #fff;
	font-size: 28px;
	margin-bottom: 35px;
}
#educational-page .in-box2 ul{
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
}
#educational-page .in-box2 ul li{
	line-height: 40px;
	color: #fff;
}
#educational-page .in-box2{
	background-color: #40758b;
	padding: 60px 0px;
	margin-top: 25px;
}
#system-page{
	margin: 60px 0px;
}
#system-page h2{
	color: #3f748c;
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: normal;
	line-height: 35px;
}
#system-page p{
	color: #5f727f;
	line-height: 30px;
	font-size: 14px;
}
#system-page table td {
    padding: 15px;
    font-size: 12px;
    line-height: 25px;
    color: #5f727f;
}
#system-page table td a{
	color: #ddd;
}
#system-page ul{
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	margin-bottom: 20px;
}
#system-page ul li{
	line-height: 40px;
}
#system-page ul li a{
	color: #ddd;
}
#footer{
	background-color: #1e1e1e;
	padding: 40px 0px;
}
#footer h3{
	color: #fff;
	margin-bottom: 40px;
}
#footer p{
	color: #99a9b5;
	font-size: 14px;
}
#footer p i{
	margin-right: 10px;
}
.footer2{
	border-top: 1px solid #333;
	padding-top: 50px;
	margin-top: 60px;
}

.cont-top{
margin-bottom: 40px;
}
.cont-top h3{
text-align: left;
margin-bottom: 25px;
}
.cont-top h5{
text-align: center;
font-size: 20px;
margin-bottom: 25px;
}
.cont-top .text{
margin-top: 30px;
}
.cont-top .text h6{
font-size: 25px;
margin-bottom: 15px;
margin-top: 50px;
}
.cont-top .text h5{
text-align: left;
font-size: 18px;
}
.cont-top .text h4{
margin-top: 35px;
margin-bottom: 15px;
}
.cont-top .text p{
line-height: 25px;
}
.cont-top ul{
margin-left: 0px !important;
}




.select-box-new .btn-select {
    position: relative;
    padding: 0;
    min-width: 236px;
    width: 100%;
    border-radius: 0;
    margin-bottom: 8px;
}

.select-box-new .btn-select .btn-select-value {
    padding: 15px 12px;
    display: block;
    position: absolute;
    left: 0;
    right: 34px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

.select-box-new .btn-select .btn-select-arrow {
    float: right;
    line-height: 20px;
    padding: 15px 10px;
    top: 0;
}

.select-box-new .btn-select ul {
    display: none;
    background-color: white;
    color: black;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none !important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 33px;
    z-index: 999;
}

.select-box-new .btn-select ul li {
    padding: 3px 6px;
    text-align: left;
}

.select-box-new .btn-select ul li:hover {
    background-color: #3f748c;
}

.select-box-new .btn-select ul li.selected {
    color: white;
}

.select-box-new .btn-select.btn-default:hover, .btn-select.btn-default:active, .btn-select.btn-default.active {
    border-color: #ccc;
}

.select-box-new .btn-select.btn-default ul li.selected {
    background-color: #ccc;
}

.select-box-new .btn-select.btn-default ul, .btn-select.btn-default .btn-select-value {
    background-color: white;
    border: #ccc 1px solid;
}

.select-box-new .btn-select.btn-default:hover, .btn-select.btn-default.active {
    background-color: #e6e6e6;
}

.select-box-new .btn-select.btn-select-light .btn-select-value {
    background-color: white;
    color: black;
}
.select-box-new2 .btn-select{
  background: rgba(225, 225, 225, .9);
  border:none !important;
}
.select-box-new3 ul  span{
  color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 10px;
    text-align: left;
    text-transform: uppercase;
    margin-top: 10px;
}
.select-box-new4 .btn-select ul{
  !left: -87px !important;
   !width: 350px;
}
.select-box-new3 ul li{
  margin-left:15px;
}
.select-box-new2 .btn-select.btn-default ul, .btn-select.btn-default .btn-select-value{
  background: rgba(225, 225, 225, .8);
  border:none !important;
  
}
.select-box-new2 .btn-select.btn-default ul{
  background: rgba(81, 98, 111, .9);
  padding: 7px 0px !important;
  margin-top: 20px !important;
 
}
.carousel-rpear p{
	font-size: 14px;
	font-weight: 500;
	opacity: .8;
}
.carousel-rpear h4{
	font-weight: 600;
}
.select-box-new2 .btn-select ul li{
  color:#FFF;
}
.select-box-new2 .btn-select ul li:hover {
    background-color:#3f748c !important;
  color:#fff;
}



.carousel-rpear, .location-box, .loc-item {
  display: none;
}

.carousel-rpear.active, .location-box.active, .loc-item.active {
  display: block;
}
.buy-box {
	text-align: center;
	margin: 40px 0px;
}
.buy-box p{
	margin: 0px !important;
}
.buy-box .btn{
	background: #3f748c;
	color: #fff;
	font-size: 15px;
	display: block;
	padding: 10px;
	text-align: center;
	width: 150px;
	margin: 0px auto;
	margin-top: 15px;

}
.buy-box .btn:hover{
	background: #1e1e1e;
}
.btn2{
	background: #3f748c;
	color: #fff;
	font-size: 15px;
	display: inline-blockbox1;
	padding: 10px;
	text-align: center;
	width: auto;
	margin-top: 15px;

}
.btn2:hover{
	background: #1e1e1e;
	color: #fff;
}
.buy-box h2{
	margin: 0px !important;
} 
.buy-box h3{
	margin: 0px !important;
	margin-bottom: 15px !important;
} 
.buy-box2{
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	padding: 40px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 30px;

}
.buy-box2 p{
	min-height: 60px;
}
.buy-box3{
	background-color: #f9f9f9 !important;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
}

.omnix-logo{
	margin-top: 70px;
}
.reach-box h4{
	font-size: 22px !important;
	font-weight: normal;
	margin-bottom: 35px;
	margin-top: 15px;
}
.reach-box h5{
	font-size: 18px;
}
.reach-box p{
	text-align: left;
	margin-top: 30px;
	line-height: 27px;
}
#ne-box2{
	margin-bottom: 60px;
}
#ne-box2 h2{
	font-weight: normal;
	font-size: 25px;
	margin-bottom: 30px;
	text-align: center;
}
#ne-box2 p{
	text-align: left;
	font-size: 14px;
	line-height: 27px;
}
#nw-box1 .features h2{
	text-align: left;
}
#nw-box1 .features ul{
	margin: 0px;
	padding: 0px;
	margin-top: 25px;
}
#nw-box1 .features ul li{
	text-align: left;
	line-height: 32px;
	list-style: inside;
}
#nw-box1 .features ul li a{
	color: #333;
}
.new-box2{
	margin: 40px 0px;
}
.new-box2 h3{
	font-weight: normal;
	margin-bottom: 30px;
}
.new-box2 h4{
	font-weight: normal;
	font-size: 25px !important;
	margin-bottom: 25px;
	text-align: left;
}
.new-box2 p{
	line-height: 27px;
	text-align: left;
}
.new-box2 ul{
	margin: 0px;
	padding: 0px;
	margin-top: 25px;
}
.new-box2 ul li{
	line-height: 32px;
	list-style: inside;
	text-align: left;
}
@media (min-width: 0px) and (max-width: 767px) {

		.omnix-logo{
			margin-top: 0px;
			margin-bottom: 50px;
		}

		#main-banner .ban-text{
			display: none;
		}
		#main-banner{
			padding-top: 93px;
		}
}