/* ===================================
   1. RESET & BASE STYLES
   =================================== */
div, span, iframe, h2, h4, h5, h6, p, img, ul, li, form, label, figure, section, input {
    border: 0;
    font: inherit;
    font-size: 100%;
    outline: 0;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

figure, section {
    display: block;
}

a {
    background: transparent;
    outline: none;
    text-decoration: none;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease-in;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
    transition: all 0.3s ease-in;
}

ul {
    list-style: none;
    text-indent: 0;
}

h2, h4, h5, h6 {
    font-weight: 400;
}

input {
    vertical-align: middle;
    border: none;
    outline: none;
    border-radius: 0;
    transition: all 0.3s ease-in;
}

input:focus {
    border: none;
    outline: none;
    appearance: none;
}

input[type="submit"] {
    appearance: button;
    cursor: pointer;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="text"] {
    outline: none;
    font-weight: 400;
    border: none;
    appearance: none;
}

/* ===================================
   2. LAYOUT
   =================================== */
.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.inner-page .container {
    width: 1180px;
}

.container-sm {
    padding: 0 10px;
}

/* ===================================
   3. FORM STYLES
   =================================== */
.wpcf7-form-control-wrap::placeholder,
.wpcf7-form-control-wrap::-webkit-input-placeholder {
    color: pink;
}

.wpcf7-form-control-wrap::-moz-placeholder {
    color: pink;
}

.wpcf7-form-control-wrap:-ms-input-placeholder {
    color: pink;
}

.wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    top: 29px;
    display: inline-block !important;
    background: #ff1569;
    color: #fff !important;
    padding: 2px 5px;
}

.form_noidung .wpcf7-not-valid-tip {
    top: 79px !important;
}

input.noidung {
    height: 100px !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: red;
    line-height: 22px;
}

/* ===================================
   4. BUTTONS
   =================================== */
.thiet-ke-web .btn,
.thiet-ke-web a.btn {
    position: relative;
    display: inline-block;
    padding: 11px 60px;
    border: 1px solid #037ee6;
    border-radius: 50px;
    background-color: #037ee6;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: none;
    vertical-align: middle;
    overflow: hidden;
    transition: all 0.3s;
    z-index: 0;
}

.thiet-ke-web .btn::after,
.thiet-ke-web a.btn::after {
    position: absolute;
    z-index: -1;
    display: inline-block;
    transition: all 0.9s;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background-color: #037ee6;
    opacity: 0;
    border-radius: 50px;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    content: '';
}

.thiet-ke-web .btn:hover,
.thiet-ke-web a.btn:hover {
    background-color: transparent;
    color: #037ee6;
}

.thiet-ke-web .btn:hover::after,
.thiet-ke-web a.btn:hover::after {
    background: #fff;
    height: 400%;
    opacity: 1;
}

.thiet-ke-web .btn:focus,
.thiet-ke-web a.btn:focus {
    color: #fff;
    text-decoration: none;
    background-color: #037ee6;
}

.btn {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    padding: 9px 30px;
    display: inline-block;
    vertical-align: top;
}

.btn-primary.btn-green {
    background: #28ac6d;
    border: 1px solid #28ac6d;
}

.btn-primary.btn-green:hover {
    background: none;
    color: #28ac6d;
}

/* ===================================
   5. BANNER SECTION
   =================================== */
.banner-wrap {
    width: 100%;
    display: flex;
    position: relative;
    height: 630px;
    overflow: hidden;
}

.banner-wrap .banner-left {
    float: left;
    width: 50%;
    height: 100%;
    padding-top: 86px;
    position: relative;
    z-index: 2;
}

.banner-wrap .banner-left .banner-left-top {
    text-align: right;
    max-width: 230px;
    margin-bottom: 0;
    margin-left: 35px;
}

.banner-wrap .banner-left .banner-left-bottom {
    text-align: right;
    max-width: 90%;
    float: right;
    margin-right: 39px;
    margin-bottom: 55px;
}

.banner-wrap .banner-left .banner-left-bottom .banner-subtitle,
.banner-wrap .banner-left .banner-left-bottom .banner-title {
    max-width: 679px;
    margin-left: auto;
}

.banner-wrap .banner-left .banner-left-bottom .banner-description-text {
    margin-bottom: 9px;
    display: block;
    text-align: left;
    color: #3c8db1;
}

.banner-wrap .banner-right {
    position: relative;
    display: flex;
    width: 50%;
    background-color: #215dac;
    flex-wrap: wrap;
    background-image: linear-gradient(to right top, #037ee6, #0081df, #0083d7, #0085ce, #0086c5, #0090c9, #009acb, #00a4cd, #00bada, #1cd0e4, #3de5ec, #5ffbf1);
}

.banner-wrap .banner-right .drupal-main-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.banner-wrap .banner-right .drupal-main-image img {
    display: flex;
    margin: 0 auto;
}

.banner-title {
    font-size: 35px;
    line-height: 35px;
    color: #0076b6;
    margin-top: 0;
    margin-bottom: 9px;
    text-transform: capitalize;
    font-family: 'Baloo Chettan 2' !important;
}

.banner-subtitle {
    font-size: 18px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 5%;
    color: #7c7c7c;
}

.banner-description-text {
    font-size: 16px;
    color: #7c7c7c;
}

.time-content {
    font-size: 20px;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #212121;
    font-weight: 700;
}

/* ===================================
   6. OFFER BOXES SECTION
   =================================== */
.we-offer {
    width: 100%;
    float: left;
}

.we-offer h2 {
    width: 100%;
    float: left;
    font-size: 35px;
    color: #333;
}

.offer-boxes {
    width: 100%;
    float: left;
    margin: 0;
}

.offer-boxes ul {
    width: 100%;
    float: left;
}

.offer-boxes ul li {
    width: 50%;
    float: left;
    background: #3f3f3f;
    color: #fff;
}

.offer-lft {
    width: 50%;
    float: left;
}

.offer-lft figure {
    width: 100%;
    float: left;
    display: table;
    table-layout: fixed;
}

.offer-lft figure span {
    width: 100%;
    height: 301px;
    padding: 20px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.offer-rgt {
    width: 50%;
    float: right;
    height: 301px;
    text-align: left;
    padding: 52px 50px 50px;
    position: relative;
}

.left-box .offer-rgt::after {
    position: absolute;
    left: -25px;
    top: 50px;
    border-bottom: 37px solid transparent !important;
    border-top: 37px solid transparent !important;
    border-right: 28px solid;
    content: "";
    transition: all 0.3s ease-in;
}

.left-box:hover .offer-rgt::after {
    left: -27px;
}

.right-box .offer-rgt::after {
    position: absolute;
    right: -25px;
    top: 50px;
    border-bottom: 37px solid transparent !important;
    border-top: 37px solid transparent !important;
    border-left: 28px solid;
    content: "";
    transition: all 0.3s ease-in;
}

.right-box:hover .offer-rgt::after {
    right: -27px;
}

.offer-rgt h5 {
    width: 100%;
    float: left;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 24px 0;
}

.offer-rgt p {
    width: 100%;
    float: left;
    font-size: 17px;
    line-height: 32px;
    color: #fff;
}

.right-box .offer-lft {
    float: right;
}

.right-box .offer-rgt {
    float: left;
}

/* Background Colors for Offer Boxes */
.bg1 .offer-rgt {
    background: #4e6e7b;
}

.bg1 .offer-rgt::after {
    border-color: #4e6e7b;
}

.bg2 .offer-rgt {
    background: #777c8f;
}

.bg2 .offer-rgt::after {
    border-color: #777c8f;
}

.bg3 .offer-rgt {
    background: #7ebe99;
}

.bg3 .offer-rgt::after {
    border-color: #7ebe99;
}

.bg4 .offer-rgt {
    background: #97aac0;
}

.bg4 .offer-rgt::after {
    border-color: #97aac0;
}

.bg5 .offer-rgt {
    background: #acacb1;
}

.bg5 .offer-rgt::after {
    border-color: #acacb1;
}

.bg6 .offer-rgt {
    background: #a5c78a;
}

.bg6 .offer-rgt::after {
    border-color: #a5c78a;
}

/* ===================================
   7. WHY US SECTION
   =================================== */
.align-items-center {
    align-items: center !important;
}

.text-center {
    text-align: center !important;
}

.text-block p {
    font-size: 15px;
    line-height: 27px;
    color: #fff;
    padding: 0 0 10px 0;
}

.section-spacing {
    padding: 14px 0;
}

.moveDown {
    animation: move 6.5s linear infinite;
}

.text-block p:last-of-type {
    margin: 0;
}

.section-grey.small-padding-bottom {
    padding: 22px 0 8px 0;
}

.text-block h2 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.8rem;
    text-align: left;
    color: #fff;
    padding-bottom: 4%;
    padding-top: 16px;
}

.note blockquote p,
.note blockquote li {
    margin: 14px 0;
    font-size: 15px !important;
}

.note blockquote ul {
    margin-left: 18px;
}

.wp-whyus {
    width: 100%;
    float: left;
    margin: 20px 0 0;
}

.wp-whyus .btn{
    font-size: 14px;
}

.wp-whyus-lft {
    float: left;
    text-align: left;
}

.wp-whyus-lft h2 {
    width: 100%;
    float: left;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0;
    margin-bottom: 15px;
}

.wp-whyus-lft p {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #4d4d4d;
    line-height: 30px;
    margin: 0 0 5px 0;
}

.wp-whyus-rgt {
    width: 839px;
    float: right;
}

.wp-whyus-rgt ul {
    width: 100%;
    float: left;
    margin-top: 2%;
}

.wp-whyus-rgt ul li {
    width: 50%;
    float: left;
    margin: 0 0 29px 0;
    transition: all 0.3s ease-in;
}

.wp-whyus-rgt ul li:nth-child(2n+1) {
    clear: both;
}

.wp-whyus-rgt ul li:nth-child(even) {
    float: right;
}

.why-box-img {
    width: 30px;
    float: left;
}

.why-box-img figure {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.why-box-img figure span {
    width: 100%;
    height: 45px;
    display: table-cell;
    vertical-align: top;
}

.why-box-img figure span img {
    max-height: 100%;
    width: 30px
}

.wp-whyus-rgt ul li:hover img {
    filter: grayscale(100%);
}

.why-box-rgt {
    width: 84%;
    float: right;
    text-align: left;
}

.why-box-rgt h6 {
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 8px 0;
}

.why-box-rgt p {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #4d4d4d;
    padding: 0 20px 0 0;
}

/* ===================================
   8. VIDEO SECTION
   =================================== */
.inner-video {
    width: 100%;
    float: left;
    margin: 14px 0 0 0;
    border-top: 3px solid #d4d4d4;
    padding: 62px 0 95px;
}

.inner-video-wrap {
    float: left;
}

.inner-video-box {
    width: 100%;
    float: left;
    height: 403px;
    border-radius: 5px;
}

.inner-video-box iframe {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.video-caption {
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
}

.video-caption li,
.note li {
    list-style-type: disc;
    margin-left: 4px;
    line-height: 27px;
}

.video-caption ul {
    display: block;
    clear: both;
    margin-left: 11px;
    margin-bottom: 10px;
}

.video-caption h4 {
    width: 100%;
    float: left;
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    color: #333;
    margin: 0 0 13px 0;
}

.video-caption p {
    width: 100%;
    float: left;
    font-size: 16.5px;
    line-height: 24px;
    color: #4d4d4d;
    margin-bottom: 10px;
}

/* ===================================
   9. QUOTE FORM
   =================================== */
.quote-form-outer {
    width: 422px;
    float: right;
    background: #414141;
    border-radius: 3px;
    padding: 33px 42px 29px;
    color: #fff;
}

.quote-form-outer h5 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 14px 0;
}

.quote-form-outer p {
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.7);
    padding: 0 16px;
    margin: 0 0 19px 0;
}

.quote-form {
    width: 100%;
    float: left;
}

.quote-btm-txt {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #fff;
    line-height: 1;
    margin: 20px 0 0 0;
}

.quote-btm-txt span {
    font-size: 19px;
    font-weight: 500;
    color: #28ac6d;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 0;
}

.quoteform2 {
    width: 342px;
    float: right;
}

.quoteform2 .quote-form-outer {
    width: 100%;
    background: #fff;
    border: 2px solid #28ac6d;
    padding: 32px 0 0 0;
}

.quoteform2 .quote-form-outer h5 {
    color: #28ac6d;
}

.quoteform2 .quote-form-outer p {
    color: #4c4c4c;
}

.quoteform2 .quote-form {
    background: #f7f7f7;
    padding: 36px 30px;
    margin: 4px 0 0 0;
}

.quote-btm-txt {
    color: #404040;
}

.hidden-field {
    display: none;
}

.ginput_container {
    position: relative;
}

.quote-form .gform_wrapper ul.gform_fields li.gfield {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 15px 0 !important;
}

.quote-form .ginput_container {
    width: 100%;
    float: left;
    margin: 0 !important;
}

.quote-form .ginput_container input {
    width: 100% !important;
    float: left;
    font-size: 15px !important;
    font-weight: 300;
    background: none !important;
    padding: 0 5px !important;
    color: #fff;
    height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    min-height: inherit;
    margin: 0 !important;
}

.quote-form .gform_wrapper {
    width: 100%;
    float: left;
    margin: 0 !important;
}

.quote-form .gform_body {
    width: 100%;
    float: left;
}

.gform_wrapper .wpcf7-response-output {
    clear: both;
}

.gform_wrapper .wpcf7-validation-errors,
.gform_wrapper .wpcf7-acceptance-missing {
    color: black;
}

.quote-form .gform_footer {
    width: 100%;
    float: left;
    text-align: center;
}

.quote-form .gform_footer .gform_button {
    width: 100% !important;
    height: 55px;
    min-height: inherit !important;
    padding: 0;
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background: #28ac6d;
    border: 1px solid #28ac6d;
    border-radius: 2px;
    font-size: 17px !important;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin: 12px 0 0 0 !important;
}

.quote-form .gform_footer .gform_button:hover {
    background: #157b45;
    color: #28ac6d;
}

.quoteform2 .quote-form .ginput_container input {
    color: rgba(0, 0, 0, 0.5) !important;
    border-bottom: 1px solid #fcd4db;
}

/* GForm Wrapper Styles */
.gform_wrapper {
    margin: 16px 0;
    max-width: 100%;
}

.gform_wrapper form {
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
}

.gform_wrapper *,
.gform_wrapper::after,
.gform_wrapper::before {
    box-sizing: border-box !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
}

.gform_wrapper ul.gform_fields {
    margin: 0 !important;
    list-style-type: none;
    display: block;
}

.gform_wrapper ul {
    text-indent: 0;
}

.gform_wrapper form li,
.gform_wrapper li {
    margin-left: 0 !important;
    list-style: none !important;
    overflow: visible;
}

.gform_wrapper ul li.gfield {
    clear: both;
}

.gform_wrapper ul li::after,
.gform_wrapper ul li::before,
.gform_wrapper ul.gform_fields {
    padding: 0;
    margin: 0;
    overflow: visible;
}

.gform_wrapper label.gfield_label {
    font-weight: 700;
    font-size: inherit;
}

.gform_wrapper .top_label .gfield_label {
    display: inline-block;
    line-height: 1.3;
    clear: both;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 8px;
}

.gform_wrapper .hidden_label .gfield_label {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.gform_wrapper li.hidden_label input {
    margin-top: 12px;
}

.gform_wrapper input.medium {
    width: 100%;
}

.gform_wrapper .gfield_required {
    color: #790000;
    margin-left: 4px;
}

.gform_wrapper .gform_footer {
    padding: 16px 0 10px;
    margin: 16px 0 0;
    clear: both;
    width: 100%;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    font-size: 1em;
    width: 100%;
    margin: 0 0 16px;
}

.gform_wrapper .gform_hidden,
.gform_wrapper input.gform_hidden,
.gform_wrapper input[type=hidden] {
    display: none !important;
    max-height: 1px !important;
    overflow: hidden;
}

body .gform_wrapper ul li.gfield {
    margin-top: 16px;
    padding-top: 0;
}

.gform_wrapper.gf_browser_unknown ul li::after,
.gform_wrapper.gf_browser_unknown ul li::before {
    content: none;
}

/* ===================================
   10. CTA SECTION
   =================================== */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.fa-whatsapp::before {
    content: "\f232";
}

.section-cta {
    padding: 5rem 0 7rem;
}

.section-cta .cta-container {
    display: block;
    clear: both;
    align-items: center;
    justify-content: center;
    max-width: 980px;
    margin: 0 auto;
}

.section-cta .cta-desc-content,
.section-cta .cta-btn-content {
    display: inline-block;
    text-align: center;
    padding: 1rem;
}

.section-cta .cta-desc-content {
    position: relative;
}

.section-cta .cta-icon {
    color: rgba(0, 0, 0, 0.04);
    font-size: 18rem;
    top: -1.2rem;
    left: 0;
    position: absolute;
}

.section-cta .cta-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #5b2000;
}

.section-cta .cta-desc {
    color: #666;
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: 2rem;
    font-weight: 300;
}

.section-cta .cta-btn {
    background-color: #d7d7d7;
    color: #fff;
    padding: 0 1rem;
    width: 320px;
    display: block;
    font-size: 1.8rem;
    border-radius: 60px;
    line-height: 70px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.section-cta .cta-btn i {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 10px;
}

.section-cta .cta-btn:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.section-cta .cta-btn:focus {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.12);
}

.section-cta .cta-label {
    color: #777;
    display: block;
    font-size: 12px;
    margin-top: 0.3rem;
}

.cta-whatsapp {
    background: rgba(0, 0, 0, 0.01);
}

.cta-whatsapp .cta-btn {
    background-color: #65bc54;
}

/* ===================================
   11. SERVICE SECTION
   =================================== */
.align-items-center {
    align-items: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.gray {
    color: #929292;
}

.service-items {
    list-style-type: none;
    padding: 0;
}

.service-items li {
    margin-bottom: 14px;
}

.service-items li a {
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.21);
    border-radius: 4px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    color: #000;
    background: #fff;
}

.service-section {
    background: #0c49c4 url(https://vutruso.com/wp-content/themes/vutruso/img/icon/wordpress-logo.svg) no-repeat left bottom;
    clear: both;
}

.service-heading {
    text-align: left;
    color: #fff;
    font-size: 30px;
    width: 100%;
    display: inline-block;
    margin: 47px 0 21px;
    font-weight: 800;
    text-transform: uppercase;
}

.right-half-img {
    position: absolute;
    top: -80px;
    bottom: -80px;
    right: 0;
    width: 720px;
    background: url(https://vutruso.com/wp-content/themes/vutruso/img/icon/code-min.png) no-repeat left;
    background-size: cover;
}

.services-btn {
    color: #0c49c4 !important;
    background: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 80px;
    padding: 15px 40px;
    display: inline-block;
    margin: 30px 0 0;
    font-weight: 700;
}

.services-btn:hover {
    background: #110F0F;
    text-decoration: none;
    color: #fff !important;
}

.service-items li a:hover {
    text-decoration: none;
    color: #0c49c4;
}

.service-items li a:hover svg path {
    stroke: #0c49c4 !important;
}

.service-items li a:hover div span:first-child {
    color: #0c49c4;
}

.service-items li a div {
    flex-grow: 1 !important;
}

.service-items li a div span:first-child {
    color: #888;
    font-size: 17px;
    margin-right: 12px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 800;
}

.service-items li a > span:last-child {
    float: right;
}

.service-items li a > span svg {
    margin-right: 15px;
    vertical-align: middle;
}

.service-shadow {
    width: 410px;
    height: 64px;
    display: inline-block;
    position: absolute;
    z-index: -1;
    bottom: -64px;
    right: 46em;
}

.common-section {
    background-repeat: no-repeat !important;
}

/* ===================================
   12. ANIMATIONS
   =================================== */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes move {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(25px);
    }
    100% {
        transform: translateY(0px);
    }
}

/* ===================================
   13. RESPONSIVE - LARGE TABLETS
   =================================== */
@media screen and (max-width: 1799px) {
    .offer-rgt {
        padding: 32px 40px 32px;
    }
    .offer-rgt h5 {
        margin: 0 0 10px 0;
    }
}

@media screen and (max-width: 1599px) {
    .offer-rgt {
        padding: 30px;
    }
    .offer-rgt p {
        line-height: 30px;
    }
}

@media screen and (max-width: 1400px) {
    .offer-rgt h5 {
        font-size: 18px;
        line-height: 28px;
    }
    .offer-rgt p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1220px) {
    .container {
        width: 1000px;
    }
    .inner-page .container {
        width: 1000px;
    }
    .container-sm {
        padding: 0;
    }
    .we-offer {
        margin: 60px 0 0 0;
    }
    .offer-boxes {
        margin: 40px 0 0 0;
    }
    .we-offer h2 {
        font-size: 32px;
    }
    .offer-rgt {
        padding: 15px 20px;
        height: 230px;
    }
    .offer-rgt h5 {
        font-size: 16px;
        line-height: 20px;
    }
    .offer-rgt p {
        font-size: 14px;
        line-height: 27px;
    }
    .offer-lft figure span {
        height: 230px;
        padding: 30px;
    }
    .left-box .offer-rgt::after {
        border-bottom: 25px solid transparent !important;
        border-top: 25px solid transparent !important;
        border-right: 20px solid;
        left: -18px;
    }
    .left-box:hover .offer-rgt::after {
        left: -20px;
    }
    .right-box .offer-rgt::after {
        border-bottom: 25px solid transparent !important;
        border-top: 25px solid transparent !important;
        border-left: 20px solid;
        right: -18px;
    }
    .right-box:hover .offer-rgt::after {
        right: -20px;
    }
    .wp-whyus {
        margin: 60px 0 0 0;
    }
    .wp-whyus-lft {
        width: 30%;
    }
    .wp-whyus-rgt {
        width: 65%;
    }
    .wp-whyus-lft h2 {
        font-size: 48px;
        line-height: 60px;
    }
    .wp-whyus-rgt ul li {
        width: 48%;
        margin: 0 0 50px 0;
    }
    .why-box-rgt {
        width: 250px;
    }
    .why-box-rgt h6 {
        font-size: 16px;
        margin: 0 0 10px 0;
    }
    .why-box-rgt p {
        font-size: 14px;
        padding: 0 5px 0 0;
    }
    .wp-whyus-lft .btn {
        margin: 0;
    }
    .inner-video {
        margin: 60px 0 0 0;
        padding: 60px 0;
    }
    .inner-video-wrap {
        width: 62%;
        padding: 0;
    }
    .inner-video-box {
        height: 340px;
    }
    .video-caption {
        margin: 25px 0 0 0;
    }
    .video-caption h4 {
        font-size: 23px;
        line-height: 28px;
    }
    .service-shadow {
        right: 32em;
    }
}

/* ===================================
   14. RESPONSIVE - TABLETS
   =================================== */
@media screen and (max-width: 1023px) {
    .container {
        width: 750px;
    }
    .inner-page .container {
        width: 750px;
    }
    .quote-form-outer {
        width: 48%;
        padding: 33px 30px 29px;
    }
    .offer-boxes {
        margin: 30px 0 0 0;
    }
    .offer-boxes ul li {
        width: 100%;
    }
    .offer-boxes ul li.left-box.even .offer-rgt {
        float: left;
    }
    .offer-boxes ul li.left-box.even .offer-lft {
        float: right;
    }
    .offer-boxes ul li.right-box .offer-rgt {
        float: right;
    }
    .offer-boxes ul li.right-box .offer-lft {
        float: left;
    }
    .offer-boxes ul li.right-box.even .offer-rgt {
        float: left;
    }
    .offer-boxes ul li.right-box.even .offer-lft {
        float: right;
    }
    .offer-boxes ul li.left-box.even .offer-rgt::after {
        right: -18px;
        left: inherit;
        transform: rotate(180deg);
    }
    .offer-boxes ul li.left-box.even:hover .offer-rgt::after {
        right: -20px;
        left: inherit;
    }
    .left-box .offer-rgt::after {
        left: -18px;
        right: inherit;
        top: 50px;
    }
    .left-box:hover .offer-rgt::after {
        left: -20px;
        right: inherit;
    }
    .right-box .offer-rgt::after {
        left: -18px;
        right: inherit;
        transform: rotate(180deg);
    }
    .right-box:hover .offer-rgt::after {
        left: -20px;
        right: inherit;
    }
    .right-box.even .offer-rgt::after {
        right: -18px;
        left: inherit;
        transform: rotate(0deg);
    }
    .right-box.even:hover .offer-rgt::after {
        right: -20px;
        left: inherit;
    }
    .offer-rgt {
        padding: 20px;
    }
    .offer-rgt h5 {
        font-size: 17px;
        line-height: 22px;
    }
    .offer-rgt p {
        font-size: 15px;
        line-height: 28px;
    }
    .wp-whyus {
        margin: 40px 0 0 0;
    }
    .wp-whyus-lft {
        width: 100%;
        text-align: center;
    }
    .wp-whyus-lft h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .wp-whyus-lft .btn {
        float: none;
        display: inline-block;
    }
    .wp-whyus-lft p {
        text-align: left;
    }
    .wp-whyus-rgt {
        width: 100%;
        margin: 40px 0 0 0;
    }
    .why-box-rgt {
        width: 300px;
    }
    .wp-whyus-rgt ul li {
        margin: 0 0 30px 0;
    }
    .inner-video {
        margin: 10px 0 0 0;
        padding: 40px 0;
    }
    .inner-video-wrap {
        width: 52%;
    }
    .inner-video-box {
        height: 280px;
    }
    .video-caption {
        margin: 20px 0 0 0;
    }
    .video-caption h4 {
        font-size: 18px;
        line-height: 23px;
        margin: 0 0 10px 0;
    }
    .video-caption p {
        font-size: 14px;
        line-height: 23px;
    }
    .btn {
        font-size: 16px;
        padding: 17px 30px 15px;
    }
    .quote-form-outer p {
        font-size: 13px;
        line-height: 22px;
        margin: 0 0 10px 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .banner-wrap .banner-left {
        padding-top: 120px;
    }
}

@media (min-width: 992px) {
    .right-half-img {
        width: 55%;
    }
}

/* ===================================
   15. RESPONSIVE - MOBILE
   =================================== */
@media (max-width: 768px) {
    .banner-wrap {
        display: flex;
        flex-direction: column;
        height: auto;
        width: 100%;
    }
    .banner-wrap::after {
        display: none;
    }
    .main-section {
        margin-top: 0;
    }
    .thiet-ke-web .btn,
    a.btn {
        padding: 11px 30px 8px 30px;
    }
    .banner-wrap .banner-left {
        width: 100%;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
        z-index: 1;
        padding-top: 40px;
    }
    .banner-wrap .banner-left .banner-left-top {
        width: 100%;
        margin-left: 0;
        text-align: center;
        max-width: 100%;
        margin-bottom: 0;
    }
    .banner-wrap .banner-left .banner-left-bottom {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        text-align: left;
        margin-bottom: 0;
    }
    .banner-wrap .banner-left .banner-left-bottom .banner-subtitle,
    .banner-wrap .banner-left .banner-left-bottom .banner-title {
        max-width: 100%;
        text-align: left;
    }
    .banner-wrap .banner-left .banner-left-bottom .banner-title {
        font-size: 24px;
    }
    .banner-wrap .banner-left .banner-left-bottom .banner-subtitle {
        font-size: 16px;
    }
    .banner-wrap .banner-left .banner-left-bottom .banner-description-text {
        color: #fff;
        font-size: 13px;
    }
    .banner-wrap .banner-left .banner-left-bottom .btn-wrapper .btn {
        background-color: #fff;
        color: #037ee6;
    }
    .banner-wrap .banner-right {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
    .banner-wrap .banner-right .drupal-main-image {
        position: unset;
        padding: 50px 0;
        transform: unset;
    }
    .banner-title {
        color: #fff;
    }
    .banner-subtitle {
        padding: 0;
        font-size: 20px;
        line-height: 26px;
        color: #fff;
    }
    .time-content::before {
        opacity: 0;
    }
    .time-content {
        color: #fff;
    }
    .container {
        width: 620px;
    }
    .inner-page .container {
        width: 620px;
    }
    .btn {
        font-size: 15px;
        padding: 13px 25px 11px;
    }
    .quote-form-outer {
        width: 45%;
        padding: 25px 15px 25px;
    }
    .quote-form-outer h5 {
        font-size: 22px;
    }
    .quote-form-outer p {
        font-size: 14px;
        line-height: 22px;
        padding: 0;
    }
    .quote-btm-txt span {
        font-size: 18px;
    }
    .quoteform2 {
        width: 45%;
    }
    .quoteform2 .quote-form-outer {
        padding: 22px 0 0 0;
    }
    .quoteform2 .quote-form {
        margin: 0;
        padding: 28px 17px 25px;
    }
    .we-offer {
        margin: 30px 0 0 0;
    }
    .we-offer h2 {
        font-size: 24px;
    }
    .offer-boxes {
        margin: 20px 0 0 0;
    }
    .offer-rgt {
        height: 210px;
    }
    .offer-lft figure span {
        height: 210px;
    }
    .offer-rgt p {
        font-size: 14px;
        line-height: 25px;
    }
    .wp-whyus {
        margin: 20px 0 0 0;
    }
    .wp-whyus-lft h2 {
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 10px 0;
    }
    .wp-whyus-lft p {
        font-size: 15px;
        line-height: 28px;
        margin: 0 0 20px 0;
    }
    .why-box-rgt {
        width: 240px;
    }
    .why-box-rgt h6 {
        font-size: 15px;
        margin: 0 0 8px 0;
    }
    .why-box-rgt p {
        font-size: 13px;
        padding: 0;
    }
    .inner-video {
        margin: 0;
        padding: 30px 0;
    }
    .inner-video-box {
        height: 220px;
    }
    .video-caption {
        margin: 15px 0 0 0;
    }
    .video-caption h4 {
        font-size: 17px;
    }
    .video-caption p {
        font-size: 13px;
    }
    .gform_wrapper .ginput_container span:not(.ginput_price) {
        margin-bottom: 0 !important;
    }
    .quote-form .gform_footer .gform_button {
        width: 100% !important;
        height: 50px;
        margin: 5px 0 0 0 !important;
    }
    .section-cta {
        padding: 2rem 0 3rem;
    }
    .section-cta .cta-container {
        display: block;
    }
    .section-cta .cta-desc-content,
    .section-cta .cta-btn-content {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 70%;
    }
    .section-cta .cta-icon {
        font-size: 14rem;
        left: 5rem;
    }
    .section-cta .cta-btn {
        font-size: 1.2rem;
        line-height: 60px;
        width: 240px;
        margin: 0 auto;
    }
    .service-items li a div span.gray {
        display: none;
    }
    .service-shadow,
    .right-half-img {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .right-half-img,
    .service-shadow {
        display: none;
    }
}

@media screen and (max-width: 639px) {
    .container {
        width: 548px;
    }
    .inner-page .container {
        width: 548px;
    }
    .btn {
        font-size: 13px;
        padding: 12px 20px 10px;
    }
    .quote-form-outer {
        width: 100%;
        padding: 25px;
    }
    .quoteform2 {
        width: 100%;
    }
    .wp-whyus-lft {
        margin: 10px 0 0 0;
    }
    .wp-whyus-lft h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .wp-whyus-lft p {
        font-size: 14px;
        line-height: 27px;
    }
    .wp-whyus-rgt {
        margin: 30px 0 0 0;
    }
    .why-box-img {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .why-box-rgt {
        width: 100%;
        text-align: center;
    }
    .inner-video-wrap {
        width: 80%;
        float: none;
        display: inline-block;
        margin: 0 0 20px 0;
    }
    .inner-video-box {
        height: 250px;
    }
}

@media (max-width: 640px) {
    .service-items li a div {
        display: inline-block !important;
    }
    .service-items li a div h3 {
        font-size: 1.15rem;
    }
    .service-items li a div span.gray {
        display: none;
    }
    .service-items li a div span:first-child {
        font-size: 12px;
    }
    .why-box-img figure span {
        clear: both;
        text-align: center;
    }
}

@media only screen and (min-width: 641px) {
    .gform_wrapper .gform_body {
        width: 100%;
    }
    .gform_wrapper .top_label input.medium {
        width: calc(50% - 8px);
    }
    .gform_wrapper .gform_footer input.button,
    .gform_wrapper .gform_footer input[type=submit] {
        display: inline-block;
        font-size: 1em;
        width: auto;
        margin: 0 16px 0 0;
    }
    .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 16px;
    }
}

@media only screen and (max-width: 641px) {
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 2;
        min-height: 2rem;
    }
    .gform_wrapper .ginput_container span:not(.ginput_price) {
        margin-bottom: 8px;
        display: block;
    }
}

@media screen and (max-width: 567px) {
    .container {
        width: 400px;
    }
    .inner-page .container {
        width: 400px;
    }
    .wp-whyus-lft h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .wp-whyus-lft p {
        line-height: 25px;
    }
    .wp-whyus-rgt ul li {
        width: 100%;
        margin: 0 0 25px 0;
    }
    .why-box-rgt p {
        padding: 0 20px;
    }
    .inner-video-wrap {
        width: 100%;
        float: left;
    }
    .video-caption h4 {
        margin: 0 0 8px 0;
    }
}

@media (max-width: 480px) {
    .service-items li a div span:first-child {
        line-height: 1.2;
    }
    .service-items li a > span:last-child {
        float: right;
    }
    .service-heading {
        font-size: 23px;
        line-height: 1.1;
    }
    .section-cta .cta-desc-content,
    .section-cta .cta-btn-content {
        width: 100%;
    }
    .section-cta .cta-icon {
        left: 20px;
    }
    .section-cta .cta-title {
        font-size: 1.6rem;
    }
}

@media (max-width: 414px) {
    .service-items li a > span:last-child {
        white-space: nowrap;
    }
    .service-items li a {
        padding: 18px 20px;
    }
    .service-items .gray {
        width: 100%;
        display: inline-block;
        padding: 0 10px 0 0;
    }
    .service-heading {
        margin: 20px 0;
    }
    .service-items li a div span:first-child {
        line-height: 24px;
        margin-right: 0;
    }
    .service-shadow {
        display: none;
    }
    .service-items h3 {
        line-height: 1;
    }
}

@media screen and (max-width: 413px) {
    .container {
        width: 300px;
    }
    .inner-page .container {
        width: 300px;
    }
    .btn {
        font-size: 12px;
        padding: 11px 15px 8px;
    }
    .quote-form-outer h5 {
        font-size: 20px;
        margin: 0 0 10px 0;
    }
    .quote-form-outer p {
        font-size: 13px;
        line-height: 20px;
        margin: 0 0 15px 0;
    }
    .quote-form-outer {
        padding: 20px;
    }
    .wp-whyus-lft h2 {
        font-size: 20px;
        line-height: 25px;
    }
    .wp-whyus-lft p {
        margin: 0 0 15px 0;
    }
    .wp-whyus-rgt ul li {
        margin: 0 0 20px 0;
    }
    .inner-video {
        padding: 25px 0;
    }
    .inner-video-box {
        height: 200px;
    }
    .video-caption h4 {
        font-size: 16px;
        line-height: 22px;
    }
    .video-caption p {
        line-height: 22px;
    }
    .quote-form-outer p {
        margin: 0 0 10px 0;
    }
}

@media (max-width: 375px) {
    .service-items li a {
        padding: 12px 15px;
    }
    .service-heading {
        margin: 20px 0;
    }
    .service-items li a div span:first-child {
        line-height: 24px;
        margin-right: 0;
    }
    .service-shadow {
        display: none;
    }
}

@media (max-width: 340px) {
    .section-cta .cta-desc {
        font-size: 1rem;
    }
}

@media (min-width: 1920px) {
    .service-shadow {
        right: 71em;
    }
}