/*

Template Name: Myway
Template Demo: http://awerest.com/demo/myway

Purchase: http://themeforest.net/item/myway-onepage-bootstrap-parallax-retina-template/4058880?ref=awerest

Author: Awerest

Description: Onepage Bootstrap Multi-Purpose Parallax Retina Template
Tags: Responsive, Mobile First, Retina, Bootstrap 3, One Page, Multi Page, Multi-Purpose, Agency, Clean, Creative, Minimal, Components, Photography, Portfolio, Business, Corporate, White, Modern

Version: 2.5

---------------

Table of Contents:

1) General
2) Typography
3) Backgrounds and buttons
4) Dividers
5) Intro & Sections Headers
6) Services & Features
7) Works
8) Gallery
9) Team
10) Contact
11) Footer
12) Navigation
13) Carousels
14) Preloader

*/

/* ==== 1) General ==== */

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

::selection {
	background: #00a0dc;
	color:#fff;
}

::-moz-selection {
	background: #00a0dc;
	color:#fff;
}

@import url("steadysets/steadysets.css");
@import url("linecons/linecons.css");
@import url("et-line/et-line.css");


@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600&display=swap');
@font-face {
	font-family: 'S-CoreDream-3Light';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'S-CoreDream-4Regular';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'S-CoreDream-5Medium';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'S-CoreDream-6Bold';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'S-CoreDream-7ExtraBold';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'S-CoreDream-8Heavy';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	background: #fff;
	color: #111;
	overflow-x: hidden;
	margin: 0;
}
/* .line {
	border: 1px solid #ccc !important;
	background: #fff;
} */
.menu_active {
	color: #f1b100 !important;
	/* font-family: 'S-CoreDream-5Medium'!important; */
	/* font-family: 'S-CoreDream-6Bold' !important;
	font-size: 18px !important; */
}

section {
	position: relative;
}

.img-responsive {
	display: inline-block;
}

.container-whole {
	width: 100%;
	margin: 0 auto;
	padding: 8% 0;
}
.container-welfare {
	width: 100%;
	margin: 0 auto;
	padding: 4% 0;
}
.container-fluid {
	width: 80%;
	margin: 0 auto;
	padding: 6% 0;
}
.container-center {
	width: 70%;
	margin: 0 auto;
	padding: 12% 0;
}
.container-center_welfare {
	width: 70%;
	margin: 0 auto;
	padding: 12% 0;
}
.container-character {
	width: 70%;
	margin: 0 auto;
	padding: 4% 0;
}
.container-contact {
	width: 70%;
	margin: 0 auto;
	padding: 6% 0;
}
.container-portfolio {
	width: 70%;
	margin: 0 auto;
	padding: 8% 0;
}
.container-service {
	width: 100%;
	margin: 0 auto;
	padding: 6% 0;
}
.container-whole2 {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
/* ==== 2) Typography ==== */

.light {
	color: #fff;
}

.smoke, h5 small {
	color: #aaa;
}

p {
	margin: 0 0 15px 0;
}

p:last-child {
	margin: 0;
}

a {
	color: #111;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

a:hover {
	color: #999;
	text-decoration: none;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

a:focus, a:active {
	color: #999;
	outline: none;
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-weight: 400;
	margin: 0 0 15px 0;
}

h1 {
	font-size: 48px;
	letter-spacing: -1px;
}

h2 {
	font-size: 38px;
	font-family: 'S-CoreDream-7ExtraBold';
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 13px;
	/* text-transform: uppercase; */
	letter-spacing: 1px;
	font-family: 'S-CoreDream-4Regular';
}

h5 {
	font-size: 19px;
	line-height: 1.48;
	margin: 0 0 15px 0;
}

li {
	list-style: none;
}
@media (max-width: 768px) {
	h1 {
		font-size: 42px;
		letter-spacing: 0;
	}
	h2 {
		font-size: 32px;
	}
}

@media (max-width: 568px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 26px;
	}
}

/* ==== 3) Backgrounds and buttons ==== */

.white-bg {
	background: #fff;
}

.smoke-bg {
	background: #4d4d4d;
}

.btn, .btn:hover, .btn:focus, .btn:active, .btn:active:focus {
	background: transparent;
	color: #444;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	padding: 14px 25px;
	/* margin: 15px 0 0 0; */
	text-align: center;
	border-radius: 25px !important;
	border: 1px solid #ccc;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font-family: 'S-CoreDream-5Medium';
	letter-spacing: 1px;
}

.btn:hover {
	background: #444;
	color: #f6db59;
}

.btn.btn-ghost, .btn.btn-ghost:hover, .btn.btn-ghost:focus, .btn.btn-ghost:active, .btn.btn-ghost:active:focus {
	background: transparent;
	color: #00a0dc;
	border: 1px solid #00a0dc;
}

.btn.btn-ghost:hover {
	background: #00a0dc;
	color: #fff;
}

/* ==== 4) Dividers ==== */

.divide-xs {
	padding-top: 7px;
	padding-bottom: 8px;
}

.divide-sm {
	padding-top: 30px;
	padding-bottom: 30px;
}

.divide-md {
	padding-top: 45px;
	padding-bottom: 45px;
}

.divide-lg {
	padding-top: 60px;
	padding-bottom: 60px;
}

.divide-xl {
	padding-top: 90px;
	padding-bottom: 90px;
}

@media (max-width: 768px) {
	.divide-md {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

hr {
	margin-top: 15px;
	margin-bottom: 15px;
}

hr.no-margin {
	margin-top: 0;
	margin-bottom: 0;
}

hr.no-margin-top {
	margin-top: 0;
}

hr.no-margin-bottom {
	margin-bottom: 0;
}

hr.title-divider {
	border-width: 2px 0 0 0;
	max-width: 180px;
}

hr.title-divider-y {
	border-width: 1px 0 0 0;
	/* border-color: #f1c900; */
	border-color: rgb(228, 228, 228);
	max-width: 130px;
}

/* ==== 5) intro ==== */


#myVideo{
	max-width: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	object-fit: cover; /*cover video background */
}

.item {
	max-width: 100%;
}
.item_text {
	color: #fff;
	line-height: 40px;
	font-size: 20px;
	font-family: 'S-CoreDream-3Light';
   	/* border-bottom: 1px solid #fff;
	width: 55.5%;
    margin: auto; */
}
.item_text_2 {
	color: #fff;
	line-height: 40px;
	font-family: 'S-CoreDream-5Medium';
	font-size: 22px;
   	/* border-bottom: 1px solid #fff;
	width: 58%;
    margin: auto; */
}
.item_text span {
	font-family: 'S-CoreDream-5Medium';
	font-size: 22px;
}
.image {
	max-width: 100%;
}

@media (max-width: 767px) {
	.services_2 {
		flex-direction: column;
	}
	.services_2 {
		margin-top: 15%;
	}
	.services_1, .services_3 {
		margin-top: 15%;
	}
	.service_list_2 p, .service_list p {
		font-size: 16px;
	}
	.service_list{
		padding: 0;                
	}
	.service_list_2 {
		padding: 0;      
	}
	.service_list_2 h2, .service_list h2 {
		font-size: 23px;
	}
}

.float-content {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-overlay {
	background: rgba(0, 0, 0, .5);
	position: absolute;
	width: 100%;
	height: 100%;
}

/* ==== 6) business ==== */

.sec01-content {
	padding: 0;
	margin: 0;
}
.sec01_video {
	padding: 0 40px;
}
.sec1_text h2{
	/* font-family: 'S-CoreDream-7ExtraBold'; */
	font-family: 'S-CoreDream-8Heavy';
	line-height: 80px;
	font-size: 70px;
	/* letter-spacing: 1px; */
}
.sec1_text h2 span{
	color: #fbcd42;
}
.sec1_text p {
	margin-bottom: 7%;
	font-size: 22px;
	font-family: 'S-CoreDream-4Regular';
	line-height: 39px;
	color: #383838;
	letter-spacing: -1px;
}
.sec1_span{
	font-family: 'S-CoreDream-5Medium';
	font-weight: 900 !important;
}
.about_down_btn {
	background-color: #fbcd42;
	border: none;
	color: #222;
	padding: 10px 20px 10px 20px;
	cursor: pointer;
	font-size: 17px;
	font-family: 'S-CoreDream-3Light';
	font-weight: 900;
  }
.about_down_btn:hover {
	background-color: #222;
	color: #fbcd42;
}
.about_down_btn i {
	color: #222;
} 
.about_down_btn:hover i {
	color: #fbcd42;
} 

.about_content {
	background-color: #e9e9e9;
	margin-top: 3%;
}
.about {
	background-color: #fff;
    height: 450px;
    /* border: 10px solid #e9e9e9; */
    padding: 0;
    width: 48.68%;
    margin: 5px;
    text-align: left;
}
.about_text {
	margin: 30px 22px;
}
.about_text h3 {
	font-size: 33px;
	padding: 0 0 20px;
	font-family: 'S-CoreDream-6Bold';
	/* font-family: 'S-CoreDream-5Medium'; */
	/* font-family: 'S-CoreDream-4Regular'; */
	color: #383838;
}
.about:hover .about_text h3 {
	color: #fff;
}
/* .about:hover .about_text p {
	color: #fff;
}
.about:hover .about_text span {
	color: #fff;
} */
.about:hover {
	background-color: #fbcd42;
	cursor: pointer;
}
.about_text p {
	font-size: 19px;
	/* padding: 0 0 10px; */
	/* font-family: 'S-CoreDream-3Light'; */
	font-weight: bold;
	font-family: 'S-CoreDream-4Regular';
	color: #383838;
	line-height: 27px;
}
.about_text span {
	font-size: 15px;
	/* margin-top: 39px !important; */
	/* font-family: 'S-CoreDream-3Light'; */
	font-family: 'S-CoreDream-4Regular';
	color: #383838;
	line-height: 35px;
}
 /* The Modal (background) */
.modal2 {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	 /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
  }
  

  .about_company {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 100%;
	max-width: 400px;
	margin-top: 15%;
  }
  
  .close {
	color: #fff;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
  }
  .close2 {
	color: #555 !important;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  
  .close2:hover,
  .close2:focus {
	color: #555 !important;
	text-decoration: none;
	cursor: pointer;
  }

  .about_modal_container {
	border-radius: 5px;
  }

  input[type=text] {
	width: 100%;
	padding: 12px;
	border: none;
	border-bottom: 1px solid #ccc;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
  }
  
  input[type=submit] {
	background-color: transparent;
	color: #222;
	padding: 12px 20px;
	border: 1px solid #ccc;
	border-radius: 4px;
	cursor: pointer;
  }
  
  input[type=submit]:hover {
	background-color: #222;
	color: #fbcd42;
	font-family: 'S-CoreDream-5Medium';
  }

  #name {
	padding: 0;
  }
  #email {
	padding: 0;
  }
  @media (max-width: 767px) {
	.sec01_video {
		margin-top: 10%;
		width: 100%;
		padding: 0;
	}
	.sec01_video iframe {
		height: 300px;
	}
	.about_company {
		margin-top: 25%;
	  }
}
.about_vision h1{
	font-family: 'S-CoreDream-7ExtraBold';
}
.about_vision p {
	/* font-family: 'S-CoreDream-3Light'; */
	font-family: 'S-CoreDream-4Regular';
	font-size: 20px;
	color: #666;
}
.modal {
	top: 20%;
}
  .modal-content {
	background-color: #fefefe;
	margin: auto;
	border: 1px solid #888;
	width: 933px;
  }
  .modal-title {
	font-size: 20px;
	font-family: 'S-CoreDream-6Bold';
	color: #fff;
  }
  .modal-body {
	padding: 0;
  }
  .modal-header {
	  background: #222;
  }

  .modal-body_about {
	padding: 0;
	height: 500px;
  }


/* .about_text {
	text-align: center;
}
.about_text h2{
	font-size: 30px;
	line-height: 50px;
} 
.about_text p{
	font-family: 'S-CoreDream-3Light';
	color: #6d6d6d;
	font-size: 16px;
	margin-top: 15px;
} 
.about_text_3 p{
	font-family: 'S-CoreDream-3Light';
	color: #6d6d6d;
	font-size: 16px;
	margin-top: 40px;
	margin-bottom: 36px;
	line-height: 27px;
} 
.about_text_3 h4{
	font-family: 'S-CoreDream-3Light';
	color: #222222;
	font-size: 22px;
	line-height: 27px;
	letter-spacing: -0.7px;
	margin: 25px 0 25px 0;
} 
.about_text_3 h4 span{
	font-family: 'S-CoreDream-7ExtraBold';
	font-size: 22px;
	margin: 0 7px 0 7px;
} 
.about_text_4 p{
	font-family: 'S-CoreDream-3Light';
	color: #6d6d6d;
	font-size: 16px;
	margin-top: 15px;
	line-height: 27px;
	padding: 15px 0 12px 0;
} 
.about_text_4 h4 span{
	font-family: 'S-CoreDream-7ExtraBold';
	font-size: 22px;
	margin: 0 7px 0 7px;
} 
.about_text_4 h4 p{
	font-family: 'S-CoreDream-3Light';
	color: #222222;
	font-size: 17px;
	letter-spacing: -0.7px;
	padding: 0;
	margin: 5px 0 0 30px;
} 

.line_yellow {
	background: linear-gradient(to top, #feedb9 30%, transparent 50%);
	margin: auto;
	width: 730px;
}
.line_yellow_2 {
	background: linear-gradient(to top, #feedb9 30%, transparent 50%);
	margin: auto;
	width: 513px;
}
.line_yellow_3 {
	background: linear-gradient(to top, #feedb9 30%, transparent 50%);
	margin: auto;
	width: 532px;
}
.line_yellow_4 {
	background: linear-gradient(to top, #feedb9 30%, transparent 40%);
	width: 205px;
}
.line_yellow_5 {
	background: linear-gradient(to top, #feedb9 30%, transparent 40%);
	width: 167px;
	margin: 0 0 8px;
}
.line_yellow_6 {
	background: linear-gradient(to top, #feedb9 30%, transparent 40%);
	width: 180px;
	
} */


/* .about_text_1 {
	background-color: #fff;
	margin: 4.5% 0 5% 0 !important;
}
.about_text_2 {
	background-color: #fff;
	margin: 2% 0 5% 0 !important;
}
.about_text_3 {
	background-color: #fff;
	text-align: left;
	padding: 5% 5% 5% 5% !important;
}
.about_text_4 {
	background-color: #fff;
	text-align: left;
	padding: 5% 0 0 5% !important;
} */

.slide-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
  }
  .slide__container {
	position: absolute;
	width: 500px;
	height: 300px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
  }
  .slides {
	width: 600%;
	position: relative;
	left: 0;
  }
  .slides::after {
	content: "";
	display: block;
	clear: both;
  }
  .slides > li {
	float: left;
  }
  .slide-btn {
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: none;
	background-color: white;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
  }
  .--prev {
	left: 20%;
  }
  .--next {
	right: 20%;
  }
  .close-btn {
	position: absolute;
	padding: 1em;
	top: 2em;
	right: 15%;
  }
  #bullets {
	position: absolute;
	bottom: 20%;
	left: 50%;
	transform: translateX(-50%);
  }
  #bullets > li {
	float: left;
	margin: 0 8px;
  }
  #bullets > li > a {
	display: block;
	text-decoration: none;
	color: transparent;
	width: 1em;
	height: 1em;
	background-color: rgb(165, 165, 165);
	border-radius: 50%;
	transition: 0.2s;
  }
  #bullets > li > a.on {
	background-color: tomato;
  }




  

/* ==== 7) services ==== */
.sec2_text h1 {
	font-family: 'S-CoreDream-7ExtraBold';
}
.sec2_text p {
	/* font-family: 'S-CoreDream-3Light'; */
	font-family: 'S-CoreDream-4Regular';
	font-size: 20px;
	color: #666;
}
.service {
	text-align: center;
}

.container-fluid-service {
	width: 80%;
	margin: 0 auto;
	height: 500px;
	padding: 0 0 8% 0;
}

.service img {
	max-width: 100%;
	text-align: center;
}

.service h3 {
	/* font-family: 'S-CoreDream-6Bold'; */
	font-family: 'S-CoreDream-7ExtraBold';
	font-size: 22px;
	color: #383838;
	margin: 10% 0 0 0;
}
.service h4 {
	font-family: 'S-CoreDream-5Medium';
	font-size: 15px;
	margin: 4% 0 6% 0;
	color: #f1b100;
}
.service p {
	font-family: 'S-CoreDream-4Regular';
	/* font-family: 'S-CoreDream-5Medium'; */
	font-size: 17px;
	margin: 4% 0 0 0;
	line-height: 28px;
	color: #383838;
}

.tab {
	width: 100%;
  }
  .tablinks {
	/* width: 100%; */
  }
  
  /* Style the buttons inside the tab */
  .tab button {
	display: block;
	background-color: transparent;
	color: black;
	padding: 22px 16px;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 17px;
  }
  .tab button {
	opacity: 0.5;
  }

  .tab button img {
	width: 100px;
  }
  /* Change background color of buttons on hover */
  .tab button:hover {
    opacity: 1;
  }
  .tab button:hover img {
	animation-fill-mode: forwards;
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  .tab button:hover h3 {
	animation-fill-mode: forwards;
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .tab button:hover h4 {
animation-fill-mode: forwards;
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  /* Create an active/current "tab button" class */
  .tab button.active {
	animation-fill-mode: forwards;
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  .tab button.active .service>h3 {
    animation-fill-mode: forwards;
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .tab button.active .service>h4 {
    animation-fill-mode: forwards;
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  /* Style the tab content */
  .tabcontent {
	text-align: left;
	/* float: left; */
	padding: 40px;
	/* border: 1px solid #ccc; */
	width: 100%;
	border-left: none;
	height: auto;
	/* background-color: #f1b100; */
	background-color: #efefef;
	display: none;
	/* color: #fff; */
  }
  .tabcontent div {
	padding: 0 60px;
  }
  .tabcontent div h3 {
	/* font-family: 'S-CoreDream-5Medium'; */
	font-family: 'S-CoreDream-6Bold';
	font-size: 22px;
  }
  .tabcontent div p {
	font-family: 'S-CoreDream-4Regular';
	font-size: 16px;
	line-height: 27px;
  }
  .tabcontent div span {
	font-family: 'S-CoreDream-4Regular';
	font-size: 16px;
	line-height: 30px;
  }
  
  /* Clear floats after the tab */
  .clearfix::after {
	content: "";
	clear: both;
	display: table;
  }


/* ==== 8) Clients ==== */
#clients {
	background-color: #ebebeb;
}
.clients h1 {
	font-family: 'S-CoreDream-7ExtraBold';
}

.clients_logo {
	text-align: center !important;
}
.clients_logo img {
	max-width: 100%;
}

.client_list {
	margin: 20px 0px;
	padding: 0;
}
@media (max-width: 767px) {
	.client-sm {
		display: none;
	}
}

@media (max-width: 500px) {
	.client_list {
		margin: 5% 0px;
		padding: 0;
	}
}

/* ==== 9) portfolio ==== */
.portfolio_content {
	width: 100%;
	margin-top: 5%;
}
.portfolio_list {
	margin-bottom: 3%;
}
.portfolio_list img {
	width: 100%;
	max-width: 100%;
}
.portfolio_list p {
	font-family: 'S-CoreDream-4Regular';
}
.portfolio_menu a {
	font-size: 17px;
	font-family: 'S-CoreDream-5Medium';
	/* font-family: 'S-CoreDream-4Regular'; */
	color: #383838;
	/* padding-bottom: 25px; */
}
.portfolio_menu a:hover {
	color: #999;
}
.portfolio_active {
	color: #f1b100 !important;
	/* font-family: 'S-CoreDream-5Medium'!important; */
	font-family: 'S-CoreDream-6Bold' !important;
	font-size: 18px !important;
}

.swiper-button-next {
	color: #f1b100 !important;
	/* color: #333 !important; */
}

.swiper-button-prev {
	color: #f1b100 !important;
	/* color: #333 !important; */
}

.sidenav {
	width: 130px;
	position: fixed;
	z-index: 1;
	bottom: 40px;
	right: 30px;
	background: transparent;
	overflow-x: hidden;
	padding: 8px 0;
  }
  
  .sidenav a {
	padding: 6px 8px 6px 16px;
	text-decoration: none;
	font-size: 25px;
	color: #777;
	display: block;
  }
  
  .sidenav a:hover {
	color: #ffbb03;
  }

  .modal-body1 {
    position: relative;
    overflow-y: hidden;
	max-width: 100%;
    width: 100%;
	height: 600px;
}
.modal-dialog_2 {
	width: 1200px;
	margin: auto;
}
.slide_img {
    position: relative;
    max-width: 100%;
	height: 100%;
    transition: 1s;
}
.modal-content2 {
	background-color: #fefefe;
	margin: auto;
	border: 1px solid #888;
	width: 100%;
  }

.portfolio_list {
	padding: 0;
}

  .img-container {
	width: 50%;
	max-width: 100%;
	list-style: none;
	text-align: center;
	/* background: url(../images/portfolio/thumbnail/promotion/05.jpg); */
	/* height: 328px !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; */
  }
/* Common style */
.img-container figure {
	position: relative;
	overflow: hidden;
	background: #f1b100;
	text-align: center;
	cursor: pointer;
}

.img-container figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 1;
}

.img-container figure figcaption {
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.img-container figure figcaption::before,
.img-container figure figcaption::after {
	pointer-events: none;
}

.img-container figure figcaption,
.img-container figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.img-container figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.img-container figure h2 {
	font-family: 'S-CoreDream-5Medium' !important;
	position: absolute;
	bottom: 5%;
	left: 3%;
}

.img-container figure h2{
	margin: 0;
}

  figure.effect-ruby {
	background-color: #f1b100;
}

figure.effect-ruby img {
	opacity: 1;
}

figure.effect-ruby:hover img {
	opacity: 0.4;
}

figure.effect-ruby h2 {
	font-size: 18px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-ruby p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
} 

figure.effect-ruby:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}
.images {
	display: block;
	max-width: 100%;
	height: auto;
  }
  .text {
	color: white;
	font-size: 17px;
	position: absolute;
	bottom: 3%;
	left: 25.5%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/* text-align: center; */
	font-family: 'S-CoreDream-5Medium';
	margin: 0;
	
  }

/* overlay */
  
  .plus {
	color: white;
	font-size: 60px;
	position: absolute;
	top: 38%;
	left: 47%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	font-family: 'S-CoreDream-7ExtraBold';
  }

  .ineer_title {
	position: fixed;
	background: #e6e6e6;
	padding: 1.5% 1.5%;
	height: 600px;
	max-width: 100%;
  }
  .ineer_title h3 {
	font-family: 'S-CoreDream-6Bold';
	font-size: 28px;
	line-height: 37px;
	color: #383838;
  }
  .ineer_content {
	  position: absolute;
	  padding: 1.5%;
	  right: 0;
	  top: 0;
	  background: #fff;
	  max-width: 100%;
  }
  
/* ==== 10) Notice ==== */
#notice {
	/* background: rgb(240, 240, 240); */
}
th {
	font-family: 'S-CoreDream-5Medium';
	font-size: 20px !important;
}
td {
	font-family: 'S-CoreDream-5Medium';
	font-size: 20px;
	padding: 2% 0 !important;
}
td a:hover {
	color: #f1b100;
}
.notice_title {
	margin-bottom: 20px;
    position: relative;
	padding: 0;
}
.notice_title h1 {
	font-family: 'S-CoreDream-7ExtraBold';
	float: left;
    /* color: #f6db59;
	text-shadow: 1px 3px 5px #888888; */
    /* letter-spacing: 5px; */
}
.notice_title a {
	position: absolute;
    top: 10px;
    right: 3px;
    display: block;
    border-radius: 50%;
    border: 3px solid #111;
    color: #111;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
	/* box-shadow: 0px 0px 20px #aaaaaa; */
}
.notice_title a:hover {
	border: 3px solid #fbcd42;
	background: #fbcd42;
    color: #111;
}

.notice_list_btn {
	padding: 10px 30px;
	background-color: #fbcd42;
	color: #222;
	border: none;
	border-radius: 10px;
	font-family: 'S-CoreDream-5Medium';
	font-size: 18px;
	margin: 20px 0;
}
.notice_header  {
	padding: 0;
	border-left: 5px solid #fbcd42;
	height: 30px;
}
.notice_header h5 {
	/* border-left: 5px solid #fbcd42; */
	font-family: 'S-CoreDream-5Medium';
	margin-left: 10px;
}
.notice_header p {
	margin-left: 12px;
	text-align: left;
	font-family: 'S-CoreDream-4Regular';
}
.notice_box {
	margin-top: 5%;
}
.notice_content {
	border-bottom: 1px solid #ccc;
	max-width: 100%;
	height: 80px;
	/* margin: 5% 0 0 0; */
	text-align: center;
	font-size: 22px;
	/* font-family: 'S-CoreDream-4Regular'; */
	font-family: 'S-CoreDream-5Medium';
	color: #383838;
	padding: 0;
}
.notice_content  div a{
	font-size: 22px;
	/* font-family: 'S-CoreDream-4Regular'; */
	font-family: 'S-CoreDream-5Medium';
	color: #383838;
}
.notice_content  div p{
	font-size: 22px;
	/* font-family: 'S-CoreDream-4Regular'; */
	font-family: 'S-CoreDream-5Medium';
	color: #383838;
}
.notice_content  div a:hover{
	color: #f1b100;
}
.notice_left {
	text-align: left;
	padding: 0;
	margin-top: 24px;
}
.notice_right {
	text-align: right;
	padding: 0;
	margin-top: 24px;
}
.notice_list {
	width: 100%;
	border-top: 1px solid #ccc;
	max-width: 100%;
	padding: 0;
}


/* ==== 11) Contact ==== */
#contact {
	/* background-color: #dadada; */
	width: 100%;
	height: auto;
	background: url(../images/contact/bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
#map {
	width:90%; 
	height: 400px;
}
#section4 {
	padding: 0;
}
.contact_box {
	padding: 0;
	margin-top: 11.5%;
}
.contact_box h1 {
	font-family: 'S-CoreDream-7ExtraBold';
	color: #fff;
	/* margin-bottom: 24%; */
}
.contact_content_en {
	padding: 0;
}
.contact_en {
	margin-top: 10px;
	padding: 0;
	color: #fff;
}
.contact_en a {
	color: #fff;
}
.contact_en h4 {
	/* font-family: 'S-CoreDream-5Medium'; */
	font-family: 'S-CoreDream-6Bold';
	font-size: 19px;
	color: #fdda24 !important;
}
.contact_en p {
	font-family: 'S-CoreDream-4Regular';
	font-size: 15px;
	
}
.contact_content_kr {
	margin-top: 10%;
}
.contact_kr {
	margin-top: 10px;
}
.contact_kr h4 {
	/* font-family: 'S-CoreDream-5Medium'; */
	font-family: 'S-CoreDream-6Bold';
	font-size: 19px;
	/* color: #f1b100; */
}
.contact_kr p {
	font-family: 'S-CoreDream-4Regular';
	font-size: 15px;
	color: #383838;
}

.list_2 {
	margin-top: 5%;
}

/* ==== 12) Carrer ==== */
.start {
	background: url(../images/carrer/start.png);
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	max-width: 100%;
	height: 820px;
	text-align: center;
}
.carrer_main h1 {
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	color: #565656;
	font-size: 103px;
	letter-spacing: 5px;
	padding: 8% 0 4% 0;
}
.carrer_main h1 span {
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	color: #fbcd42;
	font-size: 106px;
	/* padding-top: 10px !important; */
}
.carrer_main img {
	max-width: 100%;
}
.start p {
	font-family: 'S-CoreDream-5Medium';
	color: #565656;
	font-size: 27px;
	/* letter-spacing: 5px; */
	padding: 5% 0;
	line-height: 45px;
}
.carrer_main  {
	max-width: 100%;
}
.carrer_typing {
	display: flex;
  	justify-content: center;
  	align-items: center;
}
.carrer_main p span {
	font-family: 'S-CoreDream-7ExtraBold';
	color: #f1b100;
}

.carrer_text {
	margin: 7% 0;
}
.star1 {
	position: absolute;
	top: 30%;
	left: 10%;
}
.star2 {
	position: absolute;
	top: 8%;
	right: 8%;
}

.deco {
	width: 100%;
	max-width: 100%;
	height: auto;
	padding: 18% 0 0 0;
	text-align: center;
}
.cloud {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.person {
	position: absolute;
	left: 22.5%;
	animation-name: person;
	animation-timing-function: linear;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
@keyframes person {
	0%   {top:400px;}
	50%  {top:400px; left: 460px;}
	100% {top:400px;}
  }
.rocket {
	position: absolute;
	left: 50%;
	animation-name: rocket;
	animation-timing-function: linear;
	animation-duration: 4s;
	animation-iteration-count: infinite;
  }
  
  @keyframes rocket {
	0%   {top:160px;}
	50%  {top:75px;}
	100% {top:160px;}
  }

.star3 {
	position: absolute;
	top: 15%;
	left: 20%;
}
.star4 {
	position: absolute;
	top: 5%;
	right: 8%;
}

/* .carrer_text h5{
	c
	font-size: 25px !important;
} */
.carrer_text h3{
	font-family: 'S-CoreDream-5Medium';
	font-size: 20px !important;
	color: #f1b100;
}
.carrer_text p{
	font-family: 'S-CoreDream-4Regular';
	font-size: 17px !important;
}
.character {
	background: url(../images/carrer/character_bg.png);
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	/* margin-top: 15%; */
	padding-bottom: 4%;
}
#character {
	padding-top: 3%;
}


.welfare_list {
	margin: 3% 0 0 2%;
	text-align: center;
}
.welfare_icon{
	text-align: center;
	/* margin-left: 15px; */
}
.welfare_text {
	margin-top: 16px;
	text-align: left;
}
.welfare_text h4{
	font-size: 20px;
	font-family: 'S-CoreDream-6Bold';
}
.welfare_text p {
	font-family: 'S-CoreDream-4Regular';
	font-size: 16px;
}
.welfare_text_2 {
	margin-top: 28px;
	text-align: left;
}
.welfare_text_2 h4{
	font-size: 20px;
	font-family: 'S-CoreDream-6Bold';
}
.welfare_text_2 p {
	font-family: 'S-CoreDream-4Regular';
	font-size: 16px;
}

.carrer_btn {
	width: 400px;
	padding: 15px 30px;
	text-align: center;
	background: #f1b100;
	border-radius: 15px;
	border: none;
	font-family: 'S-CoreDream-6Bold';
	font-size: 25px;
	margin: 10%;
}

.carrer_btn a {
	color: #fff;
}


.character_2 {
	margin-top: 5%;
	display: flex;
    flex-direction: row-reverse;
	/* background-color: #fcfceb; */
}
.character_1 {
	margin-top: 7%;
}
.character_3 {
	margin-top: 5%;
}

/* ==== 13) Footer ==== */



footer {
	font-family: 'S-CoreDream-3Light';
	background: #333;
	color: #fff;
}

footer a {
	display: inline-block;
	padding: 6px;
	color: #fff;
}

footer h4 {
	margin: 0;
}

.myway-icon-info {
	display: inline-block;
	position: relative;
	width: 36px;
	height: 36px;
	fill: #00a0dc;
}

.myway-icon-info:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ==== 13) Navigation ==== */

.navbar-default {
	background-color: #fff;
	padding: 5px 0px;
}

.navbar-default .navbar-collapse {
	border-color: #f8f8f8;
}

.navbar-fixed-top {
	position: fixed;
}

.navbar-brand {
	line-height: 0;
}

.nav li:first-child {
	display: none;
}

.nav a {
	color: #111;
}

.nav a:hover {
	color: #f1b100 !important;
}

.nav .active a {
	color: #f1b100 !important;
}
.navbar li {
	margin-top: 5px;
}

.navbar li a {
	font-size: 17px;
	text-align: center;
	padding: 20px 15px !important;
	font-family: 'S-CoreDream-4Regular';
	letter-spacing: 1px;
}

@media (max-width: 767px) {
	.navbar li a {
		padding: 10px 15px !important;
	}
}

.navbar a, .navbar .active a:hover, .navbar .active a:focus {
	background-color: transparent !important;
}

.navbar-brand {
	position: relative;
	padding: 10px 15px !important;
	height: auto;
	line-height: 0;
}

.navbar-brand img:nth-child(2) {
	position: absolute;
	top: 10px;
}

@media (max-width: 1024px) {
	.navbar-brand img:nth-child(1) {
		opacity: 0 !important;
	}
	.navbar-brand img:nth-child(2) {
		opacity: 1 !important;
	}
	.navbar-default {
		background-color: rgba(255, 255, 255, 0.95) !important;
	}
	.nav a {
		color: #111 !important;
	}
}

.navbar-toggle {
	margin-top: 13px;
	margin-bottom: 13px;
	border: 0px solid transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #111;
	width: 30px;
	height: 2px;
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

/* ==== 14) Carousels ==== */

@media not all, (-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-backface-visibility: initial;
		backface-visibility: initial;
	}
}

#carousel-intro .carousel-inner {
	overflow: inherit;
}

.carousel-control.left, .carousel-control.right {
	background-image: none;
	background: rgba(255, 255, 255, .3);
	opacity: 1;
	width: 10%;
	height: 10%;
	top: 45%;
	padding: 0;
	border: none;
	text-shadow: none;
	color: #111;
	z-index: 3;
}

.carousel-control.btn:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.carousel {
	opacity: 1;
}

.carousel .item {
	position: absolute;
	display: block !important;
	width: 100%;
	top: 0;
	left: 0 !important;
	opacity: 0;
	z-index: -1;
	-moz-transition: opacity ease-in-out .6s;
	-o-transition: opacity ease-in-out .6s;
	-webkit-transition: opacity ease-in-out .6s;
	transition: opacity ease-in-out .6s;
}

.carousel .item:first-child {
	position: relative;
	top: auto;
}

.carousel .item.active {
	opacity: 1;
	z-index: 0;
	-moz-transition: opacity ease-in-out .4s;
	-o-transition: opacity ease-in-out .4s;
	-webkit-transition: opacity ease-in-out .4s;
	transition: opacity ease-in-out .4s;
}




/* Responsive */

/* index.html */
@media (max-width: 1910px) {
	#clients .container-contact {
		width: 100%;
	}
}
@media (max-width: 1715px) {
	#services {
		margin-bottom: 60%;
	}
}
@media (max-width: 1200px) {
 	#intro {
		height: 700px !important;
	 }
	.about {
		width: 98.5%;
	}
	.deco {
		padding: 18% 0 0 0;
	}
	@keyframes person {
		0%   {top:0px;}
		50%  {top:0px; left: 50px;}
		100% {top:0px;}
	  }

	  
	  @keyframes rocket {
		0%   {top:0px;}
		50%  {top:-20px;}
		100% {top:0px;}
	  }
	
	.star3 {
		position: absolute;
		top: 5%;
		left: 8%;
	}
	.star4 {
		position: absolute;
		top: 0;
		right: 8%;
	}
	.modal-dialog_2 {
		width: 800px;
	}
	.modal-body1 {
		height: 400px;
	}
	.portfolio_menu {
		width: 100%;
	}
	.portfolio_content_box {
		padding: 0;
	}
	.ineer_title {
		height: 400px;
	}
	.img-container {
		width: 50%;
	}
	.portfolio_list {
		padding-top: 5%;
	}
	.ineer_title h3 {
		font-size: 22px;
		line-height: 34px;
	}
	td {
		font-size: 16px;
	}
}
/* @media (max-width: 1076px) {
	#services {
		margin-bottom: 15%;
	}
}
@media (max-width: 1058px) {
	#services {
		margin-bottom: 20%;
	}
}
@media (max-width: 1020px) {
	#services {
		margin-bottom: 25%;
	}
} */
@media (max-width: 1024px) {
	#intro {
		height: 700px !important;
	 }
	#myVideo {
		margin-top: 80px;
	}
	.float-content {
		top: 40%;
	}
	.img-container {
		width: 100%;
	}
	.portfolio_list {
		padding-top: 5%;
	}
}
/* @media (max-width: 994px) {
	#services {
		margin-bottom: 29%;
	}
} */
@media (max-width : 800px) {
	.modal-dialog_2 {
		width: 600px;
	}
	.modal-body1 {
		height: 305px;
	}
	.ineer_title {
		height: 305px;
	}
}
@media (max-width: 767px) {
	body {
		overflow-x: hidden;
	}
	#intro {
		height: 500px !important;
	 }
	.float-content {
		top: 60%;
	}
	.video_logo {
		max-width: 80%;
	}
	.about_text {
		padding-top: 22px;
	}
	.about_1 {
		height: 170px !important;
	}
	.about_2 {
		height: 170px !important;
	}
	.about_3 {
		height: 320px !important;
	}
	.about_4 {
		height: 390px !important;
	}
	#services {
		margin-bottom: 0;
	}
	.service {
		padding: 0;
	}
	.tab_img {
		height: 180px;
	}
	.service h3 {
		font-size: 20px;
	}
	.service h4 {
		font-size: 16px;
	}
	.container-fluid-service {
		height: auto;
	}
	.tabcontent {
		/* height: 700px; */
		/* border: 5px solid #efefef; */
		background-color: inherit;
	}
	.tabcontent div h3 {
		font-size: 18px;
	  }
	  .tabcontent div p {
		font-size: 15px;
		line-height: 27px;
	  }
	  .tabcontent div span {
		font-size: 15px;
		line-height: 30px;
	  }
	.tabcontent div {
		padding: 0;
	}
	.tabcontent_text {
		margin-top: 30px;
	}
	.notice_content {
		height: auto;
	}
	.notice_content div a {
		font-size: 18px;
	}
	.notice_content div p {
		font-size: 16px;
	}
	#map {
		width:100%;
	}
	.list_1 {
		margin-top: 5%;
	}

	/* notice.html */
	.table thead tr th {
		font-size: 16px !important;
	}
	.table tbody tr td {
		font-size: 14px !important;
	}

	/* carrer.html */
	.start {
		height: 600px;
	}
	.carrer_main h1 {
		font-size: 77px;
	}
	.carrer_main h1 span {
		font-size: 80px;
	}
	.carrer_main img {
		max-width: 100%;
		width: 400px;
	}
	.start p {
		font-size: 20px;
		/* letter-spacing: 5px; */
		padding: 7.5% 0;
		line-height: 38px;
	}
	.star1 {
		position: absolute;
		top: 20%;
		width: 200px;
		left: 4%;
	}
	.star2 {
		position: absolute;
		top: 13%;
		right: 0;
		width: 150px;
	}
	.deco {
		padding: 20% 0 0 0;
	}
	.person {
		width: 250px !important;
		left: 8%;
	}
	@keyframes person {
		0%   {top:70px;}
		50%  {top:70px; left: 100px;} 
		100% {top:70px;}
	  }
	.rocket {
		height: 400px;
	}
	@keyframes rocket {
		0%   {top:0px;}
		50%  {top:-50px;}
		100% {top:0px;}
	}
	.star3 {
		display: none;
	}
	.star4 {
		display: none;
	}
	.character_1 {
		width: 100%;
	}
	.character_2 {
		width: 100%;
		flex-direction: column;
	}
	.character_3 {
		width: 100%;
	}
	.carrer_img img {
		width: 300px;
	}
	.carrer_img_2 img {
		width: 250px;
	}
	.carrer_text p{
		font-family: 'S-CoreDream-4Regular';
		font-size: 15px !important;
	}
	.container-center_welfare {
		width: 80%;
	}
	.welfare_text {
		text-align: center !important;
		margin-bottom: 50px !important;
		width: 100%;
	}
	.welfare_list {
		width: 100%;
	}

	/* poerfolio.html */
	.portfolio_menu {
		padding: 0;
	}
	.img-container {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	.portfolio_list {
		padding-top: 5%;
	}
	.ineer_title h3 {
		font-size: 20px;
		line-height: 30px;
	}
	.modal-body1 {
		height: 400px;
	}
	td {
		font-size: 15px;
	}
}
@media (max-width: 689px) {
	.sec1_text h2{
		font-size: 50px;
		line-height: 60px;
	}
	.sec1_text p{
		font-size: 20px;
	}
	.carrer_btn {
		width: 400px;
		font-size: 18px;
		margin: 0;
	}
	.modal-dialog_2 {
		width: 400px;
	}
	.modal-body1 {
		height: 270px;
	}
	.ineer-content {
		width: 100%;
	}
	.ineer_title {
		display: none;
	}
	.modal-title {
		font-size: 16px;
	}
	.ineer_title h3 {
		font-size: 16px;
		line-height: 20px;
	}
	td {
		font-size: 13px;
	}
}
@media (max-width: 590px) {
	#intro {
		height: 400px !important;
	 }
	.video_logo {
		max-width: 50%;
	}
	.item_text {
		font-size: 16px !important;
		line-height: 30px;
	}
	.item_text span {
		font-size: 18px;
	}
	.item_text_2 {
		font-size: 16px !important;
		line-height: 30px;
	}
	.sec1_text p{
		font-size: 18px;
	}
	.client_list {
		padding-bottom: 30px;
	}
	.carrer_btn {
		width: 300px;
		font-size: 20px;
		margin: 0;
	}
}
@media (max-width: 500px) {
	body {
		overflow-x: hidden !important; 
	}
	#intro {
		height: 380px !important;
	}
	.about_text h3 {
		font-size: 28px;
	}
	.about_text p {
		font-size: 17px !important;
	}
	.about_vision p {
		font-size: 16px;
	}
	.sec2_text p {
		font-size: 16px;
		width: 90%;
		margin: 0 auto;
	}
	.service h4 {
		font-size: 14px;
	}
	.service h3 {
		display: none;
	}

	/* notice.html */
	.table thead tr th {
		font-size: 15px !important;
	}
	.notice_header h5 {
		font-size: 15px !important;
	}
	.carrer_btn {
		width: 280px;
		font-size: 18px;
		margin: 0;
	}
}
@media (max-width: 450px) {
	#intro {
		height: 350px !important;
	}
	.sec1_text p{
		font-size: 20px;
		line-height: 30px;
	}
	.notice_header p {
		display: none;
	}
	.client_list {
		padding-bottom: 50px;
	}
	.about_4 {
		height: 380px !important;
	}
	.carrer_btn {
		width: 300px;
		font-size: 18px;
		margin: 0;
	}
	.start {
		height: 480px;
	}
	.carrer_main {
		width: 90%;
		margin: 0 auto;
	}
	.carrer_main h1 {
		font-size: 50px;
	}
	.carrer_main h1 span {
		font-size: 53px;
	}
	.carrer_main img {
		max-width: 100%;
		width: 250px;
	}
	.start p {
		font-size: 16px;
		/* letter-spacing: 5px; */
		padding: 9% 0;
		line-height: 30px;
	}
	.star1 {
		position: absolute;
		top: 20%;
		width: 150px;
		left: 4%;
	}
	.star2 {
		position: absolute;
		top: 13%;
		right: 0;
		width: 100px;
	}
	.deco {
		padding: 18% 0 0 0;
	}
	.person {
		width: 150px !important;
		left: 8%;
	}
	@keyframes person {
		0%   {top:20px;}
		50%  {top:20px; left: 70px;} 
		100% {top:20px;}
	  }
	.rocket {
		height: 250px;
	}
	@keyframes rocket {
		0%   {top:-30px;}
		50%  {top:-80px;}
		100% {top:-30px;}
	}
	#character {
		padding-top: 10%;
	}
	.modal-dialog_2 {
		width: 370px;
	}
	.modal-body1 {
		height: 248px;
	}
	figcaption h2 {
		font-size: 16px !important;
	}
	
}
@media (max-width: 380px) {
	#intro {
		height: 330px !important;
	}
	.item_text {
		font-size: 14px !important;
		line-height: 20px;
	}
	.item_text span {
		font-size: 16px;
	}
	.item_text_2 {
		font-size: 14px !important;
		line-height: 20px;
	}
	.about_1 {
		width: 100%;
	}
	.about_2 {
		width: 100%;
	}
	.about_3 {
		width: 100%;
		height:350px !important;
	}
	.about_4 {
		width: 100%;
		height: 400px !important;
	}
	.carrer_btn {
		width: 230px;
		font-size: 18px;
		margin: 0;
	}
	.modal-dialog_2 {
		width: 300px;
	}
	.modal-body1 {
		height: 200px;
	}
}


@media (max-width: 350px) {

	.start p {
		font-size: 15px;
	}
}