
@font-face
{
    font-family: myYaHei;
    src: url("fonts/YaHei.ttf");
}

@font-face
{
    font-family: myYouYuan;
    src: url("fonts/YouYuan.ttf");
}

body {
    font-family: Microsoft YaHei, YouYuan, Verdana; 
    /*font-family: myYaHei, myYouYuan; */
}

@media (max-width: 768px) {
    body { 
        text-align: center; 
    }
}

/* Navbar -------------------------------------------------------------------------- */
.navbar-default {
    background-color: #fff;
    letter-spacing: 1.5px;
}

.navbar-brand {
    height: 80px;
    padding: 5px 0px;
}

.navbar-nav > li > a {
    font-size: 14px;
    font-weight: bold;
    color: #003300;
    padding: 30px 20px;
}

.dropdown-header {
    color: #003300;
    font-weight: bold;
}
/* -------------------------------------------------------------------------- */

/* Other -------------------------------------------------------------------------- */
.section{
    text-align: center;
    width: 100%;
}

.blue030 {
    color: #003300;
}

.paddingTop20 {
    padding-top: 20px;
}

.paddingBottom20 {
    padding-bottom: 20px;
}

.paddingTop200 {
    padding-top: 200px;
}

.paddingBottom200 {
    padding-bottom: 200px;
}

.padding40 {
    padding: 40px;
}

.padding80 {
    padding: 80px;
}

.main {
    margin-top: 100px;
}

.main1 {
    background: url(../images/bg01.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
}
.main2 {
    background: url(../images/bg03.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
}
.main3 {
    background: url(../images/bg02.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
}
.main4 {
    background: url(../images/bg06.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
}

.aboutMain {
    background: url(../images/bgnew04.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    color: #FFF;
    margin-top: 80px;
}

.contactMain {
    background: url(../images/bg05.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    color: #FFF;
    margin-top: 80px;
}

.tdlMain {
    background: url(../images/tdl/warehouse.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    color: #FFF;
    margin-top: 80px;
}

.bgcolor-gray {
    background-color: #f1f5f7; 
    width: 100%;
}

.bgcolor-green {
    background-color: #CCFF66; 
    width: 100%; 
    color: #FFF;
}

.bgcolor-green-nocolor {
    background-color: #CCFF66; 
    width: 100%; 
}

.fa-2x {
    color: #58687a;
    border: 2px solid #58687a;
    border-radius: 50%; 
    padding: 35px;
    width: 104px;
    font-size: 2em;
}
/* -------------------------------------------------------------------------- */

/* Other -------------------------------------------------------------------------- */
.tile {width: 300px; height: 200px; margin: 20px; background-color: #003300; display: inline-block; background-size: cover; position: relative; cursor: pointer; transition: all 0.4s ease-out; box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.44); overflow: hidden; color: white;}
.tile img {height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 0; transition: all 0.4s ease-out; }
.tile .text {z-index: 99; position: absolute; padding: 30px; height: calc(100% - 60px); }
.tile h2 {font-size: 30px; text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3); transform: translateX(200px); }
.tile h5 {font-size: 14px; transform: translateX(-200px); transition-delay: 0.2s; }
.tile p {font-size: 12px; margin-top: 20px; line-height: 25px; transform:translateX(-200px); transition-delay: .2s;}
.animate-text {opacity: 0; transition: all 0.6s ease-in-out; }
.tile:hover {box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64); transform: scale(1.05); }
.tile:hover img {opacity: 0.2; }
.tile:hover .animate-text {transform: translateX(0); opacity: 1; }

.dots {position: absolute; bottom: 20px; right: 30px; margin: 0 auto; width: 30px; height: 30px; color: currentColor; display: flex; flex-direction: column; align-items: center; justify-content: space-around; }
.dots span{width: 5px; height: 5px; background-color: currentColor; border-radius: 50%; display: block; opacity: 0; transition: transform .4s ease-out,opacity .5s ease; transform: translateY(30px); }
.tile:hover span{opacity: 1; transform: translateY(0px); }
.dots span:nth-child(1){transition-delay: .05s}
.dots span:nth-child(2){transition-delay: .1s}
.dots span:nth-child(3){transition-delay: .15s}
/* -------------------------------------------------------------------------- */

@media (max-width: 768px) {
    .navbar-brand img {
        width: 80%;
        height: 80%;
    }

    .paddingTop20 {
        padding-top: 10px;
    }

    .paddingBottom20 {
        padding-bottom: 10px;
    }

    .paddingTop200 {
        padding-top: 40px;
    }

    .paddingBottom200 {
        padding-bottom: 40px;
    }

    .padding40 {
        padding: 10px;
    }

    .padding80 {
        padding: 40px;
    }


    .tile {
        width: 200px; 
        height: 100px;
    }

    .tile .text {padding: 10px; height: calc(100% - 20px); }
    .tile h2 {font-size: 12px; }
    .tile h5 {font-size: 12px; }
}


/* Contact -------------------------------------------------------------------------- */
@media (min-width: 768px) {
    #contact form {
        margin-top: 50px;
    }
}
#contact form h4 {
    margin-top: 14px;
}
#contact img.contact-logo {
    height: 85px;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
}
#contact input {
    border: none;
    border-bottom: 1px solid #003300;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
}
#contact textarea {
    height: 200px;
}

.greenbtn {
    background-color: #003300;
}

.social-media .btn {
    margin-left: 10px;
    margin-right: 10px;
    width: 90px;
    height: 80px;
    padding: 14px;
    padding-bottom: 6px;
    color: #fff;
    background-color: #003300;
    border-color: #003300;
}

.social-media .btn img {
    height: 80%;
}
/* -------------------------------------------------------------------------- */


/* Footer -------------------------------------------------------------------------- */
#footer{
    bottom: 0px;
    width: 100%;
    background: #003300;
    text-align: center;
    height: 50px;
    color: #fff;
    padding: 15px 0 0 0;
}

#footer ul, #footer li {
    list-style: none;
    padding: 0px;
    text-align: left;
}

#footer h5 {
    text-align: left;
}

.footer-bottom {
    background-color: #222;
}
/* -------------------------------------------------------------------------- */

/* Scroll Top Top */
.scroll-to-top {
    display: inline-block;
    padding: 2px;
    text-align: center;
    position: fixed;
    z-index: 10001;
    bottom: 10px;
    display: none;
    right: 10px; 
}
.scroll-to-top > i {
    display: inline-block;
    color: #687991;
    font-size: 32px;
    opacity: 0.7 ;
    filter: alpha(opacity=70) ; 
}
.scroll-to-top:hover {
    cursor: pointer; 
}
.scroll-to-top:hover > i {
    opacity: 1 ;
    filter: alpha(opacity=100) ; 
}

@media (min-width: 992px) {
    /* 992px */
    .scroll-to-top {
        right: 10px; 
    } 
}

@media (max-width: 991px) {
    /* 991px */
    .scroll-to-top {
        right: 10px; 
    }
    .scroll-to-top > i {
        font-size: 28px; 
    } 
}


/* ==========================================================================
IE 10 in Windows 8 and Windows Phone 8 fix
========================================================================== */

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }


