#allrecords .header a {
    color: #000;
    text-decoration: none;
}
.header {
    position: absolute;
    padding: 9px 0 0px;
    top: 0rem;
    left: 0;
    right: 0;
    z-index: 50;
}
.header_main {
    background: #fff;
}
.container {
    max-width: 73.125rem;
    margin: 0 auto;
    position: relative;
    /*padding: 0 0.9375rem;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (min-width: 1200px) {
	.container {
	    width: 1170px;
	}
}
@media (min-width: 1000px) {
    .container {
        padding: 0;
    }
}
@media (min-width: 992px) {
	.container {
	    width: 970px;
	}
	.header > .container {
	    width: 100% !important;
	    max-width: 100%;
	}
}
@media (min-width: 768px) {
	.container {
	    width: 100%;
	}
}

.header_main__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    position: relative;
}
@media (max-width: 1000px) {
	.header_main__wrap {
	    -webkit-box-align: inherit;
	    -ms-flex-align: inherit;
	    align-items: inherit;
        padding: 0 0.9375rem;
	    padding-top: 0.625rem;
	}
}
@media (max-width: 480px) {
    .header_main__wrap {
        padding-left: 0;
        padding-right: 0;
    }
}

a:-webkit-any-link {
    text-decoration: none;
}
a:hover, a:visited, a:active, a:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
    text-decoration: none;
}
a {
    display: block;
    text-decoration: none;
    color: #fff;
}
.logo {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    max-width: 18.75rem;
}
.header .logo__svg {
    width: 185px;
}
.logo__svg {
	max-width: 250px;
	height: auto;
	display: block;
}
.logo__svg-min {
	display: none;
    max-height: 2.1875rem;
    max-width: 3.125rem;
}
@media (max-width: 75rem) {
	.header .logo__svg {
	    display: none;
	}
	.header .logo__svg-min {
	    display: block;
	}
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
@media (max-width: 62.5rem) {
	.nav {
	    padding-bottom: 1.25rem;
	    display: none;
	    position: absolute;
	    width: 100%;
	    background: #fff;
	    top: 48px;
	    left: 0;
	    right: 0;
	    padding: 0.625rem 0;
	}
}

ul {
    list-style: none;
}
ul.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}
@media (max-width: 62.5rem) {
	ul.nav__list {
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    padding-left: 0 !important;
	}
}

.nav .nav__item {
    display: block;
    padding: 6px 12px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 62.5rem) {
	.nav .nav__item {
	    padding: 0.9375rem 0.625rem;
	}
}

.nav__link {
    text-transform: uppercase;
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    white-space: nowrap;
    line-height: 23.7488px;
    font-family: 'Open Sans', sans-serif;
}
@media (max-width: 92.88rem) {
	.nav__link {
	    font-size: 1rem;
	}
}
@media (max-width: 87.06rem) {
	.nav__link {
	    font-size: 0.9375rem;
	}
}
@media (max-width: 84.13rem) {
	.nav__link {
	    font-size: 0.875rem;
	}
}
@media (max-width: 81.25rem) {
	.nav__link {
	    font-size: 0.8125rem;
	}
}
@media (max-width: 78.31rem) {
	.nav__link {
	    font-size: 0.75rem;
	}
}
@media (max-width: 75.56rem) {
	.nav__link {
	    font-size: 0.6875rem;
	}
}

.phone_header {
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    position: relative;
    right: 0;
    top: -0.2rem;
    max-width: 208px;
    line-height: 20px;
}
@media (max-width: 62.5rem) {
	.phone_header {
	    position: relative;
	    z-index: 12;
	    text-align: center;
	    top: -0.4375rem;
	}
}

.phone__link-header {
    position: relative;
    font-size: 1.375rem;
    padding-left: 1.063rem;
    display: inline;
}
@media (max-width: 62.5rem) {
	.phone__link-header {
	    padding-left: 1.56rem;
	    font-size: 1.3rem;
	}
}

.phone__link-header:after {
	content: "";
    display: block;
    position: absolute;
    left: 0rem;
    background-image: url(../images/old-handphone.svg);
    background-size: 100%;
    height: 0.8125rem;
    width: 0.8125rem;
    top: 0.6rem;
}
@media (max-width: 62.5rem) {
	.phone__link-header:after {
	    height: 1rem;
	    width: 1rem;
	    top: 0.49rem;
	}
}

.phone_header a.callback-link {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 0.8125rem;
    border-bottom: 1px solid #badff2;
    padding-bottom: 3px;
}
@media (max-width: 62.5rem) {
	.phone_header a.callback-link {
	    float: right;
	    margin-right: 6px;
	    font-size: 0.96rem;
	    line-height: 0.8rem;
	}
}

.touch-menu {
    display: none;
    z-index: 10;
    text-align: right;
}
@media (max-width: 62.5rem) {
	.touch-menu {
	    display: block;
	}
}
#nav-icon {
    width: 3.125rem;
    position: relative;
    float: right;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 0.3125rem;
    width: 83%;
    background: #000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
    top: 0rem;
}
#nav-icon span:nth-child(2) {
    top: 0.625rem;
}
#nav-icon span:nth-child(3) {
    top: 1.25rem;
}
#nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 1rem;
}
#nav-icon.open span:nth-child(2) {
    top: 1.125rem;
    width: 0%;
    left: 50%;
}
#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 1rem;
}