@import url("https://fonts.googleapis.com/css2?family=Gowun+Batang:wght@400;700&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
    font-family: "font-heading", sans-serif;
    src: url("../font/TUV-Domaine-Regular.ttf");
}

a {
    text-decoration: none;
}

.custom-container {
    padding-left: 100px;
    padding-right: 100px;
}

@media only screen and (max-width: 46.1875em) {
    .custom-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 46.25em) and (max-width: 64em) {
    .custom-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 64em) and (max-width: 87.5em) {
    .custom-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/* width */

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #0A5B58;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #FCB338;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
}

body #loading {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #D3E2E9 url("../img/Logo_doc.png") no-repeat center center;
    background-size: 8%;
    z-index: 999999999;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    body #loading {
        background-size: 30%;
    }
}

body header.main-header.nav-fixed {
    background-color: #0A5B58;
    z-index: 999;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

body header.main-header.nav-fixed .logo img {
    width: 50px;
}

body header.main-header.nav-fixed .menu-nav-main {
    padding: 10px 0px;
}

body header.main-header.page {
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

body header.main-header.page .menu-nav-main {
    padding: 10px 0px;
}

body header.main-header.page .menu-nav-main ul li a {
    color: #0A5B58;
}

body header.main-header.page a.toggle-menu {
    color: #0A5B58;
}

body header.main-header.page .list-button a.btn-price {
    background-color: #0A5B58;
    color: #ffffff;
}

body header.main-header.page .list-button a.search {
    background-color: #0A5B58;
    color: #ffffff;
}

body header {
    padding: 10px 0px;
    transition: all 0.25s linear;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

body header .header-top {
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
}

@media only screen and (max-width: 46.1875em) {
    body header .header-top {
        padding-left: 10px;
        padding-right: 10px;
    }
}

body header .header-top a.toggle-menu {
    color: #ffffff;
    font-size: 40px;
    display: none;
}

@media only screen and (max-width: 46.1875em) {
    body header .header-top a.toggle-menu {
        display: block;
    }
}

@media only screen and (min-width: 46.25em) and (max-width: 64em) {
    body header .header-top a.toggle-menu {
        display: block;
    }
}

body header .header-top .nav-menu {
    display: flex;
}

body header .header-top .nav-menu a#toggle {
    color: #ffffff;
    font-size: 40px;
}

body header .header-top .nav-menu a#toggle:hover {
    color: #0A5B58;
}

body header .header-top .logo a img {
    max-width: 100%;
    width: 70px;
}

@media only screen and (max-width: 46.1875em) {
    body header .header-top .logo a img {
        width: 55px;
    }
}

body header .header-top .list-button {
    display: flex;
    align-items: center;
}

body header .header-top .list-button a.search {
    font-size: 28px;
    color: #ffffff;
    margin-right: 20px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media only screen and (max-width: 46.1875em) {
    body header .header-top .list-button a.search {
        margin-right: 0px;
        font-size: 20px;
    }
}

body header .header-top .list-button a.search i {
    padding: 10px;
}

body header .header-top .list-button .btn-price {
    font-weight: 600;
    color: #ffffff;
    border-radius: 30px;
    border: 2px solid #ffffff;
    padding: 10px 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media only screen and (max-width: 46.1875em) {
    body header .header-top .list-button .btn-price {
        display: none;
    }
}

@media only screen and (min-width: 46.25em) and (max-width: 64em) {
    body header .header-top .list-button .btn-price {
        display: none;
    }
}

body header .menu-search.active {
    animation: fade_in 0.25s linear both;
}

body header .menu-nav-main {
    transition: all 0.25s linear;
    padding: 50px 0px;
}

body header .menu-nav-main ul {
    display: flex;
    margin-bottom: 0px;
}

body header .menu-nav-main ul li {
    padding: 5px 30px;
    list-style: none;
}

body header .menu-nav-main ul li a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
}

body header .menu-nav-main ul li a:hover {
    color: #FCB338;
}

body header .menu-nav-main ul li ul {
    width: 300px;
    display: none;
    flex-wrap: wrap;
    padding-left: 0px;
    background-color: #ffffff;
    position: absolute;
    z-index: 1;
}

body header .menu-nav-main ul li ul li {
    flex: 1 1 100%;
    border-bottom: 1px solid #0A5B58;
    position: relative;
    float: left;
}

body header .menu-nav-main ul li ul li a {
    color: #0A5B58;
}

body header .menu-nav-main ul li ul li ul {
    display: none;
    width: 300px;
    display: none;
    flex-wrap: wrap;
    padding-left: 0px;
    background-color: #ffffff;
    position: absolute;
    z-index: 1;
    right: -300px;
    top: 0;
}

body header .menu-nav-main ul li ul li:hover ul {
    display: flex !important;
}

body header .menu-nav-main ul li:hover ul {
    display: flex;
}

body header .menu-nav-main ul li:hover ul li ul {
    display: none;
}

body header .menu-nav-main ul li.menu-child>a {
    position: relative;
}

body header .menu-nav-main ul li.menu-child>a::after {
    content: "\ea4a";
    font-family: boxicons !important;
    position: absolute;
    right: -20px;
}

body header .menu-nav-main ul li.menu-child ul li.menu-item-child {
    position: relative;
}

body header .menu-nav-main ul li.menu-child ul li.menu-item-child::after {
    content: "\ea50";
    font-family: boxicons !important;
    position: absolute;
    right: 0;
    font-size: 24px;
    color: #0A5B58;
}

@media only screen and (max-width: 46.1875em) {
    body header .menu-nav-main {
        display: none;
    }
}

@media only screen and (min-width: 46.25em) and (max-width: 64em) {
    body header .menu-nav-main {
        display: none;
    }
    body header .menu-nav-main ul li a {
        font-size: 18px;
    }
}

@media only screen and (min-width: 64em) and (max-width: 87.5em) {
    body header .menu-nav-main ul li a {
        font-size: 18px;
    }
}

body header .menu-search {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #CEB28A url("../img/fullsrc_menu_bg.svg") no-repeat top right;
    background-size: 20%;
    z-index: 9999;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

@media screen and (max-width: 768px) {
    body header .menu-search {
        background-size: 30%;
    }
}

body header .menu-search::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    background: url("../img/nav_bg_bottom.svg") no-repeat bottom right;
    z-index: -1;
}

body header .menu-search .form-search {
    max-width: 100%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 20px;
}

body header .menu-search .form-search form {
    width: 700px;
    display: flex;
    align-items: center;
}

body header .menu-search .form-search form input {
    font-size: 24px;
    border-radius: 0;
    border: 2px solid #0A5B58;
    border-top-left-radius: 15px;
}

body header .menu-search .form-search form .btn-search {
    background-color: #0A5B58;
    width: 200px;
    color: #ffffff;
    font-size: 24px;
    border-radius: 0;
    border: 2px solid #0A5B58;
    border-bottom-right-radius: 15px;
}

@media only screen and (max-width: 46.1875em) {
    body header .menu-search .form-search form {
        max-width: 100%;
        width: 450px;
    }
    body header .menu-search .form-search form input {
        font-size: 18px;
    }
    body header .menu-search .form-search form .btn-search {
        font-size: 18px;
    }
}

@media only screen and (min-width: 46.25em) and (max-width: 64em) {
    body header .menu-search .form-search form {
        max-width: 100%;
        width: 500px;
    }
}

body header .menu-search .form-search p {
    font-size: 20px;
    margin-top: 10px;
    color: #000000;
    font-weight: bold;
}

body header .menu-search .form-search p a {
    color: #0A5B58;
}

@media only screen and (max-width: 46.1875em) {
    body header .menu-search .form-search p {
        font-size: 18px;
    }
}

@media only screen and (min-width: 46.25em) and (max-width: 64em) {
    body header .menu-search .form-search p {
        font-size: 18px;
    }
}

body header .menu-search .info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: -4rem -2rem 0;
    position: absolute;
    bottom: 0;
}

body header .menu-search .info .item-info {
    width: 25%;
    text-align: center;
    padding: 20px;
    position: relative;
}

@media only screen and (max-width: 46.1875em) {
    body header .menu-search .info .item-info {
        width: 45%;
    }
}

body header .menu-search .info .item-info span {
    font-size: 40px;
    color: #ffffff;
}

body header .menu-search .info .item-info p {
    font-size: 20px;
    font-family: "Merriweather", serif;
    font-weight: bold;
}

body header .menu-search .info .item-info::after {
    content: "";
    position: absolute;
    right: -2rem;
    top: 0;
    bottom: 0;
    width: 1px;
}

body header .menu-search a#close {
    position: absolute;
    right: 30px;
    top: 30px;
    color: #ffffff;
    font-size: 30px;
}

body header .menu-mobile {
    display: none;
    background-color: #0A5B58;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    animation: fade_in 0.25s linear both;
}

body header .menu-mobile .header-mb {
    background-color: #D3E2E9;
    position: relative;
    padding: 10px 0px;
}

body header .menu-mobile .header-mb img {
    width: 150px;
    max-width: 100%;
}

body header .menu-mobile .header-mb span.close {
    color: #0A5B58;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

body header .menu-mobile .header-mb span.close i {
    font-size: 40px;
}

body header .menu-mobile ul {
    padding-left: 0;
}

body header .menu-mobile ul li {
    list-style: none;
    padding: 10px;
    border-bottom: 1px solid #ffffff;
}

body header .menu-mobile ul li a {
    color: #ffffff;
    font-size: 24px;
}

body header .menu-mobile ul li ul {
    display: none;
}

body header .menu-mobile ul li.menu-child {
    position: relative;
}

body header .menu-mobile ul li.menu-child::after {
    content: "\ea4a";
    font-family: boxicons !important;
    position: absolute;
    right: 10px;
    top: 5px;
    color: #ffffff;
    font-size: 28px;
    border-left: 1px solid #ffffff;
    padding-left: 10px;
}

body header .menu-mobile ul li.menu-child ul li {
    border-bottom: unset;
}

body header .menu-mobile ul li.menu-child ul.active {
    display: block;
}

body header .menu-mobile ul li.menu-child.active {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0A5B58;
    z-index: 1;
}

body header .menu-mobile ul li.menu-child.active li.menu-item-child {
    position: relative;
}

body header .menu-mobile ul li.menu-child.active li.menu-item-child::after {
    content: "\ea4a";
    font-family: boxicons !important;
    position: absolute;
    right: 10px;
    top: 5px;
    color: #ffffff;
    font-size: 28px;
    padding-left: 10px;
}

body header .menu-mobile.active {
    display: block;
}

body .btn-hedy {
    border-radius: 15px;
    padding: 10px 30px;
    font-size: 20px;
}

body .btn-hedy-w {
    border: 2px solid #ffffff;
    color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

body .btn-hedy-w:hover {
    background-color: #0A5B58;
    color: #ffffff;
}

body main .title-section {
    text-align: center;
}

body main .title-section span {
    font-size: 20px;
    font-style: italic;
}

@media only screen and (max-width: 46.1875em) {
    body main .title-section h3 {
        font-size: 30px !important;
    }
    body main .title-section h3::after {
        bottom: 10px !important;
        right: -70px !important;
        height: 20px !important;
    }
    body main .title-section h3::before {
        bottom: 10px !important;
        left: -70px !important;
        height: 20px !important;
    }
    body main .title-section p {
        font-size: 18px !important;
    }
    body main .title-section span {
        font-size: 18px !important;
    }
}

@media only screen and (min-width: 46.25em) and (max-width: 64em) {
    body main .title-section span {
        font-size: 18px !important;
    }
    body main .title-section h3 {
        font-size: 30px !important;
    }
    body main .title-section h3::after {
        bottom: 10px !important;
        right: -70px !important;
        height: 20px !important;
    }
    body main .title-section h3::before {
        bottom: 10px !important;
        left: -70px !important;
        height: 20px !important;
    }
    body main .title-section p {
        font-size: 18px !important;
    }
}

body main .title-section h3 {
    color: #FCB338;
    font-size: 45px;
    position: relative;
    display: inline;
    font-family: "Gowun Batang", serif;
}

body main .title-section h3::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 30px;
    background: url("../img/title_star.png") no-repeat;
    background-position: center center;
    background-size: contain;
    left: -120px;
    bottom: 20px;
}

body main .title-section h3::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 30px;
    background: url("../img/title_star.png") no-repeat;
    background-position: center center;
    background-size: contain;
    transform: scaleX(-1);
    right: -120px;
    bottom: 20px;
}

body main .title-section p {
    margin-top: 10px;
    color: #0A5B58;
    font-size: 40px;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
}

body main section#slider {
    height: 100vh;
    background-size: auto;
    position: relative;
}

@media only screen and (max-width: 46.1875em) {
    body main section#slider {
        height: auto;
    }
    body main section#slider a.arrow-more {
        width: 50px !important;
        height: 50px !important;
    }
}

@media only screen and (min-width: 46.25em) and (max-width: 64em) {
    body main section#slider {
        height: auto;
    }
}

@media only screen and (min-width: 64em) and (max-width: 87.5em) {
    body main section#slider {
        height: auto;
    }
}

body main section#slider a.arrow-more {
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 40px;
    color: #0A5B58;
    border: 0;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    bottom: 10%;
    z-index: 1;
    transform: translate(-50%, -50%);
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

body main section#slider a.arrow-more:hover {
    background-color: #ffffff;
    color: #0A5B58;
}

body main section#slider .carousel-item {
    transition: transform 5s ease-in-out;
}

body main section#slider .carousel-fade .active.carousel-item-start,
body main section#slider .carousel-fade .active.carousel-item-end {
    transition: opacity 0s 5s;
}

body main section#slider img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

@media only screen and (max-width: 46.1875em) {
    body main section#slider img {
        height: auto;
    }
}

@media only screen and (min-width: 46.25em) and (max-width: 64em) {
    body main section#slider img {
        height: auto;
    }
}

@media only screen and (min-width: 64em) and (max-width: 87.5em) {
    body main section#slider img {
        height: auto;
    }
}

body main section#slider::before {
    content: "";
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(10, 91, 88, 0.6026785714) 100%);
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

@media only screen and (max-width: 46.1875em) {
    body main section#slider {
        background-position-y: -150px;
    }
}

@media only screen and (min-width: 64em) and (max-width: 87.5em) {
    body main section#slider {
        background-position-y: -165px;
    }
    body main section#slider .content-slider h1 {
        font-size: 45px;
    }
}

body main section#service {
    background-color: #ffffff;
    height: 100vh;
    background-size: 1920px;
    position: relative;
}

body main section#service #cloud_1 {
    content: "";
    position: absolute;
    background: url("../img/section_1_may.png") no-repeat;
    width: 500px;
    height: 200px;
    top: 100px;
    left: 0;
    background-position: center center;
    background-size: cover;
}

body main section#service #cloud_2 {
    content: "";
    position: absolute;
    background: url("../img/section_1_may.png") no-repeat;
    width: 600px;
    height: 300px;
    top: 50px;
    right: -130px;
    background-position: center center;
    background-size: cover;
}

body main section#service #bird_one {
    content: "";
    position: absolute;
    background: url("../img/section_2_bird.png") no-repeat;
    width: 250px;
    height: 80px;
    top: 150px;
    left: 350px;
    background-position: center center;
    background-size: contain;
    z-index: 1;
}

body main section#service #bird_two {
    content: "";
    position: absolute;
    background: url("../img/section_2_bird_1.png") no-repeat;
    width: 250px;
    height: 80px;
    top: 150px;
    right: 350px;
    background-position: center center;
    background-size: contain;
    z-index: 1;
}

body main section#service .main-servive {
    padding: 50px 0px;
    position: relative;
    z-index: 1;
}

body main section#service .main-servive .list-service {
    position: relative;
    z-index: 200;
    padding: 0 0px;
    margin: 5rem auto;
    width: 100%;
}

body main section#service .main-servive .list-service .item-service {
    margin: 10px;
}

body main section#service .main-servive .list-service .item-service img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

body main section#service .main-servive .list-service .item-service .content {
    text-align: center;
    padding-top: 30px;
    display: none;
}

body main section#service .main-servive .list-service .item-service .content a {
    font-size: 30px;
    color: #000000;
    display: block;
}

body main section#service .main-servive .list-service .item-service .content p {
    padding-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body main section#service .main-servive .list-service .slick-dots {
    bottom: -40px;
}

body main section#service .main-servive .list-service .slick-dots li button::before {
    font-size: 15px;
}

body main section#service .main-servive .list-service .slick-dots li.slick-active button::before {
    color: #FCB338;
}

body main section#service .main-servive .list-service .item-service.slick-slide {
    width: 500px;
    transition: transform 0.4s;
    position: relative;
}

body main section#service .main-servive .list-service .item-service.slick-slide.slick-center {
    position: relative;
}

body main section#service .main-servive .list-service .item-service.slick-slide.slick-center .content {
    display: block;
    position: relative;
    z-index: 9999999;
    bottom: 0;
}

body main section#service .main-servive .list-service .slick-slide:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: transform 0.4s;
}

body main section#service .main-servive .list-service .item-service.slick-slide {
    transform: scale(0.7) translate(640px);
}

body main section#service .main-servive .list-service .item-service.slick-slide.slick-center+.slick-slide {
    transform: scale(0.8) translate(-250px);
    z-index: 10;
}

body main section#service .main-servive .list-service .item-service.slick-slide.slick-center+.slick-slide+.item-service.slick-slide {
    transform: scale(0.7) translate(-640px);
    z-index: 5;
}

body main section#service .main-servive .list-service .item-service.slick-slide.slick-active {
    transform: scale(0.8) translate(250px);
}

body main section#service .main-servive .list-service .item-service.slick-slide.slick-center {
    transform: scale(1);
    z-index: 999999999;
}

body main section#service .main-servive .list-service .slick-center:after {
    opacity: 0;
}

@media only screen and (max-width: 46.1875em) {
    body main section#service #bird_one {
        left: 20px;
        width: 100px;
        height: 50px;
    }
    body main section#service #bird_two {
        right: 20px;
        width: 100px;
        height: 50px;
    }
    body main section#service #cloud_1 {
        width: 200px;
        height: 70px;
    }
    body main section#service #cloud_2 {
        width: 100px;
        height: 50px;
        right: 20px;
    }
    body main section#service .main-servive .list-service .item-service {
        width: 300px !important;
    }
    body main section#service .main-servive .list-service .item-service img {
        height: 270px !important;
    }
}

@media only screen and (min-width: 46.25em) and (max-width: 64em) {
    body main section#service #bird_one {
        left: 20px;
        width: 100px;
        height: 50px;
    }
    body main section#service #bird_two {
        right: 20px;
        width: 100px;
        height: 50px;
    }
    body main section#service #cloud_1 {
        width: 200px;
        height: 70px;
    }
    body main section#service #cloud_2 {
        width: 100px;
        height: 50px;
        right: 20px;
    }
}

@media only screen and (min-width: 64em) and (max-width: 87.5em) {
    body main section#service .main-servive .list-service .item-service {
        width: 450px !important;
    }
    body main section#service .main-servive .list-service .item-service img {
        height: 300px !important;
    }
    body main section#service .main-servive .list-service .item-service .content {
        padding-top: 10px;
    }
    body main section#service .main-servive .list-service .item-service .content p {
        padding-top: 0;
    }
    body main section#service #cloud_1 {
        top: 70px;
    }
    body main section#service #cloud_2 {
        top: 70px;
    }
}

body main section#tech {
    height: auto;
    background-color: #D3E2E9;
    position: relative;
    padding-bottom: 100px;
}

body main section#tech .title-section p {
    color: #0A5B58;
}

@media only screen and (max-width: 46.1875em) {
    body main section#tech {
        padding-bottom: 230px;
    }
    body main section#tech .main-tech .item-tech {
        margin: 5px !important;
    }
    body main section#tech::before {
        width: 100%;
        height: 89px;
        top: 50px;
    }
    body main section#tech #proton {
        right: 0;
        top: -140px;
        width: 150px;
        height: 150px;
    }
    body main section#tech .title-section {
        padding-top: 120px !important;
    }
    body main section#tech #bottom_left {
        left: 15px;
        bottom: 15px;
    }
    body main section#tech #bottom_right {
        right: 15px;
        bottom: 15px;
    }
    body main section#tech #people {
        width: 220px;
        height: 220px;
        left: 0;
    }
}

@media only screen and (min-width: 46.25em) and (max-width: 64em) {
    body main section#tech {
        padding-bottom: 230px;
    }
    body main section#tech .main-tech .item-tech {
        margin: 5px !important;
    }
}

@media only screen and (min-width: 64em) and (max-width: 87.5em) {
    body main section#tech #people {
        width: 300px;
        height: 300px;
        left: -45px;
    }
}

body main section#tech .title-section {
    padding-top: 50px;
}

body main section#tech .main-tech .item-tech {
    margin: 20px;
    background-color: #D3E2E9;
    border: 2px solid #ffffff;
    border-radius: 15px;
    padding: 20px;
}

body main section#tech .main-tech .item-tech img {
    width: 100%;
}

body main section#tech .main-tech .item-tech .content-tech {
    padding-top: 20px;
    text-align: right;
}

body main section#tech .main-tech .item-tech .content-tech a {
    border: 2px solid #0A5B58;
    border-radius: 15px;
    padding: 5px 20px;
    color: #0A5B58;
    font-weight: bold;
}

body main section#tech .main-tech .slick-dots {
    position: relative;
}

body main section#tech .main-tech .slick-dots li button::before {
    font-size: 15px;
}

body main section#tech .main-tech .slick-dots li.slick-active button::before {
    color: #FCB338;
}

body main section#doctor .carousel-caption {
    right: 10%;
    top: 20%;
    left: unset;
    max-width: 600px;
    text-align: left;
}

body main section#doctor .carousel-caption .content-doctor {
    text-align: justify;
}

body main section#doctor .carousel-caption .content-doctor h3 {
    color: #FCB338;
    font-size: 40px;
}

body main section#doctor .carousel-caption .content-doctor p {
    color: #FCB338;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

body main section#doctor .carousel-caption .content-doctor span {
    color: #ffffff;
    font-size: 18px;
}

body main section#doctor .carousel-caption .content-doctor a.btn {
    background-color: #0A5B58;
    color: #ffffff;
    border-radius: 20px;
    padding: 5px 20px;
    margin-top: 10px;
}

@media only screen and (min-width: 64em) and (max-width: 87.5em) {
    body main section#doctor .carousel-caption {
        top: 15%;
        right: 10%;
    }
    body main section#doctor .carousel-caption .content-doctor span {
        font-size: 18px;
    }
}

body main section#count {
    background-color: #0A5B58;
    position: relative;
    padding: 50px 0px;
    z-index: 1;
}

body main section#count .main-count {
    display: flex;
    justify-content: space-between;
}

body main section#count .main-count .item-count {
    text-align: center;
}

body main section#count .main-count .item-count h3 {
    font-size: 60px;
    font-weight: bold;
    color: #FCB338;
}

body main section#count .main-count .item-count p {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 46.1875em) {
    body main section#count .main-count {
        margin-top: 50px;
        flex-wrap: wrap;
    }
    body main section#count .main-count::before {
        min-width: 200px;
        min-height: 100px;
    }
    body main section#count .main-count .item-count {
        flex: 1 1 50%;
    }
    body main section#count .main-count .item-count h3 {
        font-size: 40px;
    }
    body main section#count .main-count .item-count p {
        font-size: 14px;
        padding-bottom: 20px !important;
    }
    body main section#count .main-count .item-count p::after {
        height: 30px;
        width: 90%;
        background-size: contain;
    }
}

@media only screen and (min-width: 46.25em) and (max-width: 64em) {
    body main section#count .main-count {
        flex-wrap: wrap;
        margin-top: 50px;
    }
    body main section#count .main-count::before {
        min-width: 200px;
        min-height: 100px;
    }
    body main section#count .main-count .item-count {
        flex: 1 1 50%;
    }
    body main section#count .main-count .item-count h3 {
        font-size: 40px;
    }
    body main section#count .main-count .item-count p {
        font-size: 14px;
        padding-bottom: 20px !important;
    }
    body main section#count .main-count .item-count p::after {
        height: 30px;
        width: 90%;
        background-size: contain;
    }
}

@media only screen and (max-width: 46.1875em) {
    body main section#count::before {
        min-width: 200px !important;
        min-height: 90px !important;
    }
}

@media only screen and (min-width: 64em) and (max-width: 87.5em) {
    body main section#count::before {
        min-width: 170px !important;
        min-height: 100px !important;
    }
    body main section#count .main-count {
        justify-content: space-around;
    }
}

body main section#intro {
    background-color: #ffffff;
    background-size: cover;
    height: auto;
    position: relative;
    padding: 50px 0px;
}

body main section#intro .row {
    align-items: center;
}

body main section#intro .content h4 {
    color: #0A5B58;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 10px;
}

body main section#intro .content span {
    font-size: 18px;
}

body main section#intro .content img {
    max-width: 130px;
    padding-bottom: 20px;
}

body main section#intro .btn-more {
    margin-top: 20px;
    background-color: #FCB338;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 50px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media only screen and (max-width: 46.1875em) {
    body main section#intro {
        padding: 160px 0 150px 0;
    }
    body main section#intro .btn-more {
        left: 0%;
        font-size: 18px;
        padding: 10px 30px;
    }
    body main section#intro .content img {
        max-width: 100px;
    }
    body main section#intro .content h4 {
        font-size: 24px;
    }
    body main section#intro .content span {
        font-size: 18px;
    }
    body main section#intro #temp::before {
        width: 300px;
        height: 200px;
        top: 10px;
        right: -155px;
    }
    body main section#intro #flower {
        left: 15%;
        top: 2%;
    }
    body main section#intro::before {
        top: 0;
        width: 100%;
        height: 170px;
    }
    body main section#intro::after {
        width: 100%;
        height: 150px;
    }
}

@media only screen and (min-width: 46.25em) and (max-width: 64em) {
    body main section#intro {
        padding: 160px 0 150px 0;
    }
    body main section#intro .btn-more {
        left: 0%;
        font-size: 18px;
        padding: 10px 30px;
    }
    body main section#intro .content img {
        max-width: 100px;
    }
    body main section#intro .content h4 {
        font-size: 24px;
    }
    body main section#intro .content span {
        font-size: 18px;
    }
    body main section#intro #temp::before {
        width: 300px;
        height: 200px;
        top: 10px;
        right: -155px;
    }
    body main section#intro #flower {
        left: 15%;
        top: 2%;
    }
    body main section#intro::before {
        top: 0;
        width: 100%;
        height: 170px;
    }
    body main section#intro::after {
        width: 100%;
        height: 150px;
    }
}

@media only screen and (min-width: 64em) and (max-width: 87.5em) {
    body main section#intro {
        padding: 150px 0 0 0;
    }
    body main section#intro::before {
        height: 265px;
    }
    body main section#intro #temp::before {
        width: 425px;
        height: 280px;
        top: 70px;
    }
    body main section#intro .btn-more {
        top: 50%;
        left: 20%;
    }
}

body main section#certificate {
    background-color: #D3E2E9;
    height: 100%;
    padding: 50px 0;
    position: relative;
}

body main section#certificate .title-section span {
    font-size: 20px;
}

body main section#certificate .main-cert .head-cert {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 150px;
}

body main section#certificate .main-cert .head-cert .item {
    text-align: center;
    position: relative;
    width: 350px;
}

body main section#certificate .main-cert .head-cert .item::before {
    content: "";
    background: url("../img/Section_5_leaf.png") center 0 no-repeat;
    position: absolute;
    width: 100px;
    height: 150px;
    background-size: contain;
    top: -20px;
    left: -50px;
}

body main section#certificate .main-cert .head-cert .item::after {
    content: "";
    background: url("../img/Section_5_leaf.png") center 0 no-repeat;
    position: absolute;
    width: 100px;
    height: 150px;
    background-size: contain;
    top: -20px;
    right: -50px;
    transform: scaleX(-1);
}

body main section#certificate .main-cert .head-cert .item span {
    font-size: 20px;
    font-weight: bold;
    color: #0A5B58;
}

body main section#certificate .main-cert .list-cert {
    margin-top: 100px;
}

body main section#certificate .main-cert .list-cert .item-cert {
    border: 2px solid #0A5B58;
    border-radius: 50px;
    padding: 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
}

body main section#certificate .main-cert .list-cert .item-cert img {
    max-width: 100%;
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10px;
}

body main section#certificate .main-cert .list-cert .item-cert span {
    font-size: 12px;
    color: #0A5B58;
}

body main section#certificate .main-cert .list-cert .slick-dots {
    position: relative;
}

body main section#certificate .main-cert .list-cert .slick-dots li button::before {
    font-size: 15px;
}

body main section#certificate .main-cert .list-cert .slick-dots li.slick-active button::before {
    color: #FCB338;
}

@media only screen and (max-width: 46.1875em) {
    body main section#certificate {
        height: auto;
        padding: 150px 0 100px 0;
    }
    body main section#certificate #flag {
        width: 50%;
        height: 115px;
        z-index: 1;
    }
    body main section#certificate #lantern {
        width: 100%;
        height: 150px;
    }
    body main section#certificate #flower {
        top: 10%;
        left: 10%;
        width: 40px;
        height: 40px;
    }
    body main section#certificate .main-cert .head-cert {
        flex-wrap: wrap;
    }
    body main section#certificate .main-cert .head-cert .item {
        flex: 1 1 100%;
    }
    body main section#certificate .main-cert .head-cert .item::after {
        right: 10px;
    }
    body main section#certificate .main-cert .head-cert .item::before {
        left: 10px;
    }
}

@media only screen and (min-width: 46.25em) and (max-width: 64em) {
    body main section#certificate {
        height: auto;
        padding: 150px 0 100px 0;
    }
    body main section#certificate .main-cert .head-cert {
        flex-wrap: wrap;
    }
    body main section#certificate .main-cert .head-cert .item {
        flex: 1 1 100%;
    }
    body main section#certificate .main-cert .head-cert .item::after {
        right: 10px;
    }
    body main section#certificate .main-cert .head-cert .item::before {
        left: 10px;
    }
    body main section#certificate #flower {
        top: 10%;
        left: 10%;
        width: 40px;
        height: 40px;
    }
    body main section#certificate #flag {
        width: 50%;
        height: 115px;
        z-index: 1;
    }
    body main section#certificate #lantern {
        width: 100%;
        height: 150px;
    }
}

body main section#infrastructure {
    position: relative;
}

body main section#infrastructure .main-infrastructure {
    position: relative;
}

body main section#infrastructure .main-infrastructure .item-main {
    background-size: cover;
    height: 750px !important;
    width: 100%;
    position: relative;
    background-position: center bottom;
}

body main section#infrastructure .main-infrastructure .item-main::after {
    content: "";
    position: absolute;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 400px;
    z-index: 1;
}

body main section#infrastructure .main-infrastructure .item-main .content {
    position: absolute;
    z-index: 99999;
    bottom: 50px;
    left: 50px;
}

body main section#infrastructure .main-infrastructure .item-main .content h4 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
}

body main section#infrastructure .main-infrastructure .item-main .content p {
    color: #ffffff;
    font-size: 20px;
}

body main section#infrastructure .main-infrastructure .item-main .content a {
    background-color: #FCB338;
    padding: 10px 20px;
    border-radius: 10px;
    color: #0A5B58;
    font-weight: bold;
}

body main section#infrastructure .list-item-infra {
    position: absolute;
    right: 0;
    bottom: -50px;
    right: 50px;
    max-width: 600px;
    z-index: 1;
}

body main section#infrastructure .list-item-infra .item {
    margin: 10px;
    width: 200px;
}

body main section#infrastructure .list-item-infra .item img {
    width: 200px !important;
    height: 100px;
    max-width: 100%;
    border-radius: 15px;
}

@media only screen and (max-width: 46.1875em) {
    body main section#infrastructure .main-infrastructure .item-main {
        height: 400px !important;
        background-size: cover !important;
        background-position: center center !important;
    }
    body main section#infrastructure .main-infrastructure .item-main .content {
        left: 0 !important;
        bottom: 70px !important;
        padding: 30px;
    }
    body main section#infrastructure .main-infrastructure .item-main .content h4 {
        font-size: 30px !important;
    }
    body main section#infrastructure .main-infrastructure .item-main .content p {
        font-size: 16px !important;
    }
    body main section#infrastructure .list-item-infra {
        left: 30px !important;
        right: 30px !important;
    }
}

body main section#promotion {
    background-color: #ffffff;
    height: auto;
    padding: 50px 0px;
    position: relative;
}

body main section#promotion .title-section {
    padding-top: 50px;
}

body main section#promotion .main-promo .list-promo {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 50px;
    z-index: 1;
}

body main section#promotion .main-promo .list-promo .item-promo {
    margin: 10px;
}

body main section#promotion .main-promo .list-promo .item-promo img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
}

body main section#promotion .main-promo .list-promo .slick-dots {
    bottom: 0px;
    position: relative;
}

body main section#promotion .main-promo .list-promo .slick-dots li button::before {
    font-size: 15px;
}

body main section#promotion .main-promo .list-promo .slick-dots li.slick-active button::before {
    color: #FCB338;
}

@media only screen and (max-width: 46.1875em) {
    body main section#promotion::before {
        width: 100% !important;
    }
    body main section#promotion .main-promo #people {
        height: 200px !important;
        width: 200px !important;
        left: 0 !important;
        top: 160px !important;
    }
    body main section#promotion .main-promo #ginseng {
        width: 100px;
        height: 100px;
        right: 0;
    }
    body main section#promotion .main-promo .list-promo {
        margin-top: 50px;
    }
    body main section#promotion::after {
        left: 0;
        height: 300px;
    }
}

@media only screen and (min-width: 46.25em) and (max-width: 64em) {
    body main section#promotion::after {
        left: 0;
        height: 300px;
    }
}

@media only screen and (min-width: 64em) and (max-width: 87.5em) {
    body main section#promotion .main-promo #people {
        width: 450px;
        height: 450px;
    }
    body main section#promotion .main-promo .list-promo {
        margin-top: 100px;
    }
}

body main section#video {
    background-color: #ffffff;
    background-size: cover;
    padding: 50px 0px 50px 0px;
    height: 100%;
    position: relative;
}

body main section#video .main-video {
    margin-top: 50px;
    position: relative;
}

body main section#video .main-video .youtube .list-video-yt .item a {
    position: relative;
}

body main section#video .main-video .youtube .list-video-yt .item a img {
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    border-radius: 15px;
}

body main section#video .main-video .youtube .list-video-yt .item a::after {
    content: "";
    background: url(../img/play-button.png) no-repeat;
    background-position: center center;
    background-size: contain;
    width: 70px;
    height: 70px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body main section#video .main-video .youtube .list-video-yt .item.slick-center {
    margin: 0px 30px;
}

@media only screen and (max-width: 46.1875em) {
    body main section#video .main-video .youtube .list-video-yt .item img {
        height: 200px !important;
    }
}

body main section#video .main-video .youtube .list-video-yt .slick-arrow {
    background: #0A5B58;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

body main section#video .main-video .youtube .list-video-yt .slick-arrow::before {
    content: unset;
}

body main section#video .main-video .youtube .list-video-yt .slick-arrow i {
    color: #ffffff;
    font-size: 30px;
}

body main section#video .main-video .youtube .list-video-yt .slick-next {
    right: 23%;
    z-index: 1;
}

body main section#video .main-video .youtube .list-video-yt .slick-prev {
    left: 23%;
    z-index: 1;
}

body main section#video .main-video .tiktok {
    position: relative;
    z-index: 1;
    margin-top: 100px;
}

@media only screen and (max-width: 46.1875em) {
    body main section#video .main-video .tiktok .nav-tabs li.nav-item {
        margin-right: 10px;
    }
    body main section#video .main-video .tiktok .nav-tabs li.nav-item button {
        font-size: 16px;
    }
}

body main section#video .main-video .tiktok .nav-tabs {
    border-bottom: unset;
}

body main section#video .main-video .tiktok .nav-tabs li.nav-item {
    margin-right: 100px;
}

body main section#video .main-video .tiktok .nav-tabs li.nav-item button {
    font-size: 24px;
    color: #0A5B58;
    font-weight: bold;
    padding: 10px 0px;
}

body main section#video .main-video .tiktok .nav-tabs li.nav-item button.active {
    background-color: transparent;
    border-color: transparent;
    position: relative;
}

body main section#video .main-video .tiktok .nav-tabs li.nav-item button.active::after {
    content: "";
    position: absolute;
    background: url("../img/section_9_tiktok.png") center right no-repeat;
    width: 150px;
    height: 20px;
    background-size: cover;
    left: 0;
    bottom: 0;
}

body main section#video .main-video .tiktok .tab-content {
    margin-top: 30px;
}

body main section#video .main-video .tiktok .tab-content .main-list-tiktok {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
}

body main section#video .main-video .tiktok .tab-content .main-list-tiktok .item-tiktok {
    margin: 10px;
    text-align: center;
}

body main section#video .main-video .tiktok .tab-content .main-list-tiktok .item-tiktok img {
    max-width: 100%;
    border-radius: 15px;
    width: 100%;
}

body main section#video .main-video .tiktok .tab-content .main-list-tiktok .item-tiktok p {
    color: #0A5B58;
}

body main section#video .main-video .tiktok .tab-content .slick-dots {
    position: relative;
}

body main section#video .main-video .tiktok .tab-content .slick-dots li button::before {
    font-size: 15px;
}

body main section#video .main-video .tiktok .tab-content .slick-dots li.slick-active button::before {
    color: #FCB338;
}

body main section#video .main-video .tiktok .tab-content .tab-pane {
    display: flex !important;
    height: 0px;
    overflow: hidden;
}

body main section#video .main-video .tiktok .tab-content .tab-pane.active {
    height: auto;
}

@media only screen and (min-width: 64em) and (max-width: 87.5em) {
    body main section#video .main-video #people {
        width: 200px;
        height: 200px;
        bottom: -160px;
    }
}

body main section#client {
    padding: 100px 0px 0px 0px;
    background-color: #ffffff;
    height: auto;
    position: relative;
}

body main section#client #element-client {
    content: "";
    background: url("../img/section_9_elements.png") center 0 no-repeat;
    width: 450px;
    height: 500px;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: -250px;
}

body main section#client #flower {
    position: absolute;
    content: "";
    background: url("../img/section_4_hoa.png") no-repeat;
    background-position: center right;
    background-size: cover;
    width: 60px;
    height: 60px;
    top: 100px;
    right: 250px;
}

body main section#client .main-client {
    margin-top: 30px;
}

body main section#client .main-client .item-client img {
    max-width: 100%;
    width: 100%;
}

body main section#client .main-client .slick-arrow {
    background: #0A5B58;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

body main section#client .main-client .slick-arrow::before {
    content: unset;
}

body main section#client .main-client .slick-arrow i {
    color: #ffffff;
    font-size: 30px;
}

body main section#client .main-client .slick-next {
    right: 50px;
    z-index: 1;
}

body main section#client .main-client .slick-prev {
    left: 50px;
    z-index: 1;
}

body main section#news {
    padding: 130px 0px 50px 0px;
    background-color: #ffffff;
    height: auto;
    position: relative;
}

body main section#news .news-main {
    position: relative;
    z-index: 1;
}

body main section#news .news-main .img {
    margin-bottom: 20px;
}

body main section#news .news-main .img img {
    max-width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

body main section#news .news-main .content h4 {
    font-weight: bold;
    color: #0A5B58;
    height: 85px;
    overflow: hidden;
}

body main section#news .news-main .content a {
    background-color: #ffffff;
    border: 2px solid #0A5B58;
    padding: 5px 20px;
    color: #0A5B58;
    border-radius: 20px;
    font-weight: bold;
}

body main section#news .news-main .content a:hover {
    background-color: #0A5B58;
    color: #ffffff;
}

body main section#news .news-sub {
    margin-top: 30px;
}

body main section#news .news-sub .item {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}

body main section#news .news-sub .item .img img {
    width: 120px;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
}

body main section#news .news-sub .item .content a {
    color: #0A5B58;
    font-weight: bold;
}

@media only screen and (min-width: 64em) and (max-width: 87.5em) {
    body main section#news .news-main .content h4 {
        height: 85px;
        overflow: hidden;
    }
}

body main .single-post {
    margin-top: 100px;
}

body main .single-post .thumbnail-post img {
    width: 100%;
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media only screen and (max-width: 46.1875em) {
    body main .single-post .thumbnail-post img {
        height: auto !important;
    }
}

body main .single-post .breadcrumb-area ol {
    margin-bottom: 0;
}

body main .single-post .breadcrumb-area ol li.breadcrumb-item a {
    color: #000000;
    font-size: 16px;
}

@media only screen and (max-width: 46.1875em) {
    body main .single-post .breadcrumb-area ol li.breadcrumb-item a {
        font-size: 14px;
    }
}

body main .single-post .breadcrumb-area ol li.breadcrumb-item.active {
    color: #0A5B58;
    font-weight: bold;
    font-size: 16px;
}

@media only screen and (max-width: 46.1875em) {
    body main .single-post .breadcrumb-area ol li.breadcrumb-item.active {
        font-size: 14px;
    }
}

body main .single-post .main-single-post {
    margin-top: 20px;
}

@media only screen and (max-width: 46.1875em) {
    body main .single-post .main-single-post .content {
        font-size: 16px !important;
    }
    body main .single-post .main-single-post .content h2 {
        font-size: 18px !important;
    }
    body main .single-post .main-single-post .content h2 span {
        font-size: 18px !important;
    }
    body main .single-post .main-single-post .content h3 {
        font-size: 20px !important;
    }
    body main .single-post .main-single-post .content h4 {
        font-size: 18px !important;
    }
}

body main .single-post .main-single-post .blog-detail-content-top {
    margin-top: 20px;
}

@media only screen and (max-width: 46.1875em) {
    body main .single-post .main-single-post .blog-detail-content-top h1.title {
        font-size: 32px !important;
    }
}

body main .single-post .main-single-post .blog-detail-content-top h1 {
    color: #000000;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
}

body main .single-post .main-single-post .blog-detail-content-top h1.title {
    font-size: 40px;
    font-weight: bold;
}

body main .single-post .main-single-post .blog-detail-content-top .more-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

body main .single-post .main-single-post .blog-detail-content-top .more-content .blog-post-meta .list-wrap {
    padding-left: 0px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

body main .single-post .main-single-post .blog-detail-content-top .more-content .blog-post-meta .list-wrap li {
    display: flex;
    align-items: center;
    color: var(--tg-icon-color);
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.52px;
    text-transform: uppercase;
    gap: 5px;
}

body main .single-post .main-single-post .blog-detail-content-top .more-content .blog-details-social .list-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-left: 0px;
}

body main .single-post .main-single-post .blog-detail-content-top .more-content .blog-details-social .list-wrap li {
    list-style: none;
}

body main .single-post .main-single-post .blog-detail-content-top .more-content .blog-details-social .list-wrap li a {
    font-size: 30px;
    color: #0A5B58;
}

body main .single-post .main-single-post .blog-detail-content-top .more-content .blog-details-social .list-wrap li a i {
    padding-top: 10px;
}

body main .single-post .main-single-post .blog-detail-thumbnail img {
    max-width: 100%;
    width: 100%;
}

body main .single-post .main-single-post .content {
    margin-top: 50px;
    font-size: 18px;
}

body main .single-post .main-single-post .content figure {
    width: 100% !important;
    text-align: center;
}

body main .single-post .main-single-post .content figure img {
    max-width: 100%;
}

body main .single-post .main-single-post .content h2 {
    border: 1px solid #0A5B58;
    border-left: 5px solid #0A5B58;
    padding: 10px;
    border-radius: 10px;
    line-height: 1;
    background-color: azure;
    font-size: 20px;
}

body main .single-post .main-single-post .content h2 span {
    font-size: 20px;
}

body main .single-post .main-single-post .content h3 {
    color: #000000;
    font-size: 24px;
    text-align: center;
    font-weight: unset;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 5px;
    display: table;
    margin: auto;
}

body main .single-post .main-single-post .content h3::after {
    width: 200px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
}

body main .single-post .main-single-post .content h3 span {
    font-size: 24px !important;
}

body main .single-post .main-single-post .content h3 span b {
    font-weight: unset;
}

body main .single-post .main-single-post .content h4 {
    color: #FCB338;
    font-size: 24px;
}

body main .single-post .main-single-post .content h4 span {
    font-size: 24px !important;
}

body main .single-post .main-single-post .content img {
    display: table;
    margin: auto;
}

body main .single-post .post-relate {
    margin: 30px 0px;
}

body main .single-post .post-relate .widget-title {
    position: relative;
    padding-bottom: 5px;
}

body main .single-post .post-relate .widget-title h5 {
    font-size: 30px;
    text-transform: uppercase;
}

body main .single-post .post-relate .section-title-line {
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    border: 1px solid #dfdfdf;
    border-left: none;
    border-right: none;
}

body main .single-post .post-relate .section-title-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 40px;
    height: 5px;
    background: #0A5B58;
}

body main .single-post .post-relate .section-title-line::after {
    content: "";
    position: absolute;
    left: 36px;
    top: -1.5px;
    width: 10px;
    height: 6px;
    background: #ffffff;
    -webkit-clip-path: polygon(40% 0, 100% 0%, 60% 100%, 0 100%);
    clip-path: polygon(40% 0, 100% 0%, 60% 100%, 0 100%);
}

body main .single-post .post-relate .main-post-related {
    margin-top: 20px;
}

body main .single-post .post-relate .main-post-related .news-main {
    margin-bottom: 10px;
}

body main .single-post .post-relate .main-post-related .news-main .img img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}

body main .single-post .post-relate .main-post-related .news-main .content {
    background-color: #1d1d1d;
    padding: 10px;
}

body main .single-post .post-relate .main-post-related .news-main .content a {
    color: #ffffff;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-bottom: 10px;
    position: relative;
    height: 60px;
}

body main .single-post .post-relate .main-post-related .news-main .content a::after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: 150px;
    height: 1px;
    z-index: 1;
    left: 0;
    bottom: 0;
}

body main .single-post .post-relate .main-post-related .news-main .content p {
    margin-top: 20px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 16px;
}

body main .single-service {
    margin-top: 100px;
}

body main .single-service .heading_service {
    position: relative;
}

@media only screen and (max-width: 46.1875em) {
    body main .single-service .heading_service img {
        height: 50vh !important;
    }
    body main .single-service .heading_service .heading_service_text {
        bottom: -100px !important;
    }
    body main .single-service .heading_service .heading_service_text h1 {
        font-size: 30px !important;
    }
}

body main .single-service .heading_service img {
    height: 100vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

body main .single-service .heading_service .heading_service_text {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 0px 50px;
    text-align: center;
}

body main .single-service .heading_service .heading_service_text h1 {
    font-family: "Inter", sans-serif;
    font-size: 50px;
    text-transform: uppercase;
}

@media only screen and (max-width: 46.1875em) {
    body main .single-service .heading_service .heading_service_text {
        width: 100%;
    }
}

body main .single-service .heading_service::after {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    width: 100%;
    height: 600px;
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
}

body main .single-service .tagline {
    background-color: #303435;
    padding: 50px 0px;
    color: #ffffff;
    position: relative;
}

body main .single-service .tagline::after {
    background-color: #ffffff;
    width: 200px;
    height: 2px;
    content: "";
    position: absolute;
    left: 50%;
    top: 15%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

body main .single-service .tagline p {
    margin-bottom: 0;
    font-size: 16px;
    text-align: center;
}

body main .single-service .process {
    background-color: #161515;
    height: auto;
    padding: 50px 0px;
}

body main .single-service .process .title {
    position: relative;
}

body main .single-service .process .title h3 {
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 40px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

@media only screen and (max-width: 46.1875em) {
    body main .single-service .process .title h3 {
        font-size: 28px !important;
    }
}

body main .single-service .process .text {
    color: #ffffff;
    font-size: 16px;
    margin-top: 20px;
}

body main .single-service .benefit {
    padding: 50px 0px;
}

body main .single-service .benefit .title {
    position: relative;
}

body main .single-service .benefit .title h3 {
    color: #000000;
    font-family: "Inter", sans-serif;
    font-size: 40px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

body main .single-service .benefit .title h3::after {
    background-color: #000000;
    width: 200px;
    height: 2px;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    z-index: 1;
}

@media only screen and (max-width: 46.1875em) {
    body main .single-service .benefit .title h3 {
        font-size: 28px !important;
    }
}

body main .single-service .service_other {
    background-color: #303435;
    padding: 50px 0px;
}

body main .single-service .service_other .main-tech-service .item {
    text-align: center;
}

body main .single-service .service_other .main-tech-service .item .img {
    text-align: center;
    display: table;
    margin: auto;
}

body main .single-service .service_other .main-tech-service .item .img img {
    width: 300px;
    max-width: 100%;
}

body main .single-service .service_other .main-tech-service .item .content {
    margin-top: 20px;
}

body main .single-service .service_other .main-tech-service .item .content h4 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 30px;
}

body main .single-service .service_other .main-tech-service .item .content p {
    color: #ffffff;
}

body main .single-service .service_other .title {
    position: relative;
}

body main .single-service .service_other .title h3 {
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 40px;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
}

body main .single-service .service_other .title h3::after {
    background-color: #ffffff;
    width: 200px;
    height: 2px;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, -50%);
    z-index: 1;
}

@media only screen and (max-width: 46.1875em) {
    body main .single-service .service_other .title h3 {
        font-size: 28px !important;
    }
}

body main .single-service .service_other .title p {
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 20px;
}

body main .single-service .service_other .list-service-orther {
    margin-top: 50px;
}

body main .single-service .service_other .list-service-orther .item {
    display: grid;
    grid-template-columns: 60% 40%;
    margin-bottom: 30px;
    background-color: #1d1d1d;
    align-items: center;
}

@media only screen and (max-width: 46.1875em) {
    body main .single-service .service_other .list-service-orther .item {
        grid-template-columns: 100%;
    }
    body main .single-service .service_other .list-service-orther .item .img img {
        height: 260px !important;
    }
}

@media only screen and (min-width: 46.25em) and (max-width: 64em) {
    body main .single-service .service_other .list-service-orther .item {
        grid-template-columns: 100%;
    }
}

body main .single-service .service_other .list-service-orther .item .img img {
    width: 100%;
    height: 550px;
    -o-object-fit: cover;
    object-fit: cover;
}

body main .single-service .service_other .list-service-orther .item .content {
    padding: 50px;
}

body main .single-service .service_other .list-service-orther .item .content h4 {
    color: #ffffff;
    font-size: 30px;
    font-family: "Inter", sans-serif;
    position: relative;
    padding-bottom: 20px;
}

body main .single-service .service_other .list-service-orther .item .content h4::after {
    background-color: #ffffff;
    width: 200px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}

body main .single-service .service_other .list-service-orther .item .content p {
    color: #ffffff;
    font-size: 16px;
    margin: 30px 0px;
}

body main .single-service .service_other .list-service-orther .item .content a {
    background-color: transparent;
    border: 1px solid #ffffff;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #ffffff;
}

body main .single-service .service_other .list-service-orther .item .content a:hover {
    background-color: #ffffff;
    color: #000000;
}

body main .single-client {
    margin-top: 80px;
    background-color: #2a2a2a;
    padding: 50px 0px 0px;
}

body main .single-client .title {
    margin-bottom: 10px;
    position: relative;
}

body main .single-client .title h2 {
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 40px;
    padding-bottom: 20px;
}

body main .single-client .title::after {
    background-color: #ffffff;
    width: 150px;
    height: 1px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

body main .single-client .section-client-1 {
    background-color: #2a2a2a;
    padding: 50px 0px 0px;
    height: 100%;
}

body main .single-client .section-client-1 .content {
    padding-top: 10%;
}

body main .single-client .section-client-1 .content .head {
    position: relative;
}

body main .single-client .section-client-1 .content .head h1 {
    font-size: 50px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
}

body main .single-client .section-client-1 .content .head p {
    color: #ffffff;
    font-size: 28px;
    text-transform: uppercase;
}

body main .single-client .section-client-1 .content .head::after {
    background-color: #ffffff;
    width: 70px;
    height: 2px;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
}

body main .single-client .section-client-1 .content .text {
    margin-top: 50px;
}

body main .single-client .section-client-1 .content .text p {
    color: #ffffff;
    font-size: 16px;
}

body main .single-client .section-client-2 {
    background-color: #181817;
    padding: 100px 0px;
    height: 100%;
}

body main .single-client .section-client-2 .title-section {
    margin-bottom: 10px;
}

body main .single-client .section-client-2 .title-section h2 {
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 50px;
}

body main .single-client .section-client-2 .main-video {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

body main .single-client .section-client-2 .main-video .item-video a {
    position: relative;
}

body main .single-client .section-client-2 .main-video .item-video a::after {
    background: url("../img/play-button-2.png") center no-repeat;
    width: 50px;
    height: 50px;
    content: "";
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body main .single-client .section-client-2 .main-video .item-video a img {
    width: 300px;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

body main .single-client .section-client-2 .main-video-one {
    margin-top: 50px;
}

body main .single-client .section-client-2 .main-video-one img {
    max-width: 100%;
}

body main .single-client .section-client-3 {
    background-color: #2a2a2a;
    height: 100%;
}

body main .single-client .section-client-3 .content {
    padding-top: 100px;
}

body main .single-client .section-client-3 .content .head {
    position: relative;
}

body main .single-client .section-client-3 .content .head h3 {
    color: #ffffff;
    font-size: 50px;
    font-family: "Inter", sans-serif;
}

body main .single-client .section-client-3 .content .head p {
    color: #ffffff;
    font-size: 28px;
}

body main .single-client .section-client-3 .content .head::after {
    background-color: #ffffff;
    width: 70px;
    height: 2px;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
}

body main .single-client .section-client-3 .content .text {
    padding-top: 20px;
}

body main .single-client .section-client-3 .content .text p {
    color: #ffffff;
    font-size: 16px;
}

body main .single-client .all-client {
    background-color: #181817;
    padding: 50px 0px;
}

body main .single-client .all-client .title h3 {
    color: #ffffff;
    font-size: 40px;
    font-family: "Inter", sans-serif;
    padding-bottom: 20px;
}

body main .single-client .all-client .list-client {
    position: relative;
    z-index: 200;
    padding: 0 0px;
    margin: 5rem auto;
    width: 100%;
}

@media only screen and (max-width: 46.1875em) {
    body main .single-client .all-client .list-client .item-client img {
        height: 300px !important;
    }
    body main .single-client .all-client .list-client .item-client.slick-slide {
        width: 300px !important;
    }
}

body main .single-client .all-client .list-client .item-client {
    margin: 10px;
}

body main .single-client .all-client .list-client .item-client img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

body main .single-client .all-client .list-client .item-client .content-client {
    text-align: center;
    padding-top: 30px;
    display: none;
}

body main .single-client .all-client .list-client .item-client .content-client a {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    display: block;
    font-family: "Inter", sans-serif;
}

body main .single-client .all-client .list-client .item-client .content-client p {
    padding-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #ffffff;
}

body main .single-client .all-client .list-client .item-client .content-client a.btn-viewmore {
    background-color: transparent;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #ffffff;
    display: inline;
    border-radius: 0;
    padding: 10px 20px;
}

body main .single-client .all-client .list-client .slick-dots {
    bottom: -40px;
}

body main .single-client .all-client .list-client .slick-dots li button::before {
    font-size: 15px;
}

body main .single-client .all-client .list-client .slick-dots li.slick-active button::before {
    color: #FCB338;
}

body main .single-client .all-client .list-client .item-client.slick-slide {
    width: 500px;
    transition: transform 0.4s;
    position: relative;
}

body main .single-client .all-client .list-client .item-client.slick-slide.slick-center {
    position: relative;
}

body main .single-client .all-client .list-client .item-client.slick-slide.slick-center .content-client {
    display: block;
    position: relative;
    z-index: 9999999;
    bottom: 0;
}

body main .single-client .all-client .list-client .slick-slide:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: transform 0.4s;
}

body main .single-client .all-client .list-client .item-client.slick-slide {
    transform: scale(0.7) translate(640px);
}

body main .single-client .all-client .list-client .item-client.slick-slide.slick-center+.slick-slide {
    transform: scale(0.8) translate(-250px);
    z-index: 10;
}

body main .single-client .all-client .list-client .item-client.slick-slide.slick-center+.slick-slide+.item-client.slick-slide {
    transform: scale(0.7) translate(-640px);
    z-index: 5;
}

body main .single-client .all-client .list-client .item-client.slick-slide.slick-active {
    transform: scale(0.8) translate(250px);
}

body main .single-client .all-client .list-client .item-client.slick-slide.slick-center {
    transform: scale(1);
    z-index: 999999999;
}

body main .single-client .all-client .list-client .slick-center:after {
    opacity: 0;
}

body main .page {
    margin-top: 120px;
}

body main .page .heading_page h1 {
    color: #0A5B58;
    font-size: 30px;
    font-weight: bold;
}

body main .page .heading_page ol.breadcrumb li.breadcrumb-item a {
    color: #000000;
    font-size: 16px;
}

@media only screen and (max-width: 46.1875em) {
    body main .page .heading_page ol.breadcrumb li.breadcrumb-item a {
        font-size: 14px;
    }
}

body main .page .heading_page ol.breadcrumb li.breadcrumb-item.active {
    color: #0A5B58;
    font-weight: bold;
    font-size: 16px;
}

@media only screen and (max-width: 46.1875em) {
    body main .page .heading_page ol.breadcrumb li.breadcrumb-item.active {
        font-size: 14px;
    }
}

body main .page .heading_page .blog-post-meta ul {
    display: flex;
    padding-left: 0;
    gap: 10px;
}

body main .page .heading_page .blog-post-meta ul li {
    list-style: none;
}

body main .page .content-page h3 {
    color: #0A5B58;
    font-size: 24px;
    font-weight: bold;
}

body main .page .content-page h4 {
    color: #FCB338;
    font-size: 20px;
    font-weight: bold;
}

body main .page .breadcrumb-area .breadcrumb-content {
    position: relative;
    z-index: 1;
}

body main .page .breadcrumb-area .breadcrumb-content h1 {
    color: #FCB338;
    font-size: 50px;
    font-weight: bold;
}

body main .page .breadcrumb-area .breadcrumb-content ol {
    margin-bottom: 0;
}

body main .page .breadcrumb-area .breadcrumb-content ol .breadcrumb-item a {
    color: #ffffff;
    font-size: 20px;
}

@media only screen and (max-width: 46.1875em) {
    body main .page .breadcrumb-area .breadcrumb-content ol .breadcrumb-item a {
        font-size: 14px;
    }
}

body main .page .breadcrumb-area .breadcrumb-content ol .breadcrumb-item.active {
    color: #FCB338;
    font-size: 20px;
}

@media only screen and (max-width: 46.1875em) {
    body main .page .breadcrumb-area .breadcrumb-content ol .breadcrumb-item.active {
        font-size: 14px;
    }
}

body main .page .content-page figure {
    width: 100% !important;
    text-align: center;
}

body main .page .content-page figure img {
    max-width: 100%;
}

body main .cate-news {
    margin-top: 100px;
    background-color: #ffffff;
    padding: 50px 0px;
}

body main .cate-news .title {
    text-align: center;
}

body main .cate-news .title h3 {
    color: #000000;
    font-size: 40px;
    position: relative;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    padding-bottom: 10px;
}

body main .cate-news .title h3::after {
    content: "";
    background-color: #000000;
    width: 150px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

body main .cate-news .breadcrumb-area {
    background: url("../img/hedy_archive.jpg") center bottom;
    background-size: cover;
    padding: 180px 0;
    position: relative;
}

body main .cate-news .breadcrumb-area::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
    z-index: 0;
    left: 0;
    bottom: 0;
}

body main .cate-news .breadcrumb-area .breadcrumb-content {
    position: relative;
    z-index: 1;
}

body main .cate-news .breadcrumb-area .breadcrumb-content h1 {
    color: #FCB338;
    font-size: 50px;
    font-weight: bold;
}

body main .cate-news .breadcrumb-area .breadcrumb-content ol {
    margin-bottom: 0;
}

body main .cate-news .breadcrumb-area .breadcrumb-content ol .breadcrumb-item a {
    color: #ffffff;
    font-size: 20px;
}

@media only screen and (max-width: 46.1875em) {
    body main .cate-news .breadcrumb-area .breadcrumb-content ol .breadcrumb-item a {
        font-size: 14px;
    }
}

body main .cate-news .breadcrumb-area .breadcrumb-content ol .breadcrumb-item.active {
    color: #FCB338;
    font-size: 20px;
}

@media only screen and (max-width: 46.1875em) {
    body main .cate-news .breadcrumb-area .breadcrumb-content ol .breadcrumb-item.active {
        font-size: 14px;
    }
}

body main .cate-news .main-list-post {
    margin-top: 30px;
    margin-bottom: 30px;
}

body main .cate-news .main-list-post .item-news-cate {
    background-color: #D3E2E9;
    margin-bottom: 20px;
}

body main .cate-news .main-list-post .item-news-cate .img img {
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

body main .cate-news .main-list-post .item-news-cate .content {
    padding: 10px;
    margin-top: 10px;
}

body main .cate-news .main-list-post .item-news-cate .content a {
    color: #000000;
    position: relative;
}

body main .cate-news .main-list-post .item-news-cate .content a h4 {
    font-size: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 50px;
}

body main .cate-news .main-list-post .item-news-cate .content a::after {
    width: 100px;
    height: 1px;
    background-color: #000000;
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
}

body main .cate-news .main-list-post .item-news-cate .content p {
    margin-top: 20px;
    color: #000000;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.2;
    /* fallback */
    max-height: 2;
    /* fallback */
}

body main .cate-news .main-list-post .paginate_links {
    display: flex;
    justify-content: center;
    gap: 10px;
}

body main .cate-news .main-list-post .paginate_links span.current {
    font-size: 18px;
    padding: 5px 15px;
    border: 1px solid #0A5B58;
    background-color: #0A5B58;
    color: #ffffff;
    text-align: center;
    padding-top: 5px;
}

body main .cate-news .main-list-post .paginate_links a {
    padding: 5px 15px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #0A5B58;
    color: #0A5B58;
}

body main section#intro_head {
    height: 100vh;
    margin-top: 100px;
    position: relative;
}

body main section#intro_head .content {
    max-width: 40%;
    position: absolute;
    top: 30%;
    right: 10%;
    text-align: center;
}

body main section#intro_head .content h3 {
    color: #FCB338;
    font-size: 120px;
    font-weight: bold;
    font-family: "Inter", sans-serif;
}

body main section#intro_head .content p {
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    font-size: 40px;
    font-weight: bold;
    position: relative;
    margin-bottom: 70px;
}

body main section#intro_head .content p::after {
    content: "";
    background: url(../img/title.png);
    width: 200px;
    height: 35px;
    position: absolute;
    background-size: contain;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, -50%);
}

body main section#intro_head .content span {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

@media only screen and (max-width: 46.1875em) {
    body main section#intro_head {
        height: 50vh;
    }
    body main section#intro_head .content {
        max-width: 100%;
        right: unset;
    }
    body main section#intro_head .content h3 {
        font-size: 50px !important;
    }
    body main section#intro_head .content p {
        font-size: 18px !important;
    }
    body main section#intro_head .content span {
        font-size: 16px !important;
        font-weight: unset;
    }
}

body main section#page_404 {
    background-color: #ffffff;
    padding: 150px 0px;
    position: relative;
}

body main section#page_404 .img_404 {
    text-align: center;
    background: url("../img/404.png") center center no-repeat;
    width: 100%;
    height: 400px;
    background-size: contain;
}

body main section#page_404 .text_404 h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #0A5B58;
    font-weight: bold;
    font-family: "Inter", sans-serif;
}

body main section#page_404 .text_404 p {
    font-size: 20px;
}

body main section#page_404 .text_404 a {
    background-color: #0A5B58;
    padding: 5px 20px;
    color: #ffffff !important;
}

body main section#intro_main {
    background-color: #ffffff;
    padding: 150px 0px;
    position: relative;
}

body main section#intro_main .row {
    align-items: center;
}

body main section#intro_main .intro_main_content {
    padding-top: 50px;
}

body main section#intro_main .intro_main_content .title {
    text-align: center;
}

body main section#intro_main .intro_main_content .title h3 {
    color: #FCB338;
    font-size: 45px;
    position: relative;
    display: inline;
}

body main section#intro_main .intro_main_content .title p {
    font-size: 30px;
    text-transform: uppercase;
    color: #0A5B58;
    font-family: "Inter", sans-serif;
}

body main section#intro_main .intro_main_content .content {
    text-align: center;
}

body main section#intro_main .intro_main_content .content span {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

body main section#intro_main .intro_main_content .content a.btn-viewmore {
    color: #0A5B58;
    font-weight: bold;
    font-size: 20px;
    border-radius: 30px;
    padding: 5px 20px;
    text-transform: uppercase;
    border: 2px solid #0A5B58;
}

body main section#intro_main .img {
    position: relative;
    z-index: 2;
}

body main section#intro_main .img img {
    width: 100%;
    border-radius: 15px;
}

@media only screen and (max-width: 46.1875em) {
    body main section#intro_main {
        padding: 50px 0px;
    }
}

@media only screen and (min-width: 64em) and (max-width: 87.5em) {
    body main section#intro_main #temp {
        width: 300px;
        height: 300px;
    }
}

body main section#intro_main_second {
    background-color: #ffffff;
    padding: 150px 0px;
    position: relative;
}

body main section#intro_main_second .row {
    align-items: center;
}

@media only screen and (max-width: 46.1875em) {
    body main section#intro_main_second {
        padding: 50px 0px;
    }
    body main section#intro_main_second .row {
        flex-direction: column-reverse;
    }
}

@media only screen and (min-width: 64em) and (max-width: 87.5em) {
    body main section#intro_main_second::after {
        width: 150px !important;
        height: 150px !important;
    }
    body main section#intro_main_second::before {
        width: 500px !important;
        height: 250px !important;
    }
}

body main section#intro_main_second .intro_main_content {
    padding-top: 50px;
}

body main section#intro_main_second .intro_main_content .title {
    text-align: center;
}

body main section#intro_main_second .intro_main_content .title h3 {
    color: #FCB338;
    font-size: 45px;
    position: relative;
    display: inline;
    font-family: "Gowun Batang", serif;
}

body main section#intro_main_second .intro_main_content .title h3::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 30px;
    background: url("../img/title_star.png") no-repeat;
    background-position: center center;
    background-size: contain;
    left: -120px;
    bottom: 20px;
}

body main section#intro_main_second .intro_main_content .title h3::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 30px;
    background: url("../img/title_star.png") no-repeat;
    background-position: center center;
    background-size: contain;
    transform: scaleX(-1);
    right: -120px;
    bottom: 20px;
}

body main section#intro_main_second .intro_main_content .title p {
    font-size: 30px;
    text-transform: uppercase;
    color: #0A5B58;
    font-family: "Inter", sans-serif;
    font-weight: bold;
}

body main section#intro_main_second .intro_main_content .content {
    text-align: center;
}

body main section#intro_main_second .intro_main_content .content span {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

body main section#intro_main_second .intro_main_content .content a.btn-viewmore {
    color: #0A5B58;
    font-weight: bold;
    font-size: 20px;
    border-radius: 30px;
    padding: 5px 20px;
    text-transform: uppercase;
    border: 2px solid #0A5B58;
}

body main section#intro_main_second .img {
    position: relative;
    z-index: 2;
}

body main section#intro_main_second .img img {
    width: 100%;
    border-radius: 15px;
}

body main section#intro_main_three {
    background-color: #ffffff;
    padding: 150px 0px;
    position: relative;
}

body main section#intro_main_three .row {
    align-items: center;
}

@media only screen and (max-width: 46.1875em) {
    body main section#intro_main_three {
        padding: 50px 0px;
    }
}

@media only screen and (min-width: 64em) and (max-width: 87.5em) {
    body main section#intro_main_three #people {
        width: 100px !important;
        height: 300px;
    }
    body main section#intro_main_three::before {
        width: 650px !important;
        height: 300px !important;
    }
}

body main section#intro_main_three .intro_main_content {
    padding-top: 50px;
}

body main section#intro_main_three .intro_main_content .title {
    text-align: center;
}

body main section#intro_main_three .intro_main_content .title h3 {
    color: #FCB338;
    font-size: 45px;
    position: relative;
    display: inline;
    font-family: "Gowun Batang", serif;
}

body main section#intro_main_three .intro_main_content .title h3::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 30px;
    background: url("../img/title_star.png") no-repeat;
    background-position: center center;
    background-size: contain;
    left: -120px;
    bottom: 20px;
}

body main section#intro_main_three .intro_main_content .title h3::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 30px;
    background: url("../img/title_star.png") no-repeat;
    background-position: center center;
    background-size: contain;
    transform: scaleX(-1);
    right: -120px;
    bottom: 20px;
}

body main section#intro_main_three .intro_main_content .title p {
    font-size: 30px;
    text-transform: uppercase;
    color: #0A5B58;
    font-weight: bold;
    font-family: "Inter", sans-serif;
}

body main section#intro_main_three .intro_main_content .content {
    text-align: center;
}

body main section#intro_main_three .intro_main_content .content span {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

body main section#intro_main_three .intro_main_content .content a.btn-viewmore {
    color: #0A5B58;
    font-weight: bold;
    font-size: 20px;
    border-radius: 30px;
    padding: 5px 20px;
    text-transform: uppercase;
    border: 2px solid #0A5B58;
}

body main section#intro_main_three .img {
    position: relative;
    z-index: 2;
}

body main section#intro_main_three .img img {
    width: 100%;
    border-radius: 15px;
}

body main section#magazine {
    background-color: #ffffff;
    padding: 50px 0px;
    position: relative;
    z-index: 1;
}

body main section#magazine .title {
    text-align: center;
}

body main section#magazine .title h3 {
    color: #FCB338;
    font-size: 45px;
    position: relative;
    display: inline;
    font-family: "Gowun Batang", serif;
}

body main section#magazine .title h3::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 30px;
    background: url("../img/title_star.png") no-repeat;
    background-position: center center;
    background-size: contain;
    left: -120px;
    bottom: 20px;
}

body main section#magazine .title h3::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 30px;
    background: url("../img/title_star.png") no-repeat;
    background-position: center center;
    background-size: contain;
    transform: scaleX(-1);
    right: -120px;
    bottom: 20px;
}

body main section#magazine .title p {
    font-size: 30px;
    text-transform: uppercase;
    color: #0A5B58;
    font-weight: bold;
    font-family: "Inter", sans-serif;
}

body main section#magazine .content {
    position: relative;
    z-index: 1;
}

body main section#magazine .content .item {
    background-color: #ffffff;
    text-align: center;
    border: 1px solid #0A5B58;
    margin-bottom: 20px;
}

body main section#magazine .content .item img {
    width: 250px;
    max-width: 100%;
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 40px;
}

body main section#main_client {
    background-color: #ffffff;
    padding: 150px 0px;
    position: relative;
}

@media only screen and (max-width: 46.1875em) {
    body main section#main_client .title h3 {
        font-size: 30px !important;
    }
}

body main section#main_client .title {
    text-align: center;
}

body main section#main_client .title h3 {
    font-size: 40px;
    text-transform: uppercase;
    color: #000000;
    font-family: "Inter", sans-serif;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}

body main section#main_client .title h3::after {
    content: "";
    background-color: #000000;
    width: 200px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

body main section#main_client .content .list-client {
    position: relative;
    z-index: 200;
    padding: 0 0px;
    margin: 5rem auto;
    width: 100%;
}

@media only screen and (max-width: 46.1875em) {
    body main section#main_client .content .list-client .item-client img {
        height: 300px !important;
    }
    body main section#main_client .content .list-client .item-client.slick-slide {
        width: 300px !important;
    }
}

body main section#main_client .content .list-client .item-client {
    margin: 10px;
}

body main section#main_client .content .list-client .item-client img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

body main section#main_client .content .list-client .item-client .content-client {
    text-align: center;
    padding-top: 30px;
    display: none;
}

body main section#main_client .content .list-client .item-client .content-client a {
    font-size: 30px;
    color: #000000;
    display: block;
}

body main section#main_client .content .list-client .item-client .content-client p {
    padding-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000000;
}

body main section#main_client .content .list-client .item-client .content-client a.btn-viewmore {
    background-color: transparent;
    color: #0A5B58;
    font-size: 14px;
    display: inline;
    border: 1px solid #0A5B58;
    padding: 10px 50px;
    border-radius: 0;
    text-transform: uppercase;
}

body main section#main_client .content .list-client .slick-dots {
    bottom: -40px;
}

body main section#main_client .content .list-client .slick-dots li button::before {
    font-size: 15px;
}

body main section#main_client .content .list-client .slick-dots li.slick-active button::before {
    color: #FCB338;
}

body main section#main_client .content .list-client .item-client.slick-slide {
    width: 500px;
    transition: transform 0.4s;
    position: relative;
}

body main section#main_client .content .list-client .item-client.slick-slide.slick-center {
    position: relative;
}

body main section#main_client .content .list-client .item-client.slick-slide.slick-center .content-client {
    display: block;
    position: relative;
    z-index: 9999999;
    bottom: 0;
}

body main section#main_client .content .list-client .slick-slide:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: transform 0.4s;
}

body main section#main_client .content .list-client .item-client.slick-slide {
    transform: scale(0.7) translate(640px);
}

body main section#main_client .content .list-client .item-client.slick-slide.slick-center+.slick-slide {
    transform: scale(0.8) translate(-250px);
    z-index: 10;
}

body main section#main_client .content .list-client .item-client.slick-slide.slick-center+.slick-slide+.item-client.slick-slide {
    transform: scale(0.7) translate(-640px);
    z-index: 5;
}

body main section#main_client .content .list-client .item-client.slick-slide.slick-active {
    transform: scale(0.8) translate(250px);
}

body main section#main_client .content .list-client .item-client.slick-slide.slick-center {
    transform: scale(1);
    z-index: 999999999;
}

body main section#main_client .content .list-client .slick-center:after {
    opacity: 0;
}

body main section#main_doctor {
    background-color: #ffffff;
    margin-top: 100px;
    padding: 50px 0px 0px;
    position: relative;
}

body main section#main_doctor .title {
    text-align: center;
}

body main section#main_doctor .title h3 {
    color: #FCB338;
    font-size: 45px;
    position: relative;
    display: inline;
    font-family: "Gowun Batang", serif;
}

body main section#main_doctor .title h3::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 30px;
    background: url("../img/title_star.png") no-repeat;
    background-position: center center;
    background-size: contain;
    left: -120px;
    bottom: 20px;
}

body main section#main_doctor .title h3::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 30px;
    background: url("../img/title_star.png") no-repeat;
    background-position: center center;
    background-size: contain;
    transform: scaleX(-1);
    right: -120px;
    bottom: 20px;
}

body main section#main_doctor .title p {
    font-size: 30px;
    text-transform: uppercase;
    color: #0A5B58;
    font-weight: bold;
    font-family: "Inter", sans-serif;
}

body main section#main_doctor .content .main_doctor_text {
    padding-top: 50px;
}

body main section#main_doctor .content .main_doctor_text h4 {
    font-size: 30px;
    color: #0A5B58;
    font-weight: bold;
    text-transform: uppercase;
}

body main section#main_doctor .content .list-doctor {
    margin-top: 50px;
}

body main section#main_doctor .content .list-doctor .main-list-doctor .item {
    margin: 20px;
}

body main section#main_doctor .content .list-doctor .main-list-doctor .item img {
    width: 100%;
}

body main section#main_doctor .content .list-doctor .main-list-doctor .item .content {
    text-align: center;
    margin-top: 20px;
}

body main section#main_doctor .content .list-doctor .main-list-doctor .item .content a {
    font-size: 20px;
    font-weight: bold;
    color: #0A5B58;
}

body main section#main_doctor .content .list-doctor .slick-dots {
    bottom: 10px;
}

body main section#main_doctor .content .list-doctor .slick-dots li button::before {
    font-size: 15px;
}

body main section#main_doctor .content .list-doctor .slick-dots li.slick-active button::before {
    color: #FCB338;
}

body main section#main_doctor .content .main_doctor_desc {
    padding: 50px 0px;
}

body main section#main_doctor .content .main_doctor_desc .main_doctor_text_sc {
    padding-top: 20px;
}

body main section#main_doctor .content .main_doctor_desc .main_doctor_text_sc i {
    color: #FCB338;
    font-size: 70px;
    display: table;
    margin: auto;
}

body main section#main_doctor .content .main_doctor_desc .main_doctor_text_sc h3 {
    color: #0A5B58;
    font-weight: bold;
    text-transform: uppercase;
}

body main section#main_doctor .text_doctor {
    padding-top: 20px;
}

body main section#main_doctor .text_doctor img {
    display: table;
    margin: auto;
    max-width: 100%;
}

body main section#main_doctor .text_doctor figure {
    display: table;
    margin: auto;
    max-width: 100%;
}

body main section#main_doctor .text_doctor figcaption {
    text-align: center;
}

body main section#main_service_page {
    background-color: #ffffff;
    margin-top: 100px;
    padding: 50px 0px 0px;
    position: relative;
}

body main section#main_service_page .title {
    text-align: center;
}

body main section#main_service_page .title h3 {
    color: #FCB338;
    font-size: 45px;
    position: relative;
    display: inline;
    font-family: "Gowun Batang", serif;
}

body main section#main_service_page .title h3::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 30px;
    background: url("../img/title_star.png") no-repeat;
    background-position: center center;
    background-size: contain;
    left: -120px;
    bottom: 20px;
}

body main section#main_service_page .title h3::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 30px;
    background: url("../img/title_star.png") no-repeat;
    background-position: center center;
    background-size: contain;
    transform: scaleX(-1);
    right: -120px;
    bottom: 20px;
}

body main section#main_service_page .title p {
    font-size: 30px;
    text-transform: uppercase;
    color: #0A5B58;
    font-weight: bold;
    font-family: "Inter", sans-serif;
}

body main section#main_service_page .content .item-service {
    position: relative;
    margin-bottom: 20px;
}

body main section#main_service_page .content .item-service img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

body main section#main_service_page .content .item-service .content {
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    transform: translate(-20%, -50%);
}

body main section#main_service_page .content .item-service .content h3 {
    color: #0A5B58;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

body main section#main_service_page .content .item-service .content a.viewmore {
    border: 1px solid #0A5B58;
    padding: 5px 10px;
    color: #0A5B58;
    font-weight: bold;
    font-size: 20px;
    border-radius: 30px;
}

body main section#main_service_page .content .item-service .content a.viewmore:hover {
    background-color: #ffffff;
}

body main section#main_service_page .content .item-service::after {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

body main section#main_service_page .content.first {
    position: relative;
    z-index: 2;
}

body main section#main_service_page .content.second {
    position: relative;
    z-index: 2;
}

body main section#main_service_page .img_promo {
    margin: 50px 0px;
}

body main section#main_service_page .commit {
    margin-top: 50px;
    position: relative;
}

@media only screen and (min-width: 64em) and (max-width: 87.5em) {
    body main section#main_service_page .commit::before {
        height: 190px !important;
        width: 495px !important;
    }
}

body main section#main_service_page .commit .title {
    text-align: center;
}

body main section#main_service_page .commit .title h3 {
    color: #FCB338;
    font-size: 45px;
    position: relative;
    display: inline;
    font-family: "Gowun Batang", serif;
}

body main section#main_service_page .commit .title h3::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 30px;
    background: url("../img/title_star.png") no-repeat;
    background-position: center center;
    background-size: contain;
    left: -120px;
    bottom: 20px;
}

body main section#main_service_page .commit .title h3::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 30px;
    background: url("../img/title_star.png") no-repeat;
    background-position: center center;
    background-size: contain;
    transform: scaleX(-1);
    right: -120px;
    bottom: 20px;
}

body main section#main_service_page .commit .title p {
    font-size: 30px;
    text-transform: uppercase;
    color: #0A5B58;
    font-weight: bold;
    font-family: "Inter", sans-serif;
}

body main section#main_service_page .commit .content {
    margin-top: 30px;
    padding-bottom: 50px;
}

body main section#main_service_page .commit .content .item {
    text-align: center;
}

body main section#main_service_page .commit .content .item img {
    max-width: 100%;
    width: 100px;
}

body main section#main_service_page .commit .content .item h4 {
    color: #0A5B58;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
}

body main section#main_service_page .commit .content .item p {
    font-size: 20px;
}

body main section#main_promo_page {
    background-color: #ffffff;
    margin-top: 100px;
    position: relative;
}

body main section#main_promo_page .list-promo-page {
    margin-top: 50px;
    padding-bottom: 50px;
}

body main section#main_promo_page .list-promo-page .item {
    margin-bottom: 20px;
    position: relative;
}

body main section#main_promo_page .list-promo-page .item img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}

body main section#main_promo_page .list-promo-page .item .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #0A5B58;
    padding: 10px;
}

body main section#main_promo_page .list-promo-page .item .content a {
    color: #ffffff;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body main section#main_tech {
    background-color: #ffffff;
    margin-top: 100px;
    padding: 50px 0px 0px;
    position: relative;
}

body main section#main_tech .title {
    text-align: center;
}

body main section#main_tech .title h3 {
    color: #FCB338;
    font-size: 45px;
    position: relative;
    display: inline;
    font-family: "Gowun Batang", serif;
}

body main section#main_tech .title h3::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 30px;
    background: url("../img/title_star.png") no-repeat;
    background-position: center center;
    background-size: contain;
    left: -120px;
    bottom: 20px;
}

body main section#main_tech .title h3::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 30px;
    background: url("../img/title_star.png") no-repeat;
    background-position: center center;
    background-size: contain;
    transform: scaleX(-1);
    right: -120px;
    bottom: 20px;
}

body main section#main_tech .title p {
    font-size: 30px;
    text-transform: uppercase;
    color: #0A5B58;
    font-weight: bold;
    font-family: "Inter", sans-serif;
}

body main section#main_tech .content .item-tech-img {
    position: relative;
    margin-bottom: 20px;
}

body main section#main_tech .content .item-tech-img img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

body main section#main_tech .content .item-tech-img .content {
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    transform: translate(-20%, -50%);
}

body main section#main_tech .content .item-tech-img .content h3 {
    color: #0A5B58;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

body main section#main_tech .content .item-tech-img .content a.viewmore {
    border: 1px solid #0A5B58;
    padding: 5px 10px;
    color: #0A5B58;
    font-weight: bold;
    font-size: 20px;
    border-radius: 30px;
}

body main section#main_tech .content .item-tech-img .content a.viewmore:hover {
    background-color: #ffffff;
}

body main section#main_tech .content .item-tech-img::after {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

body main section#main_tech .tech_promo #line {
    width: 100%;
    height: 50px;
    background-color: #FCB338;
}

body main section#main_tech .list-tech {
    position: relative;
    padding: 30px 0px;
}

body main section#main_tech .list-tech .main-tech .item-tech {
    margin: 20px;
    border: 2px solid #0A5B58;
    border-radius: 15px;
    padding: 20px;
}

body main section#main_tech .list-tech .main-tech .item-tech img {
    width: 100%;
}

body main section#main_tech .list-tech .main-tech .item-tech .content-tech {
    padding-top: 20px;
    text-align: right;
}

body main section#main_tech .list-tech .main-tech .item-tech .content-tech a {
    border: 2px solid #0A5B58;
    border-radius: 15px;
    padding: 5px 20px;
    color: #0A5B58;
    font-weight: bold;
}

body main section#main_tech .list-tech .main-tech .slick-dots {
    position: relative;
}

body main section#main_tech .list-tech .main-tech .slick-dots li button::before {
    font-size: 15px;
}

body main section#main_tech .list-tech .main-tech .slick-dots li.slick-active button::before {
    color: #FCB338;
}

body main section#main_tech .list-tech #bottom_left {
    position: absolute;
    content: "";
    background: url("../img/section_2_border.png") no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100px;
    height: 100px;
    left: 50px;
    bottom: 30px;
}

body main section#main_tech .list-tech #bottom_right {
    position: absolute;
    content: "";
    background: url("../img/section_2_border.png") no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100px;
    height: 100px;
    right: 50px;
    bottom: 30px;
    transform: scaleX(-1);
}

body main section#main_tech .commit {
    margin-top: 50px;
    position: relative;
}

@media only screen and (min-width: 64em) and (max-width: 87.5em) {
    body main section#main_tech .commit::before {
        height: 190px !important;
        width: 495px !important;
    }
}

body main section#main_tech .commit .title {
    text-align: center;
}

body main section#main_tech .commit .title h3 {
    color: #FCB338;
    font-size: 45px;
    position: relative;
    display: inline;
    font-family: "Gowun Batang", serif;
}

body main section#main_tech .commit .title h3::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 30px;
    background: url("../img/title_star.png") no-repeat;
    background-position: center center;
    background-size: contain;
    left: -120px;
    bottom: 20px;
}

body main section#main_tech .commit .title h3::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 30px;
    background: url("../img/title_star.png") no-repeat;
    background-position: center center;
    background-size: contain;
    transform: scaleX(-1);
    right: -120px;
    bottom: 20px;
}

body main section#main_tech .commit .title p {
    font-size: 30px;
    text-transform: uppercase;
    color: #0A5B58;
    font-weight: bold;
    font-family: "Inter", sans-serif;
}

body main section#main_tech .commit .content {
    margin-top: 30px;
    padding-bottom: 50px;
}

body main section#main_tech .commit .content .item {
    text-align: center;
}

body main section#main_tech .commit .content .item img {
    max-width: 100%;
    width: 100px;
}

body main section#main_tech .commit .content .item h4 {
    color: #0A5B58;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
}

body main section#main_tech .commit .content .item p {
    font-size: 20px;
}

body main section#branch_page {
    background-color: #ffffff;
    margin-top: 100px;
    padding: 50px 0px 0px;
    position: relative;
}

body main section#branch_page .title {
    text-align: center;
}

body main section#branch_page .title h3 {
    color: #FCB338;
    font-size: 45px;
    position: relative;
    display: inline;
    font-family: "Gowun Batang", serif;
}

body main section#branch_page .title h3::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 30px;
    background: url("../img/title_star.png") no-repeat;
    background-position: center center;
    background-size: contain;
    left: -120px;
    bottom: 20px;
}

body main section#branch_page .title h3::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 30px;
    background: url("../img/title_star.png") no-repeat;
    background-position: center center;
    background-size: contain;
    transform: scaleX(-1);
    right: -120px;
    bottom: 20px;
}

body main section#branch_page .title p {
    font-size: 30px;
    text-transform: uppercase;
    color: #0A5B58;
    font-family: "Inter", sans-serif;
    font-weight: bold;
}

body main section#branch_page .content {
    margin-top: 30px;
}

body main section#branch_page .content .item {
    margin-bottom: 30px;
}

body main section#branch_page .content .item .text {
    padding-top: 10%;
}

body main section#branch_page .content .item .text h3 {
    color: #0A5B58;
    font-weight: bold;
    font-size: 30px;
}

body main section#branch_page .content .item .text p {
    font-size: 20px;
}

body main section#branch_page .content .even img {
    width: 100%;
}

body main section#branch_page .content .odd img {
    width: 100%;
}

body main section#branch_page .text_branch {
    padding: 30px 0px;
}

body main section#branch_page .text_branch img {
    display: table;
    margin: auto;
}

body main section#branch_page .text_branch figure {
    display: table;
    margin: auto;
}

body main section#branch_page .text_branch figcaption {
    text-align: center;
}

body main section#branch_page .text_branch h3 {
    color: #0A5B58;
    font-weight: bold;
    font-size: 24px;
}

body main section#branch_page .text_branch h4 {
    color: #FCB338;
    font-weight: bold;
    font-size: 20px;
}

body main section#main-section-tech {
    margin-top: 80px;
}

body main section#main-section-tech .item-tech {
    height: auto;
    padding: 50px 0px;
}

body main section#main-section-tech .item-tech.bg-1 {
    background: url("../img/bgtech1.jpg") center no-repeat;
    background-size: cover;
}

body main section#main-section-tech .item-tech.bg-2 {
    background: url("../img/bgtech2.jpg") center no-repeat;
    background-size: cover;
}

body main section#main-section-tech .item-tech.bg-3 {
    background: url("../img/bgtech3.jpg") center no-repeat;
    background-size: cover;
}

body main section#main-section-tech .item-tech.item-hidden {
    display: none;
}

body main section#main-section-tech .item-tech .main-tech-page {
    display: grid;
    grid-template-columns: 50% 30% 20%;
    align-items: center;
}

@media only screen and (max-width: 46.1875em) {
    body main section#main-section-tech .item-tech .main-tech-page {
        grid-template-columns: 100%;
    }
}

@media only screen and (min-width: 46.25em) and (max-width: 64em) {
    body main section#main-section-tech .item-tech .main-tech-page {
        grid-template-columns: 100%;
    }
}

body main section#main-section-tech .item-tech .main-tech-page .info h3 {
    color: #000000;
    font-family: "Inter", sans-serif;
    font-size: 40px;
    text-transform: uppercase;
}

body main section#main-section-tech .item-tech .main-tech-page .info .text {
    color: #000000;
}

body main section#main-section-tech .item-tech .main-tech-page .info h4 {
    color: #000000;
    font-family: "Inter", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}

body main section#main-section-tech .item-tech .main-tech-page .info .main-detail-text {
    display: flex;
}

body main section#main-section-tech .item-tech .main-tech-page .img img {
    max-width: 100%;
    width: 100%;
}

body main section#main-section-tech .item-tech .main-tech-page .more h3 {
    color: #000000;
    font-family: "Inter", sans-serif;
    font-size: 30px;
}

body main section#main-section-tech .item-tech .main-tech-page .more .btn-more {
    border: 1px solid #000000;
    color: #000000;
    border-radius: 0;
    text-transform: uppercase;
}

body main section#main-section-tech .item-tech .main-tech-page .more p {
    color: #000000;
    font-family: "Inter", sans-serif;
    font-size: 20px;
}

body main section#main-section-tech button.view-more-tech {
    margin-top: 50px;
    background: #ffffff;
    padding: 10px 20px;
    font-size: 18px;
}

body main section#main-section-tech button.hidden-more-tech {
    margin-top: 50px;
    background: #ffffff;
    padding: 10px 20px;
    font-size: 18px;
}

body main section#main_video_page {
    padding: 150px 0px;
    background-color: #ffffff;
}

body main section#main_video_page .title h3 {
    color: #000000;
    font-size: 40px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

body main section#main_video_page .title h3::after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

body main section#main_video_page .content_video {
    margin-top: 30px;
}

body main section#main_video_page .content_video .item-video .img {
    position: relative;
}

body main section#main_video_page .content_video .item-video .img::after {
    content: "";
    right: 0;
    width: 30%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
}

body main section#main_video_page .content_video .item-video .img img {
    width: 100%;
}

body main section#main_video_page .content_video .item-video .img .count {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

body main section#main_video_page .content_video .item-video .img .count p {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 0;
}

body main section#main_video_page .content_video .item-video .img .count i {
    color: #ffffff;
    font-size: 20px;
}

body main section#main_video_page .content_video .item-video .content {
    text-align: center;
    margin-top: 15px;
}

body main section#main_video_page .content_video .item-video .content a {
    font-size: 20px;
    color: #000000;
}

body main section#main_video_page .content_video .item-video .content p {
    color: #000000;
    font-size: 14px;
}

body main section#main_video_single {
    background-color: #ffffff;
    padding: 100px 0px;
}

body main section#main_video_single .title {
    text-align: center;
}

body main section#main_video_single .title h3 {
    color: #000000;
    text-transform: uppercase;
    font-size: 40px;
}

body main section#main_video_single .content {
    margin-top: 50px;
}

body main section#main_video_single .content .btn-back {
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid #0A5B58;
    border-radius: 0;
    color: #0A5B58;
    font-size: 16px;
    padding: 10px 30px;
}

body main section#main_video_single .content .video-main .player img {
    width: 100%;
    height: 650px;
    -o-object-fit: cover;
    object-fit: cover;
}

body main section#main_video_single .content .video-main .content {
    margin-top: 10px;
}

body main section#main_video_single .content .video-main .content h4 {
    color: #000000;
    font-size: 20px;
}

body main section#main_video_single .content .list-sub-video h4 {
    color: #000000;
}

body main section#main_video_single .content .list-sub-video p {
    color: #000000;
}

body main section#main_video_single .content .list-sub-video .main-list {
    height: 700px;
    overflow-y: scroll;
    padding: 0 20px;
}

body main section#main_video_single .content .list-sub-video .main-list .item {
    cursor: pointer;
}

body main section#main_video_single .content .list-sub-video .main-list .item img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

body main section#main_video_single .content .list-sub-video .main-list .item p {
    color: #000000;
    margin-top: 10px;
}

body main section#main_img_page {
    padding: 150px 0px;
    background-color: #ffffff;
}

body main section#main_img_page .title h3 {
    color: #000000;
    font-size: 40px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

body main section#main_img_page .title h3::after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

body main section#main_img_page .content_img {
    margin-top: 30px;
}

body main section#main_img_page .content_img .item-img .img {
    position: relative;
}

body main section#main_img_page .content_img .item-img .img img {
    width: 100%;
}

body main section#main_img_page .content_img .item-img .img .count {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

body main section#main_img_page .content_img .item-img .img .count p {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 0;
}

body main section#main_img_page .content_img .item-img .img .count i {
    color: #ffffff;
    font-size: 20px;
}

body main section#main_img_page .content_img .item-img .content {
    text-align: center;
    margin-top: 15px;
}

body main section#main_img_page .content_img .item-img .content a {
    font-size: 20px;
    color: #000000;
}

body main section#main_img_page .content_img .item-img .content p {
    color: #000000;
    font-size: 14px;
}

body main section#img_page_single {
    padding: 150px 0px;
}

body main section#img_page_single .title h3 {
    font-size: 40px;
}

body main section#img_page_single .content .main-img {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 5px;
}

body main section#img_page_single .content .main-img .item img {
    width: 100%;
}

body main .sidebar {
    margin-top: 20px;
}

body main .sidebar .sidebar-widget {
    margin-bottom: 20px;
}

body main .sidebar .sidebar-widget .widget-title {
    position: relative;
    padding-bottom: 5px;
}

body main .sidebar .sidebar-widget .widget-title h5 {
    font-size: 30px;
    font-weight: bold;
}

body main .sidebar .sidebar-widget .widget-content ul {
    padding-top: 20px;
    padding-left: 0;
}

body main .sidebar .sidebar-widget .widget-content ul li {
    list-style: none;
}

body main .sidebar .sidebar-widget .widget-content ul li a {
    font-size: 24px;
    color: #000000;
}

body main .sidebar .sidebar-widget .widget-content .list-news {
    padding-top: 20px;
}

body main .sidebar .sidebar-widget .widget-content .list-news .item-news {
    padding-bottom: 20px;
    display: flex;
}

body main .sidebar .sidebar-widget .widget-content .list-news .item-news .img img {
    width: 130px;
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover;
}

body main .sidebar .sidebar-widget .widget-content .list-news .item-news .content {
    padding-left: 10px;
}

body main .sidebar .sidebar-widget .widget-content .list-news .item-news .content a {
    font-size: 18px;
    color: #0A5B58;
    font-weight: bold;
}

body main .sidebar .sidebar-widget .widget-content form.search .form-group {
    display: flex;
    border: 1px solid #0A5B58;
}

body main .sidebar .sidebar-widget .widget-content form.search .form-group input {
    border: 0;
    font-size: 20px;
}

body main .sidebar .sidebar-widget .widget-content form.search .form-group button {
    background-color: #0A5B58;
    border: 0;
    width: 100px;
}

body main .sidebar .sidebar-widget .widget-content form.search .form-group button i {
    color: #ffffff;
    font-size: 24px;
}

body main .sidebar .sidebar-widget .section-title-line {
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    border: 1px solid #dfdfdf;
    border-left: none;
    border-right: none;
}

body main .sidebar .sidebar-widget .section-title-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 40px;
    height: 5px;
    background: #0A5B58;
}

body main .sidebar .sidebar-widget .section-title-line::after {
    content: "";
    position: absolute;
    left: 36px;
    top: -1.5px;
    width: 10px;
    height: 6px;
    background: #ffffff;
    -webkit-clip-path: polygon(40% 0, 100% 0%, 60% 100%, 0 100%);
    clip-path: polygon(40% 0, 100% 0%, 60% 100%, 0 100%);
}

body main .sidebar .sidebar-widget .form-reg {
    background-color: #0A5B58;
    padding: 50px 15px;
    border-radius: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

body main .sidebar .sidebar-widget .form-reg h5 {
    color: #FCB338;
    font-size: 24px;
    font-weight: bold;
}

body main .sidebar .sidebar-widget .form-reg span {
    color: #ffffff;
    font-size: 20px;
}

body main .sidebar .sidebar-widget .form-reg form {
    padding: 10px 0;
}

body main .sidebar .sidebar-widget .form-reg form .form-group {
    margin-bottom: 20px;
}

body main .sidebar .sidebar-widget .form-reg form .form-group input {
    border-radius: 0;
    border: 2px solid #FCB338;
    border-radius: 50px;
    font-size: 20px;
}

body main .sidebar .sidebar-widget .form-reg form button {
    font-size: 20px !important;
    background-color: #FCB338;
    border-radius: 50px;
}

body footer {
    background-color: #ffffff;
    position: relative;
    padding: 80px 0px 50px 0px;
}

body footer .info-footer .map {
    background-color: #D3E2E9;
    border-radius: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 20px;
    display: grid;
    grid-template-columns: 60% 40%;
}

body footer .info-footer .map .iframe-map iframe {
    border-radius: 15px;
}

body footer .info-footer .map .info-map {
    padding-left: 10px;
    position: relative;
    top: 8vh;
}

body footer .info-footer .map .info-map .item {
    display: flex;
    align-items: center;
}

body footer .info-footer .map .info-map .item img {
    width: 60px;
    height: 60px;
    margin-top: -10px;
}

body footer .info-footer .map .info-map .item .content {
    padding-left: 10px;
}

body footer .info-footer .map .info-map .item .content span {
    color: #0A5B58;
    font-size: 24px;
    text-transform: uppercase;
}

body footer .info-footer .map .info-map .item .content p {
    font-weight: bold;
    text-transform: uppercase;
    color: #0A5B58;
    font-size: 24px;
}

body footer .info-footer .map .info-map::after {
    content: "";
    background: url("../img/title.png") center center no-repeat;
    background-size: contain;
    height: 30px;
    width: 100%;
    position: absolute;
}

@media only screen and (max-width: 46.1875em) {
    body footer .info-footer .map {
        grid-template-columns: 100%;
        padding: 50px 10px;
    }
    body footer .info-footer .map .info-map {
        top: 0;
    }
}

@media only screen and (min-width: 46.25em) and (max-width: 64em) {
    body footer .info-footer .map {
        grid-template-columns: 100%;
        padding: 50px 10px;
    }
    body footer .info-footer .map .info-map {
        top: 0;
    }
}

body footer .info-footer .mail-box {
    padding: 20px;
    border-radius: 15px;
    background-color: #D3E2E9;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

body footer .info-footer .mail-box h4 {
    color: #0A5B58;
    font-size: 24px;
    font-weight: bold;
}

body footer .info-footer .mail-box form input[type=email] {
    border-radius: 10px;
    font-size: 20px;
    border: 2px solid #0A5B58;
}

body footer .info-footer .mail-box form button[type=submit] {
    background-color: #0A5B58;
    border-radius: 20px;
    color: #ffffff;
    margin-top: 10px;
    font-size: 20px;
    padding: 5px 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

@media only screen and (max-width: 46.1875em) {
    body footer .info-footer .mail-box {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 46.25em) and (max-width: 64em) {
    body footer .info-footer .mail-box {
        margin-top: 20px;
    }
}

body footer .info-footer .video {
    margin-top: 20px;
}

body footer .info-footer .video a {
    position: relative;
}

body footer .info-footer .video a img {
    border-radius: 15px;
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}

body footer .info-footer .video a::after {
    content: "";
    background: url(../img/play-button.png) no-repeat;
    background-position: center center;
    background-size: contain;
    width: 70px;
    height: 70px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body footer .main-footer {
    margin-top: 50px;
}

body footer .main-footer .info {
    display: flex;
    gap: 20px;
}

@media only screen and (max-width: 46.1875em) {
    body footer .main-footer .info {
        display: grid;
        grid-template-columns: 100%;
    }
}

@media only screen and (min-width: 46.25em) and (max-width: 64em) {
    body footer .main-footer .info {
        display: grid;
        grid-template-columns: 100%;
    }
}

body footer .main-footer .info img {
    width: 120px;
}

body footer .main-footer .info ul {
    padding-top: 15px;
    padding-left: 0;
}

body footer .main-footer .info ul li {
    list-style: none;
    font-size: 18px;
    color: #0A5B58;
}

body footer .main-footer .info .info-us span {
    color: #0A5B58;
}

body footer .main-footer .linkout {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

body footer .main-footer .linkout a img {
    width: 130px;
}

@media only screen and (max-width: 46.1875em) {
    body footer .main-footer .linkout {
        margin: 10px 0px;
    }
    body footer .main-footer .linkout a img {
        width: 100px;
    }
}

@media only screen and (min-width: 46.25em) and (max-width: 64em) {
    body footer .main-footer .linkout {
        margin: 10px 0px;
    }
    body footer .main-footer .linkout a img {
        width: 100px;
    }
}

body footer .main-footer .footer-widget h4 {
    color: #0A5B58;
    font-weight: bold;
}

body footer .main-footer .footer-widget .partner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

body footer .main-footer .footer-widget .partner img {
    background-color: #d3e2e9;
    padding: 10px;
    border-radius: 10px;
    flex: 1 1 30%;
    width: 100px;
    max-width: 100%;
    border: 1px solid #0A5B58;
}

body footer .main-footer .footer-widget .social {
    display: flex;
    gap: 10px;
}

body footer .main-footer .footer-widget .social a {
    color: #0A5B58;
    font-size: 30px;
    border: 2px solid #0A5B58;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    text-align: center;
}

body footer .main-footer .footer-widget .social a:hover {
    background-color: #0A5B58;
    color: #ffffff;
}

body footer .main-footer .footer-widget .social a i {
    line-height: 0;
}

body footer .main-footer .menu-footer {
    display: grid;
    grid-template-columns: 50% 50%;
}

body footer .main-footer .menu-footer ul {
    padding-left: 10px;
}

body footer .main-footer .menu-footer ul li {
    list-style: none;
}

body footer .main-footer .menu-footer ul li a {
    color: #0A5B58;
    font-size: 16px;
}

body footer .ontop {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 2;
}

@media only screen and (max-width: 46.1875em) {
    body footer .ontop {
        right: 10px;
    }
}

body footer .ontop .btn-ontop {
    background-color: #0A5B58;
    color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 0;
}

body footer .ontop .btn-ontop i {
    font-size: 40px;
    line-height: unset;
}

body footer .ontop.active {
    display: block;
}

body footer .booking {
    position: fixed;
    bottom: 120px;
    right: 50px;
    z-index: 2;
    display: block;
}

@media only screen and (max-width: 46.1875em) {
    body footer .booking {
        right: 10px;
    }
}

body footer .booking .btn-bookingmb {
    background-color: #0A5B58;
    color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 0;
}

body footer .booking .btn-bookingmb i {
    font-size: 40px;
    line-height: unset;
}

body footer .messenger {
    position: fixed;
    bottom: 190px;
    right: 50px;
    z-index: 2;
    display: block;
}

body footer .messenger .btn-bookingmb {
    background-color: #0A5B58;
    color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 0;
}

body footer .messenger .btn-bookingmb i {
    font-size: 40px;
    line-height: unset;
}

@media only screen and (max-width: 46.1875em) {
    body footer .messenger {
        right: 10px;
    }
}

body footer #formbooking {
    margin-top: 5%;
}

@media only screen and (max-width: 46.1875em) {
    body footer #formbooking {
        margin-top: 30%;
    }
}

body footer #formbooking .modal-header {
    background-color: #0A5B58;
    color: #ffffff;
}

body footer #formbooking .modal-header h5 {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}

body footer #formbooking .modal-content .form-control {
    border: 1px solid #0A5B58;
}

body footer #formbooking .modal-content span {
    font-style: italic;
    font-size: 16px;
    color: #0A5B58;
    margin-top: 10px;
}

body footer #formbooking .modal-footer button[type=submit] {
    background-color: #0A5B58;
    border: 1px solid #0A5B58;
}

body footer .translate {
    position: fixed;
    left: 0;
    top: 50%;
    background-color: #ffffff;
    z-index: 1;
    padding: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

body footer .translate .gtranslate_wrapper {
    display: grid;
}

#popuppromo .modal-dialog {
    margin-top: 150px;
}

#popuppromo .modal-dialog .modal-content {
    background: transparent;
    border: 0px;
    position: relative;
}

#popuppromo .modal-dialog .modal-content a.closepopup {
    position: absolute;
    right: 0;
    z-index: 1;
}

#popuppromo .modal-dialog .modal-content a.closepopup img {
    max-width: 40px;
}

#popuppromo .modal-dialog .modal-content .modal-body a img {
    max-width: 100%;
}


/*# sourceMappingURL=app.css.map */