.sy-section {
    padding: 100px 0;
}
.sy-title-large {
    font-size: 34px;
}

.text-white {
    color: #fff;
}

.sy-section-header h1 {
    color: #797979;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
}

.sy-section-header p {
    color: #8a8b8b;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    padding-bottom: 5px;
}

.feature-box {
    padding-top: 80px;
}

/*****************  banner  ***********************/
.banner {
    width: 100%;
    height: 600px;
}
.banner-content {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.box-banner-text {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    text-shadow: 0 0 4px #333;
}
.box-banner-text h3 {
    width: 60%;
    padding-bottom: 20px;
    line-height: 46px;
    font-size:32px;
    font-weight: bold;
}
.box-banner-text h4 {
    width: 70%;
    font-size: 18px;
    line-height: 24px;
}
.banner-minimg {
    position: absolute;
    width: 20%;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}


/*****************  application  **********************/
.sy-section-application {
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

.box-application {
    width: 100%;
    padding-top: 50px;
}

/*****************  news  **********************/
.box-news {
    width: 100%;
    padding: 10px;
}
.item {
    padding: 15px;
}
.item-new {
    box-shadow: 0 0 4px #AAA;
    cursor: pointer;
    transition : all 1s;
}
.item-new:hover {
    box-shadow: 0 0 10px #888;
}
.box-view {
    height: 250px;
}
.view {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #fff;
    height: 240px;
}
.view img {
    display: block;
    position: relative;
}
.view-tenth img {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.view-tenth:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-new-content {
    text-align: left;
    padding: 0 10px;
}
.box-new-content .title-new {
    color: #797979;
    font-size: 17px;
    line-height: 24px;
    height: 48px;font-size: 17px;
    line-height: 24px;
    height: 48px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.box-new-content .date-new {
    text-align: left;
    color: #898989;
}

/*****************  support  *******************/
.sy-section-support {
    position: relative;
    background-color: rgb(241, 242, 247);
}
.sy-section-support::after {
    content: "";
    position: absolute;
    bottom: -35%;
    width: 0;
    height: 0;
    border: 80px solid transparent;
    border-top-color: rgb(241, 242, 247);
    left: 50%;
    transform: translateX(-50%);
}

/*****************  menu  *******************/
.custom-menu {
    box-shadow: 0 0 2px #aaa;
}
.custom-menu ul, .custom-menu ul li {
    list-style: none;
    border: none;
}

.custom-menu ul {
    padding: 20px;
}

.custom-menu ul li {
    padding: 0;
}

.custom-menu {
    border: none;
    padding: 0 10px 10px 10px !important;
    box-sizing: border-box;
    background-color: white;
}

.custom-column-3 {
    width: 500px;
}
.custom-column-2 {
    width: 340px;
}
.custom-column-1 {
    width: 180px;
}
.custom-menu ul li a {
    border-bottom: none !important;
    /*padding: 0 !important;*/
    width: 100% !important;
    display: block;
    padding: 0 10px !important;
    min-width: 120px;
    max-width: 120px;
    box-sizing: border-box;
}
.custom-menu .menu-group {
    font-weight: bolder;
    border-left: 3px solid #004a98;
    padding-left: 5px;
    margin-bottom: 5px;
}
.menu-column {
    display: block;
    float: left;
}
.item-app {
    padding: 0 30px;
}
.btn-menu .icon {
    margin-left: 10px;
    margin-top: 5px;
    color: #9FA19F;
    font-size: 16px;
    height: 30px;
    padding-top: 5px;
    width: 30px;
    border-radius: 15px;
    border: 1px solid #9FA19F;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease-out;
}
.btn-menu .icon:hover {
    background-color: #004a98;
    color:white;
    border-color: #004a98;
}
.panel-search {
    height: 70px;
    padding: 15px;
    width: 100%;
    background-color: #DEDEDE;
    /*transition: all .5s;*/
    position: relative;
    display: none;
}
/*.panel-search.open {*/
/*    height: 70px;*/
/*    padding: 15px;*/
/*}*/
.box-search {
    width: 500px;
    background-color: white;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    border-radius: 20px;
    padding-left: 20px;
}
.box-search .input-search {
    width: 80%;
    border: none;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background-color: transparent;
}
.box-search .btn-search {
    display: inline-block;
    width: 16%;
    text-align: right;
    line-height: 40px;
    font-size: 20px;
    cursor: pointer;
}

.sy-common-header {
    font-size: 24px;
    color: #333;
    font-weight: 400;
    padding: 40px 0 10px 0;
}
.sy-common-header span {
    display: block;
    border-left: 4px solid #004a98;
    padding-left: 10px;
}

.mar-b-10 {
    margin-bottom: 10px;
}
.padding-20 {
    padding: 20px;
}

.sy-title {
    font-size: 24px;
    color: #333;
}
.gray-line {
    background-color: rgb(225, 225, 225);
    width: 100%;
    height: 1px;
}
.sy-btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    padding: 0 30px;
    font-size: 14px;
    transition: all .5s;
    cursor: pointer;
}
.sy-btn-outline {
    border: 1px solid #777;
    background-color: transparent;
    color: #777;
}
.sy-btn-outline:hover {
    border-color: #004a98;
    color: #004a98;
}
.sy-btn-hover-width:hover {
    padding: 0 45px;
}
.sy-btn-outline-hover-blue {
    border: 1px solid #004a98;
    background-color: transparent;
    color: #004a98;
}
.sy-btn-outline-hover-blue:hover {
    border: 1px solid #004a98;
    background-color: #004a98;
    color: #fff;
}
.sy-btn-blue {
    background-color: #004a98;
    color: white;
}
.sy-btn-blue:hover {
    background-color: #002a68;
    color: white;
}

.sy-link {
    color: #777;
    cursor: pointer;
    transition: all .5s;
}
.sy-link:hover {
    color: #004a98;
    text-decoration: underline;
}

.sy-light-link {
    color: #fff;
}
.sy-light-link:hover {
    color: #fff;
}

.sy-content * {
    max-width: 100%;
}


/********************* phone **************************/
@media screen and (orientation: portrait) {
    .phone-hidden {
        display: none!important;
    }
    .footer {
        display: none;
    }
    .box-search {
        width: 100%;
    }
    .custom-menu .menu-column {
        width: 100% !important;
    }
    .btn-menu {
        float: left;
    }
    .sy-section-support::after {
        content: "";
        display: none;
    }
    .navbar-brand {
        line-height: 50px;
        box-sizing: border-box;
        padding-top: 6px;
    }
    .navbar-brand img {
        width: 160px !important;
    }
    .banner {
        height: 400px;
    }
    .banner-content {
        background-size: contain;
    }
    .box-banner-text {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 5%;
        right: 5%;
        color: white;
    }
    .box-banner-text h3 {
        width: 100%;
        padding-bottom: 20px;
        line-height: 40px;
        font-size:28px;
        font-weight: bold;
    }
    .box-banner-text h4 {
        width: 100%;
        font-size: 16px;
        line-height: 20px;
    }

    .mar-b-30 { margin-bottom: 15px }
    .mar-b-40 { margin-bottom: 20px }
    .mar-b-50 { margin-bottom: 25px }
    .mar-b-60 { margin-bottom: 30px }
    .mar-b-70 { margin-bottom: 35px }
    .sy-section { padding: 50px 0; }
    .feature-box { padding-top: 40px; }
    .sy-title-large { font-size: 26px; }
}

.head-section .nav li.menu_selected > a {
    color: #004a98;
}

.header-phone {
    height: 70px;
    background-color: white;
    padding: 15px;
    position: relative;
}
.header-phone .logo{
    height: 40px;
    line-height: 40px;
}
.header-phone .logo img {
    height: 30px;
}
.box-btn-phone {
    position: absolute;
    height: 30px;
    right: 20px;
    top: 20px;
}
.btn-phone {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-left: 20px;
}
.btn-phone img {
    width: 100%;
    height: 100%;
}
.menu-phone {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    z-index: 100;
    padding: 30px;
    display: none;
    overflow-y: scroll;
}
.box-phone-close {
    height: 60px;
    line-height: 60px;
    text-align: right;
}
.btn-phone-close {
    height: 25px;
    display: inline-block;
}
.btn-phone-close img {
    height: 100%;
}
.item-phone-menu {
    padding: 0 20px;
    border-bottom: 1px solid #fff;
}
.title-phone-menu {
    font-size: 16px;
    color: white;
    padding: 15px 0;
    cursor: pointer;
}
.content-phone-menu {
    display: none;
}
.submenu-phone {
    font-size: 14px;
    color: white;
    margin-bottom: 8px;
    display: block;
    padding-left: 10px;
}
.box-phone-bottom {
    text-align: center;
    padding-top: 20px;
}
.btn-phone-login img {
    width: 25px;
}
.btn-phone-lang {
    color: #dbdbdb;
    font-size: 20px;
}

@media screen and (orientation: portrait) {
    .head-section {
        display: none;
    }
    .panel-search {
        display: none;
    }
}
@media screen and (orientation: landscape) {
    .header-phone {
        display: none;
    }
}