html {
    box-sizing: border-box
}

*,*:before,*:after {
    box-sizing: inherit
}

/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section {
    display: block
}
[hidden],template {
    display: none
}

a {
    background-color: transparent
}
img {
    border-style: none
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,input,select,textarea,optgroup {
    font: inherit;
    margin: 0
}
button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,[type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}
[type=checkbox],[type=radio] {
    padding: 0
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}
html,body {
    font-family: Verdana,sans-serif;
    font-size: 15px;
    line-height: 1.5
}

html {
    overflow-x: hidden
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}
h1,h2,h3,h4,h5,h6 {
    font-family: "Segoe UI",Arial,sans-serif;
    font-weight: 400;
    margin: 10px 0
}
hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0
}
img {
    vertical-align: middle
}

a {
    color: inherit
}
.w3-modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4)
}
@media (max-width: 600px) {
    .w3-modal-content {
        margin:0 10px;
        width: auto!important
    }

    .w3-modal {
        padding-top: 30px
    }

    .w3-dropdown-hover.w3-mobile .w3-dropdown-content,.w3-dropdown-click.w3-mobile .w3-dropdown-content {
        position: relative
    }

    .w3-hide-small {
        display: none!important
    }

    .w3-mobile {
        display: block;
        width: 100%!important
    }

    .w3-bar-item.w3-mobile,.w3-dropdown-hover.w3-mobile,.w3-dropdown-click.w3-mobile {
        text-align: center
    }

    .w3-dropdown-hover.w3-mobile,.w3-dropdown-hover.w3-mobile .w3-btn,.w3-dropdown-hover.w3-mobile .w3-button,.w3-dropdown-click.w3-mobile,.w3-dropdown-click.w3-mobile .w3-btn,.w3-dropdown-click.w3-mobile .w3-button {
        width: 100%
    }
}

@media (max-width: 768px) {
    .w3-modal-content {
        width:500px
    }

    .w3-modal {
        padding-top: 50px
    }
}
*,.form-input-field,.news-detail-comment-input-box,.outline-btn-2,.pagination .item,.select-box,:after,:before {
    box-sizing: border-box
}
:root {
    --primary-0: #55ae9b;
    --primary-1: #6cc0ae;
    --primary-2: #9dddcd;
    --primary-3: #b8e7d7;
    --primary-4: #dcf3eb;
    --primary-5: #f5f5f5;
    --white: #ffff;
    --black-1: #0d0c22;
    --black-2: #3d3d4e;
    --black-3: #6e6d7a;
    --black-4: #a9aab8;
    --black-5: #e2e2e2;
    --black-6: #636363;
    --grey-1: #84888f
}

html {
    scroll-behavior: smooth
}

h1,h2,h3,h4 {
    font-family: sans-serif,OpenSans-SemiBold!important
}

* {
    font-family: sans-serif,OpenSans
}