@font-face {
    font-family: UTMAvo\.ttf;
    src: url(assets/fonts/UTMAvo.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: UTMAvoBold\.ttf;
    src: url(assets/fonts/UTMAvoBold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: UTMAvoBold_Italic\.ttf;
    src: url(assets/fonts/UTMAvoBold_Italic.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: UTMAvoItalic\.ttf;
    src: url(assets/fonts/UTMAvoItalic.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Barlow-Black\.ttf;
    src: url(assets/fonts/Barlow-Black.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Barlow-Bold\.ttf;
    src: url(assets/fonts/Barlow-Bold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Barlow-BoldItalic\.ttf;
    src: url(assets/fonts/Barlow-BoldItalic.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    border-radius: 3px
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(135, 141, 141, .47058823529411764)
}

button,
input,
select,
textarea {
    margin: 0;
    outline: none
}

html {
    box-sizing: border-box
}

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

img,
video {
    height: auto;
    max-width: 100%
}

iframe {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

td:not([align]),
th:not([align]) {
    text-align: left
}

body,
html {
    margin: 0;
    padding: 0
}

.site-container {
    overflow: hidden
}

.typography blockquote,
.typography body,
.typography dd,
.typography dl,
.typography dt,
.typography fieldset,
.typography figure,
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6,
.typography hr,
.typography html,
.typography iframe,
.typography legend,
.typography li,
.typography ol,
.typography p,
.typography pre,
.typography textarea,
.typography ul {
    margin: 0;
    padding: 0
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    font-size: 100%;
    font-weight: 400
}

.typography ul {
    list-style: none
}

@keyframes spinAround {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

@keyframes line-anim {
    0% {
        stroke-dashoffset: 0
    }
    to {
        fill: #fff
    }
}

@keyframes fill {
    to {
        fill: #fff!important
    }
}

@keyframes ray_anim {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

section {
    position: relative
}

img {
    max-width: 100%;
    width: auto;
    vertical-align: middle;
    height: auto;
    object-fit: cover;
    object-position: center
}

a {
    text-decoration: none
}

.d-flex {
    display: flex
}

.text-center {
    text-align: center
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: UTMAvoBold
}

.w-100 {
    width: 100%
}

body {
    height: auto;
    font-family: UTM Avo;
    font-size: 1.6rem;
    position: relative;
}

body .container {
    margin-right: auto;
    margin-left: auto;
    min-width: 85vw
}

@media screen and (max-width:1440px) {
    body {
        font-size: 1.4rem
    }
}

body .eath-wrap {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -999999
}

body .eath-wrap .eath {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 100%;
}

body .eath-wrap .eath img {
    height: 100%;
    width: 100%;
    z-index: 1
}

body .eath-wrap .eath_arms_connects,
body .eath-wrap .eath_slogan {
    position: absolute;
    left: 50%;
    width: 33.47%
}

body .eath-wrap .eath_arms_connects {
    bottom: 50px;
    transform: translate(-56%, -25%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    transition: .7s ease-in-out
}

body .eath-wrap .eath_slogan {
    bottom: 10%;
    transform: translate(-50%, -100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    transition: .3s ease-in-out
}

body .eath-wrap .eath_icon_hanabi {
    width: 37%;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(70%, -50%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    transition: .4s ease-in-out
}

body header {
    z-index: 99999;
    position: relative;
    top: 0;
    left: 0%;
    width: 100%;
    padding: 30px 0px;
    background-image: url('./assets/images/back_header.jpg');
}

body header .header_wrap.d-flex {
    /* gap: 0 6.85159vw; */
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width:1024px) {
    body header .header_wrap.d-flex {
        justify-content: space-between
    }
}

body header .header_wrap.d-flex div.header_burger {
    display: none
}

@media screen and (max-width:1024px) {
    body header .header_wrap.d-flex div.header_burger {
        display: block;
        position: relative;
        width: 30px;
        height: 30px;
        z-index: 9999999999;
    }
    body header .header_wrap.d-flex div.header_burger span {
        width: 100%;
        background-color: #fff;
        height: 2px;
        position: absolute;
        transition: .3s ease-in-out
    }
    body header .header_wrap.d-flex div.header_burger span:after,
    body header .header_wrap.d-flex div.header_burger span:before {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: -10px
    }
    body header .header_wrap.d-flex div.header_burger span:after {
        top: 10px
    }
    body header .header_wrap.d-flex div.header_burger.active span {
        transform: rotate(45deg)
    }
    body header .header_wrap.d-flex div.header_burger.active span:after,
    body header .header_wrap.d-flex div.header_burger.active span:before {
        transform: rotate(270deg);
        top: 0
    }
    body header .header_wrap.d-flex div.header_burger.active span:after {
        display: none
    }
}

body header .header_logo {
    width: 15.55719vw
}

@media screen and (max-width:768px) {
    body header .header_logo {
        width: 40vw
    }
}

body header .header_menu {
    /* width: 58.04139vw; */
    align-items: center;
    gap: 0 1.95077vw;
}

@media screen and (max-width:1024px) {
    body header .header_menu {
        width: 100vw;
        background-color: #030f37;
        height: 100vh;
        position: absolute;
        top: 0;
        left: -100%;
        /* align-items: center; */
        /* justify-content: center; */
        flex-direction: column;
        transition: all .369s ease-in;
        z-index: 99999;
        padding-top: 110px;
    }
    body header .header_menu.active {
        left: 0
    }
}

body header .header_menu ul#main-menu {
    list-style: none;
    width: 50.85562vw;
    margin-bottom: 0;
}

body header .header_menu ul#main-menu li a {
    padding: 10px 20px;
}

body header .header_menu ul#main-menu li a:hover {
    background-color: #fff;
}

body header .header_menu ul#main-menu li ul.sub-menu  {
    list-style-type: none;
}

@media screen and (max-width:1440px) {
    body header .header_menu ul#main-menu {
        gap: 0 1.84vw
    }
}

@media screen and (max-width:1024px) {
    body header .header_menu ul#main-menu {
        align-items: center;
        justify-content: center;
        flex-direction: column
    }
    body header .header_menu ul#main-menu li {
        padding: 20px 0
    }
}

body header .header_menu ul#main-menu a {
    color: #fff;
    display: block;
    transition: all .3s ease-in-out;
    font-size: 1.6rem;
    text-transform: uppercase
}

body header .header_menu ul#main-menu a:hover {
    color: #fbb03b
}

@media screen and (max-width:1440px) {
    body header .header_menu ul#main-menu a {
        font-size: 1.4rem
    }
}

body header .header_menu ul#main-menu .current-menu-item a,
body header .header_menu ul#main-menu .current_page_item a {
    color: #fbb03b
}

body header .header_menu .header_lang {
    width: 5.22515vw
}

.poly ul {
    list-style-type: none;
}

.poly ul,
.poly ul li {
    list-style-type: none !important;
}

@media screen and (max-width:1024px) {
    body header .header_menu .header_lang {
        width: auto
    }
}

@media screen and (min-width:1920px) {
    body header .header_menu .header_lang a {
        gap: 0 .50963vw
    }
}

body header .header_menu .header_lang a .header_lang_flag {
    width: 1.43118vw
}

@media screen and (max-width:1024px) {
    body header .header_menu .header_lang a .header_lang_flag {
        width: 100%
    }
}

body header .header_menu .header_lang a .header_lang_flag img {
    width: 24px;
    height: 24px;
    border-radius: 50%
}

@media screen and (min-width:1920px) {
    body header .header_menu .header_lang a .header_lang_flag img {
        width: 30px;
        height: 30px
    }
}

section#intro_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

section#intro_logo #logo-stroke {
    animation: fill .6s ease 3.6s forwards
}

section#intro_logo #logo-stroke path:first-of-type {
    stroke-dasharray: 173;
    stroke-dashoffset: 173;
    animation: line-anim 2s ease forwards, fill .6s ease 3.6s forwards
}

section#intro_logo #logo-stroke path:nth-of-type(2) {
    stroke-dasharray: 144;
    stroke-dashoffset: 144;
    animation: line-anim 2s ease .3s forwards
}

section#intro_logo #logo-stroke path:nth-of-type(3) {
    stroke-dasharray: 172;
    stroke-dashoffset: 172;
    animation: line-anim 2s ease .6s forwards
}

section#intro_logo #logo-stroke path:nth-of-type(4) {
    stroke-dasharray: 144;
    stroke-dashoffset: 144;
    animation: line-anim 2s ease .9s forwards
}

section#intro_logo #logo-stroke path:nth-of-type(5) {
    stroke-dasharray: 165;
    stroke-dashoffset: 165;
    animation: line-anim 2s ease 1.2s forwards
}

section#intro_logo #logo-stroke path:nth-of-type(6) {
    stroke-dasharray: 84;
    stroke-dashoffset: 84;
    animation: line-anim 2s ease 1.5s forwards
}

section#intro_logo #logo-stroke path:nth-of-type(7) {
    stroke-dasharray: 156;
    stroke-dashoffset: 156;
    animation: line-anim 2s ease 1.8s forwards
}

section#intro_logo #logo-stroke path:nth-of-type(8) {
    stroke-dasharray: 168;
    stroke-dashoffset: 168;
    animation: line-anim 2s ease 2.1s forwards
}

section#intro_logo #logo-stroke path:nth-of-type(9) {
    stroke-dasharray: 142;
    stroke-dashoffset: 142;
    animation: line-anim 2s ease 2.4s forwards
}

section#intro_logo #logo-stroke path:nth-of-type(10) {
    stroke-dasharray: 151;
    stroke-dashoffset: 151;
    animation: line-anim 2s ease 2.7s forwards
}

section#intro_logo #logo-stroke path:nth-of-type(11) {
    stroke-dasharray: 133;
    stroke-dashoffset: 133;
    animation: line-anim 2s ease 3s forwards
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

html {
    color: #333;
    font-size: 62.5%;
    font-family: Open Sans, sans-serif
}

.main {
    background: #f1f1f1;
    min-height: 100vh;
    display: flex;
    justify-content: center
}

.form {
    width: 360px;
    min-height: 100px;
    padding: 32px 24px;
    text-align: center;
    background: #fff;
    border-radius: 2px;
    margin: 24px;
    align-self: center;
    box-shadow: 0 2px 5px 0 rgba(51, 62, 73, .1)
}

.form .heading {
    font-size: 2rem
}

.form .desc {
    text-align: center;
    color: #636d77;
    font-size: 1.6rem;
    font-weight: lighter;
    line-height: 2.4rem;
    margin-top: 16px;
    font-weight: 300
}

.form-group {
    display: flex;
    margin-bottom: 16px;
    flex-direction: column
}

.form-label,
.form-message {
    text-align: left
}

.form-label {
    font-weight: 700;
    padding-bottom: 6px;
    line-height: 1.8rem;
    font-size: 1.4rem
}

.form-control {
    height: 40px;
    padding: 8px 12px;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    outline: none;
    font-size: 1.4rem
}

.form-control:hover {
    border-color: #1dbfaf
}

.form-group.invalid .form-control {
    border-color: #f33a58
}

.form-group.invalid .form-message {
    color: #f33a58
}

.form-group.isRadio {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.form-group.isRadio .form-message {
    width: 100%
}

.form-group .radio {
    display: flex;
    align-items: center;
    width: max-content;
    margin-right: 20px
}

.form-group .radio input {
    margin-right: 10px
}

.form-group .radio label {
    padding-bottom: 0
}

.form-message {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 4px 0 0
}

.form-submit {
    outline: none;
    background-color: #1dbfaf;
    margin-top: 12px;
    padding: 12px 16px;
    font-weight: 600;
    color: #fff;
    border: none;
    width: 100%;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer
}

.form-submit:hover {
    background-color: #1ac7b6
}

.spacer {
    margin-top: 36px
}

div#home_content {
    z-index: 999
}

div#home_content .parallax_wrap {
    flex-wrap: nowrap;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

div#home_content .parallax_wrap #parallax_home_0 .container {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%)
}

div#home_content .parallax_wrap .parallax_home {
    width: 100vw;
    height: 100vh;
    flex-shrink: 0;
    position: relative
}

div#home_content .parallax_wrap .parallax_home .content-left {
    width: 40%;
    font-size: 24px;
    /* text-align: justify; */
    margin-top: 214px;
    color: #fff;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    transition: .3s ease-in
}

div#home_content .parallax_wrap .parallax_home .content-left h1,
div#home_content .parallax_wrap .parallax_home .content-left h2,
div#home_content .parallax_wrap .parallax_home .content-left h3,
div#home_content .parallax_wrap .parallax_home .content-left h4,
div#home_content .parallax_wrap .parallax_home .content-left h5,
div#home_content .parallax_wrap .parallax_home .content-left h6 {
    font-size: 42px;
    font-family: Barlow-Bold;
    text-transform: uppercase
}

div#home_content .parallax_wrap .parallax_home .content-left a {
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase;
    padding: 23px 48px 23px 46px;
    border-radius: 30.5px;
    margin-top: 86px;
    display: block;
    font-size: 2rem;
    color: #fff;
    position: relative;
    background-clip: padding-box;
    line-height: 1;
    background: linear-gradient(to left top, #f27121, #fdc70a);
    border: 1px solid #f27121
}

div#home_content .parallax_wrap .parallax_home .content-left a:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    margin: -1px;
    background-image: linear-gradient(to left top, #f27121, #fdc70a);
    border-radius: inherit
}

div#home_content .parallax_wrap .parallax_home .content-image-right {
    width: 100%;
    max-width: 25%;
    left: 50%;
    position: absolute;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    transition: .2s ease-in-out;
    top: 37%;
    transform: translateY(-45%);
}

div#home_content .parallax_wrap .parallax_home .content-image-right img {
    width: 100%;
    height: 100%
}

div#home_content .parallax_wrap .parallax_home .content-image-right.active {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0)
}

div#home_content .parallax_wrap .parallax_home:first-child a {
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase;
    padding: 23px 27.4664px 23px 28.7172px;
    border-radius: 30.5px;
    margin-top: 25px;
    display: block;
    font-size: 2rem;
    color: #fff;
    background: linear-gradient(90deg, #f27121, #fdc70a);
    transition: all 3s cubic-bezier(.165, .84, .44, 1);
    line-height: 1
}

div#home_content .parallax_wrap .parallax_home:first-child a:hover {
    background-color: transparent
}

div#home_content .parallax_wrap .parallax_home .new_topic {
    background-color: #fff;
    padding-top: 3px;
    gap: 6px;
    position: absolute;
    bottom: 0;
    width: 100%
}

div#home_content .parallax_wrap .parallax_home .new_topic_item {
    width: 24.7563%;
    height: 26.29511vh;
    position: relative
}

div#home_content .parallax_wrap .parallax_home .new_topic_item .item_title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 25, .4)
}

div#home_content .parallax_wrap .parallax_home .new_topic_item .item_title_wrap {
    position: absolute;
    bottom: 0;
    text-align: justify;
    padding: 27px 40px;
    color: #fff
}

div#home_content .parallax_wrap .parallax_home .new_topic_item .item_title_wrap h3 {
    font-size: 1.6rem
}

#about {
    width: 100%;
    height: auto;
    z-index: 999;
    padding: 60px 0px;
}

#about #about_content .content_wrapper {
    transition: .3s ease-in-out;
    opacity: 1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 35px;
    row-gap: 30px;
}

#about #about_content .content_wrapper.hidden {
    opacity: 0;
    display: none
}

#about #about_content .content_wrapper .item {
    width: 100%;
}

#about #about_content .content_wrapper .item .item_img {
    position: relative
}

#about #about_content .content_wrapper .item .item_img img {
    width: 100%
}

#about #about_content .content_wrapper .item .item_img .item_name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.364rem;
    text-transform: uppercase;
    font-family: UTMAvoBold;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .324);
    cursor: pointer;
    margin: 0;
}

#about #detail_content .detail_content_wrapper {
    position: relative
}

#about #detail_content .detail_content_wrapper .item {
    display: none;
    padding: 3.87222% 3.34555%;
    background-color: hsla(0, 0%, 100%, .9);
    gap: 2.44075%;
    justify-content: space-between;
    text-align: justify;
    overflow-x: scroll;
    height: 74.86774vh;
    width: 100%
}

#about #detail_content .detail_content_wrapper .item h1,
#about #detail_content .detail_content_wrapper .item h2,
#about #detail_content .detail_content_wrapper .item h3,
#about #detail_content .detail_content_wrapper .item h4,
#about #detail_content .detail_content_wrapper .item h5,
#about #detail_content .detail_content_wrapper .item h6 {
    font-size: 2.4rem;
    text-transform: uppercase;
    margin-bottom: 60px;
    color: #000
}

#about #detail_content .detail_content_wrapper .item::-webkit-scrollbar-thumb {
    background-color: #4d4d4d
}

#about #detail_content .detail_content_wrapper .item.active {
    display: flex
}

.item_back {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.item_back i {
    font-size: 30px;
    color: #000;
}

#about #detail_content .detail_content_wrapper .item_content {
    width: 64.78085%
}

#about #detail_content .detail_content_wrapper .item_img {
    width: 32.60229%;
    position: sticky;
    top: 0
}

#about #detail_content .detail_content_wrapper .item_img img {
    width: 100%;
    height: 100%
}

#about #detail_content .detail_content_wrapper .item p {
    line-height: 1.4;
    font-size: 1.4rem;
    margin-bottom: 40px
}

#project {
    width: 100%;
    height: auto;
    z-index: 999;
    margin: 60px 0px;
}

#project #category-project {
    width: 100%;
    margin-bottom: 30px;
}

#project #category-project .category_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    grid-template-rows: auto;
    column-gap: 30px;
}

#project #category-project .category_wrapper .category_item {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    text-align: center;
    background-color: rgba(0, 0, 0, .30196078431372547);
    border: 1px solid #fff;
    color: #fff;
    transition: all .3s ease-in-out;
    overflow: hidden;
    max-height: 300px;
    min-height: 300px;
}

@media screen and (max-width:1024px) {
    #project #category-project .category_wrapper .category_item {
        width: 100%
    }
}

#project #category-project .category_wrapper .category_item img {
    transition: all .3s ease-in;
    width: 100%;
    height: 100%;
    max-height: 300px;
    min-height: 300px;
}

#project #category-project .category_wrapper .category_item_name {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    transition: all .3s ease-in-out
}

#project #category-project .category_wrapper .category_item_name h1,
#project #category-project .category_wrapper .category_item_name h2,
#project #category-project .category_wrapper .category_item_name h3,
#project #category-project .category_wrapper .category_item_name h4,
#project #category-project .category_wrapper .category_item_name h5,
#project #category-project .category_wrapper .category_item_name h6 {
    font-size: 2.364rem;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .75);
    padding: 0px 15px;
}

#project #category-project .category_wrapper .category_item:hover {
    color: #fbb03b
}

#project #category-project .category_wrapper .category_item:hover>img {
    transform: scale(1.1)
}

#project #category-project .category_wrapper .category_item:hover>.category_item_name {
    background-color: rgba(51, 51, 51, .5019607843137255)
}

@media screen and (max-width:1024px) {
    #project #post-project {
        display: block;
    }
}

#project #post-project .post_wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 30px;
    row-gap: 30px;
}

#project #post-project .post_wrapper .post_item {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in-out;
    min-height: 300px;
    max-height: 300px;
    border: 1px solid #fff;
}

#project #post-project .post_wrapper .post_item img {
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out
}

#project #post-project .post_wrapper .post_item_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 24px;
    background-color: rgba(51, 51, 51, .5019607843137255)
}

#project #post-project .post_wrapper .post_item_content_address {
    gap: 20px
}

#project #post-project .post_wrapper .post_item_content .content-bottom {
    bottom: 0;
    left: 0;
    position: absolute;
    padding: 24px;
    line-height: 1.6
}

#project #post-project .post_wrapper .post_item_content .content-bottom h3 {
    font-size: 1.6rem
}

#project #post-project .post_wrapper .post_item_content .content-bottom span {
    font-size: 1.4rem
}

#project #post-project .post_wrapper .post_item:hover {
    color: #fbb03b
}

#project #post-project .post_wrapper .post_item:hover>img {
    transform: scale(1.1)
}

#category {
    width: 100%;
    height: auto;
    z-index: 999;
    margin: 60px 0px 70px 0px;
}

#category #category-du-an .container .category_wrapper {
    background-color: #fff;
    height: auto;
    padding: 0 2.46002%;
}

#category #category-du-an .container .category_wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(77, 77, 77, .8)
}

#category #category-du-an .container .category_wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #4d4d4d
}

#category #category-du-an .container .category_wrapper::-webkit-scrollbar {
    width: 10px
}

#category #category-du-an .container .category_wrapper h1 {
    margin-top: 6.50113vh;
    margin-bottom: 5.39582vh;
    font-size: 2.969rem
}

#category #category-du-an .container .category_wrapper .project_wrapper {
    flex-wrap: wrap;
    gap: 20.1385px 21.8118px;
    width: 100%;
    height: 100%
}

#category #category-du-an .container .category_wrapper .project_wrapper .project_item {
    width: 18.10864vw;
    height: 20.94936vh;
    transition: all .3s ease-in
}

#category #category-du-an .container .category_wrapper .project_wrapper .project_item img {
    width: 100%;
    height: 100%;
    transition: all .3s ease-in
}

#category #category-du-an .container .category_wrapper .project_wrapper .project_item:hover>img {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .75)
}

#category #category-tuyen-dung .container .category_wrapper {
    background-color: #fff;
    height: auto;
    padding: 30px 40px;
}

#category #category-tuyen-dung .container .category_wrapper .choices {
    gap: 1.32577vw;
    margin-bottom: 3.52593vh
}

#category #category-tuyen-dung .container .category_wrapper .choices .field,
#category #category-tuyen-dung .container .category_wrapper .choices .search {
    width: 17.781vw;
    height: 4.82928vh;
    padding: 15.7213px 26.2798px;
    border: .75px solid #b3b3b3;
    font-size: 1.4rem;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer
}

#category #category-tuyen-dung .container .category_wrapper .choices .field .list_field,
#category #category-tuyen-dung .container .category_wrapper .choices .search .list_field {
    z-index: 999;
    display: none;
    position: absolute;
    border: 1px solid #b3b3b3;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: #e5e5e5;
    overflow-y: scroll;
    max-height: 205px
}

#category #category-tuyen-dung .container .category_wrapper .choices .field .list_field_item,
#category #category-tuyen-dung .container .category_wrapper .choices .search .list_field_item {
    padding: 15.7213px 26.2798px;
    transition: .3s ease-in-out
}

#category #category-tuyen-dung .container .category_wrapper .choices .field .list_field_item:hover,
#category #category-tuyen-dung .container .category_wrapper .choices .search .list_field_item:hover {
    background-color: #fff
}

#category #category-tuyen-dung .container .category_wrapper .choices .field .list_field.active,
#category #category-tuyen-dung .container .category_wrapper .choices .search .list_field.active {
    display: block
}

#category #category-tuyen-dung .container .category_wrapper .choices .field .icon_down,
#category #category-tuyen-dung .container .category_wrapper .choices .search .icon_down {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    width: 10px
}

#category #category-tuyen-dung .container .category_wrapper .choices .search {
    padding: 0
}

#category #category-tuyen-dung .container .category_wrapper .choices .search .search-form {
    width: 100%
}

#category #category-tuyen-dung .container .category_wrapper .choices .search .search-form input {
    width: 100%;
    border: none
}

#category #category-tuyen-dung .container .category_wrapper .choices .search .search-form input[type=submit] {
    width: 54px;
    background-image: url(../icolor/assets/images/search-icon-04.png);
    background-color: #000;
    background-size: 24px 24px;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    background-position: 50%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0
}

#category #category-tuyen-dung .container .category_wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(77, 77, 77, .8)
}

#category #category-tuyen-dung .container .category_wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #4d4d4d
}

#category #category-tuyen-dung .container .category_wrapper::-webkit-scrollbar {
    width: 10px
}

#category #category-tuyen-dung .container .category_wrapper .list_post .table {
    display: table;
    border: .75px solid #b3b3b3;
    width: 100%
}

#category #category-tuyen-dung .container .category_wrapper .list_post .table-row {
    display: table-row;
    transition: .3s ease-in-out
}

#category #category-tuyen-dung .container .category_wrapper .list_post .table-row:nth-child(2n) {
    background-color: #e5e5e5
}

#category #category-tuyen-dung .container .category_wrapper .list_post .table-cell {
    display: table-cell;
    padding: 20px 70px 30px 0;
    font-size: 1.4rem;
    color: #4d4d4d
}

#category #category-tuyen-dung .container .category_wrapper .list_post .table-cell:first-child {
    padding-left: 30px
}

#category #category-tuyen-dung .container .category_wrapper .list_post .table .title {
    font-size: 2.2rem;
    text-transform: uppercase;
    color: #4d4d4d;
    font-family: UTMAvoBold
}

#category #category-tuyen-dung .container .category_wrapper .list_post .table a:hover {
    background-color: #000
}

#category #category-tuyen-dung .container .category_wrapper .list_post .table a:hover>.table-cell {
    color: #fff
}

#category #category-tuyen-dung .container .category_wrapper .pdphantrang {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px
}

#category #category-tuyen-dung .container .category_wrapper .pdphantrang .page-numbers {
    font-size: 1.2rem;
    border: .75px solid #c3c3c3;
    padding: 18px;
    width: 47px;
    height: 47px;
    line-height: 1;
    display: block;
    transition: .3s ease-in;
    color: #000
}

#category #category-tuyen-dung .container .category_wrapper .pdphantrang .page-numbers.current,
#category #category-tuyen-dung .container .category_wrapper .pdphantrang .page-numbers:hover {
    background-color: #000;
    color: #fff
}

#category #category-tuyen-dung .container .category_wrapper .pdphantrang .next,
#category #category-tuyen-dung .container .category_wrapper .pdphantrang .prev {
    display: none
}

#single {
    width: 100%;
    height: 100%;
    z-index: 999;
    margin-top: 15.55167vh
}

#single #single-du-an #image_slide {
    background-color: #fff;
    height: 75.09562vh
}

#single #single-du-an #image_slide .owl-stage-outer,
#single #single-du-an #image_slide .owl-stage-outer .owl-stage,
#single #single-du-an #image_slide .owl-stage-outer .owl-stage .owl-item.active {
    height: 100%
}

#single #single-du-an #image_slide .owl-stage-outer .owl-stage .owl-item.active .single-item {
    height: 100%;
    position: relative
}

#single #single-du-an #image_slide .owl-stage-outer .owl-stage .owl-item.active .single-item .single-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: hsla(0, 0%, 100%, .9019607843137255);
    width: 37.121vw;
    padding: 2.36096vh 6.25536vh 2.05952vh 4.661vh;
    line-height: 1.5
}

#single #single-du-an #image_slide .owl-stage-outer .owl-stage .owl-item.active .single-item .single-content p {
    margin-bottom: 10px
}

#single #single-du-an #image_slide .owl-stage-outer .owl-stage .owl-item.active .single-item .single-content h1,
#single #single-du-an #image_slide .owl-stage-outer .owl-stage .owl-item.active .single-item .single-content h2,
#single #single-du-an #image_slide .owl-stage-outer .owl-stage .owl-item.active .single-item .single-content h3,
#single #single-du-an #image_slide .owl-stage-outer .owl-stage .owl-item.active .single-item .single-content h4,
#single #single-du-an #image_slide .owl-stage-outer .owl-stage .owl-item.active .single-item .single-content h5,
#single #single-du-an #image_slide .owl-stage-outer .owl-stage .owl-item.active .single-item .single-content h6 {
    text-transform: uppercase;
    color: #009245;
    font-size: 2.969rem;
    margin-bottom: 2.31405vh
}

#single #single-du-an #image_slide .owl-nav .owl-next,
#single #single-du-an #image_slide .owl-nav .owl-prev {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 1
}

#single #single-du-an #image_slide .owl-nav .owl-next.disabled,
#single #single-du-an #image_slide .owl-nav .owl-prev.disabled {
    display: none;
    opacity: 0
}