html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

/* Ads setting*/

.ads {
    width: 100%;
}

.ads-margin {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.ads-left {
    display: none;
    position: absolute;
    top: 155px;
    left: 0;
    text-align: left;
    height: 600px;
}

.ads-right {
    display: none;
    position: absolute;
    top: 155px;
    right: 0;
    text-align: right;
}

.ads-content {
    height: 600px;
}

.ads-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.ads-title {
    display: block;
    text-align: center;
    background: 0 0;
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #b3b3b3;
    opacity: .6
}

.horizontal-title {
    text-align: left !important
}

.ads, .ads-left, .ads-right {
    z-index: 100;
}



* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

html {
    font-size: 16px;
    font-weight: 500;
    min-height: 100%;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
}

body {
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--color-black);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

a {
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    outline: none;
    color: var(--color-link);
    text-decoration: none;
    -webkit-transition: .2s ease color, .2s ease background, .2s ease border;
    -o-transition: .2s ease color, .2s ease background, .2s ease border;
    transition: .2s ease color, .2s ease background, .2s ease border;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4 {
    font-weight: normal;
    margin: 0;
}

table {
    border-collapse: collapse;
}

table th, table td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

input, select, textarea, button {
    background-color: transparent;
    font-size: 16px;
    color: #333;
    outline: none;
}

button {
    -webkit-transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
}

input, button {
    border: 0;
}

.container {
    position: relative;
    max-width: 1000px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.row {
    width: 100%;
}

.font-bold {
    font-weight: bold;
}

.d-block {
    display: block;
}

.d-inline {
    display: inline-block;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.d-r-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.d-c-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bz {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.p-r {
    position: relative;
}

.text-overflow {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.gif {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

#loading_img {
    width: 50px;
    height: 50px;
    background-color: transparent !important;
}

.hidden {
    display: none;
}

.al {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.center-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*menu*/
.layer-header {
    height: 40px;
    background-color: var(--bg-button);
}

.header__navigation {
    padding: 15px 0;
}

.header__navigation--bar>ul>li {
    display: inline-block;
}

.header__navigation--bar>ul>li>a {
    display: block;
    padding: 8px 15px;
    color: var(--bg-button);
    text-transform: capitalize;
    font-weight: 600;
}

.header__navigation--bar>ul>li:last-child>a {
    padding-right: 0;
}

.menu-icon {
    min-width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    cursor: pointer;
}

.menu-icon svg {
    width: 24px;
    height: 24px;
	fill: var(--bg-button);
}

#mobile__navigation {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 2;
    display: none;
    background-color: var(--bg-body);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#mobile__navigation ul>li {
    display: block;
}

#mobile__navigation ul>li>a {
    display: inline-block;
    padding: 10px 0;
	font-weight:600;
	color: var(--bg-button);
}

.show-mobile {
    display: block !important;
}

/*body*/
.grid__tracking--input {
    background-color: #eee;
    height: 40px;
    padding: 6px 12px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0/8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0/8%);
    border: 1px solid #ccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 100%;
    color: #555;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.grid__tracking--button {
    height: 40px;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 0;
    cursor: pointer;
    white-space: nowrap;
    padding: 0 5px;
    font-weight: 600;
    color: var(--color-orange);
    text-transform: uppercase;
    font-size: 13px;
    font-size: 13px;
    line-height: 40px;
}

.display__box {
    border-radius: var(--radius);
    overflow: hidden;
}

.display__box--header {
    color: var(--color-white);
    background-color: var(--color-orange);
    padding: 10px;
    /* font-weight: 600; */
}

.box--geo .display__box--header {
    background-color: var(--color-pink);
}

.display__box--content {
    border: 1px solid #ccc;
    border-bottom-left-radius: var(--radius);
    border-bottom-right-radius: var(--radius);
    border-top: 0;
}

.display__box--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
    padding-bottom: 20px;
}

.grid-box-half {
    width: 50%;
}

.grid-box-full {
    width: 100%;
}

.display__box--half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.display__box--half-label {
    min-width: 100px;
    margin-right: 10px;
    margin-left: 10px;
    color: var(--color-pink);
    /* font-weight: 600; */
}

.display__box--half-value {
    width: 100%;

}

.display__box--half-label,
.display__box--half-value {
    padding: 10px 0;
    border-bottom: 1px solid var(--color-pink);
}

.no-margin-left {
    margin-left: 0;
}

.button-do-st {
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    min-width: 150px;
    border-radius: var(--radius);
    cursor: pointer;
    background-color: var(--color-green);
	/* border: 1px solid #1a73e8; */
    margin-top: 20px;
    color: var(--color-white);
    line-height: 1.2;

}

.button-do-st:hover {
    background-color: var(--bg-button);
}
.button-do-st svg{
	fill: #fff;
	width:16px;
	height:16px;
	margin-right:5px;
}
.popup-denied-location {
    position: fixed;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    border: 1px solid #000;
    padding: 8px 12px;
    z-index: 10000;
    display: none;
    background-color: #000000;
    color: #fff;
    -webkit-box-shadow: 0 0 2px rgb(0 0 0 / 12%), 0 0 4px rgb(0 0 0 / 24%);
    box-shadow: 0 0 2px rgb(0 0 0 / 12%), 0 0 4px rgb(0 0 0 / 24%);
    border-radius: var(--radius);
    white-space: nowrap;
    line-height: 1;
}

#mapper {
    display: none;
}

.popup-share {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* display: none; */
}

.popup-content {
    position: relative;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
    border-radius: var(--radius);
    overflow: hidden;
}
.hide-zindex {
    z-index: -20;
    visibility: hidden;
}
.inner-share-content {
    padding: 15px;
    min-width: 300px;
}

.popup-title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 24px;
}

.popup-url {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
    /* background: rgba(0, 68, 102, 0.06); */
}

.p-content-share {
    font-size: 13px;
    color: #70757a;
}

.iconCopy {
    font-weight: 600;
    color: var(--color-orange);
    background-color: transparent;
    width: auto;
    cursor: pointer;
    white-space: nowrap;
    font-size: 13px;
    margin-left: 10px;
    text-transform: uppercase;
}

.iconCopy:hover {
    color: var(--bg-button);
}

#url-present {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #dadce0;
}
.text-area ol,
.text-area ul {
    padding-left: 40px;
}

.text-area li {
    list-style: disc;
}

.text-area a {
    text-decoration: underline;
}

.text-area h1, .text-area h2, .text-area h3, .text-area h4, .text-area h5, .text-area h6 {
    text-transform: capitalize;
	margin:15px 0;
}

.text-area p{
	margin-bottom:15px;
	margin-top:15px;
}
/*footer*/
.footer {
    background-color: var(--bg-button);
    text-align: center;
    margin-top: 30px;
    padding: 15px 0;
}

.link {
    color: #fff;
    display: inline-block;
    padding: 15px;
}

.link:hover {
    text-decoration: underline;
}

:root {
    --color-black: #000;
    /* --color-orange: #e88400; */
    --color-orange: #2B818C;
    --color-link: #0065d1;
    --color-white: #ffffff;
    --bg-button: #0a0e55;
    --bg-body: #ffffff;
	--color-pink: #C94264;
	--color-green: #2B818C;
    --font-family: 'Arial', sans-serif;
    --radius: 6px;
}

@media (min-width:1000px) {
    #mobile__navigation {
        display: none !important;
    }
}

@media (max-width:999px) {
    .layer-header, .header__navigation--bar {
        display: none;
    }

    header {
        border-bottom:5px solid var(--bg-button);
    }

    .menu-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .main {
        padding-top: 15px;
    }

    .popup-denied-location {
        max-width: 80%;
        white-space: normal;
        width: 100%;
    }
}

@media (max-width:767px) {
    .grid-box-half {
        width: 100%;
    }

    .display__box--half-label {
        margin-left: 0;
    }
	
}
@media (max-width:640px){
	.logo-box img{
		height:60px;
	}
}
@media (max-width:480px){
	.content__description{
		display:none;
	}
}