#section_inspiration {
    background: #fff;
    margin-bottom: 40px;
}
.pad0 {
    padding: 0 !important;
}


.col-md-offset-3 {
    margin-left: 25%;
}
.col-md-9 {
    width: 75%;
}
.section_content {
    height: 445px;
    display: table-cell;
    vertical-align: middle;
}
#section_inspiration .section_inspiration_title {
    color: #333;
}
#section_inspiration .section_inspiration_content {
    color: #333;
    font-size: 14px;
}
.index-registration {

    font-weight: 300;
    padding: 20px 0 16px;
    text-align: center;
    background: #4caf4f;
}
.index-registration h3 {
    color: #fff;    padding: 17px;
    font-size: 30px;
    font-weight: 600; text-transform:uppercase;
}
.index-registration .bottom-registration span {
    color: #fff;
    font-size: 21px;
    margin-bottom: 20px;
    display: block;
}
.index-registration .input-site-name {
    padding-top: 13px;
    padding-bottom: 13px;
    width: 544px;
    padding: 14px 10px 13px 20px;
    font-size: 16px;
    border-radius: 31px;
    border: none;
}
.index-registration .btn-registration {
    line-height: 48px;
    margin-left: 13px;
    border: none;
}

.btn-registration {
    color: #fff;
    background-color: #7fc142;
    border-radius: 45px;
    display: inline-block;
    line-height: 63px;
    padding: 0 35px;
    outline: none;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    transition: all 150ms ease;
    -webkit-transition-property: background-color border-color color;
    -moz-transition-property: background-color border-color color;
    transition-property: background-color border-color color;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    white-space: nowrap;
    font-size: 16px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.btn-registration:before {
    content: "";
    border-radius: 45px;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #7fc142;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.t-title{ color:#fff; text-transform:uppercase;font-size: 54px;}
.isg-system-intro{ height:600px; }
.training {
    padding: 30px 0px;
    background-color: #f7f8f9;
    z-index: 0; position: relative;
}
.respons-pad{ background:#fff;}
.ctdd {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin-top: 80px;
    padding-bottom: 70px;
}

.ctdd .ct {
    width: 202px;
    text-align: center;
    border-radius: 50%;
    font-family: 'Roboto';
    font-size: 21px;
    text-transform: uppercase;
    color: #fff;
    padding: 65.4px 17px;
    background: #000; list-style:none;
    position: relative;
    transition: 0.3s all;
}
.ctdd .ct a {
    color: #fff;
}
.training .heading{max-width: 770px;}
.training:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}.heading {
     font-size: 30px;
     font-weight: 600;
     text-transform: uppercase;
     color: #000;
     text-align: center;
     max-width: 730px;
     margin-left: auto;
     margin-right: auto;
 }.heading small {
      text-transform: none;
      font-size: 18px;
      margin-top: 20px;
      color: #666;
      font-weight: 300;
      line-height: 1.46;
  }
.ctdd .ct:nth-child(2n+2)::before {
    content: "";
    width: 240px;
    height: 105px;
    background: url(../img/ctdd-before.png) no-repeat left top/100% auto transparent;
    position: absolute;
    z-index: -1;
    top: -43px;
    left: -75%;
}
.ctdd .ct:nth-child(2n+2)::after {
    content: "";
    width: 240px;
    height: 120px;
    background: url(../img/ctdd-after.png) no-repeat left top/100% auto transparent;
    position: absolute;
    z-index: -1;
    bottom: -43px;
    right: -75%;
}
.ctdd .ct.ct-blue {
    background: #21A0DA;
}
.ctdd .ct.ct-gray {
    background: #bbbcbc;
}
.ctdd .ct.ct-orange {
    background: #f6b50e;
}
.ctdd .ct.ct-red {
    background: #f34e48;
}
.ctdd .ct.ct-green {
    background: #67BB45;
}
.padTB100 {
    padding: 100px 0;
}

.detail-section {
    position: relative;
    float: left;
    width: 100%;
}
section {
    position: relative;
    width: 100%;
    float: left;
}
.gallery-img {
    width: 100%;
    float: left; margin-bottom: 20px;
}
.gallery-img figure {
    width: 100%;
    position: relative;
}

.gallery-img figure figcaption {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    top: 7%;
    text-align: justify;
    margin-top: -14px;
    z-index: 2;
    -webkit-transition: all 0.80s ease-in-out;
    -moz-transition: all 0.80s ease-in-out;
    -o-transition: all 0.80s ease-in-out;
    -ms-transition: all 0.80s ease-in-out;
    transition: all 0.80s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.gallery-img figure:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: "";
    -webkit-transition: all 0.80s ease-in-out;
    -moz-transition: all 0.80s ease-in-out;
    -o-transition: all 0.80s ease-in-out;
    -ms-transition: all 0.80s ease-in-out;
    transition: all 0.80s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.theme-bg, .itg-button:hover, .theme-circle:hover, .theme-circle:focus, .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span, .service-box:hover .big-circle, .owl-theme .owl-nav [class*='owl-']:hover, .sticker-tag:hover, .service-box:hover .itg-button, .top-bar-icon li a span, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover, .itg-button.dark, .comming-soon-content .search_bar button, .thecube .cube:before, .demo-button .itg-button, .theme-heading h1:before, .theme-heading h1:after, .filter-section .ui-state-default, .filter-section .ui-widget-content .ui-state-default, .filter-section .ui-widget-header .ui-state-default, .filter-section .ui-button, html .ui-button.ui-state-disabled:hover, .filter-section.ui-button.ui-state-disabled:active, .filter-section input[type="checkbox"]:checked + label:before, .register-section .tablinks.active, .register-section .tablinks:hover, ul.nav.navbar-nav li a:hover, .navbar-default .navbar-nav > .open > a:hover, .navbar-nav>li>.dropdown-menu, .dropdown-menu, .theme-heading span, .navbar-default .navbar-nav .open .dropdown-menu>li>a, .facts.box:hover .big-circle, .gallery-img figure:after, .product-text-sec-box .itg-button.light:hover, .table-section:hover .itg-button.light, .table-section:hover .month-box a, .new-letter-section .nav-seach-box .button-style, .foot-sec h3:after, .service-detail:hover .itg-button.light, .chef-detail.box .theme-circle:hover, .tooltip-box .progress-bar, .comming-soon-content.box .theme-circle:hover, .pagination-box span:hover, .checbox-section input[type="checkbox"]:checked + label:before, .rating-section .itg-button, .order-bosx, .details-section-boxs:hover .big-circle, .product-text-sec-icons1 li a:hover, .serch-result.box-sec .product-text-sec-icons1 li a:hover, .serch-result.box-sec .product-text-sec-box .itg-button.light:hover, .facts box:hover .big-circle, #productslist .product-text-sec-icons1 li a:hover, #productslist .product-text-sec-box .itg-button.light:hover, #style-switcher h2 a {
    background-color: #4caf4f;
}
.gallery-img:hover.gallery-img figure:after,
.gallery-img:hover.gallery-img figure figcaption {
    opacity: 0.90;
    visibility: visible;
}
.gallery-img:hover.gallery-img figure figcaption a i {
    color: #fff;
}
.gallery-img figure figcaption a{ color:#fff;}

.customer-section {
    background-color: #212121;
}
.customer-box {
    width: 100%;
    float: left;
    position: relative;
}
.customer-box blockquote {
    padding: 70px 0px 70px;
    margin: 0;
    color: #fff;
    border: none;
    border-left: 0;
}
.customer-detail {
    width: auto;
    display: inline-block;
    background-color: #212121;
}
.customer-detail .customer-img {
    display: inline-block;
    border: 1px solid;
    padding: 10px;
    float: left;
}
.customer-detail .caption {
    display: inline-block;
    padding-top: 26px;
}
.customer-detail .caption h3 {
    color: #fff;
    margin-left: 20px;
}
.customer-detail .customer-img figure {
    margin-right: -20px;
}
.customer-detail {
    width: auto;
    display: inline-block;
    background-color: #212121;
    position: absolute;
    bottom: 100%;
    left: 0%;
    margin-left: 0;
    margin-bottom: -49px;
}
#customer-slider .owl-dots {
    position: relative;
    margin-top: 50px;
}
#customer-slider .owl-stage-outer {
    padding-top: 70px;
    margin-top: -70px;
}
.team-member img {
    width: 100%;
}
#customer-slider {
    z-index: 2;
}
.customer-background {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.customer-section .theme-heading .heading-lines:before {
    background-color: #fff;
}
.customer-section .theme-heading .heading-lines:after {
    background-color: #fff;
}
.customer-section .theme-heading span {
    background-color: #fff;
}
.partner-box {
    width: 100%;
    float: left;
    position: relative;
    background: #f2f2f2;
    padding: 50px 0;
}
/* Carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 300px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.zonex-section-8{ height: 600px; background: url('../img/slider1-687701.jpg'); color:#fff; }
.feedback .title-wrap{ text-align:center;}
.positionR .heading{ padding: 0px; margin-top:70px; margin-bottom:40px;}


.versus_feedback {
    width: 100%;
    float: left;

    padding: 50px 0 0;
}
.padT100{ background:#fff; padding-bottom:40px;}
.padT100 .heading{ color:#000}
.module-header {
    width: 100%;
    float: left;
}
.versus_feedback .title-head {
    margin: 0 0 45px;
}

.title-head span {
    position: relative;
}
.title-head.index-title {
    font-family: "Muli","HelveticaNeue","Helvetica Neue",sans-serif;
    font-size: 2.14286em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center; color:#fff;
}
.module-content {
    width: 100%;
    float: left;
}
.versus_feedback .item {
    width: 100%;
    float: left;
    min-height: 230px;
}
.versus_feedback .feedback_content {
    width: 100%;
    float: left;
    min-height: 230px;
    color:#fff;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Muli","HelveticaNeue","Helvetica Neue",sans-serif;
    font-size: 14px;    line-height: 22px;
    font-weight: 400;
    color: #0;
}
.versus_feedback .feedback_content:before {
    content: "";
    position: absolute;
    background: url(../img/quote.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.bounceIn {
    animation-name: none;
}
.versus_feedback .feedback_info {
    min-width: 150px;
    max-width: 100%;
    float: right;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.versus_feedback .feedback_image {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.versus_feedback .feedback_image img {
    width: 100px;
    height: 100px;
}
.versus_feedback .feedback_custom {
    float: left;
    font-family: "Muli","HelveticaNeue","Helvetica Neue",sans-serif;
    font-weight: 700;
    font-size: 1em;
    color: #ccc;
    text-transform: uppercase; margin-top:30px;
}
.versus_feedback .feedback_desc {
    float: left;
    font-family: "Muli","HelveticaNeue","Helvetica Neue",sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #d20a0a;
}

.image-overlay {
    background-color: rgba(0, 0, 0, 0.74);
}
.header-phones-version .welcome-message {
    margin-top: 100px;
}
header h1 {
    color: #fff;
    margin: 50px auto 30px;
    max-width: 100%; text-transform:uppercase;font-size: 40px;
}
header h5 {
    margin-bottom: 50px;
    font-weight: 600;
    color: #fff; font-style: italic;

    -ms-filter: â€œalpha(opacity=50)â€;
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;font-size: 26px;
    -moz-opacity: 0.5;

}
header .btn-theme.cta {
    margin-right: 0;    background: #4caf4f;
}
header .btn-theme.cta:hover{ color:#fff}
a.btn-theme {
    color: #fff;
}
.header-phones-version .header-phones {
    height: 600px;
    margin-top: 120px;
}
.header-phones-version .phone-left {
    width: 310px;
    z-index: 1;
    position: absolute;
    margin: 0 auto;
    right: 45%;
    top: 50px;
    left: 0;
    -ms-filter: â€œalpha(opacity=0)â€;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
header .shadow-left {
    right: 35%;
    top: 50px;
    left: 0;
    height: 100%;

    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.header-phones-version .phone-center {
    width: 330px;
    z-index: 3;
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 0;

    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
header .shadow-right {
    left: 35%;
    top: 50px;
    right: 0;
    height: 100%;

    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.header-phones-version .phone-right {
    width: 310px;
    z-index: 1;
    position: absolute;
    margin: 0 auto;
    left: 45%;
    top: 50px;
    right: 0;

    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.header-phones-version{ min-height: 750px;}
header {
    background: url(../img/background.jpg) no-repeat center top fixed;

    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/background.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/background.jpg', sizingMethod='scale')";
    position: relative;
}
.header-phones-version, .header-special-version, .header-minimal-version {
    overflow: hidden;
    height: 100vh;
}
.intro { text-align:center}


.widget-content {
    text-rendering: unset!important;
    width: 100%;
    height: 100%;
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
    display: inline-block;
    letter-spacing: 0;
}
.widget-content {
    background-color: rgba(227,227,227,1);
    box-shadow: 5px 5px 16px rgba(201,201,201,1);
    top: 189px;
    left: 0px;
    width: 100%;
    height: 226px;
}
.item {
    position: relative;
    padding-left: 182px;
    margin-top: 50px;
    height: 119px;
    margin-right: 29px;
}
.item img {
    position: absolute;
    left: 26px;
    top: 0; border-radius: 50%;
    perspective: 1000px;
    -moz-perspective: 1000px;
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
}
.item h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.item h3 .diengia {
    text-transform: uppercase;
    font-weight: 600;
    line-height: 29px;
    /* padding-right: 163px; */
    font-size: 17px;
}
.item p {
    color: #707070;
}
.name-dg{ text-transform:uppercase; font-size: 30px;}

.main-contact {
    width: 100%;
    background: #f7f8f9;
    position: relative;
    display: block;
    overflow: hidden;
}
.main-contact .contact-form {
    padding: 60px 15px;
}
.main-contact .contact-form h2 {
    font-size: 24px;
    margin-bottom: 35px;
    font-weight: bold;
}
.main-contact .contact-form input {
    width: 460px;
    max-width: 100%;
    background: none;
    border: none;
    border-bottom: 1px #d7d7d7 solid;
    padding: 10px 0;
    outline: none;
    margin-bottom: 35px;
}
.main-contact .contact-form button {
    display: block;
    width: 180px;
    background: none;
    border: 1px #d7d7d7 solid;
    border-radius: 20px;
    padding: 11px 0;
    font-weight: bold;
}
.main-contact .map-footer {
    width: 50% ;
    float: right;
    padding: 60px 15px;
    right: 0;
    top: 0;
}
.main-contact .map-footer iframe {
    width: 100%;
}
.main-contact .contact-form {
    padding: 60px 15px;}
.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    animation-duration: .75s;
    padding: 30px;
}
#BOX202 {
    top: 0px;
    left: 75px;
    width: 164px; margin: 0 auto; margin-bottom: 30px;
    height: 150px;
}
#BOX202 > .widget-content {
    background-image: url('../img/22279639_972231949583810_2395850109174581276_n.jpg');
    background-origin: content-box;
    background-size: cover;
    background-attachment: scroll;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: rgba(189,189,189,1);
    font-family: 'Open Sans',sans-serif!important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: rgba(0,0,0,1);
    background-origin: content-box;
    background-size: cover;
    background-attachment: scroll;
    background-position: top center;
    background-repeat: no-repeat;
}

#BOX202 > .ladi-widget-overlay {
    background-color: rgba(255,255,255,0);
}
.ladi-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#BOX202 > .widget-content {
    border-radius: 110px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(238,238,238,1);
}




#BOX203 {
    top: 0px;
    left: 75px;
    width: 164px; margin: 0 auto;
    height: 100px;
}
#BOX203 > .widget-content {
    background-image: url('../img/1498820189.jpg');
    background-origin: content-box;
    background-size: cover;
    background-attachment: scroll;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: rgba(189,189,189,1);
    font-family: 'Open Sans',sans-serif!important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: rgba(0,0,0,1);
    background-origin: content-box;
    background-size: cover;
    background-attachment: scroll;
    background-position: top center;
    background-repeat: no-repeat;
}

#BOX203 > .ladi-widget-overlay {
    background-color: rgba(255,255,255,0);
}
#BOX203 > .widget-content {
    border-radius: 110px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(238,238,238,1);
}


.site-footer {
    margin-top: 48px;
}
#BOX204 {
    top: 0px;
    left: 75px;
    width: 100px; margin: 0 auto; margin-bottom: 30px;
    height: 150px;
}

#BOX204 > .widget-content {
    background-image: url('../img/Hoang-Anh(2)-9e35a.jpg');
    background-origin: content-box;
    background-size: cover;
    background-attachment: scroll;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: rgba(189,189,189,1);
    font-family: 'Open Sans',sans-serif!important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: rgba(0,0,0,1);
    background-origin: content-box;
    background-size: cover;
    background-attachment: scroll;
    background-position: top center;
    background-repeat: no-repeat;
}

#BOX204 > .ladi-widget-overlay {
    background-color: rgba(255,255,255,0);
}
#BOX204 > .widget-content {
    border-radius: 110px;
    border-width: 5px;height: 100px;
    border-style: solid;
    border-color: rgba(238,238,238,1);
}
.widget-element .widget-content {
    text-rendering: unset!important;
    width: 100%;
    height: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    display: inline-block;
    letter-spacing: 0;
}
.name-ph{ text-align:center; margin-top: 30px; font-weight: 600;}
.zonex-section-8 .items{ padding:20px;}