html, body {
    overflow-x: hidden;
}

body {
    /*max-width: 1600px;*/
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
}

b, strong {
    font-weight: bold;
}

iframe {
    max-width: 100%;
}

/*Topbar*/
.entry-topbar__item {
    color: var(--color-main);
    font-size: 16px;
    display: flex;
    align-items: center;
}

.entry-topbar__item > i {
    background: var(--color-main);
    color: var(--white);
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    margin-right: 6px;
}
/*End Topbar*/

/*Header*/
.logo-section img {
    max-height: 81px;
}

.header-main {
    background: var(--white);
}

.header-main.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.fixed {
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_titles;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
}
/*End Header*/

/*Slider*/
.slider-main__item a {
    display: block;
    position: relative;
}

.slider-main__description {
    position: absolute;
    bottom: 10%;
    left: 10%;
    max-width: 500px;
    background: rgba(0, 0, 0, 0.35);
    border-left: 3px solid var(--color-hightlight);
    color: var(--white);
    font-size: 20px;
    line-height: 1.3;
    padding: 15px;
    animation-name: fadeInDownSD;
    animation-duration: 1s;
}

.slider-main__item.slick-active .slider-main__description {
    animation-name: fadeInUpSD;
    animation-duration: 1s;
}
/*End Slider*/

/*Title*/
.section-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-text);
    margin-bottom: 30px;
}
/*End Title*/

/*Blog 1*/
.blog-1__view-list .article-description {
    display: none;
}

.blog-1__item {
    margin-bottom: 20px;
}
/*End Blog 1*/

/*Blog 2*/
.box-blog-2 {
    background-color: #e6e6e6;
    background-position: center;
    background-size: contain;
    padding-top: 60px;
    padding-bottom: 30px;
}

.blog-2__item {
    margin-bottom: 23.6px;
}

.blog-2__item .article-item {
    background: var(--white);
    padding: 15px;
}

.blog-2__view-list .blog-2__item .article-item {
    display: flex;
    align-items: flex-start;
}

.blog-2__view-list .blog-2__item .inner-image {
    padding-top: 22%;
    margin-bottom: 0;
    width: 32%;
}

.blog-2__view-list .blog-2__item .inner-content {
    flex: 1;
    padding-left: 15px;
}

.blog-2__view-list .blog-2__item .article-item .article-title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blog-2__view-list .blog-2__item .article-item .article-description {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0;
}

.blog-2__view-grid .article-title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.blog-2__view-grid .article-description {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 0;
}
/*Emd Blog 2*/

/*Box Feature*/
.box-feature {
    background-color: #cccccc;
    background-repeat: repeat-x;
    background-position: center bottom;
    padding: 60px 0;
}

.box-feature__item {
    position: relative;
}

.box-feature__item-image img {
    width: 100%;
}

.box-feature__item-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.3;
    text-align: center;
}

.box-feature__item-number {
    font-size: 48px;
    font-weight: 800;
    color: var(--white);
}

.box-feature__item-desc {
    font-size: 16px;
    color: var(--white);
}
/*End Box Feature*/

/*Box Project*/
.project-item {
    position: relative;
    margin-bottom: 8%;
    overflow: hidden;
}

.project-item__image {
    position: relative;
    padding-top: 60%;
}

.project-item__row-2 .project-item__image {
    padding-top: 128%;
}

.project-item__col-2 .project-item__image {
    padding-top: 29%;
}

.project-item__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
}

.project-item__name {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 0;
}

.project-item:hover .project-item__image img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -khtml-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
/*End Box Project*/

/*Box Partner*/
.box-partner__item {
    position: relative;
    padding-top: 58%;
    /*height: 100px;*/
    border: 1px solid #d9d9d9;
    margin-bottom: 30px;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
    
}

.box-partner__item:hover {
    box-shadow: 0 0 9px rgb(217 217 217 / 36%), 0 7px 36px rgb(155 155 155 / 36%);
}

.box-partner__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    object-fit: contain;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
}

.box-partner__item:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -khtml-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
/*End Box Partner*/

/*Box Gallery*/
.box-gallery {
    display: flex;
    flex-wrap: wrap;
}
.box-gallery__item {
    width: calc(100%/3 - 10px);
    margin: 0 5px 10px;
    position: relative;
    display: block;
    padding-top: 20%;
}

.box-gallery__item img {
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-gallery__item:first-child {
    width: 100%;
    padding-top: 52%;
}

.box-gallery__item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: rgba(51, 51, 51, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 36px;
}
/*End Box Gallery*/

/*fadeInUpSD*/
/*Up*/
@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

/*Down*/
@-webkit-keyframes fadeInDownSD {
  0% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}

@keyframes fadeInDownSD {
  0% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}

.fadeInDownSD {
  -webkit-animation-name: fadeInDownSD;
  animation-name: fadeInDownSD;
}
/*End fadeInUpSD*/

/*Social Custom*/
#socials{
    display: inline-block;
    position: fixed;
    bottom: 50px;
    left: 50px;
    z-index: 100;
}
#socials a{
    display: block;
    background: red;
    border-radius: 50px;
    color: white;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    padding: 0 25px 0 46px;
    position: relative;
}
#socials a .phone{

border-radius: 50%;

animation: quick-alo-circle-img-anim 1s infinite ease-in-out;

width: 43px;

text-align: center;

background: white;

height: 43px;

color: red;

position: absolute;

font-size: 30px;

left: 1px;

line-height: 43px;

top: 1px;
}
#socials a span{
    padding-left: 10px;
}

@-webkit-keyframes quick-alo-circle-img-anim{
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
/*End Social Custom*/

/*Responsive*/
.box-project-home .article-item .article-title {
    height: 70px;
}
@media (max-width: 1199px) {
    .box-feature__item-number {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .slider-main__description {
        font-size: 14px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .project-item__name {
        padding: 10px;
        font-size: 14px;
    }
    
    .article-item .article-title {
        font-size: 14px;
    }
    
    .box-feature__item-number {
        font-size: 32px;
    }
    
    .article-title-detail {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .slider-main__description {
        display: none;
    }
    
    .slider-section, .slider-section .item img {
        height: 42vw;
    }
    
    .project-item__col-2 .project-item__image {
        padding-top: 60%;
    }
    
    .section-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .box-project-home .article-item .article-title {
        height: 70px;
    }
}

@media (max-width: 575px) {
    .box-feature__item-number {
        font-size: 20px;
    }
    
    .box-feature__item-desc {
        font-size: 12px;
        max-width: 78px;
        margin: 0 auto;
    }
}
/*End Responsive*/
.right-topbar a {
    color: var(--color-main);
    font-weight: 600;
}
.right-topbar a:hover {
    color: var(--color-hightlight);
}

.box-shadow {
    box-shadow: 0 0 9px rgb(0 0 0 / 36%);
}

.hvr-float {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    /* box-shadow: 0 0 1px rgb(0 0 0 / 0%); */
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hvr-forward {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

.img-hover-zoom .inner-image {
    overflow: hidden;
}
.img-hover-zoom .inner-image img {
    transition: transform .5s ease;
}
.img-hover-zoom:hover .inner-image img {
    transform: scale(1.1);
}

.is-mobile .logo-section {
    text-align: center;
}

.is-mobile .slick-next,.is-mobile .slick-prev {
    top: calc(50% - 40px);
}

.is-mobile .right-topbar{
    /* flex-direction: column; */
}

.setting-menu.fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    z-index: 10;
    -webkit-box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    background: var(--color-main);
}
.setting-menu.fix .logo-section img {
    max-height: 81px;
}
.contactnow {
    position: fixed;
    bottom: 32px;
    right: 50px;
    width: 115px;
    height: 115px;
    z-index: 99;
    cursor: pointer;
}
@media (max-width: 991px) {
    .contactnow {
        width: 80px;
        height: 80px;
        right: 15px;
    }
    #socials{
        left:15px
    }
}
.contactnow .rotate {
    width: 115px;
    height: 115px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
@media (max-width: 991px) {
    .contactnow .rotate {
        width: 80px;
        height: 80px;
    }
}
.contactnow .innercontactnow {
    position: relative;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .contactnow .innercontactnow {
        width: 80px;
        height: 80px;
    }
    .logo-section img {
        max-height: 50px;
    }
}
.contactnow .innercontactnow a {
    display: block;
    text-align: center;
    line-height: 38px;
    margin-top: -15px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.contactnow .innercontactnow a:hover {
    color: #fff;
    text-decoration: none;
}
.contactnow .innercontactnow a span {
    text-transform: uppercase;
    width: 100%;
    float: left;
    line-height: 0;
}
.rotate {
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}


.is-mobile .setting-menu > .container > .row > div {
    justify-content: center;
}