﻿:root{
    --font: 'Inter', sans-serif;
    --fontcolor: #252525;
}
html{
	width:100%;
	height:100%;
}
body{
	font-family: var(--font);
	color: var(--fontcolor);
	font-weight:400;
	font-size:1em;
	margin:0;
	padding:0;
	line-height:1.7;
  	-ms-text-size-adjust:100%;
  	-webkit-text-size-adjust:100%;
  	-webkit-font-smoothing:antialiased;
  	-moz-osx-font-smoothing:grayscale;
  	text-rendering:optimizeLegibility;
	
}
input,
textarea{
	font-family: var(--font);
	color: var(--fontcolor);
	font-weight:400;
	line-height:1.6;
	letter-spacing:0.01em;
  	-ms-text-size-adjust:100%;
  	-webkit-text-size-adjust:100%;
  	-webkit-font-smoothing:antialiased;
  	-moz-osx-font-smoothing:grayscale;
  	text-rendering:optimizeLegibility;
    resize: vertical;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
p{
	margin:0;
	padding:0;
}
h1{
	font-family: var(--font);
	font-weight:700;
    font-size: 3em;
	letter-spacing:0.01em;
    padding: 0;
    margin: 0 0 0.8em 0;
    line-height: 1.2;
}
h3{
	font-family: var(--font);
	font-weight:700;
    font-size: 2.2em;
    line-height: 1.2;
	letter-spacing:0.01em;
    padding: 0;
    margin: 0 0 0.8em 0;
}
h4{
	font-family: var(--font);
	font-size:1.6em;
	font-weight:700;
	line-height:1.2;
	padding:0;
	margin:0;
	letter-spacing:0.01em;
}


#clear{
	clear:both;
}

.white-btn-input{
	width:auto;
	min-width: 120px;
	font-family: var(--font);
	font-weight:600;
	font-size:0.85em;
	letter-spacing:0.03em;
	text-decoration:none;
	color:#fff;
	padding:0.5em 1.8em 0.5em 1.8em;
	border:#fff 1px solid;
	background:none;
	border-radius:0px;
	cursor:pointer;
	-webkit-transition:color 0.4s ease-in-out;
	transition:color 0.4s ease-in-out
}
.black-btn-input,
#form input.black-btn-input{
	width:auto;
	min-width: 120px;
	font-family: var(--font);
	font-weight:600;
	font-size:0.85em;
	letter-spacing:0.03em;
	text-decoration:none;
	color:#252525;
	padding:0.5em 1.8em 0.5em 1.8em;
	border:#444 1px solid;
	background:none;
	border-radius:0px;
	cursor:pointer;
	-webkit-transition:color 0.4s ease-in-out;
	transition:color 0.4s ease-in-out
}
.white-btn-input:focus,
.black-btn-input:focus{
    outline: none;
}
.btn-2em-top{
	margin-top:2em;
}
.white-btn,
.black-btn,
.black-btn-dl,
.black-btn-productinfo{
	position:relative;
}
.white-btn:after{
	content:'';
	position:absolute;
	bottom:-0.5em;
	left:0;
	top:10px;
	width:30px;
	height:1px;
	background-color:#fff;
	-webkit-transform:translateX(-50px);
	transform:translateX(-50px);
	opacity:0;
	-webkit-transition:opacity 0.6s ease,-webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.6s ease,-webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.6s ease,transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.6s ease,transform 0.4s cubic-bezier(0.77, 0, 0.175, 1),-webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1)
}
.black-btn:after{
	content:'';
	position:absolute;
	bottom:-0.5em;
	left:0;
	top:10px;
	width:30px;
	height:1px;
	background-color:#333;
	-webkit-transform:translateX(-50px);
	transform:translateX(-50px);
	opacity:0;
	-webkit-transition:opacity 0.6s ease,-webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.6s ease,-webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.6s ease,transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.6s ease,transform 0.4s cubic-bezier(0.77, 0, 0.175, 1),-webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1)
}
.white-btn:hover:after, .black-btn:hover:after{
	-webkit-transform:translateX(-29px);
	transform:translateX(-29px);
	opacity:1;
	-webkit-transition:opacity 0.6s ease,-webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.6s ease,-webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.6s ease,transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.6s ease,transform 0.4s cubic-bezier(0.77, 0, 0.175, 1),-webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1)
}
.black-btn-productinfo:after{
	content:'';
	position:absolute;
	bottom:-0.5em;
	left:0;
	top:35px;
	width:30px;
	height:1px;
	background-color:#333;
	-webkit-transform:translateX(30px);
	transform:translateX(30px);
	opacity:0;
	-webkit-transition:opacity 0.6s ease,-webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.6s ease,-webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.6s ease,transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.6s ease,transform 0.4s cubic-bezier(0.77, 0, 0.175, 1),-webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1)
}
.black-btn-productinfo:hover:after{
	-webkit-transform:translateX(60px);
	transform:translateX(60px);
	opacity:1;
	-webkit-transition:opacity 0.6s ease,-webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.6s ease,-webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.6s ease,transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.6s ease,transform 0.4s cubic-bezier(0.77, 0, 0.175, 1),-webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1)
}


header{
	width:100%;
	height:60px;
    position:fixed;
    top:0;
    transition: all 0.3s ease-in-out, background 0.6s ease-out;
    
	z-index:2000;
}
.menu-close {	
	-moz-transform: translateY(-100%);
   	-ms-transform: translateY(-100%);
   	-webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.menu-bg{
    border-bottom: #ddd 1px solid;
    background: rgba(255,255,255,0.97);
    transition-delay: 0s;
}

#m-menu-btn{
    display: none;
    z-index:2000;
}
#menu-container{
	display:none;
}
#header-container{
	width:85%;
    max-width: 1600px;
	min-width:700px;
	margin:auto;
    position: relative;
}
#header-container img{
	position:absolute;
	height:50px;
	border:0;
	margin:5px 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
nav{
	display:inherit;
	margin:auto;
	width:65%;
    min-width: 600px;
    padding-left: 0px;
    padding-top: 17px;
}

.header-nav>ul,
.header-nav2>ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	list-style-type:none;
	padding:0;
	margin:0;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.header-nav>ul>li>a,
.header-signin>a{
	position:relative;
	padding:0.5em 0;
	color:#fff;
	font-weight:400;
	font-size:0.93em;
	letter-spacing:0.04em;
	text-decoration:none;
	line-height:inherit;
	-webkit-transition:color 0.4s ease;
	transition:color 0.4s ease;
}
.header-nav2>ul>li>a,
.header-signin2>a{
	position:relative;
	padding:0.5em 0;
	color: var(--fontcolor);
	font-weight:400;
	font-size:0.93em;
	letter-spacing:0.04em;
	text-decoration:none;
	line-height:inherit;
	-webkit-transition:color 0.4s ease;
	transition:color 0.4s ease;
}
.header-nav>ul>li>a:hover,
.header-nav>ul>li>a.is-active,
.header-nav>ul>li>a:focus,

.header-signin>a:hover,
.header-signin>a.is-active,
.header-signin>a:focus{
	color:#fff;

}
.header-nav2>ul>li>a:hover,
.header-nav2>ul>li>a.is-active,
.header-nav2>ul>li>a:focus,

.header-signin2>a:hover,
.header-signin2>a.is-active,
.header-signin2>a:focus{
	color: var(--fontcolor);

}
.header-nav>ul>li>a:active,
.header-signin>a:active{
	color:#fff
}
.header-nav2>ul>li>a:active,
.header-signin2>a:active{
	color: var(--fontcolor);
}

.header-nav>ul>li>a:after,
.header-signin>a:after{
	content:'';
	position:absolute;
	bottom:-0.5em;
	left:0;
	top:29px;
	width:1.5em;
	height:1px;
	background-color:#fff;
	-webkit-transform:translateX(-108%);
	transform:translateX(-108%);
	opacity:0;
	-webkit-transition:opacity 0.6s ease, -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.6s ease, transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.header-nav2>ul>li>a:after,
.header-signin2>a:after{
	content:'';
	position:absolute;
	bottom:-0.5em;
	left:0;
	top:29px;
	width:1.5em;
	height:1px;
	background-color:#252525;
	-webkit-transform:translateX(-108%);
	transform:translateX(-108%);
	opacity:0;
	-webkit-transition:opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.4s ease, transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.header-nav>ul>li>a.is-active:after, .header-nav>ul>li>a:hover:after,
.header-nav2>ul>li>a.is-active:after, .header-nav2>ul>li>a:hover:after,

.header-signin>a.is-active:after, .header-signin>a:hover:after,
.header-signin2>a.is-active:after, .header-signin2>a:hover:after{
	-webkit-transform:translateX(0);
	transform:translateX(0);opacity:1;
	-webkit-transition:opacity 0.4s ease,-webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.4s ease, transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.header-signin,
.header-signin2{
    position: absolute;
    top: 17px;
    right: 50px;
}

.search-btn{
    position: absolute;
    right:0;
    top:5px;
    width: 34px;
    height: 50px;
    cursor:pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.search {
    position: relative;
    width: 20px;
    margin: 0;
    padding: 15px 0px 10px 9px;
    text-align: center;
}
.search__circle {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 12px;
	-webkit-transition:border-color 0.4s ease;
	transition:border-color 0.4s ease;
}
.search__rectangle {
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border: 1px solid #fff;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
	-webkit-transition:border-color 0.4s ease;
	transition:border-color 0.4s ease;
}

.search-container{
	width:100%;
    height: 40%;
    min-height: 200px;
	position:fixed;
	text-align:center;
	top:0;
	left:0;
	z-index:2200;
	background:rgba(0,0,0,0.92);
	-webkit-transform:translateY(-100%);
	transform:translateY(-100%);
	opacity:0;
	-webkit-transition:opacity 0.6s ease,-webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.6s ease,-webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.6s ease,transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.search-active{
	-webkit-transform:translateY(0%);
	transform:translateY(0%);
	opacity:1;
	-webkit-transition:opacity 0.6s ease,-webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.6s ease,-webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.4s ease,transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.search-container>h3{
	margin-top:3.4em;
	color:#fff;
}
.search-container input.search-input{
	width:35%;
    max-width: 500px;
	margin-top:0em;
	color:#fff;
	background:none;
	outline: none;
	font-family: var(--font);
	font-weight:400;
    line-height: 1.6;
	font-size:1.3em;
	border:none;
	border-bottom:#999 1px solid;
	border-radius:0;
	padding:0 0.25em;
}
.search-container>span{
	color:#777;
	font-size:0.8em;
	letter-spacing:0.1em;
}

#search-input{
	display:none;
}


#search-btn-container{
	width:100%;
	margin:auto;
	position:relative;
}

#search-close-btn{
    display:block;
    width: 25px;
    height:33px;
    position: absolute;
    top:0;
    right:0;
    margin: 10px 16px 0 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#search-close-btn span{
    display: block;
    position: absolute;
    width: 100%;
    background: #fff;
    height: 2px;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    margin-top:16px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
#search-close-btn span:nth-child(1) {
    top: 0px;
}
#search-close-btn span:nth-child(2),#search-close-btn span:nth-child(3){
    top: 0px;
}
#search-close-btn span:nth-child(4){
    top: 10px;
}
#search-close-btn.open span:nth-child(1){
    top: 5px;
    width: 0%;
    left: 50%;
}
#search-close-btn.open span:nth-child(2){
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#search-close-btn.open span:nth-child(3){
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
  #search-close-btn.open span:nth-child(4){
    top: 5px;
    width: 0%;
    left: 50%;
}

#search-results{ 
	width: calc(35% - 1em);
	margin:auto;
	margin-top:1em;
	color:#fff;
	background:rgba(0,0,0,0.90);
	outline: none;
	text-align:left;
	line-height:1.2;
	border:none;
	padding:0.3em 1em;
}
#search-results ul{
	list-style-type:none;
	padding:0;
}
#search-results li{
	border-bottom:#555 1px solid;
	padding:8px 0px 6px 0px;
	padding-left:4px;
}
#search-results a:link,
#search-results a:visited{
	color:#fff;
	text-decoration:none;
}
#search-results a:hover,
#search-results a:active{
	color:#D80000;
	text-decoration:none;
}
.suggest-model{
	display:block;
	font-size:1.1em;
    font-weight: 700;
}
.suggest-type{
    font-size: 0.9em;
}
#suggest-more,
#no_result{
	text-align:center;
	width:100%;
	padding:10px 0px;
}

#banner-container-pic{

    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
#banner-index-content h1{
	margin-bottom: 0.4em;
}
#banner-index-content h3{
	margin: 0;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.4
}
#banner-container{
    width: 100%;
    position: relative;
    overflow: hidden;
}
#video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,0.3) 100%);
    z-index: 1;
}
#banner-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#banner-video-desc,
#subbanner-container{
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.subbanner{ 
	height:450px;
}
.subbanner h1,
.subbanner-misc h1{ 
    margin-top: 30px;
    font-weight: 600;
    color: #fff;
    width: 95%;
}
.subbanner-misc{
	background:#151515;
	height:450px;
}
.banner-index{ 
	background:url(../webp/banner-indexdhcwnt.webp) center center no-repeat;
	background-size:cover;
	
	background-color:#151515;
}
.banner-product{ 
	background:url(../webp/banner-productsojr2cm.webp) center center no-repeat #151515;
	background-size:cover;
	
	background-color:#151515;
}
.banner-support{ 
	background:url(../webp/banner-support0w1gtl.webp) center center no-repeat #151515;
	background-size:cover;
	
	background-color:#151515;
}
.banner-about{ 
	background:url(../webp/banner-about7g95fr.webp) center center no-repeat #151515;
	background-size:cover;
	
	background-color:#151515;
}
.banner-contact{ 
	background:url(../webp/banner-contactjb6wnw.webp) center center no-repeat #151515;
	background-size:cover;
	
	background-color:#151515;
}
.banner-career{ 
	background:url(../webp/banner-careeryxa43p.webp) center center no-repeat #151515;
	background-size:cover;
	
	background-color:#151515;
}
.banner-solution{ 
	background:url(../webp/banner-solutionap55ac.webp) center center no-repeat #151515;
	background-size:cover;
	background-color:#151515;
}
.banner-ai-solution { 
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.55) 50%,
            rgba(0, 0, 0, 0) 100%
        ),
        url("../webp/ai-solutions7fiu1z.webp")
        center center / cover no-repeat;
    background-color: #151515;
}

#banner-video-desc-content{
    max-width: 900px;
    padding: 0 1em;
    margin: auto;
    color: #fff;
}
.hr-center{
	height:2px;
	width:5em;
    margin:1.8em auto;
	background:#444;
	border:0;
}
#index-intro-container,
#contact-form-container,
#support-download-container{
	padding:5em 0;
}
#index-intro,
#index-enquiry,
#index-solution,
#contact-form,
#contact-complaint,
#about-intro,
#about-mission,
#support-tech,
#support-download{
	width:65%;
	margin:auto;
	text-align:center;
	min-width:700px;
    max-width: 1600px;
}
#index-enquiry-container,
#index-solution-container{
	background:#f8f6f7;
	padding:5em 0;
}
#index-vendors-container{
	padding:5em 0;
}
#index-vendors{
	width:90%;
	margin:auto;
	min-width:700px;
    max-width: 1600px;
}
#index-vendors-items{ 
	width:12.5%;
	float:left;
	text-align:center;
}
#index-vendors-items img{
	height:40px;
	opacity:1;
	border:0;
}
#index-vendors-block{
	display:none;
}
#index-solution-container2{
	width:100%;
	padding:7em 0;
	text-align:center;
	background:url(../webp/banner-solutionap55ac.webp) center center no-repeat;
	background-size:cover;
}
#index-solution-container2 h3,
#index-solution-container2 {
	color:#fff;
}
#index-solution-container2 h3{
	margin: 0;
}

#index-solution-container-colorvu{
	width:100%;
	padding-top: 40.88%; 
	background:url("../webp/colorvu3ya7fp2.webp") center center no-repeat;
	background-size:cover;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
#index-solution-container-colorvu > * {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
#index-solution-container-colorvu input{
	background: rgba(255,255,255,0.15);
}
#index-solution-container-colorvu input:hover{
	background: rgba(255,255,255,0.25);
}
#index-solution-container-colorvu h3,
#index-solution-container-colorvu {
	color:#fff;
}
#index-solution-container-colorvu h3{
	margin: 0;
}

#index-seagate{
	width:100%;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.6) 0, rgba(0,0,0,0) 80px),
	url('../webp/seagate-bghhcumm.webp'); 
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.seagate-inner{
	width: 72%;
	height: 17em;
	max-width: 1200px;
	margin: auto;
	position: relative;
	color: #fff;
	box-sizing: border-box;
}
.seagate-inner input{
	position: absolute;
	bottom: 3em;
	left: calc(50% - 70px);
	transition: 0.2s;
	background: rgba(255,255,255,0.18);
}
.seagate-inner input:hover{
	background:rgba(18,159,218,0.18);
	border: #129fda 1px solid;
}
.seagate-img{
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
}
.seagate-inner img.hdd,
.seagate-inner img.hdd-small{
	position: absolute;
	right: 0;
	top: -1.8em;
	width: 300px;
}
.seagate-inner img.title{
	position: absolute;
	left: 0;
	top: calc(50% - 16px);
	width: 50%;
}
.seagate-img img.seagate{
	height: 72px;
}
.seagate-img img.skyhawk{
	height: 28px;
	margin-left: 1.5em
}
.seagate-info{
	width: 72%;
	max-width: 1200px;
	margin: auto;
	display: none;
	color: #fff;
	padding-bottom: 1em
}
.seagate-info>div{
	display: flex;
	align-items: flex-start;
	margin-bottom: 1em
}
.seagate-info>div img.title{
	width: 180px;
	margin-right: 0.5em;
	margin-top: 40px
}
.seagate-info>div div.items{
	display: flex;
	flex-wrap: wrap;
	
}
.seagate-info>div div.items img{
	width: 140px;
	margin: 0.2em;
}


#index-img-block-container{
	width:100%;
}
#index-img-block-container a{
	text-decoration:none;
	font-size:0.95em;
	letter-spacing:0.04em;
	color:#ccc;
	padding-top:0.2em;
}
#index-img-block-1{
	width:65%;
	float:left;
    overflow: hidden;
    position: relative;
}
#index-img-block-2{
	width:35%;
	float:left;
    overflow: hidden;
    position: relative;
}
#index-img-block-3{
	width:45%;
	float:left;
    overflow: hidden;
    position: relative;
}
#index-img-block-4{
	width:55%;
	float:left;
    overflow: hidden;
    position: relative;
}

#index-img-block-1 > div.img-block,
#index-img-block-2 > div.img-block,
#index-img-block-3 > div.img-block,
#index-img-block-4 > div.img-block{
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	background-size:cover;
    -moz-transition: all 3.5s ease;
    -webkit-transition: all 3.5s ease;
    transition: all 3.5s ease;
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
	z-index:-1;
}
#index-img-block-1:hover > div.img-block,
#index-img-block-2:hover > div.img-block,
#index-img-block-3:hover > div.img-block,
#index-img-block-4:hover > div.img-block{
    -moz-transform: scale(1.12);
    -webkit-transform: scale(1.12);
    transform: scale(1.12);	
}
.img-block-1{
	background:url(../webp/banner-productsojr2cm.webp) center center no-repeat #454545;
}
.img-block-2{
background:url(../webp/banner-support0w1gtl.webp) center center no-repeat #454545;
}
.img-block-3{
	background:url(../webp/banner-about7g95fr.webp) center center no-repeat #454545;
}
.img-block-4{
	background:url(../webp/banner-contactjb6wnw.webp) center center no-repeat #454545;
}

#index-ib-title-1,
#index-ib-title-2,
#index-ib-title-3,
#index-ib-title-4{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
#index-ib-title-1 h3,
#index-ib-title-2 h3,
#index-ib-title-3 h3,
#index-ib-title-4 h3{
	font-size:1.4em;
    margin: 0;
}
.index-img-btn{
	position:relative;
}
.index-img-btn:after{
	content:'';
	position:absolute;
	bottom:-0em;
	left:0;
	top:9px;
	width:20px;
	height:1px;
	background-color:#ccc;
	-webkit-transform:translateX(-40px);
	transform:translateX(-40px);
	opacity:0;
	-webkit-transition:opacity 0.6s ease,-webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.6s ease,-webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.6s ease,transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.6s ease,transform 0.4s cubic-bezier(0.77, 0, 0.175, 1),-webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1)
}
#index-img-block-1:hover .index-img-btn:after,
#index-img-block-2:hover .index-img-btn:after,
#index-img-block-3:hover .index-img-btn:after,
#index-img-block-4:hover .index-img-btn:after{
	-webkit-transform:translateX(-28px);
	transform:translateX(-28px);
	opacity:1;
	-webkit-transition:opacity 0.6s ease,-webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.6s ease,-webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.6s ease,transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.6s ease,transform 0.4s cubic-bezier(0.77, 0, 0.175, 1),-webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1)
}
.index-interactive{
	padding-top: 5em;
	padding-bottom: 1em;
	background:url("../jpg/interactive-bg5cakun.jpg");
	background-size: 100% 100%;
}
.index-interactive-bg{
	background:url("../webp/interacetivex254dp.webp") center center no-repeat;
	background-size: cover;
	height: 44.1vw;
}
.index-reyee{
	background:url("../jpg/reyeemexgp1.jpg") center center no-repeat;
	background-size: cover;
	min-height: 25vw;
	display: flex;
	color: #fff;
	justify-content: center;
	align-items: center;
}
.index-reyee img{
	height: 3em;
  -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .4));
  filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .4));
  
}
.index-ai-solution{
	background:url("../webp/ai-solutions7fiu1z.webp") center center no-repeat;
	background-size: cover;
	min-height: 32vw;
	display: flex;
	color: #fff;
	justify-content: center;
	align-items: center;
}

@media (max-width: 800px){
	.index-interactive{
		background:url("../jpg/interactive-bg5cakun.jpg") 55% top;
		background-size: 150% 100%;
	}
	.index-interactive-bg{
		background:url("../webp/interacetivex254dp.webp") 55% top no-repeat;
		background-size: 150%;
		height: 65vw;
	}
	.index-reyee{
		background:url("../jpg/reyeemexgp1.jpg") center center no-repeat;
		background-size: cover;
		height: 60vw;
	}
	.index-reyee img{
		height: 2.5em;
	}
	.index-ai-solution{
		background:url("../webp/ai-solutions7fiu1z.webp") center center no-repeat;
		background-size: cover;
		height: 60vw;
	}
}


footer{
	width:100%;
	background:#151515;
	padding:4em 0 2.5em 0;
}
#footer-container{
	width:85%;
	min-width:700px;
    max-width: 1600px;
	margin:auto;
    text-align: center;
    color: #fff;
    position: relative;
}
#footer-container p.footer-title{
	font-weight:700;
	font-size:1.05em;
	letter-spacing:0.03em;
	text-decoration:none;
    width: auto;
    margin: auto;
}
#footer-left{
	width:22%;
    max-width: 300px;
    position: absolute;
    top: 0;
}
#footer-right{
	width:18%;
    min-width: 190px;
    max-width: 210px;
	position: absolute;
	text-align:right;
    right: 0;
    top: 0;
}


.footer-nav{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	list-style-type:none;
	padding:0;
	margin:0;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.footer-facebook{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	list-style-type:none;
	padding:0;
	margin:0;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	text-align:right;
}
.footer-nav>li>a, .footer-followus, .footer-facebook>li>a{
	position:relative;
	padding:0.5em 0;
	color:#fff;
	font-weight:600;
	font-size:0.8em;
	letter-spacing:0.05em;
	text-decoration:none;
	line-height:inherit;
	-webkit-transition:color 0.4s ease-in-out;
	transition:color 0.4s ease-in-out
}
.footer-nav>li>a:hover, .footer-nav>li>a.is-active, .footer-nav>li>a:focus, .footer-facebook>li>a:hover{
	color:#fff;
}
.footer-nav>li>a:active,
.footer-facebook>li>a:active{
	color:#fff
}
.social-ico {
    fill: #fff;
	height: 28px;
	width: 28px;
	transition: fill 0.2s;
}
.social-ico:hover{
	fill: #ccc;
}
.footer-nav>li>a:after{
	content:'';
	position:absolute;
	bottom:-0.5em;
	left:0;
	top:22px;
	width:1.5em;
	height:1px;
	background-color:#fff;
	-webkit-transform:translateX(-108%);
	transform:translateX(-108%);
	opacity:0;
	-webkit-transition:opacity 0.6s ease,-webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.6s ease,-webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.6s ease,transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.6s ease,transform 0.4s cubic-bezier(0.77, 0, 0.175, 1),-webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1)
}
.footer-nav>li>a.is-active:after, .footer-nav>li>a:hover:after{
	-webkit-transform:translateX(0);
	transform:translateX(0);opacity:1;
	-webkit-transition:opacity 0.6s ease,-webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.6s ease,-webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.6s ease,transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:opacity 0.6s ease,transform 0.4s cubic-bezier(0.77, 0, 0.175, 1),-webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1)
}
#footer-copyright{
	width:100%;
	text-align:center;
	color:#eee;
	font-size:0.75em;
	font-weight:400;
	letter-spacing:0.03em;
	display:block;
}
#footer-copyright-img{
	width:90px;
	height:50px;
	margin:auto;
	margin-top:70px;
	margin-bottom:5px;
	background:url(../svg/aac-logo-greygb4t7x.svg) no-repeat;
	text-align:center;
}
#footer-copyright-img img{
	height:50px;
}


#terms-privacy--container{
	padding:5em 0;
	background:#f8f6f7;
}
#terms-privacy{
	width:60%;
	margin:auto;
}
#terms-privacy h4{
	margin-bottom:0.5em;
	font-weight:600 !important;
	line-height:1.3;
}
#terms-privacy p{
	margin-bottom:2.2em;
}


#product-content-contanier{ 
	width:100%;
	padding-top:60px;
	min-height:200px;
}
#product-content{
	width:85%;
	margin:auto;
	min-width:700px;
	max-width:1600px;
}
    .wrapper-sticky{
        display: none;
    }
#product-navi-container{
	width:250px;
	position:relative;
	float:left;
	display:block;
	border-right:#ccc 1px solid;
}

#product-navi{

}
#product-navi ul{
	list-style:none;
	padding:20px 15px;
	margin-right:1em;
	margin-top:0;
	margin-bottom:0;
	border-bottom:#ccc 1px solid;
}
#product-navi li.pnavi--category-title{
	letter-spacing:0.02em;
	font-weight:700;
	padding-bottom:0.6em;
}
#product-navi li.pnavi--category{
	font-size:0.85em;
	line-height: 1.8
}
#product-navi a:link,
#product-navi a:visited{
	color: var(--fontcolor);
	text-decoration:none;
}
#product-navi a:hover{
	color:#D80000;
}
#product-navi a.product-list-active{
	color:#D80000;
	text-decoration:none;
}

#product-item-container{ 
    margin-left: 250px;
	border-left:#ccc 1px solid;
	
}
#product-item-container h3{
    width: 95%;
    margin: 0 auto;
    text-align: center;
	font-family: var(--font);
	font-size:1.7em;
	font-weight:700;
	line-height:1.3;
	padding:1.3em 0;
	letter-spacing:0.02em;
}
#product-item-container h1{
    width: 95%;
    margin: 0 auto;
    text-align: center;
	font-family: var(--font);
	font-size:1.7em;
	font-weight:700;
	line-height:1.3;
	padding:1.3em 0;
	letter-spacing:0.02em;
}
#product-item-container a:link,
#product-item-container a:visited{
	color: var(--fontcolor);
}
#product-item-container a:hover{
	color:#D80000;
}
.solution-content{
	width: 93%;
	margin: auto;
	padding-bottom: 2em;
	font-size: 0.95em;
	line-height: 1.5
}
.solution-content hr{
	border: none;
	height: 1px;
	background: #ccc
}
.solution-content h4{
	font-size: 1.3em;
	text-transform: none;
	letter-spacing: 0.01em;
	margin: 1em 0 0.6em 0;
}
.solution-content #split{
	display: flex;
	justify-content: space-between;
}
.solution-content #split div,
.solution-content #split2 div{
	width: 49%;
	box-sizing: border-box;
}
.solution-content #split2 div:nth-child(1){
	float: right;
}
.solution-content #split2 div:nth-child(2){
	float: left;
}
.solution-content .clear{
	clear: both;
}
.solution-content img{
	margin: 0.6em 0;
}
.solution-content ul{
	margin: 0;
	margin-left: -15px;
}
#product-items{ 
	width:31.1%;
	min-height:310px;
	padding-top:30px;
	padding-left:1%;
	padding-right:1%;
	float:left;
	position:relative;
	border-right:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	text-align:center;
}
#product-items-admin{
    width: 100%;
	min-height:310px;
	padding-top:30px;
	float:left;
	position:relative;

	text-align:center;
}
#product-items img,
#product-items-admin img{
	width: 80%;
	max-width:270px;
	border:none;
}
#product-items p,
#product-items-admin p{
	font-size:0.85em;
	line-height:1.5;
	color: var(--fontcolor);
}
#product-items h2,
#product-items-admin h2{
	font-size:1.2em;
	font-weight:700;
	line-height:1.3;
	padding:0.3em 0;
	margin:0;
	letter-spacing:0em;
}
.no-items{ 
	padding-top:5em;
	text-align:center;
}
#productinfo-model-container{ 
	border-bottom:#ccc 1px solid;
	min-height:390px;
	position:relative;
}
#productinfo-model{ 
	padding:10px 0px 0px 40px;
	position:relative;
	text-align:left;
}

#productinfo-model h1{
	font-size:1.9em;
	font-weight:700;
	line-height:1.3;
	padding:1em 0 0 0;
	letter-spacing:0.02em;
    margin-bottom: 0.2em;
    text-align: left;
    margin-left: 0;
}
#productinfo-model p{
	letter-spacing:0.01em;
	line-height:1.4;
}
#productinfo-model ul{
	font-size:0.9em;
	line-height:1.7;
	margin:2em 0 0 0;
	padding:0 0 1em 1em;
}
#productinfo-model img{
	width:45%;
    max-width: 500px;
	float:right;
	border:0;
	margin-top:0px;
	margin-bottom:0;
}
#productinfo-features{ 
	display:block;
	text-align:left;
}
#productinfo-downloads{ 
	border-bottom:#ccc 0px solid;
	padding:2em 0;
	text-align:center;
}
#productinfo-downloads-middle{
	display:inline-block;
}
#productinfo-downloads-middle input{
	padding:0.62em 0.8em 0.5em 1em;
	width:150px;
}
#productinfo-downloads-middle input.dl-picture{
	margin-left:3em;
}
#productinfo-specs{
	width:calc(100% - 22px);
	margin-left:22px;
	margin-top:2.2em;
	padding-bottom:3.5em;
	font-size:0.85em;
	letter-spacing:0.0em;
}
#productinfo-note{
	margin-top:0.6em;
	text-align:right;
	font-size:0.9em;
	color:#777;
}
.spec-title{
	font-size:1.1em;
	padding-left:0.2em;
	line-height:2;
	font-weight:700;
	border-bottom:#ccc 1px solid;
	padding-bottom: 0.3em
}
.spec-subdesc{ 
	border-bottom:#ccc 1px solid;
	
	background-color:#f4f4f4;
	font-weight:700;
	letter-spacing: 0.02em;
	padding:0.25em 0 0.1em 0.5em;
}
.spec-desc{
	width:30%;
	border-bottom:#ccc 1px solid;
	padding:0.25em 0em 0.1em 0.5em;
	font-weight: 600
}
.spec-contents{ 
	width:70%;
	border-bottom:#ccc 1px solid;
	border-left:#ccc 1px solid;
	padding:0.25em 0em 0.1em 0.5em;
}
.spec-desc-d{ 
	width:14%;
	border-bottom:#ccc 1px solid;
	padding:0.25em 0em 0.1em 0.5em;
}
.spec-desc-d2{ 
	width:26%;
	border-bottom:#ccc 1px solid;
	border-left:#ccc 1px solid;
	padding:0.25em 0em 0.1em 0.5em;
}
.spec-contents-d{ 
	width:60%;
	border-bottom:#ccc 1px solid;
	padding:0.25em 0em 0.1em 0.5em;
}
.spec-contents-ul-title{
	font-size:1.5em;
	line-height:1.6;
	font-weight:300;
}
.dl-space{ 
	margin-left:2em;
}
#product-type-container{
	width:auto;
	max-width:90%;
	margin:auto;
	display:table;
	margin-bottom:2em;
	text-align:center;
}
#product-type-container ul{
	list-style:none;
	padding:0;
	margin:0;
}
#product-type-container li{
	display:inline;
}
#product-type-container a:link,
#product-type-container a:visited{
	position:relative;
	padding:0 0.6em;
	font-weight:600;
	font-size:0.8em;
	letter-spacing:0.02em;
	text-decoration:none;
}
#product-type-container a:hover,
#product-type-container a.is-active{
	color:#D80000;
}

.product-type-hr-center{
	height:1px;
	width:6em;
	margin:auto;
	margin-bottom:1em;
	background:#444;
	border:0;
}


#terms-privacy--container{
	padding:5em 0;
	background:#f8f6f7;
}
#terms-privacy{ 
	width:65%;
    min-width: 700px;
    max-width: 1600px;
	margin:auto;
}
#terms-privacy h4{
	margin-bottom:0.5em;
	font-weight:400;
	line-height:1.3;
}
#terms-privacy p{
	margin-bottom:2.2em;
}


#about-intro-container,
#about-mission-container,
#support-tech-container{
	width:100%;
	padding:5em 0;
	text-align:center;
	background:#f8f6f7;
}
#support-tech-contact-container{
	display:inline-block;
	text-align:left;
	margin-top:1.5em;
}
#support-number-container{
	max-width:600px;
	text-align:center;
	margin:auto;
}
.support-contact{
	font-size:2.5em;
	font-weight:600;
	line-height:1.2;
	letter-spacing:0.03em;
	margin-top:1em;
}
.working-hour-small{
	font-size:0.8em;
    max-width: 400px;
    margin: auto;
}
#support-download iframe{
	margin-top:1em;
	margin-bottom:0;
	width:100%;
	transition:all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
}
#download-frame{
	width:100%;
	text-align:center;
    margin-top: 2em;
}
#download-frame-mobile{ 
	width:100%;
	position:absolute;
	background:#fff;
	margin-top:2em;
	text-align:center;
	display:none;
}
#download-frame a:link,
#download-frame a:visited{
	color:#252525;
	text-decoration:underline;
}
#download-frame a:hover{
	text-decoration:underline;
}
.ask-4-download{
	margin-top:1em;
	font-size:0.8em;
}
#subpage-img-block{
	width:100%;
	height:400px;
	text-align:center;
	background-size:cover;
	background-color:#454545;
	background-position:center;
}
.about-img-block-1{
	background:url(../jpg/block-about-1o81hnv.jpg) center center no-repeat;
}
.support-img-block-1{
	background:url(../jpg/block-support-1s5rzuh.jpg) center center no-repeat;
}


#support-download iframe{
	margin-top:1em;
	margin-bottom:0;
	width:100%;
	transition:all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
    min-height: 180px;
}
#download-frame{
	width:100%;
	text-align:center;
}
#download-frame-mobile{
	width:100%;
	position:absolute;
	background:#fff;
	margin-top:2em;
	text-align:center;
	display:none;
}
#download-frame a:link,
#download-frame a:visited{
	color:#252525;
	text-decoration:underline;
}
#download-frame a:hover{
	text-decoration:underline;
}


::placeholder { 
  color: #bbb;
  opacity: 1; 
}
:-ms-input-placeholder { 
  color: #bbb;
}
::-ms-input-placeholder { 
  color: #bbb;
}

#form{
	width:90%;
	margin:auto;
	margin-top:2em;
	text-align:left;
}
#form label{
	letter-spacing:0.05em;
	display:block;
	font-size:0.9em;
	line-height:1.6;
	padding-left:5px;
    font-weight: 600;
}
#form input,
#form textarea{
	width: calc(100% - 22px);
	font-size:1em;
	padding:10px;
	margin-bottom:1em;
	border:#999 1px solid;
	border-radius:0;
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-transition: border-color .3s ease-in-out;
    -moz-transition: border-color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
}
#form input:focus,
#form textarea:focus{
    outline: none;
    border: #222 1px solid;
}
#formselect {
    width: 100%;
	font-family: var(--font);
	font-weight:400;
	color:#252525;
	font-size:1em;
	padding:15px 10px;
	margin-bottom:1em;
	border:#999 1px solid;
    border-radius: 0;
	height:3em;
    background:#fff;
    -webkit-appearance: none;
}
#form select {
	display: block;
	font-size: 1em;
	font-family: var(--font);
	font-weight: 400;
	color: #252525;
	line-height: 1.3;
	padding: .8em 1.4em .7em .6em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
    margin-bottom: 1em;
	border: 1px solid #999;
	box-shadow: 0;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
    background-image: url('data:image/svg+xml,%3Csvg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 14 9" style="enable-background:new 0 0 14 9;" xml:space="preserve"%3E%3Cstyle type="text/css"%3E .st0%7Bfill:%23666666;%7D%0A%3C/style%3E%3Cpolygon class="st0" points="7,8 1,1 13,1 "/%3E%3C/svg%3E');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
    cursor: pointer;
    -webkit-transition: border-color .3s ease-in-out;
    -moz-transition: border-color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
}
#form select::-ms-expand {
	display: none;
}
#form select:focus {
    outline: none;
    border: #222 1px solid;
}
#form select option {
	font-weight:normal;
}

.form-message{
	height:250px;
}
#formemail{
	width:50%;
	float:left;
}
#formcontact{
	width:46%;
	float:right;
}
#formverify{
	width:100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#form img{
	float:left;
	margin-right:10px;
	margin-top:3px;
}
#form input.verify-form{
	width:calc(100% - 142px);
	float:left;
	margin-top:5px;
}
.form-submit{
	text-align:center;
	margin-top:2em;
}
#notice-container-error{
	width:calc(100% - 10px);
	padding:6px 5px;
	position:fixed;
	line-height:1.5;
	color:#fff;
	top:0;
	z-index:3000;
	background:rgba(255,0,4,0.85);
	font-size:0.9em;
	font-weight:700;
	text-align:center;
}
#notice-container-success{
	width:calc(100% - 10px);
	padding:6px 5px;
	position:fixed;
	line-height:1.5;
	color:#fff;
	top:0;
	z-index:3000;
	background:rgba(0,204,10,0.85);
	font-size:0.9em;
	font-weight:700;
	text-align:center;
}
.hr-center-narrowspace{
	height:1px;
	width:2em;
	margin:1.2em 0;
	background:#444;
	border:0;
}
#aac-maps-container{
	width:100%;
	padding:5em 0;
	text-align:center;
	background:#f8f6f7;
	min-width:680px;
}
#aackp-container,
#aacjb-container,
#aacjj-container{
	margin-top:7em;
}
#aacjb-container>div#office-details-container,
#aacjj-container>div#office-details-container{
	float:right;
}
#office-details-container{
	width:40%;
	float:left;
	text-align:center;
}
#office-details-container a,
#contact-complaint-container a,
#support-number-container a,
#whatsapp-link{
	color:#252525;
	text-decoration:none;
}
#office-map{
	width:60%;
	float:left;
	height:400px;
	position:relative;
}
#office-details{
	display:inline-block;
	text-align:left;
	margin-top:2em;
	margin-bottom:0;
	max-width:60%;
}
#office-details>h4{
	text-align:left;
	line-height:1.3;
    font-size: 1.1em;
}
#office-details p{
    font-size: 0.9em;
    margin-bottom: 0.5em;
}
.contact-space{
	margin-right:1.25em;
}
#office-details p.open-hours{
    margin-top: 1em;
	font-size:.75em;
}
#contact-complaint-container{
	padding:5em 0;
}
#contact-complaint-container p.complaint-contact{
	font-size:2.5em;
	font-weight:600;
	line-height:1.3;
	letter-spacing:0.02em;
	margin-top:1em;
}
#contact-complaint-container p.complaint-email{
	font-size:1.1em;
	font-weight:200;
	line-height:1;
	letter-spacing:0.1em;
	
	margin-top:0.5em;
}
.waze{
	display:none;
}
#office-map-cover-1{
	width:40%;
	height:400px;
	position:absolute;
	top:0;
	left:0;
    background: -moz-linear-gradient(left,  rgba(248,246,247,1) 0%, rgba(248,246,247,0.75) 35%, rgba(248,246,247,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(248,246,247,1) 0%,rgba(248,246,247,0.75) 35%,rgba(248,246,247,0) 100%);
    background: linear-gradient(to right,  rgba(248,246,247,1) 0%,rgba(248,246,247,0.75) 35%,rgba(248,246,247,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f6f7', endColorstr='#00f8f6f7',GradientType=1 ); 
}
#office-map-cover-2{
	width:40%;
	height:400px;
	position:absolute;
	top:0;
	right:0;
    background: -moz-linear-gradient(left,  rgba(248,246,247,0) 0%, rgba(248,246,247,0.75) 65%, rgba(248,246,247,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(248,246,247,0) 0%,rgba(248,246,247,0.75) 65%,rgba(248,246,247,1) 100%);
    background: linear-gradient(to right,  rgba(248,246,247,0) 0%,rgba(248,246,247,0.75) 65%,rgba(248,246,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f8f6f7', endColorstr='#f8f6f7',GradientType=1 );
}
#whatsapp-container{
    width: 250px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5em;
}
#whatsapp{
    display: flex;
    align-items: center;
    justify-content: center;
    
}
#whatsapp img{
    width: 50px;
    float: left;
    margin-right: 0.6em;
}
#whatsapp p{
    text-align: left;
    font-size: 0.75em;
    line-height: 1.4;
}
#career-roles-container{
	width: 75%;
	margin: auto;
	padding-bottom: 5em
}
#career-roles-container h3{
	text-transform: inherit;
	letter-spacing: 0.01em;
	font-size: 1.7em;
	margin-bottom: 0em;
	margin-left: 0.5em;
}
#career-roles{
	margin-top: 1em;
	background: #f8f8f8;
	padding: 1.5em;
	border-radius: 10px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	border: #dfdfdf 1px solid;
}
.career-more{
	height: 250px;
	width: 100%;
	background: rgb(241,241,241);
	background: linear-gradient(-180deg, rgba(248,248,248,0) 40%, rgba(248,248,248,1) 85%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	font-weight: bold;
	font-size: 0.85em;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-bottom: 0.8em;
	letter-spacing: 0;
	cursor: pointer;
	transition: color 0.15s;
}
.career-more:hover{
	color: #BD0000;
}
.fix-h{
	height: 250px;
}
#career-roles h4{
	letter-spacing: 0;
	text-transform: inherit;
	font-size: 1.4em;
	line-height: 1.2;
	padding-top: 0.2em;
}
#career-roles i{
	font-weight: 500;
	color: #888;
	font-style: normal;
	line-height: 1;
	font-size: 0.95em;
}
#career-roles ul{
	padding: 0;
	margin-top: 1em;
	font-size: 0.9em;
}
#career-roles li{
	margin-left: 12px;
	line-height: 1.2em;
	margin-top: 0.2em;
}
#career-roles button.wa{
	border: 0;
	height: 34px;
	background: url('../svg/whatsappydo5kz.svg') no-repeat #19A000;
	background-size: 25px 25px;
	background-position: 10px 4px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	padding-left: 3em;
	padding-right: 1em;
	border-radius: 0.3em;
	margin-top: 0.8em;
	font-size: 0.8em;
}
#career-roles button.app{
	border: 0;
	height: 34px;
	min-width: 120px;
	background: #19A000;
	background-size: 25px 25px;
	background-position: 10px 4px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	border-radius: 0.3em;
	margin-top: 0.8em;
	font-size: 0.8em;
}
#career-roles button:hover{
	background-color:#169200;
}
.career-why h4{
	text-transform: inherit;
	letter-spacing: 0.01em;
	font-size: 1.3em;
	margin-top: 2em;
	margin-left: 0.5em;
}
.career-why ul{
	padding: 0;
	margin-top: 1em;
	font-size: 0.9em;
}
.career-why li{
	margin-left: 24px;
	line-height: 1.2em;
	margin-top: 0.2em;
}

.select-brand{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.select-brand>div{
    width: 21.5%;
    margin: 1%;
    border-radius: 8px;
	background: #fff;
}
.select-brand>div>a{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items:center;
    border-radius: 8px;
    color: var(--fontcolor);
    transition: background-color 0.2s;
    text-align: center;
}
.select-brand>div:hover{
    opacity: 0.7;
}
.select-brand h4{
    font-size: 0.95em;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0;
    line-height: 1.3;
}

.banner-achievement{
	background:
		linear-gradient(
			90deg,
			rgba(0,0,0,0) 0%,
			rgba(0,0,0,0.55) 50%,
			rgba(0,0,0,0) 100%
		),
		url("../webp/banner-achievementg7kryc.webp")
		center center / cover no-repeat;
	background-color:#151515;
}
#ach-hero-content{
	width:95%;
	max-width:900px;
	padding:0 1em;
}
#achievement-container{
	padding:0 0 6em;
}
.ach-year{
	width:88%;
	max-width:1250px;
	margin:auto;
	padding-top:3.5em;
}
.ach-year-head{
	display:flex;
	align-items:center;
	gap:1.2em;
	margin-bottom:1.8em;
}
.ach-year-head span{
	font-size:2.2em;
	font-weight:700;
	line-height:1;
}
.ach-year-head hr{
	flex:1;
	height:1px;
	margin:0;
	border:0;
	background:#e0e0e0;
}
.ach-grid{
	display:grid;
	grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));
	gap:1.6em;
}
.ach-card{
	display:flex;
	flex-direction:column;
	background:#fff;
	border:#e4e4e4 1px solid;
	border-radius:12px;
	overflow:hidden;
	transition:box-shadow .25s ease, transform .25s ease;
}
.ach-card:hover{
	box-shadow:0 10px 28px rgba(0,0,0,0.08);
	transform:translateY(-3px);
}
.ach-media{
	aspect-ratio:4/3;
	padding:1.4em;
	box-sizing:border-box;
	background:#ffffff;
	border-bottom:#ececec 1px solid;
	display:flex;
	align-items:center;
	justify-content:center;
}
.ach-media img{
	max-width:100%;
	max-height:100%;
	object-fit:contain;
	display:block;
	border:0;
}
.ach-body{
	padding:1.4em 1.5em 1.6em;
}
.ach-brand{
	display:block;
	height:33px;
	margin-bottom:0.9em;
}
.ach-brand img{
	height:100%;
	width:auto;
	max-width:210px;
	display:block;
	border:0;
}
.ach-body h4{
	font-size:1.12em;
	line-height:1.3;
	margin-bottom:0.4em;
}
.ach-valid{
	display:block;
	font-size:0.78em;
	color:#8a8a8a;
	margin-bottom:0.8em;
}
.ach-body p{
	font-size:0.88em;
	line-height:1.55;
	color:#454545;
}