@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --y: 0px;
    --black: #000;
    --ryu: #0855a3;
}

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

img {
    width: 100%;
    object-fit: cover;
}

.contain-ss2 img, .wapper-sli-2 img {
    border-radius: 8px;
}

.wapper-sli-3 img{
        min-height: 106px;
    max-height: 106px;
}

.row-ss5 {
    align-items: center;
}

body {
    font-size: 14px;
    font-family: "OpenSans", sans-serif;
    line-height: 1.5;
    color: #2e2e2e;
    overflow-x: hidden;
    position: relative;
    min-height: 100vh;
}

a:hover {
    color: var(--ryu);
    text-decoration: none;
}

ul li {
    list-style: none;
}

.content-post-td li, .contnet .der ul, .contnet .der ul li {
    list-style: disc !important;
    margin-left: 9px !important;
}

.contnet .der ul ul li {
    list-style: circle !important;
    margin-left: 25px !important;
}

#main {
    width: 100%;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: var(--white);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0px 20px 0 20px;
    padding: 0px 20px 0 20px;
    z-index: 9;
    cursor: pointer;
    transition: .2s;
    height: 53px;
    z-index: 9999;
}

.bgr-header {
    background: rgba(13, 42, 73, .69);
    height: 53px;
}

.item-sli-5 {
    padding: 0 14px;
}

.ss5 .title {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: left;
    text-transform: capitalize;
}

.n-header-nav {
    float: right;
    width: 100%;
    margin-right: 20px;
    max-width: 1440px;
}

a {
    color: unset;
    text-decoration: none;
}

.nav {
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 10px;
    transform: scaleX(1);
    transform-origin: 100% 0%;
    transition: all .8s;
    opacity: 1;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}

.nav li {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-right: 20px;
}

.header >a {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    display: block;
}

.header ul li {
    display: inline-block;
}

.menu-header {
    font-size: 0;
    transition: .2s;
    border: none;
    background: unset;
    padding: 5px 5px;
    cursor: pointer;
}

.menu-header i {
    display: block;
    height: 4px;
    width: 29px;
    background: #fff;
    margin: 5px 0;
    transition: all .2s ease-in-out;
}

.menu-header i:nth-child(1) {
    transform: rotate(45deg) translate(2px, 0px);
}

.menu-header i:nth-child(2) {
    display: none;
}

.menu-header i:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -5px);
}

.active-nav >ul {
    transform: scaleX(.2);
    opacity: 0;
}

.active-btn i:nth-child(1) {
    transform: unset;
}

.active-btn i:nth-child(2) {
    display: block;
}

.active-btn i:nth-child(3) {
    transform: unset;
}

.show-nav {
    transform-origin: 100% 0%;
    opacity: 0;
}

#nav-close {
    display: none;
}

.slider {
    width: 100%;
    height: 100%;
}

.wapper-slider {
    position: relative;
}

#log-sli {
    position: absolute;
    top: 90px;
    left: 50%;
    color: var(--white);
    transform: translateX(-50%);
    z-index: 1;
}

#log-sli::before {
    position: absolute;
    content: "";
    width: 1px;
    background: var(--white);
    height: 100px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
}

#log-sli img {
    transition: all .5s ease-in-out;
    max-width: 200px;
}

.fixed {
    transform: translate(-40vw, -30px);
    opacity: 0;
}

.content-sli {
    position: absolute;
    bottom: 33%;
    right: 50%;
    color: var(--white);
    text-align: right;
    width: 46%;
    padding-right: 50px;
    animation: ani-sli 1s linear;
    display: none;
    z-index: 2;
}

.item-content-sli {
    position: relative;
    top: 50%;
}

.item-content-sli h2, .item-content-sli p {
    width: 50%;
}

@keyframes ani-sli {
    from {
        filter: blur(10px);
        transform: translateX(-30px);
        opacity: 0;
    }
    
    to {
        filter: blur(0px);
        opacity: 1;
        transform: translateX(0px);
    }
}

.slick-active .content-sli {
    display: block;
}

#log-header.idex-logo {
    display: none;
}

.idex-logo img, .img-lg {
    max-width: 50px;
}

.content-sli>h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
    padding-left: 10%;
}

.content-sli p {
    font-weight: 400;
    margin-bottom: 2px;
}

.item-sli .slick-dots {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.item-sli .slick-dots li button {
    font-size: 0;
    padding: 10px;
    columns: var(--white);
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

.item-sli .slick-dots li {
    display: block;
    margin: 10px;
}

.mouse {
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    color: var(--white);
}

.mouse-span {
    margin: auto;
    display: block;
    height: 52px;
    width: 32px;
    border-radius: 35px;
    border: solid 2px #fff;
    position: relative;
}

.mouse-span::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 217px;
    background-color: var(--white);
    bottom: 0;
    left: 47%;
    transform: translate(100%, 100%);
    transition: all;
}

.mouse-span::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: var(--white);
    animation: ani 1.2s ease-out infinite;
}

@keyframes ani {
    0% {
        top: 10%;
        opacity: 1;
    }
    
    100% {
        top: 90%;
        opacity: 0;
    }
}

.mouse-p {
    color: #fff;
    font-size: 10px;
    font-style: italic;
    position: absolute;
    transform: rotate(270deg);
    transform-origin: 0 0;
    margin-top: 78px;
    margin-left: 3px;
    white-space: nowrap;
}

.item-sli-it {
    position: relative;
}

.item-sli-it::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .55);
}

.item-sli .slick-active button {
    background-color: var(--cyan);
}

.ss1 {
    background-color: rgba(59, 59, 104, 1);
    background-image: url("../images/bg-about.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: cover;
}

.contain-ss1 {
    max-width: 960px;
    margin: 0 auto;
}

.img-contan-ss1 {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 50%;
    position: relative;
}

.img-contan-ss1::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #bf853b;
    border-radius: 50%;
    z-index: 20;
    position: absolute;
}

.img-contan-ss1>img {
    background: var(--ryu);
    border-radius: 50%;
    transition: all 1.3s cubic-bezier(.12, .54, .76, .79);
}

.about-us {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.contain-ss1 .cap-ss1 {
    position: absolute;
    color: #fff;
    background: var(--ryu);
    top: 16.65%;
    right: 16.65%;
    bottom: 16.65%;
    left: 16.65%;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 95px;
    z-index: 21;
}

.contain-ss1 .cap-ss1 {
    background: #f1c40f !important;
    color: #fff !important;
}

.img-contan-ss1::before {
    border-color: #f1c40f !important;
}

.cap-ss1 h2 {
    text-align: center;
    color: #047fdf;
    text-transform: uppercase;
    font-size: 34px;
    position: relative;
    margin-bottom: 35px;
    font-weight: bold;
}

.cap-ss1 h2::after {
    content: "";
    display: block;
    margin: 7px auto 0 auto;
    height: 2px;
    width: 191px;
    max-width: 100%;
    background: linear-gradient(to right, rgba(170, 142, 96, .1), #fff, rgba(170, 142, 96, .1));
}

.cap-ss1 h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    background: #fff;
    bottom: 100%;
    margin-bottom: 8px;
    height: 404px;
}

.cap-ss1 p {
    margin-bottom: 35px;
    font-weight: 400;
    color: #047fdf;
}

.pagination {
    flex-wrap: wrap;
    row-gap: 7px;
}

.ss2 {
    background: #092620;
    background: #000;
    background-image: url("../images/bg-business2.png");
    background-repeat: no-repeat;
    background-position: center top 100%;
    position: relative;
    z-index: 1;
    padding-top: 65px;
    color: #fff;
}

.contain-ss2 {
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
}

.contain-ss2 >h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 34px;
    position: relative;
    margin-bottom: 30px;
}

.contain-ss2>h2::after {
    content: "";
    display: block;
    margin: 7px auto 0 auto;
    height: 2px;
    width: 175px;
    max-width: 100%;
    background: linear-gradient(to right, rgba(170, 142, 96, .1), #fff, rgba(170, 142, 96, .1));
}

div.ifo-sli-2 {
    margin: 30px 0 30px 0;
    align-items: center;
}

.col-ss2-h3 {
    text-align: center;
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    padding: 0 36px;
}

.col-ss2-p {
    text-align: justify;
    margin: 0;
    padding: 0;
    line-height: 25px;
    padding-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.col-ss2-a {
    padding: 0;
    text-align: right;
}

.wapper-sli-2 {
    position: relative;
}

.wapper-sli-2 button.slick-prev {
    position: absolute;
    z-index: 1;
    left: 20px;
    top: 40%;
}

.wapper-sli-2 button.slick-next {
    position: absolute;
    z-index: 1;
    top: 40%;
    right: 20px;
}

.wapper-sli-2 .slick-arrow {
    border: none;
    background: transparent;
    color: var(--white);
    font-size: 60px;
}

.dots {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    column-gap: 20px;
    overflow: overlay;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    padding-top: 20px;
}

.smooth {
    width: 205px;
    max-width: 100%;
    border: solid 1px #aa8e60;
    height: 58px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 18px;
    color: #fff;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out;
    padding: 10px;
}

.acv-smooth {
    background: var(--ryu);
}

.smooth::after {
    content: "";
    position: absolute;
    top: -6px;
    left: 5px;
    right: 5px;
    bottom: -6px;
    border: solid 1px #aa8e60;
}

.acv-smooth:after {
    opacity: 0;
}

.proj {
    background: #000;
    padding-top: 60px;
    padding-bottom: 15px;
}

.proj h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 34px;
    position: relative;
    margin-bottom: 30px;
}

.proj h2::after {
    content: "";
    display: block;
    margin: 7px auto 0 auto;
    height: 2px;
    width: 175px;
    max-width: 100%;
    background: linear-gradient(to right, rgba(170, 142, 96, .1), #fff, rgba(170, 142, 96, .1));
}

.ss3 {
    background-image: url("../images/bg-project.jpg");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: var(--black);
    padding-top: 30px;
    padding-bottom: 30px;
}

.item-sli-3 {
    margin-left: 10px;
    margin-right: 10px;
}

.item-sli-3 a {
    display: block;
}

.item-sli-3 a:nth-child(1) {
    margin-bottom: 20px;
}

.row-ss3 {
    margin: 0;
    align-items: center;
}

.top-ss3 {
    color: #fff;
    margin-bottom: 24px;
}

.top-ss3 h2 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    max-width: 100%;
    line-height: 1.3;
    margin-bottom: 10px;
}

.wapper-sli {
    position: relative;
}

.title-detail {
    font-size: 32px;
    color: #092620;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
}

.title-sider-bar {
    font-size: 32px;
    color: #092620;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
}

.wapper-sli-3 button {
    position: absolute;
    top: 50%;
    z-index: 1;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 30px;
}

.wapper-sli-3 button:nth-child(1) {
    left: 0;
    transform: translate(-66%, -50%);
}

.wapper-sli-3 button:nth-child(3) {
    transform: translate(100%, -50%);
    right: 0px;
}

.right-ss3 {
    padding: 0 37px;
}

.img-ss3-left {
    position: relative;
    transition: all 1.1s cubic-bezier(.12, .54, .76, .79);
    cursor: pointer;
}

.img-ss3-left::before {
    content: "";
    position: absolute;
    top: -10px;
    border: solid 1px #aa8e60;
    bottom: bot;
    bottom: 10px;
    left: -10px;
    right: 10px;
}

.link-sli-3 {
    position: relative;
}

.link-sli-3::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #010101;
    border: solid 1px #aa8e60;
    opacity: 0;
}

.link-sli-3 h3 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    color: #fff;
    text-transform: uppercase;
    opacity: 0;
    transition: .3s;
    font-size: 14px;
    margin: 0;
    font-weight: bold;
    z-index: 1;
}

.link-sli-3:hover::after {
    opacity: .3;
}

.link-sli-3:hover h3 {
    opacity: 1;
}

.dea {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 34px;
    position: relative;
}

.ss4 {
    background-color: #373435;
    background-position: left 4% top 25%;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    padding-top: 93px;
    overflow: hidden;
}

.dea:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    background: #fff;
    bottom: 100%;
    margin-bottom: 8px;
    height: 85px;
}

.dea:after {
    content: "";
    display: block;
    margin: 7px auto 0 auto;
    height: 2px;
    width: 175px;
    max-width: 100%;
    background: linear-gradient(to right, rgba(170, 142, 96, .1), #aa8e60, rgba(170, 142, 96, .1));
}

.item-sli-4 {
    transition: all .4s ease-in-out;
    display: inline-block;
    width: 120px;
    height: 120px;
    margin-right: 20px;
    margin-left: 10px;
}

.img-sli-4 {
    display: block;
    position: relative;
    max-width: 120px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0px auto;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: #fff;
    overflow: hidden;
}

.img-sli-4 img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-width: 88%;
    max-height: 100%;
    max-height: 60%;
    width: auto;
    height: auto;
    margin: auto;
    transition: all .4s ease-in-out;
}

.img-sli-4::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.wapper-sli-4 {
    position: relative;
    padding: 0 20px;
    overflow: auto;
    white-space: nowrap;
    white-space: nowrap;
    text-align: center;
}

.top-ss3 {
    display: none;
}

.top-ss3-act {
    display: block;
}

.wapper-sli-4 .slick-list {
    padding: 22px 0;
}

.wapper-sli-4 button {
    position: absolute;
    top: 50%;
    border: none;
    background: transparent;
    font-size: 30px;
    color: #fff;
}

.wapper-sli-4 button.slick-prev {
    left: 0;
    transform: translate(0%, -50%);
    z-index: 1;
}

.wapper-sli-4 button.slick-next {
    right: 0;
    transform: translate(0%, -50%);
    z-index: 1;
}

.img-sli-4:hover {
    transform: scale(1.2);
}

.ss5 .my-container {
    max-width: 75vw;
}

.ss5 .slick-track {
    top: 13px;
}

body:not(.home) footer {
    padding-bottom: 0;
}

footer {
    background: rgba(250, 249, 221, 1);
    color: #333;
    font-size: 14px;
    padding: 15px 0 0 0;
}

footer .row {
    margin: 0;
}

footer .contain-ss2 {
    margin-top: 0;
}

.dsk {
    padding: 0;
}

.dsk li {
    display: flex;
    line-height: 24px;
    margin-bottom: 2px;
    margin-bottom: 8px;
    font-weight: 400;
}

.dsk li img {
    max-width: 25px;
    margin-right: 12px;
}

.dsk li i {
    padding: 0 15px;
    font-size: 15px;
}

.col-ft >h2 {
    position: relative;
    padding-left: 40px;
    line-height: 24px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.img-ft {
    max-width: 115px;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 30px;
}

.col-right {
    font-size: 14px;
}

.col-right-1 h2 {
    line-height: 24px;
    margin-bottom: 7px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.col-right-1 ul {
    padding: 0;
}

.der {
    border-right: 1px solid #cdcdcd;
}

footer .col-right ul li {
    margin-bottom: 3px;
    padding-left: 0;
    margin-left: 18px;
    list-style-type: square;
}

.col-right-1 .list-lk li::before {
    content: unset;
}

.col-right-1 .list-lk li {
    display: inline-block;
    padding: 0;
}

.content-post-td li {
    font-size: 1rem;
}

.post-fr a img {
    height: 100%;
    border-radius: 8px;
    text-transform: uppercase;
}

.conten-pot img {
    border-radius: 8px;
}

.single-post .if-pot p {
    font-weight: bold;
    font-size: .9rem;
}

.conten-pot p, .content-post-td p {
    margin-bottom: 8px;
    line-height: 1.8;
    font-size: 1rem;
}

.footer-social-section {
    text-align: center;
    padding: 20px 0;
    margin-left: 15px;
	padding-bottom: 10px
}

.footer-social-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 11px;
    color: #333;
    text-align: left;
}

.footer-social-links {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    gap: 15px;
}

.footer-social-links li {
    display: inline-block;
}

.footer-social-links li::before {
    content: none;
}

.footer-social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #f5f5f5;
    border-radius: 50%;
    color: #333;
    font-size: 13px;
    transition: all .3s ease;
    text-decoration: none;
}

.footer-social-links {
    list-style: none;
    display: flex;
    gap: 12px;
    padding: 0;
}

.footer-social-links li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    transition: .3s ease;
}

.footer-social-links li a[aria-label="Facebook"] {
    background-color: #1877f2;
}

.footer-social-links li a[aria-label="Facebook"]:hover {
    background-color: #0e63d6;
}

.footer-social-links li a[aria-label="Instagram"] {
    background: linear-gradient(45deg, #feda77, #f58529, #dd2a7b, #8134af, #515bd4);
}

.footer-social-links li a[aria-label="Instagram"]:hover {
    filter: brightness(.9);
}

.footer-social-links li a[aria-label="YouTube"] {
    background-color: #f00;
}

.footer-social-links li a[aria-label="YouTube"]:hover {
    background-color: #c00;
}

.footer-social-links li a[aria-label="Twitter"] {
    background-color: #1da1f2;
}

.footer-social-links li a[aria-label="Twitter"]:hover {
    background-color: #0d8cd3;
}

.footer-copyright {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.pagination-group {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.pagination {
    display: flex;
    justify-content: center;
}

.page-numbers {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
}

.page-numbers li {
    display: flex;
}

.page-numbers a, .page-numbers span {
    display: block;
    padding: 8px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: all .25s ease;
}

.page-numbers .current {
    background: #11569d;
    border-color: #11569d;
    color: #fff;
    font-weight: bold;
}

.page-numbers a:hover {
    background: #11569d;
    border-color: #11569d;
    color: #fff;
}

@media (max-width: 768px) {
	
	.proj h2::before, .contain-ss2 >h2::before{display:none}
	
    #log-sli img {
        display: none;
    }

    .ss5 .my-container {
        max-width: 95vw;
    }
    
    footer .custom-html-widget p {
        margin-left: 15px;
    }
    
    .footer-social-links {
        gap: 10px;
    }
    
    footer .col-top {
        margin-top: 10px;
    }
    
    #custom_html-2 h2 {
        margin-left: 15px;
    }
    
    .footer-social-links a {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    footer .col-2-ft {
        padding-left: 0;
        margin-left: 0;
    }
}

.ss5 .time {
    margin-bottom: 7px;
    text-align: left;
}

.col-right-1 ul li i {
    font-size: 20px;
}

.col-top {
    margin-top: 30px;
}

.proj h2::before, .contain-ss2 >h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    background: #fff;
    bottom: 100%;
    margin-bottom: 8px;
    height: 100px;
}

.ss1::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #fff;
    left: 50%;
    z-index: 1;
    pointer-events: none;
}

.cap-bg {
    z-index: 4;
}

.smooth:hover {
    background: var(--ryu);
}

.smooth:hover::after {
    opacity: 0;
}

.col-right-1 ul li:hover {
    color: var(--ryu);
}

.nav>li>a {
    display: inline-block;
    font-weight: 700;
}

.nav>li:hover >a {
    color: var(--ryu);
}

.ss5 {
    background: #000;
    color: #fff;
    padding: 10px 0;
    border-top: solid 1px #aa8e60;
    border-bottom: solid 1px #aa8e60;
}

.slick-next:before {
    content: unset;
}

.item-sli-5 {
    margin-bottom: 15px;
    text-align: center;
}

.my-container {
    padding: 0 10px;
}

.col-left-ss5 {
    padding-left: 30px;
}

.col-left-ss5 h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 0;
    line-height: 25px;
    height: 100%;
}

.wapper-sli-5 {
    padding: 0 20px;
}

.wapper-sli-5 button {
    position: absolute;
    border: none;
    background: transparent;
    font-size: 20px;
    color: #fff;
    top: 50%;
    transform: translate(100%, -50%);
    z-index: 20;
}

.wapper-sli-5 button.slick-prev {
    left: -20px;
}

.wapper-sli-5 button.slick-next {
    right: 20px;
}

.fixf {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
}

.ani {
    visibility: hidden;
}

.active-ani {
    animation: fadeInDown .5s linear;
    visibility: visible;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.item-sli-2 {
    display: none;
}

.acvt {
    display: block;
}

.wapper-sli-5 .slick-next:before {
    content: unset;
}

.wapper-sli-5 .slick-prev:before {
    content: unset;
}

.wapper-sli-3 .slick-next:before {
    content: unset;
}

.wapper-sli-3 .slick-prev:before {
    content: unset;
}

ul.list-du-an {
    padding: 10px 10px 10px 20px;
    position: absolute;
    width: 202px;
    left: -10px;
    background: rgba(0, 0, 0, .38);
    bottom: -26px;
    border-radius: 5px;
    display: none;
    transition: all .2s ease-in-out;
    transform: translate(-50px, 100%);
}

li.item-duan {
    display: block;
    text-align: left;
    font-size: 17px;
    color: #fff;
    margin: 7px 0;
    padding-bottom: 10px;
    font-weight: 400;
    text-transform: none;
    border-bottom: 1px solid #ccc;
}

.duan {
    position: relative;
}

.duan::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 30px;
    bottom: 0;
    left: -10px;
    transform: translateY(100%);
}

.nav .item-duan a {
    display: block;
}

.toggge {
    float: right;
    line-height: 21px;
    padding-left: 10px;
    transition: all .3s linear;
}

.item-duan:hover a {
    text-decoration: none;
}

.silder-cht {
    position: relative;
    margin-bottom: 30px;
}

.anh-gt {
    position: absolute;
    bottom: 20px;
    left: 22px;
    font-size: 15px;
    font-style: italic;
    color: #fff;
}

.wpas-sl {
    position: relative;
}

.wpas-sl>button {
    position: absolute;
    bottom: 20px;
    right: 0;
    border: none;
    z-index: 1000;
    background: transparent;
    color: #fff;
    font-size: 18px;
}

.wpas-sl button.slick-next {
    right: 15px;
}

.wpas-sl button.slick-prev {
    right: 70px;
    margin-right: 20px;
}

.row-ct {
    padding-top: 2rem;
}

.div1 {
    margin-top: 35px;
}

.tirl {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
    line-height: 1.35;
    color: #092620;
    margin-bottom: 20px;
}

.post {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.post .img-post {
    width: 160px;
    min-width: 160px;
    margin-right: 20px;
    display: block;
    position: relative;
}

.single .post {
    display: flex;
    align-items: inherit;
    margin-bottom: 25px;
}

.title-post-h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.35;
    color: #092620;
    margin-bottom: 5px;
}

.title-if {
    font-weight: bold;
    color: #092620;
    line-height: 1.39;
    margin-bottom: 40px;
    margin-bottom: 25px;
    font-size: 24px;
}

.line-if {
    font-size: 16px;
    color: #092620;
    margin-bottom: 16px;
    position: relative;
    min-height: 22px;
    padding-left: 145px;
}

.line-if label {
    width: 130px;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.line-if label i {
    width: 25px;
    text-align: center;
    margin-right: 5px;
    color: var(--ryu);
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.title-div3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: #092620;
    margin-bottom: 20px;
}

.div3 {
    margin-top: 30px;
    padding: 15px 20px 5px 20px;
    background: #fff;
    border: solid 1px #cdcdcd;
}

.div3 .line-if {
    margin-bottom: 10px;
    padding-left: 35px;
    position: relative;
    font-size: 15px;
    min-height: 24px;
    font-weight: 300;
}

.div3 .line-if i {
    font-size: 20px;
    color: var(--ryu);
    width: 22px;
    text-align: center;
    position: absolute;
    left: 0;
    margin-top: 1px;
}

.contet {
    line-height: 2;
    color: #092620;
    font-size: 15px;
}

.img-p img {
    max-width: 100%;
    height: auto !important;
    height: 427px;
    margin: 10px auto;
    object-fit: initial;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 640px;
}

.item-sli-ct {
    position: relative;
}

.item-sli-ct::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
    max-height: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, .9));
}

.wpas-sl .slick-dots {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    text-align: center;
}

.wpas-sl .slick-dots li {
    margin: 10px 0px;
    display: block;
}

.wpas-sl .slick-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color: #d8dbd4;
    border: none;
    border-radius: 50%;
}

.wpas-sl .slick-dots .slick-active button {
    background: #eda11d;
    width: 15px;
    height: 15px;
}
