
.mona-loadding{
    display: inline;
    width: 15px;
    margin-right: 10px;
}
.hidden{
    display: none;
}
.right-main-cont.tab-content .tab-pane{
    display: none;
}
.right-main-cont.tab-content .tab-pane.show{
    display: block;
}

#slider-product .img-wrap{
    text-align: center;
    padding: 20px 0;
}
.page.oc-pj .features .list .item p{
    height: auto;
}
#slider-product .img-wrap img{
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}
.slider-wrap .button-wrap{
    text-align: right;
}
.slider-wrap .button-wrap .fa{
    width: 30px;
    height: 30px;
    background: #115894;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    cursor: pointer;

}
.gallery-product h4.title{
    color: #115894;
    font-size: 30px;
    margin-bottom: 10px;
}
.social-share{
    float: right;
    height: 40px;
    padding: 6px 0;
}
.sec-client .sec-title{
    color: #115894;
    font-size: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.hd-top{
    text-align: right;
}
.top-menu, .top-social{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    position: relative;
}
.top-social{
    margin-left: 15px;
    padding-left: 15px;
}
.top-social:before{
    content: "";
    display: block;
    height: 20px;
    border-left: 1px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
}
.banner-top{
    // height: 100vh;
    margin: 0;
}
.banner-top .img{
    //height: 100vh;
}
.mona-main-menu{
   padding: 17.5px 0;
}

.nav-wrap .mona-main-menu.nav-ul>li>a{
    padding: 5px 30px;
    font-weight: 500;
    border-radius: 25px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}
.nav-wrap .mona-main-menu.nav-ul>li.current-menu-item>a{
    background: rgba(17, 88, 148, 0.8);
    color: #fff;
}
.nav-wrap .mona-main-menu.nav-ul>li>a:after{
    z-index: -1;
    content: "";
    position: absolute;
    left: 50%;
    display: block;
    width: 0;
    top: 0;
    height: 32px;
    background-color: #115894;
    border-radius: 25px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: width 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;

}
.nav-wrap .mona-main-menu.nav-ul>li:hover>a{
    //  background: #115894;
    color: #fff;
}
.nav-wrap .mona-main-menu.nav-ul>li:hover>a:after{
    width: 100%;
}
.sec-menu-kitchen{
    padding: 90px 0;
}
.sec-menu-kitchen div.sec-title{
    margin-bottom: 50px;
}
#slider-kitchen .img-wrap{
    padding: 5px;
    text-align: center;
}
#slider-kitchen .sec-title{
    margin: 10px 0;
}
#footer .fl {
    float: left;
}
#footer .fr{
    float: right;
}
#footer .footer-content .left {
    width: calc(100% - 370px);
    width: -webkit-calc(100% - 370px);
    padding-right: 85px;
}
#footer .ft-lbl {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #555555;
    padding-bottom: 13px;
    margin-bottom: 24px;
}
#footer .white {
    color: #fff !important;
}
#footer .catalog .list.mona-catalog-widget {
    display: block;
    margin: 0 -15px;
}
#footer .catalog .list.mona-catalog-widget .item {
    margin: 0;
    padding: 0 15px;
    display: inline-block;
    float: none;
    width: 100%;
    max-width: 20%;
    margin-left: -4px;
    vertical-align: top;
}
#footer .catalog .list.mona-catalog-widget .item h4 {
    color: #959595;
}
#footer .footer-content .left .our-brands {
    padding-top: 25px;
}
.m-color {
    color: #115894;
}
#footer .footer-content .right {
    width: 370px;
}
#footer .external-links li {
    position: relative;
    display: block;
    padding-left: 25px;
    margin-bottom: 7px;
}
#footer .external-links a {
    color: #959595;
}
#footer .ft-socials {
    padding-top: 10px;
}
#footer .ft-socials li {
    display: inline-block;
    margin-right: 20px;
}
#footer .ft-socials a {
    color: #959595;
    font-size: 20px;
}
#footer .contact {
    text-align: center;
    padding-top: 45px;
}
#footer .contact .phone {
    color: #fff;
    font-size: 30px;
}
#footer .contact .lbl{
    font-size: 12px;
    color: #07538e;
    letter-spacing: 9px;
    text-indent: 9px;
    text-transform: uppercase;
}
.b {
    font-weight: bold;
}
#footer .external-links li:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #115894;
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
}
@media screen and (max-width: 1210px){
    #footer .footer-content .left .catalog .list {
        text-align: center;
    }   
}
@media screen and (max-width: 1023px){
    #footer .footer-content .right {
        width: 100%;
        float: none;
        padding-top: 50px;
    }
}
@media screen and (min-width: 769px){
    .hd-top .nav-ul>li>a{
        font-size: 16px;
    }
    .nongngiep-ul li{
        display: -webkit-block;
        display: block;
    }
}
.mona-dowload-item {
    width: 25%;
    display: inline-block;
    padding: 5px;
}
.dowload-content{
    text-align: center;
}
.page-template-brand .title.sec-title{
    font-size: 30px;
    font-weight: bold;
    color: #115894;
    text-transform: uppercase;   
}    

.page-template-brand .container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.page-template-brand .partnert-list.page-partner {
    margin: 0 -10px;
    list-style: none;
}

.page-template-brand .page-brands .partnert-list {
    text-align: center;
}
.page-template-brand  .partnert-list.page-partner li {
    width: 25%;
    float: left;
    padding: 0 10px;
}
.mona-cat-description{
    margin: 20px 0 50px 0;
    padding-bottom: 10px;
}
.mona-cat-description .title{
    font-size: 18px;
    padding-bottom: 5px;    
    color: #115894;
    text-transform: uppercase;
    max-width: 100%;
    margin-bottom: 20px;
    border-bottom: solid 1px #115894;
}
.product-detail .typo table{
    width: 100% !important;
}
@media (min-width: 768px){
    .product-detail .mona-sidebar{
        width: 30%;
    }
    .product-detail {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: center;
        align-content: flex-start;
        -ms-flex-align: center;
        -webkit-box-align: start;
        align-items: flex-start;
        margin-bottom: 30px;
    }
}
@media (min-width: 901px){
    .megamenu,.megamenu .sub-menu li{
        position: relative;
    }
    .megamenu .primary-btn{
        position: absolute;
        bottom: 0;
        right: 0;
        top: 0;
        line-height: 37px;
        height: 54px;
    }   
    .sub-menu-wrap .megamenu .sub-menu-wrap{
        position: absolute;
        z-index: 999;
        width: 200%;
    }
    .sub-menu-wrap .megamenu .sub-menu-wrap .sub-menu{
        width: 100%;
    }
    .sub-menu-wrap .megamenu .sub-menu-wrap .sub-menu li{
        width: 50%;
        float: left;
    }
}
@media (max-width: 901px){
    .megamenu .primary-btn{
        display: block;
        clear: both;
    }
}
.widget{
    margin-bottom: 20px;
}
.widget .widget-title{
    color: #115894;
    margin-bottom: 10px; 
}
.widget .menu{
    display: block;
}
.widget .menu li{
    display: block;
    padding: 0 20px;
    border-right: solid 1px #e1e1e1;
    border-left: solid 1px #e1e1e1;
}
.widget .menu li a{
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 0;
    border-bottom: solid 1px #e1e1e1;
}
.widget .menu li a:before{
    content: "\f0da";
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 3px;
    color: #115894;  
}
.widget .menu li:first-child{
    border-top: solid 1px #e1e1e1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.widget .menu li:last-child{
    border-bottom: solid 1px #e1e1e1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
@media (min-width: 901px){
    .megamenu .sub-menu li.button-more{
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    .megamenu .sub-menu li.button-more a{
        display: inline-block;
        position: relative;
        height: auto;
    }   
}
.mona-sidebar .mona-catalog-widget li{
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 15px;
}
.mona-sidebar .mona-catalog-widget{
    margin: 0 -15px;
}
.single-product-tags{
    margin: 15px 0;
}
.sec.main-product .list-product img{
    margin: 0;
    display: block;
}
.page .top-banner {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 370px 0 0;
    position: relative;
    z-index: 2;
}
.page .top-banner .page-title {
    font-size: 70px;
    line-height: 1;
    font-weight: bold;
}
@media screen and (max-width: 1199px)
{
    .page .top-banner .page-title {
        font-size: 70px;
    }    
}

@media screen and (max-width: 1023px){
    .page .top-banner .page-title {
        font-size: 60px;
    }    
}

@media screen and (max-width: 767px)
{
    .page .top-banner .page-title {
        font-size: 24px;
        text-align: center;
        padding-bottom: 10px;
        line-height: 1.5;
    }
}
.page .top-banner .container{
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.page .top-banner .container .page-title{
    color: #fff;
    text-transform: uppercase;  
    font-size: 70px;
    line-height: 1;
    font-weight: bold;
}
@media screen and (max-width: 1199px)
{
    .page .top-banner .page-title {
        font-size: 70px;
    }
}
@media screen and (max-width: 1023px)
{
    .page .top-banner .page-title {
        font-size: 60px;
    }    
}
@media screen and (max-width: 767px)
{
    .page .top-banner .page-title,
    .mona-custom .tt-small{
        font-size: 24px;
        text-align: center;
        padding-bottom: 10px;
        line-height: 1.5;
    }
}
.mona-custom{
    padding: 45px 15px 30px;  
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.mona-custom .tt-small{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #115894;
    text-transform: uppercase;
}
.mona-custom.our-team .slider{
    padding-top:30px;
}
.mona-custom.our-team .slider .item a{
    display: block;
    max-height: 180px;
    overflow: hidden;   
}
.latest-news {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f8f8f8;
    max-width: 1170px;
    margin: 0 auto;
}
.latest-news .lbl {
    background: #115894;
    color: #fff;
    display: block;
    width: 170px;
    text-align: center;
    position: relative;
}
.fl {
    float: left;
}
.latest-news .lbl:after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 10px solid #115894;
}
.widget .widget-title.m-color{
    color: #fff;
}
.latest-news .title {
    color: #636363;
    display: block;
    padding-left: 30px;
    width: calc(100% - 190px);
    width: -webkit-calc(100% - 190px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-detail .typo table{
    width: 100% !important;
}
.product-detail{
    display:block;
}
.product-detail .info{
    float:none;
    width:100%;
}
@media (min-width: 768px){
    .product-detail .product-detail-content{
        width: 70%;
        float:left;
        padding-right:15px;
    }  
    .product-detail .mona-sidebar{
        width: 30%;
        float:left;
        padding-left:15px;
    }

}
.index-post.sec-news-video.new-list{
    background: transparent;
    padding: 0;  
}
.index-post.sec-news-video.new-list .news-list{
    padding: 0;
}
.right-main-cont .index-post.sec-news-video.new-list .news-list .post .tmb{
    margin: 0;
}
.sec-client .title{
    font-size: 30px;
    font-weight: bold;
    color: #115894;
    margin: 35px 0;
    text-align: left;
    text-transform: uppercase;
}
@media screen and (max-width:767px){
    .sec-client .title{
        font-size:24px;
    } 
}
.sec-client .mona-brand-list li{
    width: 10%;
    /* float: left; */
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;  
}
@media screen and (max-width: 760px) {
    .sec-client .mona-brand-list li{
        width: 100px;
    }

}
.nongngiep-ul>li .title{
    color: #115894;
    display: block;
    width: 100%;
}
.sec.main-product .list-inner{
    max-height: 100%;
    overflow: auto;
    padding: 40px;
}
.sec.main-product .list-product:nth-child(2) .list-inner,
.sec.main-product .list-product:nth-child(4) .list-inner,
.sec.main-product .list-product:nth-child(5) .list-inner,
.sec.main-product .list-product:nth-child(6) .list-inner,
.sec.main-product .list-product:nth-child(8) .list-inner{
    padding: 0;
    overflow: hidden;
}
.nongngiep-ul li{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;  
}
@media screen and (max-width: 769px){
    .nongngiep-ul li{
        display: -webkit-block;
        display: block;
    }
    .nongngiep-ul li .img,
    .nongngiep-ul li .info{
        float: none !important;
        text-align: center;
    }
    .nongngiep-ul li .info{
        width: 500px;
        margin: auto;
        max-width: 100%;
    }
}
.nongngiep-ul li .img{
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.nongngiep-ul li:nth-child(even) .img{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.ziczac-features .left .content{
    float: right;
}
.ziczac-features .right .content{
    float: left;
}
.banner-child-page{
    padding: 370px 0 0;
}
.left-side-cont .widget .lbl{
    font-size: 18px;
    font-weight: bold;  
    margin: 10px 0;
}
.left-side-cont .widget ul li{
    display: block;
    padding: 10px 0;
    border-bottom: 1px dashed #e2e2e2;  
}
.left-side-cont .widget, .sidebar .widget a{
    color: #636363;  
}
.left-side-cont .widget{
    padding-bottom:30px;
    margin-bottom:20px;
    border-bottom:1px solid #252525;    
}


.left-side-cont .widget.tags-cloud li{
    display:inline-block;
    margin-bottom:4px;
    margin-right: 4px;
    border-bottom: none;
	padding:0;
}
.left-side-cont .widget.tags-cloud li a{
    display:block;
    border:1px solid #e1e1e1;
    padding:5px 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.left-side-cont .widget.tags-cloud li a:hover{
    background:rgba(17, 88, 148, 0.8);
    border-color:rgba(17, 88, 148, 0.8);
    color:#fff;
}
.left-side-cont .widget:last-child{
    border-bottom: none;
}
.custom-fade-product{
    position: relative;
}
.custom-fade-product .oveflow{
    position: absolute;
    width: 100%;
    height: 100%;
}
.custom-fade-product .text-list-product{
    overflow: hidden;
}
.custom-fade-product .list-inner{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    top: 0%;
    left: 0%;
    opacity: 0;
    background: rgba(77, 143, 199, 0.8);   
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.custom-fade-product .list-inner .wrr{
    position: relative;
}
.custom-fade-product .list-inner .oveflow:before{
    content: '';
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
}
.custom-fade-product .list-inner .oveflow:after{
    content: '';
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);  
}
.custom-fade-product:hover .oveflow:after,
.custom-fade-product:hover .oveflow:before{
    transform: scale(1);
    -webkit-transform: scale(1); 
}
.custom-fade-product .list-inner.fixed-item{
    opacity: 1;
    background: transparent;   
}
.custom-fade-product .list-inner.fixed-item .oveflow:before,
.custom-fade-product .list-inner.fixed-item .oveflow:after{
    display: none !important;
}
.custom-fade-product .list-inner .wrr *,
.custom-fade-product .list-inner .wrr a,
.custom-fade-product .list-inner .wrr p
{
    color: #fff;
}
.custom-fade-product .list-inner.fixed-item .wrr *,
.custom-fade-product .list-inner.fixed-item .wrr a,
.custom-fade-product .list-inner.fixed-item .wrr p
{
    color: #2384c6;
}
.custom-fade-product:hover .list-inner{
    opacity: 1;
}
.megamenu .menu-item-object-product_cate>a{
    font-weight: bold;
}
#mona-video-framer{
    padding-bottom: calc(100%/16*9);
}
.banner-slider.banner-hidden .slider-item{
    height: auto;
}
.banner-slider.banner-hidden .img{
    top: 0;
    transform: none;
    -webkit-transform: none;
}
.banner-slider.banner-hidden #parallaxScreen{
    display: none !important;
}
h3.main-product-title {
    text-align: center;
    padding: 60px;
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    color: #115894;
}
@media screen and (max-width: 767px){
    h3.main-product-title{
        padding: 20px 0;
        font-size: 48px;
        line-height: 56px;
    }
    
}
@media screen and (max-width: 960px){
   .slider.leaders .item{
        width: 50%;
    } 
    
}
@media screen and (max-width: 690px){
   .page.oc-pj .our-team .leaders{
     padding: 0 100px;   
    } 
}
@media screen and (max-width: 480){
   .page.oc-pj .our-team .leaders{
     padding: 0 ;   
    } 
}
.our-team.mona-custom .pos{
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
}
.sec-news-video .big-title,
.sec.sec-oncent.division-content .sec-title{
    color: #115894;
}
.title.single-video-title{
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 15px;
}
.banner-child-page .sec-title .tt-small,
.banner-child-page .sec-title .tt-big,
.top-banner .sec-title .tt-big,
.top-banner .sec-title .tt-small{
    
    color: #fff;
}
@media screen and (max-width:767px){
    .mobile-hidden{
        display: none !important;
    }
}
.sec-client .title.center-txt{
    text-align: center ;
}
.sec-news-video .title-nv{
    color: #115894;
}
.megamenu .normal-menu>a{
    font-weight: normal !important;
}
.push-cont-effect .it.fixed-item .cont{
    display: none;
}
.push-cont-effect .it.fixed-item .list-inner{
    background-color: transparent;
}
.list-product.custom-fade-product .cont{
    overflow: hidden;
}
.megamenu .sub-menu li.button-more a{
  padding: 10px 30px;
    background: #0068b2;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.megamenu .sub-menu li.button-more a:hover{
   background: #043050; 
}
#header{
       font-family: 'Montserrat', sans-serif;
}
.top-banner .sec-title .tt-small{
    text-align: left;
}
.division .top-banner .sec-title{
    margin-bottom: 0;
}
@media screen and (max-width: 769px){
#footer .footer-content .left,
#footer .footer-content .right{
    width: 100%;
    padding: 0;
}    
}

@media screen and (min-width:769px){
    .mobile-show{
	display: none !important;
}
}

.top-social{
	    margin-right: 15px;
    padding-right: 15px;
}
.top-social:after{
content: "";
    display: block;
    height: 20px;
    border-left: 1px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;	
}
.hd-top .lang {
	position:relative;
	z-index:2;
}
.hd-top .lang +.fa-angle-down{
    position: relative;
    z-index: 1;	
}
