@import url(fonts_roboto.css);
@import url(fonts_kanit.css);
.icon-line  {
    background: url(../img/icon-lline.png) no-repeat 0 0;
    background-size: 100%;
    background-position: center;
    width: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.icon-line:after {
    content: " ";
    display: block;
    padding-bottom: 100%;
}
.img_top_header {
    background-image: url('../img/header.jpg');
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    color: #fff;
    text-align: center;
}

.silde_img {
    background-color: #e8f3f4;
    width: 100%;
    height: auto;
}

.icon_step_five {
    background-image: url('../img/bg_img_icon.jpg');
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
}

.icon_step {
    padding-top: 108px;
    padding-bottom: 108px;
    text-align: center;
    display: table;
    padding-right: 0;
    padding-left: 0;
}

.width_step.icon_step:not(:nth-child(1n+4)):after {
    display: table-cell;
    vertical-align: middle;
    width: 16px;
    height: 30px;
    content: "";
    background: url("../img/icon_right.png") no-repeat 0 0;
    background-size: 100%;
    background-position: center;
}

.width_step.icon_step:nth-child(1n+5):before {
    display: table-cell;
    vertical-align: middle;
    width: 16px;
    height: 30px;
    content: "";
    background: url("../img/icon_right.png") no-repeat 0 0;
    background-size: 100%;
    background-position: center;
}

.icon_step img {
    width: auto;
    height: 110px;
}

.name_step {
    font-family: 'robotoregular';
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 20px;
    margin: 0;
    font-size: 15.33px;
}

@media (min-width:768px) {
    .width_step {
        width: 20%;
        float: left;
    }
}

@media (max-width:765px) {
    .width_step.icon_step:nth-child(1n+5):before, .width_step.icon_step:not(:nth-child(1n+4)):after {
        display: none;
    }
    .icon_step {
        padding-top: 2em;
        padding-bottom: 2em;
        text-align: center;
        display: block;
    }
}

@media (max-width:991px) {
    .icon_step img {
        width: auto;
        height: 80px;
    }
    .width_step.icon_step:nth-child(1n+5):before {
        width: 10px;
        height: 20px;
    }
    .width_step.icon_step:not(:nth-child(1n+4)):after {
        width: 10px;
        height: 20px;
    }
    .name_step {
        font-size: 12px;
    }
}


/* *  Owl Carousel - Animate Plugin **/

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}


/*
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-carousel {
    display: block;
}


/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

#home-slider {
    height: 100%;
    padding-top: 40px;
}

#home-slider img {
    width: 100%;
}

.owl-nav {
    font-size: 66px;
    color: #fff;
    position: relative;
}

.owl-prev {
    position: absolute;
    top: -360px;
    left: 50px;
}

.owl-next {
    position: absolute;
    top: -360px;
    right: 50px;
}

.owl-carousel p {
    max-width: 80%;
    color: #fff;
    text-align: center;
    margin: auto;
    font-size: 16px;
}

.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: transparent;
    display: inline-block;
    border: 1px solid #178588;
}

.section-2 .owl-dot {
    margin-right: 5px;
}

.section-5 .owl-dot {
    margin-left: 5px;
}

.owl-dot.active {
    background-color: #1e888b;
}


/* end owl */

.slider-img-block {
    width: 100%;
    height: auto;
    min-height: 506px;
    background-position: center !important;
}

.slider-text-box {
    z-index: 20;
    position: absolute;
    background: rgba(255, 255, 255, .75);
    padding: 25px;
    width: 100%;
    bottom: -10px;
}

.slider-text-box h1 {
    margin: 0;
    font-family: 'Passion One';
    font-size: 60px;
}

.slider-text-box p {
    text-align: center;
    color: #2a2b2a;
    font-family: 'robotoregular';
    font-size: 18px;
}

.owl-controls {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.owl-controls .owl-dot {
    margin: 0.2em;
}

.owl-nav {
    display: none;
}

.owl-carousel:hover .owl-nav {
    display: block;
}

.header-text {
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-family: 'robotoregular';
    letter-spacing: 3px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 170px;
}

.header-text h1 {
    font-size: 56px;
}


@media (max-width:760px){
  .slider-img-block{
    min-height: 400px;

  }
  .slider-text-box p {
    font-size: 14px;
  }
  .owl-carousel p{
    width: 100%;
    max-width: 100%;
  }
  .header-text h1{
    font-size:30px;
  }
  .header-text {
    top:80px;
  }
  .owl-nav{
    font-size: 56px;
  }
  .owl-prev{
    top: -250px;
    left: 20px;

  }
  .owl-next{
    top: -250px;
    right: 20px;
  }
}
@media (max-width:761px){
  .header-text {
    top:37%;
  }
  .owl-prev{
    top: -280px;
    left: 20px;

  }
  .owl-next{
    top: -280px;
    right: 20px;
  }
}
@media (max-width:500px){
  .slider-img-block{
    min-height: 300px;

  }
  .header-text {
    top:20%;
  }
  .owl-nav{
    font-size: 36px;
  }
  .owl-prev{
    top: -250px;
    left: 20px;

  }
  .owl-next{
    top: -250px;
    right: 20px;
  }
}


/* Header navbar */

.section-1 {
    padding-top: 100px;
    padding-bottom: 270px;
    position: relative;
}

.minimal {
    background: #fff !important;
    /*background-color: rgba(8, 117, 122, 0.568627);
    background-image: -webkit-linear-gradient(top, rgb(16, 98, 107), transparent);*/
    transition: all .8s ease;
}

.minimal a {
    color: #000 !important;
}
.chang-lang  {
    margin-bottom: 0;
}
.chang-lang a {
    opacity: 0.2;
    width: 30px;
    padding-bottom: 25px;
}

.chang-lang .-active {
    opacity: 1;
}


/* ---- img_top_header ----*/

.text-title-name {
    text-transform: uppercase;
    font-size: 100px;
    font-family: 'robotolight';
    letter-spacing: 0.3em;
    padding-top: 3.5em;
    padding-bottom: 3.5em;
    position: relative;
}
/*.text-title-name {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
    position: relative;
}*/
.text-title-name img{
    width: 200px;
}

.img_top_header p {
    margin: 0;
}

.img-icon-top #icon-1, .img-icon-top #icon-2, .img-icon-top #icon-3 {
    width: 120px;
    padding: 5px;
    border: 0.2em solid #fff;
    border-radius: 100%;
    float: left;
    margin-right: 2.5em;
}

.img-icon-top.icon-top {
    position: absolute;
    top: 18%;
    left: 55%;
}

.img-icon-top.icon-top-2 {
    position: absolute;
    top: 60%;
    left: 20%;
}

.img-icon-top.icon-top-3 {
    position: absolute;
    top: 70%;
    left: 62%;
}

.icon-content {
    text-align: left;
    font-family: 'robotoregular';
    font-size: 16px;
    background-color: rgba(8, 117, 122, 0.57);
    padding: 1em;
    max-width: 270px;
    width: auto;
    display: none;
    vertical-align: middle;
    border-radius: 10px;
}

.margin-icon {
    padding: 2em;
}

.icon-recycle {
    position: absolute;
    top: -14px;
    width: 170px;
    left: -25px;
    animation: rotation 6s infinite linear;
    transition: all 2s ease;
    display: none;
}

.img-icon-top:hover #icon-1, .img-icon-top:hover #icon-2, .img-icon-top:hover #icon-3 {
    border: 0;
}

.img-icon-top:hover .icon-recycle, .img-icon-top:hover .icon-content {
    display: table-cell;
}

@keyframes rotation {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@media (max-width:768px) {
    .text-title-name img  {
        width: 150px;
    }
}

/* ---- Eng img_top_header ----*/

.icon-content-xs {
    font-family: 'robotoregular';
    font-size: 14px;
}

.icon-content h4 {
    font-family: 'robotobold';
    font-size: 17px;
}

.icon-content-xs h4 {
    font-size: 15px;
    padding-top: 1em;
}

.icon-recycle-xs {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    border: 3px solid #fff;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.icon-moblie {
    padding-bottom: 2em;
    padding-top: 2em;
}

.xs-icon {
    display: none;
    padding-bottom: 2em;
}

@media (max-width:1024px) {
    .xs-icon {
        display: block;
    }
    .img-icon-top {
        display: none;
    }
    .text-title-name {
        font-size: 60px;
        padding-top: 20%;
        padding-bottom: 10%;
        position: relative;
    }
    .header-text h1 {
        font-size: 35px;
    }
    .owl-carousel p {
        max-width: 100%;
    }
}

@media (max-width:768px) {
    .header-text h1 {
        font-size: 25px;
    }
    .slider-text-box p {
        font-size: 14px;
    }
    .owl-carousel p {
        max-width: 100%;
    }
}


/* ---- instagram-box ---- */

.instagram-box {
    background-color: #fff;
    height: auto;
    padding-top: 4em;
    padding-bottom: 4em;
}
.instagram {
    padding: 8px 0 0 8px;
}

.iframe {
    border: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.widget-container{
    margin-left: -8px;
}

.media-grid {
    height: 100%;
    width: 100%;
}

.media-list-item{
    float: left;
    position: relative;
    width: 25%;
}

.object-fit{
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.media-image-wrapper{
    margin: 0 0 8px 8px;
    position: relative;
}
/*.media-image-wrapper{
    margin: 0 0 8px 8px;
}*/
/* ---- End instagram-box ---- */



/* ----- History Page ------ */

.top_bg_header {
    background-image: url('../img/header-history.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: left;
    color: #fff;
}

.top-text-header h4 {
    margin: 0;
    font-family: 'robotobold';
    font-size: 56px;
}

.top-text-header {
    padding-top: 35%;
    padding-bottom: 30%;
    font-family: 'robotolight';
    font-size: 18px;
    margin-left: 5em;
}

.top-text-header p {
    width: 50%;
}

@media (max-width:992px) {
    .top-text-header {
        text-align: center;
        margin-left: 0;
    }
    .top-text-header p {
        width: 100%;
    }
}

.angtai-about, .angtai-today, .content-about-nobg {
    text-align: center;
    font-family: 'robotolight';
    font-size: 18px;
    font-size: 18px;
    padding-top: 2em;
    padding-bottom: 2em;
    line-height: 1.7;
}

.content-about-nobg {
    padding-top: 3em;
}

.titie-content, .angtai-today .titie-content {
    font-family: 'robotobold';
    text-transform: uppercase;
    color: #007c8a;
    font-size: 30px;
    padding-bottom: 1em;
}

.box-about {
    padding: 0;
    overflow: hidden;
}

.img-box-about .img-about {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 70%;
    width: 100%;
    height: auto;
    transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
}

.img-box-about .img-about:hover {
    transform: scale(1.07);
    -moz-transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -o-transform: scale(1.07);
    -ms-transform: scale(1.07);
}

.content-bg-about {
    background-image: url('../img/bg-about-1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
    /*  min-height: 450px;*/
}

.content-bg-about .text-content {
    text-align: center;
    font-family: 'robotolight';
    font-size: 18px;
    padding-top: 15%;
    padding-bottom: 13%;
    line-height: 1.7;
    color: #fff;
    width: 80%;
    margin: 0 auto;
}


/* ---- footer ---- */

.main-footer {
    background-color: #007c8a;
    color: #fff;
    font-family: 'robotolight';
}
.overlay-footer {
    /*background-color: rgba(8, 117, 122, 0.57);*/
    background-image: -webkit-linear-gradient(#10626b, transparent);
    padding-top: 2em;
    padding-bottom: 4em;
}
.main-footer .name-company {
    text-transform: uppercase;
}

.nav-footer-below {
    padding-top: 0.5em;
}

.footer-logo {
    width: 120px;
}
.footer-top ,.nav-footer-below {
    display: table;
    width: 100%;
}
.contact-left ,.contact-right,
.footer-below-left,.footer-below-right {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
.main-menu {
    list-style: none;
    padding: 0;
}

.main-menu li {
    display: inline-block;
}

.main-menu li a {
    color: #fff;
    text-decoration: none;
    padding: 0.5em 1em;
}

.main-menu li a:nth-child(1) {
    padding-left: 0;
}

.contact-left {
    text-align: left;
}

.contact-right,.footer-below-right {
    text-align: right;
}

.contact-ul {
    list-style-type: none;
    padding-top: 0.5em;
    padding-left: 0;
    margin-bottom: 0;
}

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

.contact-ul .fa-circle {
    color: #fff;
}

.contact-ul .fa-inverse {
    color: #007c8a;
}

@media (max-width:768px) {
    .contact-left ,.contact-right,
    .footer-below-left,.footer-below-right{
        display: block;
        text-align: center;
        width: 100%;
        padding-top: 1em;
    }
}
/* ---- End footer ---- */


/* ----- buy page ----- */
.top_bg_header.buy-page {
    background-image: url('../img/BG-buy.jpg');

}
.top_bg_header.buy-page .buy-text-header{
    color:#007c8a;
}
.top_bg_header.buy-page .buy-text-header{
    padding-top: 25%;
    padding-bottom: 5%;
}
.buy-text-header h4 {
    margin: 0;
    font-family: 'robotobold';
    font-size: 56px;
}
.list-buy-detail{
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-buy-detail li{
    text-decoration: none;
    line-height: 1.7em;
}
.list-buy-detail li:before{
    content: "";
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 0.7em;
    margin-top: 0.35em;
    background: url('../img/icon-buy.png')no-repeat 0 0;
    background-size: cover;
}
.but-value{
    font-size: 40px;
}
.top_bg_header.buy-page h4{
    font-weight: bold;
}
.buy-text-header {
    padding-top: 35%;
    padding-bottom: 30%;
    font-family: 'robotolight';
    font-size: 18px;
    margin-left: 5em;
}
.product-list{
    background-color: #fff;
    height: auto;
    margin-top: 3em;
    margin-bottom: 3em;
    font-family: 'robotoregular';
}
.post-image {
    overflow: hidden;
}
.img-product{
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: center  center;
    transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
}
.img-product:hover {
    transform: scale(1.07);
    -moz-transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -o-transform: scale(1.07);
    -ms-transform: scale(1.07);
}
.product-detail span { 
    display: inline-block;
    background-color: #007c8a;
    padding: 2px 10px;
    font-size: 14px;
    border-radius: 5px;
    color: white;
    vertical-align: middle;
   
}
.update{
    font-size: 12px;
    color: #7c7c7c;
}
.update p{
    display: inline-block;
    float: left;
    padding-top: 0.3em;
}
.product-detail{
    padding-top: 1em;
    padding-bottom: 2em;
}

.product-detail .product-name{
    color:#007c8a; 
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.2em;
}
.product-list .col-sm-6.col-md-3:nth-child(4n+1) {
    clear: left;
}

@media (max-width:685px) {
    .buy-text-header {
        margin-left: 1em;
    }
}
@media (max-width:992px) {
    .buy-text-header h4 {
    font-size: 36px;
    }
    .but-value{
    font-size: 26px;
    }
    .list-buy-detail li{
    font-size: 16px;
    }
}
@media (max-width:452px) {
    .top_bg_header.buy-page .buy-text-header{
    padding-top: 35%;
    }
}
/* ----- contact page ----- */
.contact-page {
   font-family: 'robotoregular';
   font-size: 16px;
}

.title-contact-us h1 {
    font-family: 'robotoregular';
    font-weight: bold;
    margin-top: 0;
 /*   letter-spacing: 0.05em;*/
}
.top_bg_header.contact-page {
    background-image: url('../img/BG-contact-1.jpg');
    background-position: top center;
    padding-top: 180px;
    padding-bottom: 60px;

}
.form-customer {
    background-color: rgba(8, 117, 122, 0.57);
    padding: 40px 0;
    border-radius: 2px;
}
.form-customer .left,.form-customer .right
{
    padding-left: 40px;
    padding-right:40px;
    vertical-align: top;
}
.box-contact .item {
    display: table-cell;
    float: none;
}

@media (min-width: 768px) {
    .form-customer .left {
        border-right: 1px solid #fff;
    }
}

.contact-address {
    padding-bottom: 1em;
}
.box-contact {
    display: table;
    padding-top: 0.5em;
    padding-bottom: 0.5em;

}
.form-customer li {
    display: inline-block;
}
.icon-fax img {
    width: 22px;
    margin-right: 1.5em;
} 
.icon-phone img {
    width: 18px;
    margin-right: 1.75em;
} 
.icon-mail img {
    width: 21px;
    margin-right: 1.75em;
}
.grop-details {
    padding-top: 1em;
    padding-bottom: 1em;
}
.grop-details .box-contact {
    padding-top: 0.2em;
    padding-bottom: 0.2em;

}
.grop-details p {
    margin: 0;
}
.contact-mail li{
    display: block;
}
.box-contact.fax ,.box-contact.phone-number ,.box-contact.contact-mail{
    font-size: 16px;
}
.box-contact.fax li:not(:last-child):after,.box-contact.phone-number li:not(:last-child):after {
    content: ",";
}
.contact-mail a {
    text-decoration: none;
    color: #fff;
}
.right-detail ,.left-detail {
    width: 85%;
    margin: 0 auto;
}
.contact-name {
    font-size: 30px;
}
.tariff-no {
    padding-bottom: 1em;
}

@media (max-width: 431px) {
    .contact-mail a ,.box-contact .item{
    font-size: 14px;
    }
}

/* ----- form email ----- */
.form-contact{
    font-size: 16px;
    font-family: 'robotoregular';
    font-weight: bold;
    margin-top: 1.7em;
}
.title-form {
    font-size: 18px;
    text-transform:uppercase;
}
.form-input {
    width: 100%;
    height: 42px;
    border: 0.07px solid #848484;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    color: #848484;
}
.form-textarea {
    width: 100%;
    border: 0.07px solid #848484;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    color: #848484;
}
textarea:focus, input:focus{
    outline: none;
}
.btn-red {
    background-color: transparent;
    border: 0.07px solid #fff;
    border-radius: 10px;
    padding: 6px 25px;
}
.btn-submit {
    margin-top: 1em;
}
.btn-red:hover{
    background-color: #fff;
    color: #848484;
}
.btn:active:focus, .btn:focus {
    box-shadow: none;
    outline: none;
}
@media (max-width: 1199px) {
    .form-customer .right {
        padding-left: 0px;
        padding-right:0px;
    }
    .contact-us-title {
        font-size: 30px;
    }
    .contact-name {
        font-size: 22px;
    }
}
@media (max-width: 768px) {
    .form-customer .left {
        padding-left: 15px;
        padding-right:15px;
    }
    .left-detail {
        border-bottom: 1px solid #fff;
        padding-bottom: 1.5em;
    }
    .padding-form {
        padding: 1em;
    }
}

@media (max-width: 900px){
    .top_bg_header.contact-page {
    padding-top: 100px;

    }
}
@media (max-width: 431px) {
    .contact-name {
        font-size: 16px;
    }
}
.map {
    background-color:#e1f9f9 ;
}
.map img{
   width: 80%;
   padding:5%;
}
.grop-details .item{
    display: inline-block;

}
.grop-details .item p{
    padding-right: 0.5em;
    display: inline-block;
}
/* ----- Product Page ----- */
.product-value {
    background-image:url('../img/bg-product-tpye.jpg');
    width: 100%;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #007887;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    font-family: 'robotobold';
}
.product-value  .text-name-type {
    text-transform: uppercase;
}
.product-value .value-content {
    padding-top: 2em;
}
.product-value .value {
    display: inline-block;
    position: relative;
    height: 100px;
    width: 100px;
}
.product-value  .value-name{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    text-transform: uppercase;
}
.product-value .img-value img{
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}
.product-value .section .img-value  img{
    transform: translate(-50%,-25%);
}
.product-value .side .img-value  img{
    width: 100px;
    transform: translate(-50%,-100%);
}
#tab2 .product-value .side .img-value  img{
    transform: translate(-50%,-0);
}

/* ----- End Product Page ----- */
.hollow {
    background-color: #017887;
    font-family: 'robotoregular';
    padding-bottom: 2em;
    padding-top: 5em;
}
#tab2 .hollow {
    background-color: #92b5c3;
}
.hollow .name-product {
    font-size: 46px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    top: 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
}
.hollow .bg-product-img {
    width: 100%;
    position: relative;
    min-height: 680px;
    background-size: cover;
    background-position: center;
}
.list-detail-left {
    list-style: none;
    color: #fff;
    padding: 0;
}
.detail {
    display: table;
    width: 100%;
}
.name-detail {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    display: inline-block;
    font-size: 16px;
}
.border{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
   
    display: inline-block;
    margin-top: 10px;
    
} 
.border-1 {
    min-height: 40px;
}
.border-2 {
    min-height: 60px;
}
.border-3 {
    min-height: 80px;
}
.list-detail-left .box-detail {
    display: inline-block;
    text-align: right;
    padding-left: 0;
}
.list-detail-right .box-detail{
    display: inline-block;
    text-align: right;
    padding-right: 0;
}
.detail:after {
    background-image: url(../img/icon-product.png);
    width: 30px;
    height: 30px;
    content: "";
    background-size: 100%;
    background-position: center;
    position: absolute;
    background-repeat: no-repeat;
    
}
.detail-1:after {
    top: 35px;
    right: -14px;
}
.detail-2:after {
    top: 55px;
    right: -14px;
}
.detail-3:after {
    top: 75px;
    right: -14px;
}
.detail-1{
    position: absolute;
    top: 165px;
    left: 5%;
}
.detail-2{
    position: absolute;
    top: 270px;
    left: 0;
}
.detail-3{
    position: absolute;
    top: 400px;
    left: -40px;
}
.list-detail-right  {
    list-style: none;
    color: #fff;
    padding: 0;
}
.list-detail-right .border {
    border-right: none;
    border-left:1px solid #fff; 
}
.list-detail-right .box-detail {
    text-align: left;
}
.list-detail-right  .detail-1 {
    top: 135px;
    position: absolute;
    left: 35%
}
.list-detail-right  .detail-2 {
    top: 240px;
    left: 42%;
}
.list-detail-right  .detail-3 {
    top: 340px;
    left: 38%;
}
.list-detail-right .border-3 {
    min-height: 140px;
}
.list-detail-right .detail-1:after {
    top: 35px;
    left: -14px;
}
.list-detail-right .detail-2:after {
    top: 55px;
    left: -14px;
}
.list-detail-right .detail-3:after {
    top: 135px;
    left: -14px;
}
.product-picture img{
    width: 100%;
    cursor: pointer;
    border: 1px solid #fff;
    padding: 0.3em;
}
.lightbox{
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    box-sizing: border-box;
    text-align: center;
}
.lightbox img{
    display: block;
    position: fixed;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.detail-sm {
    text-align: center;
    padding-bottom: 1.5em;
    color: #fff;
    display: none;
}
.list-detail-sm {
    padding-bottom: 0.5em;
}
.product-picture{
    width: 100%;
    padding-bottom: 1.5em;
}
.list-product {
    display: block;
    width: 100%;
    /*padding-bottom: 5em;*/
}
.detail-type{
    padding:0;
    margin-bottom: 0;
    list-style: none;
}
.nonsilicon .list-detail-left .detail-1 {
    left: 65px;
}
.top-fix-header {
    width: 100%;
    height: 120px;
    background-color: #017887;
}
.product-type ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: table;
    width: 100%;
}
.product-type li{
    text-align: center;
    display: table-cell;
    width: 49.5%;
    background-color:#d0e1e2;
}
.product-type a{
    color: #007887;
    font-size: 18px;
    font-family: 'robotobold';
    text-decoration: none;
    display:block;
    padding: 1.2em 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}
.product-type li.active {
    background-color: #fff;
}
.hollow .name-product {
    display: block;
    width: 100%;
}
@media screen and (max-width: 992px) { 
    .top-fix-header {
        height: 60px;

    }
    .text-name-type {
        font-size: 25px;
    }
}
@media (max-width: 768px){ 
    .list-detail-left,.list-detail-right {
        display: none;
    }
    .detail-sm {
         display: block;
    }
    .hollow .bg-product-img{
        min-height: 530px;
    }
    .lightbox img{
        width: 80%;
    }
    .hollow .name-product {
        font-size: 30px;
    }
    .product-type a{

    font-size: 14px;

    }
}

/* ----- Product Type 6 Img ----- */
a:focus, a:hover {
    outline: none;
}
.product-picture .owl-carousel .item {
    background-position: left top;
    background-size: cover;
    height: 130px;

}
.border-item {
    border: 1px solid #fff;
    padding: 0.2em;
}
.product-picture .owl-stage-outer{
    display: block;
    width: 100%;
}

@media (max-width: 991px) { 
    .product-picture .owl-carousel .item {
    height: 170px;
    }
}
@media (max-width: 768px){ 
    .product-picture .owl-carousel .item {
    height: 120px;
    }
}
@media (max-width: 500px){ 
    .product-picture .owl-carousel .item {
    height: 90px;
    }
}
@media (max-width: 400px){ 
    .product-picture .owl-carousel .item {
    height: 70px;
    }
}
.tab-content > .tab-pane{
    display: block;
    height: 0;
    overflow: hidden;
}
.tab-content > .active{
    height: auto;
}
.product-picture .owl-item {
    height: 0;
    overflow: hidden;
}
.tab-content > .active .product-picture .owl-item {
    height:auto;
}

/* ----- Pop Up ----- */
.contact-map img.mfp-img {
    background-color: #e1f9f9;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

