﻿/*
	Nguyen Thi Anh Ngoc
	Date create: 27.03.2018
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin-ext,vietnamese");

a:focus, a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}



#page {
    margin: 0 auto;
    /*background-image: url("/assets/img/background.jpg");
    background-repeat: repeat;*/
    /*background: #ffffff url("/assets/img/background_new.png");
    background-position-x: center;
    background-position-y: top;
    background-repeat: repeat;*/
}
/*#page::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}*/

@media (min-width: 1200px) {
    #page {
        width: 1200px;
    }
}

@media (max-width: 1199px) {
    #page {
        width: 100%;
    }
}

.mbtn {
    padding: 5px 15px;
    display: inline-block;
    color: #fff;
    border: 1px solid #ccc;
    margin: 0 10px 0 0;
    transition: all 0.5s ease;
}

    .mbtn:focus, .mbtn:hover {
        background-color: #02baef;
        color: #fff;
    }

.green {
    background-color: #cddc39;
}

.green-dark {
    background-color: #8bc34a;
}

/* header */
.header {
    position: relative;
    /*position: fixed;
    z-index: 999999;
    bottom: 130px;*/
}

    .header .header-top {
        text-align: right;
        padding: 5px 0;
        /*background-color: #02baef;*/
        background-color: transparent !important;
        position: absolute;
        /*transition: all 0.7s ease-out;*/
        z-index: 999999;
    }

@media (min-width: 769px) {
    .header .header-top {
        position: absolute;
        right: 35px;
       
        background-color: transparent;
        z-index: 99999;
    }
}


.header .banner {
    transition: all 0.7s ease-out;
    width: 100%;
    height: 150px;
    /*background: linear-gradient(to left, rgba(0,0,200,0), #00baef), #00baef url("/assets/img/banner.png") right top no-repeat;*/
    background: #ffffff url("/assets/img/banner_MotCua.png") top no-repeat;
    /*background: transparent;*/
}

.logo#normalLogo {
    position: absolute;
    /*top: 30px;
    left: 46px;*/
}

    .logo#normalLogo img {
        padding: 0;
        width: auto;
    }

/*.header .banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(150, 209, 251, 0.77);
}*/

.header .logo {
    position: absolute;
    top: 0;
    left: 15px;
}

    .header .logo img {
        padding: 25px 20px;
        width: 610px;
    }

@media (max-width: 768px) {
    .header .logo {
        /*top: 10px;*/
        top: 0;
        left: 0;
    }
}

.owl-item {
    opacity: 0;
    transition: all 0.9s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

    .owl-item.active {
        opacity: 1;
        transition: opacity 0.9s cubic-bezier(0.7, 0, 0.3, 1) 0.5s;
    }

.content-box {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 1px 0px;
    background-color: #e0f1f7;
}

    .content-box.c1 {
        height: 170px;
    }

    .content-box.c2 {
        height: 160px;
    }

    .content-box.c3 {
        height: 170px;
    }

    .content-box > div {
        position: relative;
        height: 100%;
        overflow: hidden;
    }

        .content-box > div > .list-news {
            position: absolute;
            /*-webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;*/
        }

.box .header-box {
    background-color: #1e7cb2;
    font-size: 14px;
    margin: 25px 0 0 0;
}

    .box .header-box a {
        display: block;
        padding: 5px 15px;
        font-size: 14.5px;
        text-align: center;
        line-height: 26px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
    }

.list-news li {
    /*border: 1px solid #ddd;*/
    /*border-top: 1px solid #ddd;*/
    font-size: 14.5px;
    /*border-top: 1px solid #97ccea;*/
    border-top: 1px solid #dde1e4;
    padding: 10px 10px 10px 20px;
    Background-color: #dff1f7;
    color: #292929;
    /*border-top: 0;*/
}

    .list-news li::before {
        margin-left: -10px;
        margin-right: 0;
        font-family: 'FontAwesome';
        font-weight: 900;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        float: left;
        position: relative;
        top: 0;
        content: "\f105";
        color: #1e7cb2;
        font-size: 10px;
    }

.list-news a {
    color: #4D4D4D;
}

    .list-news a:hover {
        color: #1e7cb2;
    }

.features {
    padding: 10px 0 25px 0;
    transition: all 0.7s ease-out;
}

    .features .feature-item {
        display: inline-block;
        height: 100%;
        width: 100%;
        margin-top: 15px;
        position: relative;
    }

        .features .feature-item::before {
            content: '';
            background: transparent;
            background: -moz-linear-gradient(-45deg, transparent 0%, transparent 25%, rgba(81, 84, 88, 0.15) 50%, rgba(103, 105, 105, 0.16) 75%, rgba(24, 47, 206, 0.7) 100%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 25%, rgba(81, 84, 88, 0.15) 50%, rgba(103, 105, 105, 0.16) 75%, rgba(24, 47, 206, 0.7) 100%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(135deg, transparent 0%, transparent 25%, rgba(81, 84, 88, 0.15) 50%, rgba(103, 105, 105, 0.16) 75%, rgba(24, 47, 206, 0.7) 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            background-size: 400% 400%;
            background-repeat: no-repeat;
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            cursor: pointer;
            transition: .5s all;
            width: 100%;
            height: 100%;
            border-radius: 6px;
        }

        .features .feature-item figcaption {
            position: absolute;
            left: 0;
            top: 75%;
            text-align: center;
            width: 100%;
            color: #fff;
            font-size: 15px;
            font-weight: 700;
            line-height: 20px;
            text-transform: uppercase;
        }

            .features .feature-item figcaption span {
                display: block;
            }

        .features .feature-item.txt-center figcaption {
            top: 60%;
        }

        .features .feature-item:hover::before {
            background-position: 100% 100%;
        }

        .features .feature-item img {
            width: 100%;
            border-radius: 6px;
        }

/* footer */
.footer {
    padding: 15px 0;
}

    .footer h2 {
        color: #26719f;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
    }

    .footer ul li {
        padding: 0 0 3px 0;
        color: #303030;
        font-size: 13.5px;
    }
    .footer ul li a{
        color: #000080;
    }
    /*.footer .fa {
        font-size: 13px;
        padding-right: 10px;
    }*/

    .footer .fa {
        float: left;
        width: 23px;
        text-align: center;
        line-height: 1.5;
    }

    .footer .fa {
        font-size: 13px;
        padding-right: 10px;
        padding-top: 3px;
    }

    .footer ul li span {
        display: block;
        margin-left: 23px;
    }

/* responsive */
@media (min-width: 992px) {
    .left {
        float: left;
    }

    .right {
        float: right;
    }
}

@media (max-width: 991px) {
    .left, .right {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .row-1 .col-xs-8,
    .row-1 .col-xs-4 {
        width: 100%;
    }

        .row-1 .col-xs-4 .col-xs-12 {
            width: 50%;
        }

    .row-2 .col-xs-4 {
        width: 50%;
    }

    .buttonGroup > button {
        min-width: 0 !important;
    }
}

@media (max-width: 600px) {
    .footer .col-xs-6 {
        width: 100%;
    }

    .features .feature-item {
        margin-top: 15px;
    }

    .slogan > img {
        visibility: hidden;
    }

    .header .banner {
        height: 130px;
        /*background: linear-gradient(to left, rgba(0,0,200,0), #fff), linear-gradient(to left, rgba(0,0,200,0), #fff), #fff url("/assets/img/banner_sub.png") top no-repeat;*/
        background: linear-gradient(to left, rgba(0,0,200,0), #fff), #fff url("/assets/img/banner_sub.png") top no-repeat;
    }

    /*.header .banner {
        height: 130px;
    }*/

    .logo#normalLogo img {
        visibility: hidden;
    }

    .header .logo img, .header h1.sloganHome, .header h1.whiteHome {
        visibility: visible;
        /*padding: 4px 20px;*/
    }

    div#sloganHome {
        margin-top: 40px;
        display: inline-block;
    }

    .header img.quochuyHome {
        width: 100px !important;
        height: auto !important;
        /*margin-top: 10px;*/
        float: left;
    }

    .header h1.sloganHome, h1.whiteHome {
        font-size: 11px !important;
        color: #fecc31 !important;
        margin-top: 0;
        font-weight: 700 !important;
        font-weight: bolder;
        -webkit-text-stroke-width: 0.3px;
        -webkit-text-stroke-color: #f32741;
    }

    #sloganBanner {
        position: fixed !important;
        width: 100% !important;
        margin-top: 27px !important;
        right: 0px !important;
    }

        #sloganBanner > strong {
            font-size: 13px !important;
        }
    #return-to-top {
        bottom: 60px !important;
    }
}

@media (max-width: 480px) {

    .row-1 .col-xs-8 .col-xs-6 {
        width: 100%;
    }

    .row-1 .col-xs-4 .col-xs-12 {
        width: 100%;
    }

    .row-2 .col-xs-4 {
        width: 100%;
    }

    .slogan .item-owl p {
        font-size: 10px;
        font-weight: 900 !important;
        padding-left: 58px;
        padding-right: 0px;
        padding-top: 10px;
    }
    
    /*.header .header-top {
       margin-left: 82px;
    }*/
}
/* end 25052018 */
.slogan {
    margin-top: 5px;
    /*margin-top: -80px !important;*/
}

.slogan {
    margin: 0;
    width: 100%;
    height: 0;
    text-align: center;
    color: #999;
    position: relative;
    bottom: -110px;
}

    .slogan > * {
        background: transparent !important;
    }

    .slogan > img {
        position: absolute;
        right: 0px;
        top: -91px;
    }

    .slogan .item-owl p {
        /*text-transform: uppercase;*/
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
        margin: 0;
        text-align: left;
        /*color: #feff02;*/
        color: #ce240a;
        padding: 5px 0px;
        padding-left: 120px;
        /*display: none;*/
    }


/*.slogan .item-owl {
    display: table;
	width: 100%;
	height: 100%;
    background-color: #e5e5e5;
}*/

#centeralign {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 70px;
    background: url("/assets/img/network-connections.png") center no-repeat;
    background-color: transparent;
    display: none;
}

h1[id='banner-title'] {
    text-transform: uppercase;
    color: #feff02;
    letter-spacing: 1pt;
    font-size: 17px;
    margin-top: 0px;
    padding-top: 10px;
    margin-bottom: 0px;
    font-weight: 600 !important;
    visibility: hidden;
}

@media (max-width: 600px) {
    .slogan {
        bottom: -70px;
    }
    /*.header .banner {
        background: linear-gradient(to bottom, rgba(0,0,200,0), #00baef), linear-gradient(to left, rgba(0,0,200,0), #00baef), #00baef url("/assets/img/banner.png") right top no-repeat;
    }*/
}

@media (max-width: 418px) {
    .slogan .item-owl p {
        font-size: 11px;
        font-weight: 600 !important;
        padding-left: 59px;
        padding-right: 0px;
        padding-top: 10px;
    }
}

@media (min-width: 420px ) and (max-width: 600px) {
    .slogan .item-owl p {
        font-size: 13px;
        font-weight: 900 !important;
        padding-left: 72px;
        padding-right: 0px;
        padding-top: 10px;
    }
}

@media (max-width: 360px) {   

    div#sloganHome {
        margin-top: 48px;
        margin-left: -10px;
    }

    .header h1.sloganHome, h1.whiteHome {
        font-size: 10px !important;
        font-weight: 900 !important;
    }
}
