@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');

body {
	color: #1a1a1a;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.wow {
   visibility: hidden;
}
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.regular {
	font-weight: lighter;
}
.left {
	float: left;
	display:inline;
}
.right {
	float: right;
	display:inline;
}
.relative{
	position:relative;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
	color: #000;
    transition: all 0.3s ease-in-out 0s;
}
a:focus{
	outline: 0;
}
strong {
	font-weight: 700;
}
p {
	margin: 1px 0 15px;
	line-height: 25px;
}
input, textarea, select {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	border: none;
	border: 1px solid #c9c9c9;
	padding: 5px;
	margin: 0;
	font-weight: 700;
	color: #666;
}
img {
	margin-bottom: -3px;
}
input[type=checkbox], input[type=radio] {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}
section {
    position: relative;
}
.secpad{
	padding: 40px 0;
}
.text-center {
	text-align: center;
}
.rows{
	padding: 20px 0;
}
.rows:first-child{
	padding-top: 0;
}
.overflowhidden{
	overflow: hidden;
}
/* structure
----------------------------------------------------------------------------------------------*/
.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 20px;
	position: relative;
}
.mid-wrapper{
	width: 960px;
	margin: 0 auto;
}
.inner_wrap{ width:700px; margin: 0 auto; }
.afterclear:after {
	clear: both;
	content: '';
	display: block;
}
/* style button
----------------------------------------------------------------------------------------------*/
.red-bt{
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	font-size: 18px;
	background: #d0112b;
	color: #fff;
	text-transform: uppercase;
}
.red-bt:hover{
	background: #8c0013;
}
.white_bt{
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	font-size: 17px;
	background: #fff;
	color: #0064d2;
	font-weight: 800;
	border-radius: 20px;
}
.white_bt:hover{
	background: #ffec6d;
}
.blue_bt{
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	font-size: 17px;
	background: #22c0f3;
	color: #fff;
	border-radius: 20px;
}
.blue_bt:hover{
	background: #01ffde;
}
.yellow_bt{
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	font-size: 17px;
	background: #fedd00;
	color: #0064d2;
	font-weight: 800;
	border-radius: 20px;
}
.yellow_bt:hover{
	background: #ffec6d;
}
[type='submit'], [type='button'] {
	border:none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
/* style header
----------------------------------------------------------------------------------------------*/
#mainheader{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	padding:10px;
    transition: all 0.3s ease-in-out 0s;
	z-index: 99;
	background: rgba(14,16,34,1);
}
#mainheader.homepage{
	background: rgba(14,16,34,0);
}
#mainheader.fixNav{
	background: rgba(14,16,34,1);
}
.inner_header:after,
.inner_header:before{
	content: '';
	display: table;
}
.inner_header:after{
	content: '';
	clear: both;
}
.inner_header{
}
.logo{
	float: left;
	max-width: 130px;
    transition: all 0.3s ease-in-out 0s;
}
.logo img{
    transition: all 0.3s ease-in-out 0s;	
}
#mainheader.fixNav .logo{
	max-width: 100px;
}
.main_menu{
	float: right;
	text-align: right;
}
.main_menu ul{
	padding: 10px 0 0 0;
	margin: 0;
    transition: all 0.3s ease-in-out 0s;
}
#mainheader.fixNav .main_menu ul{
	padding: 0;
}

.main_menu ul li{
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle
}
.main_menu ul li a{
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 5px 15px;
	border-radius: 20px;

}
.main_menu ul li a:hover,
.main_menu ul li a.active{
	background: #22c0f3;
}
.main_menu ul li a.menuIcon:hover{
	background: transparent;
}
#desktop_menu{
	display: block;
}
#mobile_trigger{
	display: none;
}

#mobile_menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #121639;
    text-align: right;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out 0s;
    z-index: 999;
}
#mobile_menu.expand {
    left: 0;
}
.close_menu {
    display: inline-block;
    padding-top: 10px;
}
.main_mobile_menu {
    display: block;
    margin-top: 15px;
}
.main_mobile_menu ul {
    padding: 0;
    margin: 0;
}
.main_mobile_menu ul li {
    display: block;
    text-align: center;
    padding: 10px 10px;
}
.main_mobile_menu ul li a, #mainheader.fixNav .main_mobile_menu ul li a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}
.socmed_mobile{
	padding: 20px 0;
	width: 100%;
	text-align: center;
}

.socmed_mobile a img{
	width: 100%;
}
.socmed_mobile a{
	display: inline-block;
	margin: 0 10px;
	width: 30px;
}
/* style kontent
----------------------------------------------------------------------------------------------*/
.play_button{
	display: block;
}
.play_button_mobile{
	display: none;
}
.contentPage{
	padding-top: 100px;
}
.banner_item{
	height: 550px;
	margin-top:-25px;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;}
.text-banner{
	padding-top: 25vh;
	width: 600px;
}
.text-banner h3{
	font-size: 64px;
	color: #fff;
	text-align: left;
	margin: 0;
}
.play_button{
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 25vh;
	text-align: center;
	color: #fff;
	font-size: 14px;
	max-width: 150px;
}
.play_button:hover{
	opacity: 0.8;
}

.play_button span{
	display: block;
}
.play_button img{
	margin-bottom: 10px;
}
.banner_slider .owl-dots{
	position: absolute;
	left: 0;
	bottom: 80px;
	width: 100%;
	text-align: center;
}
.owl-theme .owl-dots .owl-dot{
	background: none;
	border:none;
}
.banner_slider .owl-theme .owl-dots .owl-dot span{
	width: 100px;
	height: 10px;
	border-radius: 0px;
	display: inline-block;
}
.banner_slider .owl-theme .owl-nav{
	display: none;
}
#about_home{
	display: block;
	width: 100%;
background: url(../images/material/bg_about.jpg) no-repeat top center; 
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  margin-top: -25px;
}
.title_sec{
	text-align: center;
	color: #fff;
	display: block;
	width: 100%;
	margin-bottom: 40px;
}
.title_sec h3{
	margin: 0 0 10px 0;
	font-size: 26px;
}
.title_sec.grey{
	color: #1a1a1a;
}

.title_sec p{
	font-size: 17px;
	display: inline-block;
	max-width: 850px;
}
.row-list{
	margin-left: -15px;
	margin-right: -15px;
}
.row-list:after,
.row-list:before{
	content: '';
	display: table;
}
.row-list:after{
	content: '';
	clear: both;
}
.cols2{
	position: relative;
	width: 50%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 1px;
}
.cols3{
	position: relative;
	width: 33.33%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 1px;

}
.cols4{
	position: relative;
	width: 25%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 1px;

}
.item_about{
	display: block;
	width: 100%;
	background: #fff;
	padding: 20px;
	border-radius: 20px;
	position: relative;
	height: 250px;
}
.logo_icon{
	display: inline-block;
	max-width: 80px;
	vertical-align: top;
}
.content_about{
	display: inline-block;
	vertical-align: top;
	width: 70%;
	padding-left: 10px;
}
.content_about h3{
	font-size: 18px;
	color: #1a1a1a;
	position: relative;
	margin: 0 0 30px 0;
}
.content_about h3:before{
	content: '';
	position: absolute;
	width: 50px;
	height: 4px;
	background: #22c0f3;
	left: 0;
	bottom:-14px;
}
.content_about p{
	font-size: 17px;
}

.section_about .row-list{
	margin-right: -70px;
	margin-left: -70px;
}
.section_about .cols2{
	padding-right: 70px;
	padding-left: 70px;
}
#service_home,#virtual_tour_home{
	background: #f8f8f8;
}
.item_service{
	display: block;
	width: 100%;
	border-radius: 20px;
	background: #fff;
	-webkit-box-shadow: 3px 5px 25px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 3px 5px 25px 0 rgba(0,0,0,.1);
	box-shadow: 3px 5px 25px 0 rgba(0,0,0,.1);
	padding: 20px;
}
.icon_service,.title_service{
	display: inline-block;
	vertical-align: top;
	width: 33%;
}
.title_service{
	width: 65%;
}
.title_service{
	padding-left: 15px;
}
.title_service h3{
	margin: 0;
	font-size: 22px;
	color: #1a1a1a;
}
.text_service{
	display: block;
	width: 100%;
	padding-top: 20px;
}
.text_service p{
	font-size: 17px;
	color: #1a1a1a;
}
.section_service .row-list{
	margin-right: -40px;
	margin-left: -40px;
}
.section_service .cols3{
	padding-left: 40px;
	padding-right: 40px;
}
.tab_menu{
	display: block;
	width: 100%;
	text-align: center;
}
.tab_menu a,.menu_inner a{
	display: inline-block;
	margin: 0 10px;
	text-align: center;
	font-size: 17px;
	color: #22c0f3;
	border: 1px solid #22c0f3;
	border-radius: 20px;
	padding: 5px 20px;
}
.menu_inner img{
	max-width: 20px;
	display: inline-block;
}
.tab_menu a:hover,
.menu_inner a:hover,
.menu_inner a.active
.tab_menu a.active{
	background: #22c0f3;
	color: #fff;
}
.virtual_slider,.video_tour_list,.innerSection{
	display: block;
	margin-top: 60px;
}
.thumb_blue_inner .thumb_virtual{
	border-radius: 10px;
}
.thumb_virtual{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.thumb_virtual img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	margin-bottom: -5px;
    transition: all 0.8s ease-in-out 0s;
}
.caption_thumb{
	background: rgba(49,180,218,0);
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding:10px 20px ;
	text-align: center;
    transition: all 0.3s ease-in-out 0s;
}
.thumb_blue_inner:hover .caption_thumb{
	background: rgba(49,180,218,0.8);
}
.thumb_blue_inner:hover img{
	transform: scale(1.2);
}
.caption_thumb h3{
	font-size: 22px;
	color: #fff;
	margin: 0;
}
.virtual_slider{
	padding-left: 100px;
	padding-right: 100px;
}
.caption_thumb p{
	font-size: 17px;
	color: #fff;
}
.virtual_slider .owl-theme .owl-nav.disabled+.owl-dots{
	display: none;
}
.virtual_slider .owl-theme .owl-nav [class*=owl-]{
	background: none;
	max-width: 60px;
	position: absolute;
	top: 40%;
}
.virtual_slider .owl-theme .owl-nav .owl-prev{
	left: -100px;
}
.virtual_slider .owl-theme .owl-nav .owl-next{
	right: -100px;
}
.virtual_slider .owl-carousel .owl-item{
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	transform: scale(0.8);
	-ms-transform: scale(0.8);
	transition: all 0.2s;
	padding: 20px 0;
	-webkit-transform: all 0.2s;
	z-index: 1;
}
.virtual_slider .owl-carousel .owl-item.active.center{
	transform: scale(1);
	-ms-transform: scale(1);

}
#contact_home{
	display: block;
	width: 100%;
	background: url(../images/material/bg_contact.jpg) no-repeat center center; 
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}
.form_section{
	display: block;
	margin: 0 auto;
	max-width: 600px;
}
.input_group{
	display: block;
	width: 100%;
	margin-bottom: 25px;
}
.inputForm{
	display: block;
	width: 100%;
	padding: 10px 20px;
	border-radius: 20px;
	font-size: 18px;
	color: #1a1a1a;
	font-weight: 400;
	text-align: left;
}
.title_menu{
	display: block;
	width: 100%;
	margin-bottom: 60px;
}
.title_menu:after,
.title_menu:before{
	content: '';
	display: table;
}
.title_menu:after{
	content: '';
	clear: both;
}
.title_menu h3{
	float: left;
	font-size: 34px;
	margin: 0;
}
.menu_inner{
	display: inline-block;
	float: right;
}
.section_inner_videotour .cols3,
.section_inner_videotour .cols4{
	margin-bottom: 30px;
}
.inner_detail{
	display: block;
	width: 100%;
}
.inner_detail img{
	width: 100%;
}
.iframe_c {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.iframe_c iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*------------- footer -----------------*/
#footer{
	display: block;
	background: #fff;
	padding: 20px 0;
	overflow: hidden;
}
#footer p{
	margin: 0;
}
/* ------------------------- popup style -----------------------*/


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 480px) {
/* Mobile styles */
}
 @media screen and (min-width:481px) and (max-width:1024px) {
/* Tablet styles */
}
 @media only screen and (min-width: 1140px) {
/* Desktop styles */
}
