<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
    Theme Name: VN4U Themes
    Description: Website: http://vn4u.vn/ - HotLine: 0984 510 136
    Version: 1.0.0
    Author: VN4U
    Author URI: http://vn4u.vn/
    Tags: CÔNG TY GIẢI PHÁP CÔNG NGHỆ VN4U VIỆT NAM chuyên: thiết kế website bất động sản, thiết kế website tin tức, thiết kế website giáo dục, thiết kế website du lịch, thiết kế website nhà hàng - khách sạn, Chuyên dich vụ chạy quảng cáo google, facebook, seo 
*/
@font-face{
    font-family:UTMAvo;
    src: url('fonts/UTMAvo.woff') format('woff'),url('fonts/UTMAvo.ttf') format('truetype'),url('fonts/UTMAvo.svg') format('svg');
}
@font-face{
    font-family:UTMAvoBold;
    src:url(fonts/UTMAvoBold.eot);
    src:url(fonts/UTMAvoBold.eot?#iefix) format("embedded-opentype"),url(fonts/UTMAvoBold.woff) format("woff"),url(fonts/UTMAvoBold.ttf) format("truetype"),url(fonts/UTMAvoBold.svg#svgFontName) format("svg");
}
* {
    margin:0;
    padding:0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}
body{
    font-family: UTMAvo,Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #777;
}
a:link{
    text-decoration: none;
}
a, a:link, a:visited {
    outline: none;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #37c5f3;
}
a{
    /*color: #333;*/
    outline: none !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.st-pd {
    padding: 40px 0;
}
@media(max-width: 767px){
    .st-pd{
        padding: 20px 0;
    }
    body{
        font-size: 14px;
    }
}
.st-bk{
    background: linear-gradient(to right, #020475 , #3A5BA0 );
}

/*header*/
.header-nav {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 800;
    transition: all 0.3s;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 20%);
}
.hn-row {
    height: 85px;
    transition: all 0.3s;
}
.ul-nav-header&gt;li{
    display: inline-block;
    float: left;
}
.ul-nav-header&gt;li&gt;a{
    color: #020475;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 36px;
    padding: 0px 10px;
    display: block;
}
.ul-nav-header&gt;li:hover&gt;a,
.ul-nav-header&gt;li.current-menu-item&gt;a{
    color: #ed1b24;
}
.header-nav.fixed .hn-row{
    height: 60px;
}
.hn-logo img{
    height: 85px;
    transition: all 0.3s;
}
.header-nav.fixed .hn-row .hn-logo img{
    height: 60px;
}
.ul-nav-header li{
    position: relative;
}
.ul-nav-header li&gt;ul {
    min-width: 100%;
    width: 250px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 15%);
    z-index: 100;
}
.ul-nav-header ul li a {
    white-space: nowrap;
    display: block;
    color: #000;
    font-size: 13px;
    padding: 10px;
    line-height: 1.3;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ul-nav-header ul li a:hover {
    background-color: #020475;
    color: #fff;
}
.nav-header-inner{
    float: left;
}
@media(min-width: 1200px){
    .ul-nav-header li&gt;ul{
        position: absolute;
        left: 0;
        top: 100%;
        transform-origin: 0 0 0;
        min-width: 100%;
        transform: scale(0);
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease 0s;
        background-color: #fff;
    }
    .ul-nav-header li:hover&gt;ul{
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        visibility: visible;
    }
    .ul-nav-header&gt;li.menu-item-has-children&gt;a:after {
        content: "\f107";
        font-family: "Font Awesome 5 Pro";
        padding-left: 5px;
        font-weight: normal;
        font-size: 14px;
    }
}
/*End header*/
/*search*/
.search-btn {
    color: #020475;
    padding-left: 30px;
    font-size: 18px;
    float: right;
    line-height: 36px;
    position: relative;
}
.search-btn:hover{
    color: #ed1b24
}
.search-show{
    position: fixed;
    z-index: 1003;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.search-show.active {
    display: block;
}
.search-show .search-background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #0a0a0af2;
    opacity: 0.8;
    cursor: url(images/close-search.png),progress;
}
.mfp-close {
    opacity: .5;
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 1;
    line-height: 40px;
    border: none;
    background: none;
}
.search-show .search-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 600px;
    color: #fff;
    z-index: 2;
    transition: all 0.3s;
    max-width: 90%;
}
.search-show .search-inner input {
    width: 100%;
    background: rgba(255,255,255,0.2);
    border-radius: 99px;
    border: 1px solid rgba(255,255,255,0.09);
    padding: 0 50px 0px 20px;
    height: 50px;
    font-size: 18px;
    color: #fff;
}
.search-show .search-inner input::-webkit-input-placeholder,
.search-show .search-inner input::placeholder{
    color:#f2f2f2
}
.search-show .search-inner button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    border: none;
    background: none;
    width: 50px;
    font-size: 20px;
}
body.active{
    overflow: hidden;
}
@media(max-width: 1199px){
    .search-btn{
        padding: 0;
        position: absolute;
        top: -46px;
        right: 15px;
    }
}
/*End search*/
.main-content{
    padding-top: 85px;
}
@media(max-width: 1199px){
    .nav-header-inner {
        -moz-transform: translateX(-80em);
        -webkit-transform: translateX(-80em);
        -ms-transform: translateX(-80em);
        transform: translateX(-80em);
        -moz-transition: -moz-transform .5s ease;
        -webkit-transition: -webkit-transform .5s ease;
        -ms-transition: -ms-transform .5s ease;
        transition: transform .5s ease;
        -webkit-overflow-scrolling: touch;
        width: 290px !important;
        height: 100vh;
        overflow-y: auto;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1002;
        padding: 0;
        background: #222222;
        display: block;
    }
    .nav-header-inner.active {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .close-nav-header {
        display: block;
        color: #fff;
        right: 0px;
        background: #020475;
        border-radius: 0px;
        line-height: 25px;
        font-size: 20px;
        z-index: 2;
        position: absolute;
        padding: 0px 7px;
    }
    .close-nav-header:before {
        content: "\f00d";
        font-family: "Font Awesome 5 Pro";
    }
    .click-main-nav {
        padding: 8px;
        background-color: #020475;
        border-radius: 2px;
        z-index: 100;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    .hn-row{
        flex-wrap: wrap;
        height: 60px;
    }
    .hn-logo{
        text-align: center;
    }
    .header-nav .container{
        position: relative;
    }
    .click-main-nav .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        background: #fff;
    }
    .click-main-nav .icon-bar+.icon-bar {
        margin-top: 4px;
    }
    .backdrop {
        transition: visibility 0s, opacity 0.15s linear;
        opacity: 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1040;
        background-color: #000;
        visibility: hidden;
    }
    .backdrop.active {
        opacity: 0.4;
        z-index: 1001;
        visibility: visible;
    }
    .ul-nav-header{
        margin-top: 30px;
        float: left;
        width: 100%;
    }
    .ul-nav-header&gt;li{
        width: 100%;
        position: relative;
        padding: 0;
    }
    .ul-nav-header&gt;li&gt;a {
        display: block;
        color: #bbbbbb;
        text-align: left;
        border-bottom: 1px solid #333;
        border-right: none;
        line-height: 40px;
        padding: 0px 15px;
        font-size: 13px;
        font-weight: bold;
        text-transform: capitalize;
    }
    .ul-nav-header&gt;li:last-child&gt;a{
        border-bottom: none;
    }
    .ul-nav-header&gt;li.ycbg&gt;a{
        margin: 10px 15px;
    }
    .ul-nav-header&gt;li.current-menu-item&gt;a, .ul-nav-header&gt;li:hover&gt;a{
        background-color: transparent;
        color: #fff !important;
    }
    .ul-nav-header&gt;li&gt;ul{
        display: none;
    }
    .ul-nav-header ul li a,
    .ul-nav-header ul li:last-child&gt;a{
        border-bottom: 1px solid #333;
        color: #bbbbbb;
        text-transform: capitalize;
    }
    .ul-nav-header ul li a:before{
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        color: #6e6e6e;
        padding-right: 6px;
        font-size: 13px;
        content: "\f0da";
    }
    .open-submenu{
        position: absolute;
        padding: 0px 10px;
        right: 10px;
        top: 0;
        line-height: 42px;
        color: #bbbbbb
    }
    .open-submenu:before{
        content: "\f0d7";
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
    }
    .open-submenu.active:before{
        content: "\f0d8";
    }
    .hn-inner{
        position: absolute;
    }
    .logo{
        width: 100%;
        text-align: center;
    }
    .hn-search{
        position: absolute;
        right: 15px;
    }
    .hn-logo img{
        height: 60px;
    }
    .main-content{
        padding-top: 60px;
    }
}


/*footer*/
.footer{
    padding: 30px 0 0;
    color: #fff;
    font-size: 14px;
    text-align: justify;
    /*border-bottom: 20px solid #111111;*/
}
.footer a{
    color: #fff;
}
.footer a:hover{
    color: #ffcc00
}
.ft-title{
    font-size: 16px;
    color: #ffcc00;
    line-height: 25px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 10px;
}
.ft-address li{
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}
.ft-address li:before{
    position: absolute;
    content: "\f3c5";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    left: 0;
    top: 1px;
}
.ft-menu li{
    margin-bottom: 10px;
}
.ft-menu li:before{
    content: "》"
}
.ft-social{
    margin: 20px 0 10px;
}
.ft-social li{
    float: left;
}
.ft-social li a{
    width: 33px;
    height: 33px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #ffd33a;
    background: #222222;
    margin-right: 7px;
    margin-bottom: 7px;
    border: 2px solid #ffd33a;
}
.ft-social li a:hover{
    color: #fff;
}
.ft-social li a.face:hover{
    background: #3a589d;
    border-color: #3a589d;
}
.ft-social li a.instagram:hover{
    background: #e80c26;
    border-color: #e80c26;
}
.ft-social li a.twitter:hover{
    background: #2478ba;
    border-color: #2478ba;
}
.ft-social li a.gooogle:hover{
    background: #dd4e31;
    border-color: #dd4e31;
}
.ft-social li a.email:hover{
    background: #111;
    border-color: #111;
}
.ft-social li a.linkedin:hover{
    background: #0072b7;
    border-color: #0072b7;
}
@media(max-width: 767px){
    .ft-item{
        margin-bottom: 20px;
    }
    .footer{
        padding-bottom: 0;
    }
}
/*End footer*/</pre></body></html>