/*
Theme Name: duckien
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/



/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.header ul.nav a:hover{
    color: #f39800
}

.nav>li{
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0 10px 0 10px;
    position: relative;
    margin: 0 7px;
    transition: background-color .3s;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 72px;
    text-align: center;
    font-size: 17px;
}
.nav>li>a{
    font-weight: 400  !important; 
    transition: background-color .3s;
    letter-spacing: 0;
    line-height: 72px;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    padding-right: 40px;
}
.nav>li.active>a {
    font-weight: 400;
    font-size: 17px;
    color: #f39800 !important
}

.siteinfo p.name {
    font-family: Raleway;
    font-size: 24px;
    color: #333;
    font-weight: 0;
    font-style: 0;
    text-decoration: 0;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: left;
}

.siteinfo p.slogan {
    letter-spacing: 0;
    line-height: 1.6em;
    text-align: left;
    color:#000000a6;
}

/* page contact */
.contact{
    height: 350px;
    width: 100%;
    padding: 10px;
    margin: 0px;
    background: url('https://duckienengineering.vn/wp-content/uploads/2021/02/tonglan21.jpg');
    background-repeat: no-repeat;
}

.contact p.page-title {
    text-align: center;
    font-size: 38px;
    color: #FFF;
    text-transform: uppercase;
}

.contact-content {
    min-height: 350px;
    height: auto;
    padding: 0;
    margin: 0;
}
.contact-content .box {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 0;
    position: relative;
    width: 1366px;
}
.contact-content .box .name {
    font-size: 32px;
    color:#f39800;
    font-weight: 600;
    padding: 10px 0 10px 0;
    margin: 0;
}
.contact-content .box .des {
    font-size: 14px;
    color: #777;
    font-weight: 500px;
    padding: 10px 0 10px 0;
    margin: 0;
}
.contact-content .box li {
    list-style: none;
}
.contact-content .col-inner {
    display: flex;
    justify-content: center;
}

.home-catalogue .head{
    text-transform: none;
    text-align: center;
    padding: 20px;
}
.home-catalogue .head p {
    padding: 0;
    margin: 0;
}
.home-catalogue .head .catalogue{
    font-size: 32px;
    color:#000;
    font-weight: 600;
}
.home-catalogue .head .des{
    font-size: 22px;
    color:#000;
    font-weight: 500;
    line-height: 72px;
}
.home-catalogue .type{
    padding: 15px;
    margin: 0;
}
.home-catalogue .type .box-e{
    min-height: 250px;
}
.box-e .box{
    height: 250px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    box-shadow: 0 0 10px -6px #173c8f;
}
.box-e img {
    object-fit: scale-down;
    width: 190px;
    height: 190px;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
}
.box-e p{
    font-size: 15px;
    color:#666;
    font-weight: 500;
}
.page-wrapper{
    padding: 0;
}

@keyframes swinging{
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg );
        transform: rotate3d(0,0,1,15deg);
    }
    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg);
    }
    60% {
        -webkit-transform: rotate3d(0,0,1, 5deg );
        transform: rotate3d(0,0,1,5deg);
    }
    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg );
        transform: rotate3d(0,0,1,-5deg);
    }
    100% {
        -webkit-transform: rotate3d(0,0,1,0);
        transform: rotate3d(0,0,1,0);
    }
}
.box-e .box-image:hover{
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging 1s;
    animation: swinging 1s;
    
}
.home-introduce{
    background: #eee;
}
.main-introduce .top {
    font-size: 32px;
    color:#000;
    padding: 0;
    margin: 0;
}
.stricky {
    width: 100%;
    height:2px;
    background: 1px #999a9c;
    color: #999a9c;
    margin-bottom: 20px;
}

.main-introduce .tx{
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
}
.main-introduce .tx .tx-left, .main-introduce .tx .tx-right {
    width: calc(100%/2);
}
.main-introduce .tx .tx-right li {
    list-style: none;
}
.main-introduce .tx .tx-left p{
    text-align: left;
    font-size: 17px;
    color: #222;
    padding-right:10px;
    margin: 0;
    line-height: 32px;
    letter-spacing: 0;
    font-weight: 400;
}
.main-introduce .tx .tx-right p{
    text-align: left;
    font-size: 15px;
    color: #222;
    padding-left:10px;
    line-height: 32px;
    letter-spacing: 0;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.bx-ctf {
    text-align: center;
}
.bx-ctf p{
    font-size: 28px;
    color: #f39800;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 2.7em;
    text-align: center;
}
p.xsd3fdsfs{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: left;
}

.footer-company {
    display: flex;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
}
.is-divider.small {
    width: 45px;
    height: 2px;
    background: #7AC11D;
    max-width: 55px;
}
.footer-contact li i.fa{
    color: #7AC11D;
    margin-right: 10px;
}

.footer-1 {
    background-color: #212832;
    border-bottom: 2px solid #7AC11D;
}

.consultant h2{
    font-weight: 700;
    font-size: 1.625em;
    color: #323232;
    position: relative;
}
.consultant h2:hover{
    color:#F69C00;
}
.consultant h2:before {
    content: '';
    width: 45px;
    height: 3px;
    background: #f6ba18;
    position: absolute;
    top: 40px;
    left: -2px;
}
