@media (max-width: 1199px) {
	.word-set li {
		width: 130px;
	}
}

@media screen and (max-width: 991px){
	.mobile-menu-open {
	    position: absolute;
	    right: 0px;	
	    font-size: 28px;
	    z-index: 1;
	    color: #fff;
	}
	header {	    
	    padding: 0;
	}
	header ul.navbar-nav li{
		margin-left: 20px;
	}
	header ul.navbar-nav li+li{
		margin-top: 20px;
	}
	header .navbar-expand-lg .navbar-nav .nav-link{
		margin:0;
		display: inline-block;
	}
	.navbar {
	    padding: 8px 0!important;
	}
	.banner-content h1 {
	    font-size: 22px;
	}
	a.dropdown-item{
		padding: 10px 0px 0px 10px!important;
	}
	.sidenav {
	  height: 100%;
	  width: 100%;
	  max-width: 300px;
	  position: fixed;
	  z-index: 99999999;
	  top: 0;
	  left: -100%;
	  background-color: #2d2f34;
      box-shadow: 0px 0px 20px #00000029;
	  overflow-x: hidden;
	  transition: 0.5s;
	  padding-top: 60px;
	}
	.icon-menu{
	    position: absolute;
	    right: 0;
	}
	.board-title {
    	font-size: 36px;
    	line-height: 44px; 
   	}

	header .nav-item.dropdown .down_arrow {
		position: absolute;
		right: 0;
		top: 0;
	}
	
	    
    header .menu-item-has-children:before {
        right: 0;
        top: 0;
    }
    header .menu-item-has-children .sub-menu {
        margin-top: 15px;
    }
    header .menu-item-has-children .sub-menu a {
        margin: 0 0 10px !important;;
    }
	
	
}
@media screen and (max-width: 767px){
	section{
	    padding:40px 0!important;
	    overflow-y: hidden;
	}
	h2{
		font-size: 26px;
		line-height: 40px;
	}
	.banner-img{
		height: 500px;
		object-fit: cover;
	}
	.global-sec h2{
		font-size: 22px;
    	line-height: 34px;
	}
	.global-img{
		height: 250px;
		object-fit: cover;
	}
	.specific-title {
	    font-size: 40px;
	}
	.service-title{
		padding: 20px;
	}
	.service-title h2 {
	    line-height: 30px;
	    font-size: 20px;
	}
	.service-title span{
		font-size: 14px;
	}
	.title-box img {
	    height: 300px;
	}

	.word-set li {
		width: 114px;
	}
}
@media(min-width: 992px){
	img.qm-ico {
	    position: absolute;
	    bottom: 0;
	    left: 0;
	}
	.mission-ico{
	    position: absolute;
	    right: 0;
	    bottom: 30px;
	    max-width:300px;
	}
	.mission,.vision{
	    padding-left: 66px;
	}
	a.nav-link.active:before {
	    content: "";
	    height: 1px;
	    width: 100%;
	    background: #fff;
	    position: absolute;
	    left: 0;
	    bottom: -4px;
	}
	.form-img {
	    position: absolute;
	    left: 0;
	    top:0;
	    height: 100%;
	    width: 100%;
	    max-width: 50%;
	    filter: grayscale(100%);
	}
	.round-shape {
	    position: absolute;
	    max-width: 300px;
	    right: 0;
	    top: -30px;
	}
	
	header .menu-item-has-children .sub-menu {
        display: none;
        background: #2d2f34;
        position: absolute;
        padding: 0;
        min-width: 220px;
        max-width: 220px;
        border: none!important;
        padding-top: 10px;
        border-radius: .25rem;
        z-index: 999;
    }
}

@media (min-width: 320px) {
	.word-set li {
		text-align: center;
	}
	.word-set li .letter-box {
		margin: 0 auto;
	}
}

@media (min-width: 1200px) {

	.word-set {
		display: flex;
	}
	.word-set li {
		display: block;
		flex: 0 auto;
		margin-left: 30px;
		width: auto;
		text-align: center;
	}
	.word-set li .letter-box {
		margin: 0 auto;
	}

}

@media (min-width: 320px) {
    .word-set li {
        text-align: center;
    }
	.word-set li .letter-box {
		margin: 0 auto;
	}
}