/*----------------- default --------------*/
@font-face {
    font-family: 'Anton-Regular';
    src: url('fonts/Anton-Regular.ttf');
}

@font-face {
    font-family: 'Roboto-black';
    src: url('fonts/Roboto-Black_2.ttf');
}

@font-face {
    font-family: 'Roboto-BlackItalic_1';
    src: url('fonts/Roboto-BlackItalic_1.ttf');
}

@font-face {
    font-family: 'Roboto-Bold_4';
    src: url('fonts/Roboto-Bold_4.ttf');
}

@font-face {
    font-family: 'Roboto-Italic_1';
    src: url('fonts/Roboto-Italic_1.ttf');
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('fonts/Roboto-Light_5.ttf');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('fonts/Roboto-Regular_2.ttf');
}

@font-face {
    font-family: 'Unicode-Display';
    src: url('fonts/unicode.display.UVNBaLe.ttf');
}

:root {
    --rgb-blue: 43, 63, 138;
    --rgb-red: 173, 49, 50;
    --white: #ffffff;
    --black: #000000;
    --shadow-1: 0px 6px 34px rgba(151, 151, 154, 0.41);
    --10px: 0.625vw;
}

body {
    font-family: 'Roboto-Regular';
    background-color: #fff;
    line-height: 1.2;
    font-size: 16px;
    overflow: hidden;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto-Regular';
    margin: 0px
}

a {
    outline: none !important;
    text-decoration: none;
}

p {
    margin: 0px 0px 10px 0px;
}

.w3-container {
    margin-right: auto;
    margin-left: auto;
}

ol,
ul,
li {
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0;
}

summary {
    list-style: none;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #840606;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #840606;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #840606;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #840606;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #840606;
}

::placeholder {
    /* Most modern browsers support this now. */
    color: #fff;
}



/*-------------customer ---------------------*/
.cus-f-rb {
    font-family: 'Roboto-Black';
}

.cus-pt-10 {
    padding-top: 10px;
}

.cus-pb-10 {
    padding-bottom: 10px;
}

.cus-pr-10 {
    padding-right: 10px;
}

.cus-p-10 {
    padding: 10px;
}

.cus-plr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.cus-p-20 {
    padding: 20px !important;
}

.cus-fs-16 {
    font-size: 16px;
}

.cus-f-14 {
    font-size: 14px;
}

.cus-f-12 {
    font-size: 12px;
}

.cus-fw-900 {
    font-weight: 900;
}

.cus-fw-600 {
    font-weight: 600;
}

.cus-im {
    width: 100%;
}

.cus-p-5 {
    padding: 5px;
}

.cus-p-30 {
    padding: 30px;
}

.cus-pb-20 {
    padding-bottom: 20px;
}

.cus-plr-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.cus-tx-trans {
    text-transform: uppercase;
}

.cus-mrb-10 {
    margin-bottom: 10px;
}

.cus-f-22 {
    font-size: 22px;
}

.cus-pr-15 {
    padding-right: 15px;
}

.cus-bg-color {
    background-color: #840606;
    color: #ffffff;
}

.cus-box-shadow {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

.cus-line-clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cus-line-clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}


/*---- menu -----*/
.logo .cus-logo {
    display: inline-block;
}

.cus-tx-logo span {
    position: relative;
    top: 4px;
    margin-left: 5px;
    font-family: 'Unicode-Display';
}

.cus-trans-icon {
    position: relative;
    top: 8px;
}

.cus-trans-icon .fa {
    transform: rotate(45deg);
}

.logo img {
    width: 45px;
    padding-top: 5px;
}

#navbar {
    background-color: var(--white);
    color: rgba(var(--rgb-blue), 0.9);
    box-shadow: var(--shadow-1);
}

.cus-menu {
    padding: 12px 10px 8px 10px;
    display: inline-block;
    vertical-align: middle;
}

.cus-menu .phone-menu i {
    position: absolute;
    -ms-flex-item-align: center;
    align-self: center;
    line-height: 40px;
    font-size: 50px;
    left: 0;
    transform: rotate(45deg);
    top: 14px;
    color: #a8ca1e;
}

.cus-menu .phone-menu span {
    padding-left: 20px;
}

.cus-num-phone {
    font-weight: bold;
    display: block;
}

.cus-tx-phone {
    position: relative;
    bottom: 5px;
}

.cus-img-bar {
    margin-right: auto;
    width: 100px;
}

.cus-dropdown {
    background-color: var(--white);
    color: rgba(var(--rgb-blue), 0.9);
    width: 240px;
}

.cus-dropdown ul {
    padding-top: 20px;
    padding-left: 0;
}

.cus-dropdown .w3-text-red {
    text-decoration: underline;
}

#navbar .w3-dropdown-hover:first-child,
.w3-dropdown-click:hover {
    background-color: rgba(0, 0, 0, 0);
    color: rgba(var(--rgb-blue), 1);
}

.dropdown-build {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 500px;
    left: 0;
    z-index: 1;
}

.cus-line-drop {
    position: relative;
}

.cus-line-drop::after {
    content: " ";
    position: absolute;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    top: 20px;
    right: 0;
    height: 470px;
}

.cus-text-build {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.cus-nav {
    display: none;
    top: 0px;
    z-index: 11;
    width: 70%;

}

.searchform-wrap #searchbox {
    position: relative;
    width: inherit;
    height: inherit;
    padding: 0;
    top: 3px;
}

.searchform-wrap #searchbox.active input {
    width: 250px;
    opacity: 1;
    visibility: visible;
}

.searchform-wrap #searchbox input {
    position: absolute;
    width: 150px;
    height: 34px;
    right: -1px;
    top: -8px;
    border-radius: 6px;
    background-color: #ccc;
    padding-left: 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    background-image: none;
    padding: 0 10px;
    border: none;
    color: rgba(0, 0, 0, .9);
}

.searchform-wrap button {
    position: relative;
    top: 0;
    right: inherit;
    width: inherit;
    height: inherit;
    cursor: pointer;
    outline: none;
    background: transparent;
    border: none;
    color: rgba(var(--rgb-blue), 0.8);
}

.sticky {
    position: fixed;
    width: 100%;
    z-index: 5;
    background-color: #ffffff;
}

/* -------------------slideshow--------------------------- */
.slider {
    position: relative;
}

#slider {
    position: relative;
    overflow: hidden;
    width: 100% !important;
}

#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 99999px;
    overflow: hidden;
    list-style: none;
}

#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100vw;
}

button.control_prev {
    text-decoration: none;
    cursor: pointer;
    border: none;
    background: transparent;
    outline: none;
    left: 2rem;
}

button.control_next {
    text-decoration: none;
    cursor: pointer;
    border: none;
    background: transparent;
    outline: none;
    right: 2rem;
}

.progress {
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    height: .3rem;
    width: 100%;
    bottom: 0;
    border-top: 1px rgba(0, 0, 0, 0.15) solid;
}

.progress .bar {
    height: 100%;
    width: 0%;
    background: red;
}

.slider-content-left {
    margin-left: 60px;
    margin-bottom: 128px;
    background-color: #000000;
    color: #fdfafa;
    font-size: 16px;
    padding: 15px 20px;
}

/*---------About-us------------------------------------*/
.cus-square {
    height: 140px;
    width: 140px;
    border: 8px solid #adadad;
    float: left;
}

.cus-number {
    font-size: 6.5rem;
    font-weight: 700;
    padding-left: 45px;
    width: 100%;
    color: #840606;
}

.cus-experience {
    margin-left: 166px;
    font-weight: 700;
    font-size: 20px;
    padding-top: 30px;
    color: #840606;
}

.cus-describe {
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
}

.cus-pl-15 {
    padding-left: 15px;
}

.cus-pl-30 {
    padding-left: 30px;
}

.cus-see-more {
    border: 1px solid #840606 !important;
}

.cus-image {
    width: 100%;
}

/*---------About-Us-Page-----------------------------------*/
.bg-baner {
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 400px;
    margin-bottom: 43px;
    width: 100%;
}

.cus-bnr-page h1 {
    font-size: 2.5rem;
}

.cus-bnr-page .w3-display-middle {
    color: #fff;
}

.bg-baner .w3-display-bottommiddle {
    width: 1196px;
    bottom: -36px !important;
}

.box-btn-bnr {
    background-color: #fff;
    -webkit-box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.1);
}

.box-btn-bnr ul li {
    color: #8799a3;
    padding: 24px 10px;
}

.cus-bread-hv:hover {
    color: #840606;
    transform: translatey(-2px);
    transition: none;
    opacity: 1;
    transition: transform ease-in-out .4s;
}

.box-btn-bnr ul li:first-child {
    padding-left: 0px;
}

.cus-icon-home {
    padding: 0px 28px;
}

.cus-tx-center-items {
    display: flex;
    align-items: center !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cus-cont-p {
    padding: 20px 30px;
    padding-left: 45px;
}

.bg-half {
    position: relative;
}

.bg-half:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    background-color: #f1f1f1;
    width: 75%;
}

.cus-mrb-35 {
    margin-bottom: 35px;
}

.cus-mrb-30 {
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 25px;
}

.form-group input {
    padding: 16px;
}

.form-group input:focus {
    border: 1px solid #000 !important;
}

.form-group button {
    width: 100%;
    padding: 16px;
    background-color: #a8ca1e;
    color: #fff;
    font-family: 'Roboto-Black';
}

.st-cont-col-im {
    border-left: 25px solid #a8ca1e;
    position: relative;
    margin: 35px 0;
}

.cus-tx-iner {
    color: rgba(0, 0, 0, 0.3);
    font-size: 22px;
    text-decoration: underline;
    margin-bottom: 25px;
}

.address-inner li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 50px;
}

.address-inner li i {
    position: absolute;
    left: 0;
    top: 25%;
    text-align: center;
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.address-inner strong {
    display: block;
}

.progress-box .progress-b {
    height: 8px;
    border-radius: 50px;
    overflow: unset;
    margin-right: 50px;
}

.progress-box .progress-bar {
    position: relative;
    border-radius: 50px;
}

.progress-box .bg-pink {
    background-color: #7200ff;
}

.bg-pink {
    background-color: #ff3c85;
}

.progress-section .progress-box .progress-bar {
    position: relative;
    border-radius: 50px;
}

.progress-box .bg-pink {
    background-color: #7200ff;
}

.bg-pink {
    background-color: #ff3c85;
}

.bg-red {
    background-color: #f13646 !important;
}

.bg-green {
    background-color: #34bfa3 !important;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
}

.progress-box .progress-bar::after {
    content: "";
    height: 24px;
    width: 24px;
    background-color: #fff;
    right: -2px;
    position: absolute;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}

.progress-b {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.gallery-about {
    position: relative;
    overflow: hidden;
}

.cus-hover-gallery {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    color: #fff;
    display: none;
}

.gallery-about:hover .cus-hover-gallery {
    display: block;
}

.gallery-about .cus-hover-gallery h3:hover {
    color: #a8ca1e;
}

.gallery-about .w3-display-bottommiddle {
    width: 80%;
    bottom: 15%;
}

.cus-hv-bg-green {
    width: 100%;
    background-color: rgba(168, 202, 30, 0.6);
    height: 100%;
    color: #000;
    display: none;
}

.gallery-about:hover .cus-hv-bg-green {
    display: block;
}

.modal {
    display: none;
    position: fixed;
    z-index: 5;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.prev-light {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.next-light,
.prev-light {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next-light {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.cus-im-myslides img {
    width: 100%;
}

.cus-hv-bg-green a i {
    padding: 4px 0px;
    font-size: 14px;
}

/*-----------------our project-----------------*/
.cus-title {
    max-width: 760px;
    margin: auto;
}

.cus-title h2 {
    text-transform: uppercase;
}

.cus-tx-color {
    color: #840606;
}

.cus-grid {
    position: relative;
    overflow: hidden;
}

.cus-grid .img img {
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.cus-grid .img:hover {
    filter: none;
}

.cus-grid:hover img {
    transform: scale(1.05);
}

.cus-grid .text {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.9);
    bottom: 20px;
    left: 20px;
    padding: 7px 10px;

}

/*-----------------Product-----------------*/
.cus-prod {
    position: relative;
    overflow: hidden;
}

.cus-prod .img-pro img {
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.cus-prod .img-pro:hover {
    filter: none;
}

.cus-prod:hover img {
    transform: scale(1.05);
}

.product .w3-display-bottommiddle {
    display: none;
}

/*---------Sản phẩm-----------------------------------*/
.product-grid {
    font-size: var(--10px);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2em;
}

.product {
    font-size: var(--10px);
    font-family: "Roboto", sans-serif;
    background: #fafafa;
    margin: 0;
    padding: 2em;
}

.product-card {
    background-color: #fff;
    border-radius: 1em;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 1em;
    transition: transform 0.2s;
}

.product-card__border {
    font-size: var(--10px);
}

.border-design {
    border: 0.4em solid #fff;
}

.product-card:hover {
    transform: translateY(-.5em);
    box-shadow: 0 0.4em 0.2em rgba(0, 0, 0, 0.15);
}

.product-label {
    font-size: 1.3em;
    max-width: 18em;
    margin: auto;
    background-color: #fff;
    padding: 0.4em 0.2em !important;
    border-bottom-left-radius: 3.5em;
    border-bottom-right-radius: 3.5em;
}

.product-description {
    font-size: var(--10px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.5em;
}

.product-description__info {
    font-size: 1em;
}

.product-description__info>p>em {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-price {
    font-size: 1.5em;
    color: #ad7753 !important;
    font-weight: 400;
}

.product-description__name {
    font-size: 1.5em;
    color: #840606;
    position: relative;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    display: flex;
    align-items: center;
    height: 2.4em;
    justify-content: center;
}

.product-description__name>a {
    text-decoration: none;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.product-description__name::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.2em;
    height: 0.05em;
    width: 6em;
    background-color: #ad7753;
}

.product-thumb {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0.5em;
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.15)
}

.product-desc {
    font-size: 1.2em;
    height: 3.6em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.view-more {
    font-size: 1.5em;
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.view-more:hover {
    color: #ad7753 !important;
}

.border {
    border: 2px solid #000;
}



/*-----------------Service-----------------*/
.cus-hover-bg {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    height: 721px;
    color: #fff;
    display: none;
}

.cus-prod:hover .cus-hover-bg {
    display: block;
}

.service .cus-prod .img-pro img {
    height: 500px;
    object-fit: cover;
    object-position: center;
}

/*----------------------slides items-------------------------------*/
.slider-item-service {
    overflow: hidden;
    position: relative;
    height: 255px;
    margin: auto;

}

.slider-item-service .slider {
    position: absolute;
    left: calc(50% - 600px);
    width: 1200px;
    height: 255px;
}

.slider-item-service .slider:hover .prev,
.slider-item-service .slider:hover .next {
    display: block;
}

.slider-item-service .wrapper {
    overflow: hidden;
    position: relative;
    width: 1200px;
    height: 255px;
    z-index: 1;
}

.slider-item-service .slides {
    display: flex;
    position: relative;
    top: 0;
    left: -400px;
    width: 10000px;
}

.slider-item-service .slides.shifting {
    transition: left 0.2s ease-out;
}

.slide_service {
    width: 400px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 1s;
    position: relative;
    border-radius: 2px;
}



.slider-item-service .control {
    position: absolute;
    top: 45%;
    width: 40px;
    height: 40px;
    background: #000;
    margin-top: -20px;
    z-index: 2;
}

.slider-item-service .prev,
.slider-item-service .next {
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.slider-item-service .prev {
    left: 0px;
}

.slider-item-service .next {
    right: 0px;
}

.slider-item-service .prev:active,
.slider-item-service .next:active {
    transform: scale(0.8);
}

/*-------------------slider service----------------------*/
.cus-p-rp .w3-container {
    padding: 0px !important;
}

.cus-service-slide {
    position: relative;
    overflow: hidden;
    padding: 2px;
}

.cus-service-slide .img img {
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.cus-service-slide .img:hover {
    filter: none;
}

.cus-service-slide .text-project {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.9);
    bottom: 10px;
    left: 20px;
    padding: 7px 10px;
}

.cus-service-slide:hover .text-project {
    background-color: #ff3300;
}

/*-----------------Designs-----------------*/

.cus-tx-content article summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.cus-tx-content {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.cus-tx-content h3 {
    font-size: 21px;
}

.cus-see-cont {
    padding: 6px 12px !important;
}

.cus-see-cont:hover {
    background-color: rgba(145, 174, 29, 1);
    border: transparent !important;
    color: #fff;
}

.cus-designs p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*-----------------Form-Contact-----------------*/
.cus-sm-form {
    max-width: 150px !important;
    margin: auto;
    padding: 8px 16px;
    border: 1px solid #000;
}

.content-title {
    max-width: 750px;
    margin: auto;
}

.send-contact input:focus,
textarea:focus {
    background-color: #fff !important;
    border: transparent;
}


/*-------------careers-------------------------------------------*/
.cus-carrers {
    position: relative;
    overflow: hidden;
}

.cus-carrers .img img {
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.cus-carrers .img:hover {
    filter: none;
}

.cus-carrers .text-careers {
    position: absolute;
    top: 30%;

}

.cus-carrers:hover .text-project {
    background-color: #ff3300;
}

.cus-carrers .img .cus-project-img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 200px;
}

.cus-p-5 {
    padding: 5px;
}

.cus-p-2 {
    padding: 2px;
}

.w3-input {
    border-bottom: none;
}

/* -------------------Error-page--------------------------------------------- */
.error-head {
    width: 760px;
    display: inline-block;
}

.cus-tx_error {
    font-size: 260px;
    line-height: 260px;
}

.error-page .subscribe-form {
    max-width: 560px;
    width: 560px;
    display: inline-block;
}

.searchform {
    position: relative;
}

.searchform .input-group {
    border: 2px solid #eceef2;
    border-radius: 40px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.searchform .input-group .form-control,
.searchform .input-group .form-control:focus {
    border: 0;
    background-color: transparent;
    padding: 25px 30px;
    font-weight: 500;
    color: #495057;
    border-radius: 0 !important;
}

.searchform .input-group-btn {
    width: 60px;
    padding: 0;
}

.input-group input {
    width: 100%;
    height: 40px;
}

.searchform .input-group .btn {
    width: 100%;
    height: 100%;
}

.input-group .w3-button:hover {
    background-color: transparent !important;
}

.cus-sm-eror {
    background-color: #a8ca1e;
    color: #fff;
    padding: 12px 16px;
    text-transform: uppercase;
}

.cus-sm-eror:hover {
    background-color: rgba(145, 174, 29, 1) !important;
    color: #fff !important;
}


/*------Footer------*/
.cus-bg-footer {
    background-color: #222;
    color: #777;
}

.cus-img-ad {
    width: 100px;
}

.cus-ptb-ft {
    padding-top: 25%;
}

footer .logo img {
    width: 80px;
    padding-bottom: 5px;
}

footer .fa {
    width: 24px;
}

footer ul li {
    margin: 10px 0px;
}

/*------Project-page-----------------------*/
.tx-head-title {
    font-size: 50px;
}

.cus-hv-bg-pro {
    width: 100%;
    background-color: rgba(57, 70, 2, 0.7);
    height: 100%;
    color: #fff;
    display: none;
}

.gallery-about:hover .cus-hv-bg-pro {
    display: block;
}

.cus-hv-bg-pro .w3-display-middle {
    width: 85%;
}

.cus-sm-project {
    background-color: transparent;
    border: 1px solid rgba(145, 174, 29, 1);
    color: #a8ca1e;
    padding: 10px 16px;
    text-transform: uppercase;
    font-size: 12px;
    max-width: 150px;
    margin: auto;
}

.cus-hv-bg-pro h3:hover {
    color: rgba(145, 174, 29, 1);
}

.cus-hv-bg-pro .cus-sm-project:hover {
    background-color: rgba(145, 174, 29, 1) !important;
    color: #fff !important;
}

.gallery-about img {
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.gallery-about:hover img {
    transform: scale(1.05);
}

/* -----------Contact------------------------------ */
.contact-map {
    background-color: #f7f7f7;
    padding: 5px;
}

.contact-map .map-wraper iframe {
    margin-bottom: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: none;
}

.cus-icon {
    width: 60px;
    float: left;
    text-align: center;
    margin-top: 5px;
    margin-right: 8px;
    margin-bottom: 20px;
    color: #a8ca1e;
}

.cus-icon i {
    font-size: 45px;
    display: ruby-text-container;
}


/* -----------Product-Detail---------------------------------------- */

.cus-pr-12 {
    padding-right: 12px;
}

.cus-pl-12 {
    padding-left: 12px;
}

.cus-list-detail::before {
    background: #000 none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 1px;
    position: absolute;
    width: 50px;
    left: 0;
}

.cus-fs-25 {
    font-size: 25px;
}

.cus-ptb-7 {
    padding-top: 7px;
    padding-bottom: 7px;
}

.w3-text-oil {
    color: #ad7753 !important;
}

#frm-detail-oil input:focus,
textarea:focus {
    background-color: #fff !important;
    border: transparent;
}

.cus-to-slides .demo {
    width: 60px;
    height: 60px;
}

.cus-to-slides {
    padding: 4px 6px;
}

/* ----------Product-Page--------------------------------------- */

.cus-see-product {
    padding: 5px 12px;
    border: 1px solid #bcbcbc !important;
}

.cus-see-product:hover {
    background-color: rgba(145, 174, 29, 1);
    border: transparent !important;
    color: #fff;
}

.gallery-about .w3-display-bottomleft {
    left: 10%;
    bottom: 10%;
}

.tx-on {
    background-color: #fff;
    z-index: 2;
    position: relative;
    margin: -20px 0 0 -120px;
    padding: 20px 10px 20px 40px;
}

.left {
    margin: -20px -120px 0 0;
}

/* ---------News-Page----------------------------- */
.content-news-page {
    padding: 40px 50px;
}

.content-news-page ul li {
    padding: 0;
    display: inline-block;
    color: #afafaf;
    margin-right: 20px;
}

.news-head {
    font-size: 28px;
    font-weight: 600;
}

.content-news-page .news-head:hover {
    color: rgba(145, 174, 29, 1);
}

.news-page .w3-card {
    box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.16), 0 1rem 1rem 0 rgba(0, 0, 0, 0.12);
}

.to-page {
    padding: 0px 50px;
}

.nav-links {
    padding-top: 30px;
    margin: 50px 0px;
}

.bg-active {
    background-color: rgba(145, 174, 29, 1) !important;
}

.nav-links .w3-button {
    width: 43px;
    height: 43px;
    margin: 0px 6px;
}

.nav-links .w3-button:hover {
    background-color: rgba(145, 174, 29, 0.8) !important;
    color: #fff !important;
}

/* ----------News-Detail--------------------------- */
.post-info ul li {
    display: inline-block;
    margin-right: 30px;
    color: #afafaf;
}

.post-name img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center;
}

.post-content {
    padding-bottom: 32px;
}

.post-content p {
    line-height: 1.8;
    color: #696969;
}

.block-quote {
    padding: 4px 20px 5px 70px;
    font-size: 24px;
    color: #2b2d2e !important;
    margin: 40px 0;
    border-left: 4px solid #ed145b !important;
    font-style: italic;
    line-height: 1.5 !important;
}

.post-tags ul li {
    display: inline-block;
    color: #afafaf;
    margin: 0px 5px;
}

.post-tags ul li:hover {
    color: rgba(145, 174, 29, 1);
}

.post-tags {
    width: 75%;
}

.post-share a {
    margin: 0px 4px;
}

.post-share a:hover {
    color: #ed145b;
}

.blog-user {
    border: 2px solid #c4c4c4;
}

.im-profile-user {
    width: 100px;
    min-width: 100px;
    height: 100px;
    overflow: hidden;
    margin-top: 5px;
}

.im-profile-user img {
    width: 100%;
}

.cus-dis-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.profile-content {
    margin-left: 20px;
}

.profile-content ul li {
    display: inline-block;
    margin: 0px 4px;
}

.title-line {
    display: inline-block;
    height: 2px;
    width: 80px;
    margin-bottom: 10px;
    position: relative;
    background-color: #000;
}

.comments-avatar {
    width: 94px;
    min-width: 94px;
    height: 94px;
    overflow: hidden;
}

.comments-avatar img {
    width: 100%;
}

.comment-body {
    padding-bottom: 25px;
    margin-left: 20px;
}

.comments-item .comments-feedback {
    margin-left: 85px;
}

.comments-post-form .add-comment textarea,
.comments-post-form .add-comment input {
    padding: 15px 30px 15px 30px;
    border: 2px solid #ebebeb;
    font-size: 15px;
    background: #ebebeb !important;
}

.comments-post-form .add-comment textarea {
    height: 120px;
}

.btn-comments {
    padding: 16px 40px;
    border: 1px solid #000;
}

.btn-comments:hover {
    background-color: rgba(145, 174, 29, 1) !important;
    color: #fff !important;
    border: transparent;
}

.comments-post-form .add-comment input:focus,
.comments-post-form .add-comment textarea:focus {
    background-color: #fff !important;
    border: 1px solid #000;
}

.box-widget-item {
    border: 2px solid #c4c4c4;
    border-radius: 10px;
    padding: 30px 30px;
    -webkit-box-shadow: 5px 10px 0px 0px #f0f0f0;
    box-shadow: 5px 10px 0px 0px #f0f0f0;
    margin-bottom: 60px;
}

.widget-title {
    color: #252525;
    border-bottom: 2px solid #f3f4f6;
}

.box-widget-item ul li {
    padding: 12px 0px;
}

.news-section {
    margin-bottom: 20px;
}

.news-sec-title {
    padding-left: 20px;
    padding-right: 10px;
}

.date-submitted {
    font-size: 14px;
    margin-bottom: 5px;
}

.news-sec-title ul li {
    padding: 0px;
}

.news-latest .w3-button {
    padding: 10px 30px !important;
}

.tags a {
    margin-bottom: 5px;
}

.cus-news-home article {
    height: 230px;
}

/*----------------fix footer---------*/

.footer-support ul {
    display: flex;
    justify-content: space-around !important;
    padding: 0;
    margin: 0;
}

.footer-support {
    width: 40px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    position: fixed;
    right: 3px;
    left: auto;
    bottom: 5px;
    z-index: 2;
    background-color: transparent !important;
}

.footer-support ul {
    display: block;
}

.footer-support ul li {
    margin-bottom: 5px;
}

/* CSS */
.alert {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 12px 20px;
    background-color: #f44336;
    color: white;
    font-size: 14px;
    border-radius: 4px;
    z-index: 9999;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.4s ease;
}

.alert.hidden {
    opacity: 0;
    pointer-events: none;
}

.alert.show {
    opacity: 1;
}



/*----------reponsive--------------------------------------------------------------------------*/
/*----------phone---------*/
@media (max-width: 767px) {

    /*----menu----*/
    .w3-padding-32 {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }

    #navbar .logo {
        position: relative;
        left: calc(50% - 44px);
    }

    #mySidebar .cus-dropdown {
        background-color: rgba(0, 0, 0, 0.9);
    }

    #mySidebar .logo img {
        padding-bottom: 8px;
    }

    #mySidebar .logo .w3-large {
        font-size: 1rem !important;
    }

    button.control_prev,
    button.control_next {
        font-size: 18px !important;
    }

    button.control_next {
        right: 0.5rem;
    }

    button.control_prev {
        left: 0.5rem;
    }

    .content-page {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    /*------------About-us----------------------*/
    .cus-title .w3-xxlarge {
        font-size: 24px !important;
    }

    .cus-title p {
        font-size: 14px !important;
    }

    .content-introduction .cus-pl-30 {
        padding-left: 0px;
    }

    .repons-center {
        position: relative;
        left: calc(50% - 90px);
    }

    .cus-number {
        font-size: 4.3rem;
        padding-left: 36px;
    }

    .cus-square {
        height: 100px;
        width: 100px;
        border: 6px solid #adadad;
    }

    .cus-experience {
        margin-left: 118px;
        line-height: 1.2;
        padding-top: 28px;
    }

    .cus-describe {
        font-size: 1.6rem;
    }

    .cus-describe {
        float: none !important;
        text-align: center;
    }

    .content-introduction .w3-large {
        font-size: 1rem !important;
    }

    .content-introduction .w3-padding-32 {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    /*---------About-Us-Page-----------------------------------*/
    .bg-baner {
        height: 200px;
    }

    .cus-bnr-page h1 {
        font-size: 1rem;
    }

    .cus-bnr-page p {
        font-size: 0.7rem;
    }

    .cus-bnr-page .w3-display-middle {
        top: 60% !important;
    }

    .bg-baner .w3-display-bottommiddle {
        width: 90%;
        bottom: -24px !important;
    }

    .box-btn-bnr ul li {
        padding: 13px 5px;
        font-size: 14px;
    }

    .cus-icon-home {
        padding: 0px 20px;
    }

    .bg-half::before {
        width: 92%;
    }

    .cus-tx-center-items h2 {
        font-size: 30px !important;
    }

    .cus-tx-iner {
        font-size: 18px;
    }

    .content-about h2 {
        font-size: 24px;
    }

    .content-about .w3-large,
    .content-about-title .w3-large {
        font-size: 14px !important;
    }

    .cus-rp-ct-ab {
        padding: 0px 5px;
    }

    .cus-rp-ct-ab .cus-tx-center-items {
        display: block;
    }

    /*------News------*/
    .news {
        padding-right: 15px;
        padding-left: 10px;
    }

    .news .w3-xlarge {
        font-size: 18px !important;
    }

    .news .w3-xxlarge {
        font-size: 20px !important;
        line-height: 0.0 !important;
    }

    .news .w3-padding-16 {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .news summary {
        font-size: 14px !important;
    }

    .news .cus-f-14 {
        font-size: 12px !important;
    }

    /*------Service------*/
    .service .cus-prod .img-pro img,
    .cus-hover-bg {
        height: 100%;
    }

    .service .cus-prod .w3-xlarge {
        font-size: 18px !important;
    }

    /*----------Service-Detail--------------------*/

    .slider-item-service .slider {
        width: 100%;
        height: 255px;
        left: 5px;
    }

    #slider-slideshow ul {
        height: auto;
    }

    #slider-slideshow ul li {
        height: auto;
    }

    .slider-item-service .prev {
        left: 2px;
    }

    .slider-item-service .next {
        right: 5px;
    }

    .slider-item-service .control {
        width: 30px;
        height: 30px;
    }

    .cus-service-slide .text-project {
        padding: 4px 8px;
    }

    .cus-service-slide .text-project .cus-fs-16 {
        font-size: 14px;
    }

    .content-pro-detail {
        padding: 0px 15px;
    }

    .cus-p-rp .w3-container {
        padding-left: 5px !important;
        padding-right: 15px !important;
    }

    /* -------------Error-page------------------------------------ */
    .cus-tx_error {
        font-size: 150px;
        line-height: 150px;
    }

    .error-head {
        width: 100%;
        font-size: 16px !important;
    }

    .error-page .subscribe-form {
        max-width: 100%;
        width: 100%;
    }

    /*------Project-page-----------------------*/
    .tx-head-title {
        font-size: 28px;
    }

    .cus-hv-bg-pro .cus-f-22 {
        font-size: 18px;
    }

    .cus-hv-bg-pro span {
        font-size: 12px;
    }

    .cus-sm-project {
        font-size: 10px;
        max-width: 130px;
    }

    /* -----------Contact------------------------------ */
    .address-contact .cus-plr-15 {
        padding: 20px 15px;
    }

    /*------Footer------*/
    .footer .cus-ptb-ft {
        padding-top: 24px !important;
        padding-bottom: 16px !important;
    }

    .footer .w3-border-left {
        border-left: 0px solid #ccc !important;
    }

    .footer .cus-p-30 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .footer .cus-pb-20 {
        padding-bottom: 10px !important;
    }

    /* -----------News-Detail-------------------------------- */
    .block-quote {
        padding: 4px 20px 5px 20px;
        margin: 24px 0;
        font-size: 18px;
    }

    .post-info .post-name {
        display: block;
        margin-bottom: 15px;
    }

    .comments-avatar {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }

    .comment-body {
        margin-left: 14px;
    }

    .comment-body .w3-xlarge {
        font-size: 18px;
    }

    .comment-body p {
        font-size: 14px;
    }

    .comments-item .comments-feedback {
        margin-left: 30px;
    }

    .comments-post-form .add-comment .cus-pl-15,
    .comments-post-form .add-comment .cus-pr-15 {
        padding: 0px;
    }

    /*---- additional----- */
    .news-page .w3-card {
        height: auto;
    }

    .cus-grid .w3-grayscale-max {
        filter: none;
    }

    .content-title p {
        font-size: 14px;
    }

    .cus-news-home .w3-xxlarge {
        font-size: 24px !important;
    }

    .cus-news-home p {
        font-size: 14px;
    }

    .cus-mobile-main {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        display: -webkit-flex;
    }

    .cus-mobile-left {
        order: 2;
        position: relative;
        -webkit-order: 2;
    }

    .cus-mobile-right {
        order: 1;
        position: relative;
        -webkit-order: 1;
    }

    .cus-to-slides .demo {
        width: 35px;
        height: 35px;
    }

    .cus-to-slides {
        padding: 2px 4px;
    }

    .content-page .cus-pr-12 {
        padding-right: 0px;
    }

    .content-page .cus-list-detail {
        padding-top: 16px;
    }

    .content-page .w3-border-left {
        border: none !important;
    }

    .tx-on {
        margin: 0px;
        padding: 0px;
    }

    .news-head {
        font-size: 22px;
    }

    .footer-support {
        width: 100%;
        background-color: #bcbcbc !important;

    }

    .footer-support ul {
        display: flex;
    }
}

/* -----------tablet-------------*/
@media (min-width: 768px) and (max-width: 1023px) {
    .w3-container {
        width: 740px;
    }

    .w3-padding-32 {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }

    /*----Menu----*/
    #navbar .cus-repon-m {
        position: relative;
        left: calc(50% - 177px);
    }

    #mySidebar .cus-dropdown {
        background-color: rgba(0, 0, 0, 0.9);
    }

    /*------------About-us----------------------*/
    .cus-mobile-main {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        display: -webkit-flex;
    }

    .cus-mobile-left {
        order: 2;
        position: relative;
        -webkit-order: 2;
    }

    .cus-mobile-right {
        order: 1;
        position: relative;
        -webkit-order: 1;
        right: 0px;
        width: 100%;
    }

    .cus-describe {
        float: none !important;
        text-align: center;
    }

    .repons-center {
        position: relative;
        left: calc(50% - 118px);
    }

    .bg-baner .w3-display-bottommiddle {
        width: 740px;
    }

    .cus-tx-center-items article {
        padding-top: 24px;
    }

    .content-about h2,
    .content-about-title h2 {
        font-size: 24px;
    }

    .content-about .w3-large,
    .content-about-title .w3-large {
        font-size: 14px !important;
    }

    .cus-hover-gallery .cus-f-22 {
        font-size: 18px;
    }

    .cus-hover-gallery p {
        font-size: 13px;
    }

    .st-im-bt-about .cus-display {
        display: none;
    }

    .cus-rp-ct-ab .cus-tx-center-items {
        display: block;
    }

    /*------News------*/
    .news {
        padding-right: 15px;
        padding-left: 10px;
    }

    .news .w3-xlarge {
        font-size: 20px !important;
    }

    .news .w3-xxlarge {
        font-size: 24px !important;
        line-height: 0.0 !important;
    }

    .news .w3-padding-16 {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .news .cus-f-14 {
        font-size: 12px !important;
    }

    /*------Service------*/
    .service .cus-prod .img-pro img,
    .cus-hover-bg {
        height: 320px;
    }

    .service .cus-prod .w3-xlarge {
        font-size: 14px !important;
    }

    /*------Service-detail------------*/
    .slider-item-service {
        height: 175px;
    }

    .slider-item-service .slider {
        left: calc(50% - 370px);
        width: 740px;
        height: auto;
    }

    .slider-item-service .wrapper {
        height: auto;
    }

    .slider-item-service .slides {
        left: -256px;
    }

    .slide_service {
        width: 256px;
    }

    .slider-item-service .control {
        width: 30px;
        height: 30px;
    }

    .cus-service-slide .text-project {
        padding: 4px 8px;
    }

    .cus-service-slide .text-project .cus-fs-16 {
        font-size: 14px;
    }

    .slider-item-service .prev {
        left: 2px;
    }

    /*------Designs--------------------------*/
    .cus-tx-content {
        padding: 8px 16px !important;
    }

    .designs .m-padd {
        padding-bottom: 10px;
    }

    /*------Error----------------------------*/
    .cus-tx_error {
        font-size: 180px;
        line-height: 180px;
    }

    .error-head {
        width: 100%;
        font-size: 24px !important;
    }

    /*------Project-page-----------------------*/
    .tx-head-title {
        font-size: 35px;
    }

    .cus-hv-bg-pro .cus-f-22 {
        font-size: 18px;
    }

    .cus-hv-bg-pro span {
        font-size: 12px;
    }

    .cus-sm-project {
        font-size: 10px;
        max-width: 110px;
        padding: 8px 16px;
        border: 2px solid rgb(145, 174, 29);
    }

    .cus-hv-bg-pro .w3-margin-top {
        margin-top: 12px !important;
    }

    .cus-hv-bg-pro h3 {
        margin-top: 5px;
    }

    /*------Footer------*/
    .footer .cus-p-30 {
        padding: 18px 12px !important;

    }

    .footer .cus-pb-20 {
        padding-bottom: 10px !important;
    }

    .footer .w3-xlarge {
        font-size: 18px !important;
    }

    .footer .w3-medium {
        font-size: 11px !important;
    }

    .footer .w3-border-left {
        height: 125px;
    }

    .footer .w3-xxlarge {
        font-size: 24px !important;
    }

    /* ------Product-Detail-------------- */
    .content-page .cus-pr-12 {
        padding-right: 0px;
    }

    .content-page .cus-list-detail {
        padding-top: 16px;
    }

    .content-page .w3-border-left {
        border: none !important;
    }

    .news-head {
        font-size: 22px;
    }

    .tx-on {
        margin: -8px 0 0 -75px;
        padding: 8px 8px 0px 20px;
    }

    .tx-on .w3-xxlarge {
        font-size: 24px !important;
    }

    .left {
        margin: -8px -75px 0 0;
    }

    .cus-tx-content h3 {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    /* -----------News-Detail-------------------------------- */
    .block-quote {
        padding: 4px 20px 5px 40px;
        margin: 30px 0;
    }

    .news-sec-title {
        padding-left: 10px;
        margin-top: 6px;
    }

    .cus-grid .w3-grayscale-max {
        filter: none;
    }

    .cus-news-home article {
        height: 208px;
    }

    .cus-news-home .w3-xlarge {
        font-size: 18px !important;
    }

    .cus-news-home .cus-f-14 {
        font-size: 12px;
    }
}

/* --- ipad pro --------*/
@media (min-width: 1024px) and (max-width: 1199px) {
    .w3-container {
        width: 1000px;
    }

    .w3-padding-32 {
        padding-bottom: 16px !important;
        padding-top: 16px !important;
    }

    /*----Menu----*/
    #navbar .logo {
        padding: 6px 0px;
        font-size: 21px !important;
    }

    #navbar .w3-container {
        padding: 0 !important;
    }

    .cus-menu {
        padding: 11px 5px !important;
        font-size: 14px;
    }

    .cus-menu .phone-menu i {
        font-size: 40px;
    }

    .cus-menu .phone-menu span,
    .cus-menu .phone-menu p {
        padding-left: 20px;
    }

    .cus-tx-logo span {
        top: 11px;
        font-size: 16px !important;
    }

    .cus-num-phone {
        font-size: 16px !important;
    }

    .cus-right-0 {
        right: 0px;
    }

    .searchform-wrap #searchbox {
        top: 0;
    }


    /*------------About-us----------------------*/
    .cus-number {
        font-size: 6rem;
    }

    .cus-mobile-right .w3-large {
        font-size: 1rem !important;
    }

    .cus-describe {
        font-size: 1.6rem;
    }

    .bg-baner .w3-display-bottommiddle {
        width: 1000px;
    }

    .content-about h2 {
        font-size: 24px;
    }

    .content-about .w3-large {
        font-size: 16px !important;
    }

    /*------Service------*/
    .service .cus-prod .img-pro img,
    .cus-hover-bg {
        height: 470px;
    }

    .service .cus-hover-bg .w3-xlarge {
        font-size: 20px !important;
    }

    .slider-item-service .slider {
        left: calc(50% - 500px);
        width: 1000px;
        height: auto;
    }

    .slider-item-service .wrapper {
        height: auto;
    }

    .slider-item-service .slides {
        left: -333px;
    }

    .slide_service {
        width: 333px;
    }

    .slider-item-service .prev {
        left: 2px;
    }

    .slider-item-service .next {
        right: 3px;
    }

    /*------Designs------*/
    .cus-tx-content {
        padding: 8px 18px !important;
    }

    .cus-tx-content .w3-medium {
        font-size: 13px !important;
    }

    .cus-tx-content article h3 {
        font-size: 1rem;
    }

    .cus-tx-content article summary {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .cus-tx-content .w3-padding-32 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .cus-see-cont {
        padding: 8px 16px !important;
        font-size: 14px !important;
    }

    .cus-designs h3 {
        font-size: 18px;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .cus-designs p {
        font-size: 14px;
    }

    /*------Project-page-----------------------*/
    .tx-head-title {
        font-size: 35px;
    }

    .cus-hv-bg-pro .cus-f-22 {
        font-size: 18px;
    }

    .cus-hv-bg-pro span {
        font-size: 12px;
    }

    .cus-sm-project {
        font-size: 10px;
        max-width: 110px;
        padding: 8px 16px;
        border: 2px solid rgb(145, 174, 29);
    }

    .cus-hv-bg-pro .w3-margin-top {
        margin-top: 12px !important;
    }

    .cus-hv-bg-pro h3 {
        margin-top: 5px;
    }

    .cus-news-home article {
        height: 230px;
    }

}

/*---computer ----*/
@media (min-width: 1200px) {
    .w3-container {
        width: 1196px;
    }

    #slider ul {
        height: 100vh;
    }

    #slider ul li img {
        height: 100vh;
        width: 100vw;
    }

    .cus-im-detail {
        object-fit: cover;
        object-position: center;
        height: 100vh;
        width: 100vw;
    }

}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .tx-ser-page p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .news-page .w3-card {
        height: 496px;
    }
}