
.content_bg {
    background-color: #240026;
}

h2 {
    text-transform: uppercase;
    font-size: 1.1em;
    line-height: 1.5em;
    background: #000;
    padding: 7px 20px;
    margin: 0 auto
}

.purple {
    color: #c060f2;
    font-size: 1.5em !important
}

.center {
    text-align: center !important
}

.white {
    background: none !important;
    background-color: #fff !important
}

a, a:visited, a:focus {
    text-decoration: none
}

button:focus {
    outline: 0
}

::-moz-selection { color: #fff; background-color: rgba(0,0,0,0.6)}
::selection { color: #fff; background-color: rgba(0,0,0,0.6)}

img::-moz-selection { background-color: rgba(36,0,38,0.6)}
img::selection { background-color: rgba(36,0,38,0.6)}


/*-------------------
    Header
-------------------*/
header .lang {
    text-align: right;
    float: right;
    font-family: 'Microsoft YaHei', sans-serif
}
header .lang ul a li{
    display: inline-block;
    padding: 5px 15px 0 15px;
    border-right: 1px solid #ccc;
    line-height: 1em;
    font-size: 0.8em;
    font-weight: bold;
    color: #2b2b2b;
}

header .lang ul a:hover li {
    text-decoration: none;
    color: #7e0f84;
}

header .lang ul a {
    float: left
}


/*-------------------
    Main Page
-------------------*/
.main .banner_word {
    position: absolute;
    top: 255px;
    margin-left: 45px;
}

.main .products_tab {
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
}

.main .col-xs-9 {
    padding: 0
}

.main .newsletter .col-xs-3 {
    padding: 11px 15px;
    color: #2b2b2b;
    background-color: #fff;
    text-align: center;
    margin: 0 1px;
    max-width: 190px;
    min-height: 200px;
}

.main .newsletter div.first {
    margin-left: 0
}

.main .newsletter div.last {
    margin-right: 0
}

.main .newsletter .btn_more {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.5s; 
    transition: all 0.5s; 
}

.main .newsletter .btn_more:hover {
    opacity: 0.9
}

.main .newsletter p{
    text-align: left
}

.main .newsletter .date {
    font-size: 0.85em;
    letter-spacing: 0.1em;
    color: #4c4b4b;
    margin-bottom: 5px
}

.main .newsletter .title {
    font-size: 1.2em;
    font-weight: 900;
    line-height: 1em
}

.main .newsletter .desc {
    font-size: 0.8em;
    line-height: 1.1em;
    text-align: justify
}

.main .newsletter button {
    background: #000;
    color: #fff;
    margin-top: 10px;
    padding: 2px 20px;
    border: 0;
    font-size: 0.7em;
    text-transform: uppercase;
    text-align: center
}

.main .member {
    padding-right: 0
}

.main .member div{
    padding: 15px 20px;
    background-color: #fff;
    min-height: 200px;
    text-align: center
}

.main .member img{
    max-width: 100%;
}

.main .member a:nth-child(1) > img{
    margin: 10px auto 40px auto;
    width: 75px
}



/*-------------------
    Inner Page
-------------------*/
.inner {
    padding-top: 0
}
.inner .row .first {
    padding-left: 0
}
.inner .row .last {
    padding-right: 0
}
.inner .banner_word {
    position: absolute;
    top:140px;
    margin-left:20px;
    min-width: 490px;
    background: url(../../images/banner_line.png) left 55px transparent no-repeat;
    background-size: 100% 1px;
    font-size: 0.9em;
    font-weight:300;
    line-height: 5em
}
.inner .banner_word h1 {
    margin: 0;
    text-transform: uppercase;
    font-size: 3.5em;
    font-family: 'OptimaLTStd', san-serif;
}

.inner .banner_word a, .inner .banner_word a:hover, .inner .banner_word a:visited {
    color: #fff
}

.inner .page_desc {
    background: url(../../images/wordbg_desc.png) left top transparent no-repeat;
    background-size: 100% 100%;
    padding: 35px 120px 35px 120px;
    font-size: 1.29em;
    font-weight: 300;
    line-height: 1.5em;
}

.inner .page_desc a, .inner .page_desc a:hover, .inner .page_desc a:visited {
    color: #fff;
    text-decoration: underline;
}

.inner .page_desc a:hover {
    opacity: 0.8
}

.inner .page_desc ul{
    padding-left: 20px
}

.inner .page_desc ul li{
    padding-left: 20px;
    padding-bottom: 10px
}

.inner h2 {
    font-family: 'OptimaLTStd', san-serif;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 0.08em;
    padding: 10px 20px;
}

.inner h3 {
    color: #c060f2 ;
    font-family: 'OptimaLTStd', san-serif;
    font-size: 1.1em;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    background: url(../../images/wordbg_subtitle01.png) center center no-repeat transparent;
    background-size: 100% 100%;
    height:32px;
    width: 296px;
    margin: 0 auto 10px auto;
    line-height: 2.25em;
}

.inner h3.two {
    text-align: left;
    background: url(../../images/wordbg_subtitle02.png) center center no-repeat transparent;
    background-size: 100% 100%;
    height:40px;
    width: 296px;
    margin: 0 auto 10px auto;
    padding: 5px 0 0 45px;
    line-height: 1.1em;
    display: table-cell;
    vertical-align: middle;
}

.inner h4 {
    font-weight: 900;
    font-size: 1.2em;
    letter-spacing: -0.05em;
    margin: 20px 0 0px 0
}

.inner .content {
    color: #000;
    font-size: 1em;
    padding: 10px 20px;
    text-align: justify;
    line-height: 1.5em;
    background: url(../../images/wordbg_white.jpg) center center no-repeat transparent;
    background-size: 100% 100%
}

.inner .content p {
    margin-bottom: 30px
}

.inner .content p.last {
    margin-bottom: 10px
}

.inner .content a, .inner .content a:hover, .inner .content a:visited{
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

.inner .content a:hover{
    opacity: 0.8
}

.inner .content ul {
    padding-left: 20px;
    line-height: 1.3em;
    font-weight: bold
}

.inner .content .list, .inner .content .list_desc  {
    border-top: 1px solid #000
}

.inner .content .list:nth-child(1), .inner .content .list_desc:nth-child(1)  {
    border-top: 0px solid #000
}

.inner .content .list.last, .inner .content .list_desc.last {
    border-bottom: 0
}

.inner .content .list p{
    width: 70%;
    max-width: 70%;
    display: inline-block;
    text-align: left;
    padding: 3px 0;
    margin: 0
}

.inner .content .list p.btn{
    width: 28%;
    max-width: 280px;
    text-align: right
}

.inner .content .list_desc p{
    max-width: 450px;
    min-width: 300px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 5px 0;
    margin: 0;
}

.inner .content .list_desc p:nth-child(1) {
    font-size: 1em;
    font-weight: bold;
    letter-spacing: -0.05em;
}

.inner .content .img_list {
    display: inline-block;
    width: 100%
}

/*-------------------
    Inner Page - Tube-com
-------------------*/
.tube-com table.content h2{
    color:#fff;
    text-align: center;
    font-size: 1.2em;
    line-height: normal
}
.tube-com table.desc{
    color: #000;
    border-collapse:separate;
    border-spacing: 5px;
}
.tube-com table.desc td{
    background: url(../../images/wordbg_white.jpg) center center no-repeat transparent;
    background-size: 100% 100%;
    padding: 10px 20px;
    vertical-align: top;
    text-align: left
}

.tube-com table.desc td hr{
    margin-top: 10px;
    margin-bottom: 5px;
    border-top: 1px solid #000;
}

.tube-com table.desc .title {
    padding: 30px 20px;
    font-weight: 900;
    font-size: 1.15em;
    line-height: 1.5em;
    text-align: center;
    vertical-align: middle
}

.tube-com table.desc .title img {
    width: 40px;
    margin-bottom: 10px
}

/*-------------------
    Inner Page - Tube-com
-------------------*/
.benefits .content p {
    margin-bottom: 20px;
}


/*-------------------
    Inner Page - Tube-overview
-------------------*/
.tube-overview .col-xs-4 {
    padding: 5px 0px 5px 8px;
    border: 0
}

.tube-overview .row.closure-1 {
    padding-bottom: 0
}

.tube-overview .closure img{
    max-width: 280px;
}

.inner.tube-overview .content.white {
    min-height: 330px;
/*    max-height: 330px;*/
    max-width: 341px;
    text-align: center;
}

.tube-overview .row_type {
    float: none;
    margin-bottom: 20px
}

.tube-overview .type_photo{
    min-height: 180px;
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

/*-------------------
    Inner Page - Specifications
-------------------*/
.specifications table.content h2{
    color:#fff;
    text-align: left;
    font-size: 1.2em;
    line-height: normal
}
.specifications table.desc td{
    color: #000;
    background: url(../../images/wordbg_white.jpg) center center no-repeat transparent;
    background-size: 100% 100%;
    padding: 10px 20px;
    vertical-align: top;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 5px;
    border-top: 1px solid #000;
}

.specifications table.desc td:nth-child(3), .specifications table.desc td:nth-child(4), .specifications table.desc td:nth-child(5){
    text-align: center
}

.specifications table.desc .title {
    padding: 30px 20px;
    font-weight: 900;
    font-size: 1.15em;
    line-height: 1.5em;
    text-align: center;
    vertical-align: middle
}

/*-------------------
    Inner Page - Gallery
-------------------*/
.gallery-photo{
    height: 250px;      /* equals max image height */
    width: 250px;
    display: inline-block;
    white-space: nowrap;
    text-align: center; 
    margin: 3px 1.5px;
    background: #fff;
}

.gallery-photo span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.gallery-photo img {
    vertical-align: middle;
    max-height: 245px;
    max-width: 245px;
}

.gallery-photo .btn_scale {
    content:'';
    background: url(../../images/btn_scale.png) center center no-repeat;
    height: 30px;
    width: 32px;
    position: absolute;
    margin-top: 215px;
    margin-left: 213px;
    z-index: 10
}

.gallery-photo a .overlap {
    opacity: 0;
    background: rgba(34, 0, 36, 0.5);
    content:'';
    height: 250px;
    width: 250px;
    position: absolute;
    -webkit-transition: all 0.5s; 
    transition: all 0.5s; 
}

.gallery-photo a:hover .overlap {
    opacity: 1;
}


/*-------------------
    Inner Page - Awards
-------------------*/
.award table.content h2{
    color:#fff;
    text-align: center;
    font-size: 1.5em;
    line-height: normal
}
.award table.desc{
    color: #000;
    border-collapse:separate;
    border-spacing: 5px;
}
.award table.desc td{
    background: #fff;
    padding: 10px 5px;
    vertical-align: top;
    text-align: center;
    vertical-align: middle;
    width: 240px
}

.award table.desc td img{
    max-width: 240px;
    max-height: 150px
}

.award table.desc p{
    margin-bottom: 0;
    font-size: 0.8em
}

.award table.desc .title {
    padding: 10px 5px;
    font-weight: 900;
    font-size: 1em;
    line-height: 1.15em;
    text-align: center;
    vertical-align: middle
}

.award table.desc .title, 
.award table.desc p {
    margin: auto;
    text-align: center
}

/*-------------------
    Inner Page - Newsletters
-------------------*/
.newsletters h2{
    width: 200px;
    float: left
}
.newsletters h2:nth-child(2){
    width: 824px;
}
.newsletters .content a, .newsletters .content a:hover, .newsletters .content a:visited{
    text-decoration: none
}
.newsletters .content a:hover{
    color: #94169b
}
.newsletters .content .list_desc p{
    max-width: 474px;
    min-width: 200px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 5px 0;
    margin: 0;
}
.newsletters .content .list_desc p {
    font-size: 1em;
    font-weight: bold;
    letter-spacing: -0.05em;
}

/*-------------------
    Inner Page - Exhibition
-------------------*/
.exhibition table.content h2{
    color:#fff;
    text-align: left;
    font-size: 1.2em;
    line-height: normal
}
.exhibition table.desc td{
    color: #000;
    background: url(../../images/wordbg_white.jpg) center center no-repeat transparent;
    background-size: 100% 100%;
    padding: 10px 20px;
    vertical-align: top;
    text-align: left
}

.exhibition table.desc td{
    margin-top: 10px;
    margin-bottom: 5px;
    border-top: 1px solid #000;
}

.exhibition table.desc td:nth-child(1){
    font-weight: 900;
}

/*-------------------
    Inner Page - Contact
-------------------*/
.contact .content{
    margin-bottom: 5px
}
.contact .content h4{
    margin-top:0
}
.contact .content p{
    margin:5px 0
}
.contact .content span{
    min-width: 220px;
    display: inline-block;
}
.contact .content img{
    margin-right: 5px
}
.contact .enquiry_form td{
    padding-bottom: 10px;
    vertical-align: top
}
.contact .enquiry_form input, .contact .enquiry_form select, .contact .enquiry_form textarea {
    width: 100%;
    padding: 2px 5px;
    min-height: 29px;
    font-family: 'Lato', sans-serif;
}

.contact .enquiry_form input:focus, .contact .enquiry_form select:focus, .contact .enquiry_form textarea:focus {
    outline: 1px solid #550480
}

.contact .enquiry_form button {
    border: 0;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s; 
    transition: all 0.3s; 
}
.contact .enquiry_form button img {
    height: 30px
}
.contact .enquiry_form button[type=submit]{
    margin-right: 5px;
    background: rgb(77, 15, 80);
    border: 1px solid rgb(77, 15, 80);
    width: 195px;
}
.contact .enquiry_form button[type=reset]{
    border: 0;
    width: 53px;
    background: transparent;
}
.contact .enquiry_form button[type=reset] img, .contact .enquiry_form button[type=submit]:hover img{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.contact .enquiry_form button[type=submit]:hover {
    background: rgb(111, 8, 116);
    border: 1px solid rgb(111, 8, 116);
}
.contact .enquiry_form button[type=submit]:hover img {
    margin-left: 30px;
}
.contact .enquiry_form button[type=reset]:hover img{
    -moz-transform: rotate(360deg) ;
    -webkit-transform: rotate(360deg) ;
    -o-transform: rotate(360deg) ;
    transform: rotate(360deg) ;
}

/*-------------------
    Button - Page Control
-------------------*/
.btn_control {
    text-align: center
}

.btn_control button {
    margin: 0 5px;
    background: transparent;
    border: 0;
    vertical-align: text-bottom;
    height: 28px;
    width: 28px
}

.btn_control button:focus {
    outline: 0
}

.btn_control button.first {
    background: url(../../images/btn_front.png) center center no-repeat;
}

.btn_control button.prev {
    background: url(../../images/btn_prev02.png) center center no-repeat;
}

.btn_control button.next {
    background: url(../../images/btn_next02.png) center center no-repeat;
}

.btn_control button.last {
    background: url(../../images/btn_last.png) center center no-repeat;
}

.btn_control button.page_num {
    font-family: 'OptimaLTStd', san-serif;
    font-size: 2em;
    line-height: 1em;
    font-weight: normal;
    color: #fff
}

.btn_control button.page_num.current {
    text-decoration: underline;
    font-weight: bold
}


/*-------------------
    Footer
-------------------*/
footer .row {
    background-color: #000;
    padding-bottom: 0
}
footer .col-xs-4 {
    border: 0;
    padding: 15px 0;
    height: 65px;
    text-align: center;
    background-color: #1a001b
}
footer .social ul {
    margin: 0;
    padding: 0
}
footer .social ul li {
    display: inline;
    margin: 5px 25px
}
footer .social ul li a img, footer button {
    opacity: 1;
    -webkit-transition: all 0.5s; 
    transition: all 0.5s; 
}
footer .social ul li a img:hover, footer button:hover {
    opacity: 0.9
}
footer .col-12 {
    max-width: 1024px;
    margin: 30px auto 10px auto
}

footer .sitemap_item {
    width: 140px;
    display: inline-block;
    vertical-align: top;
    text-align: center
}
footer a{
    color: #fff
}

footer button {
    background: #fff;
    color: #000;
    width: 120px;
    margin-top: 10px;
    padding: 2px 20px;
    border: 0;
    font-size: 0.8em;
    text-transform: uppercase;
    text-align: center
}

footer button:focus {
    outline: 0
}

footer .sitemap_item ul {
    padding-left: 10px;
    margin-top: 10px
}

footer .sitemap_item ul li {
    display: block;
    text-align: left;
}

footer .sitemap_item ul li a {
    color: #616161
}

footer .sitemap_item ul li a:hover {
    color: #ccc;
    text-decoration: none
}

footer .copyright {
    text-transform: uppercase;
    color: #fff;
    text-align: right;
    font-size: 0.8em;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin-bottom: 0
}

footer .copyright a {
    color: #fff;
    text-transform: capitalize
}

/*-------------------
    Popup - iframe
-------------------*/
.popup_iframe {
    width: 720px;
    min-width: inherit !important;
    margin: 0 40px 0px 40px;
    background: url(../../images/wordbg_white.jpg) center center repeat-x #fff;
    background-size: 100% 100%;
    color: #000
}
.popup_iframe .container {
	width: 720px; 
    min-width: inherit !important;
}
.popup_iframe .logo{
    text-align: center;
    margin-bottom: 20px
}

.popup_iframe h4 {
    font-weight: bold;
    font-size: 1.5em
}

.popup_iframe h5 {
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 30px;
    margin-bottom: 5px
}

.popup_iframe p{
    text-align: left
}

.popup_iframe p.date{
    font-size: 0.9em;
    letter-spacing: 0.1em;
    color: #4c4b4b;
    margin-bottom: 20px
}