body > img:first-child {
    display: none;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

@font-face {
    font-family: 'mplus';
    src:
        url('../fonts/mplus-1c-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mplus';
    src:
        url('../fonts/mplus-1c-bold.ttf') format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: 'mplus-heavy';
    src:
        url('../fonts/mplus-1c-heavy.ttf') format('truetype');
    font-weight: bold;
}
body {
    font-family: 'mplus', sans-serif;
    /*font-size: 13px;*/
    line-height: 23px;
    font-weight: 400;
    color: #666;
    position: relative;
    background-color: #fff;
    overflow-y: scroll;
}
img{
    max-width: 100%;
    height: auto;
}
.header-outer {
    backface-visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}
a {
    color: #444;
    transition: color 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
}
.ul-nav-top {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    float: right;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.li-nav-top {
    padding: 0 5px;
    white-space: nowrap;
    background-color: black;
    float: left;
}
.li-nav-top a:hover {
    color: #E57E21;
    text-decoration: none;
}
.a-nav-top {
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.table-contact {
    background-color: transparent !important;
    border: medium none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 7px 0 0;
    position: inherit;
    white-space: nowrap;
    z-index: 999;
}
.caro {
    background-image: url("/img/bg.head.png");
    background-size: cover;
    height: 103px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
#header-nav {
    backface-visibility: hidden;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: background-color 0.1s ease-in-out 0s;
    //    border-bottom: 2px solid;
    z-index: 101;
    width: 100%;
}
#header-nav .container{
    padding: 0px;
}
#header-nav .nav-menu {
    display: inline-block;
    vertical-align: middle;
}

#header-nav .nav-menu li {
    position: relative;
   // min-width: 140px;
}
#header-nav .nav-menu li.contact{
    clear: initial;
    border-bottom: none;
    border-top: none;
}

#header-nav .nav-menu li a {
    color: #333;
    display: block;
    position: relative;
    text-transform: uppercase;
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
    overflow: hidden;
    padding-bottom: 0px;
    padding-top: 0px;
}

#header-nav .nav-menu li a i {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 2px;
}

#header-nav .nav-menu > ul > li {
    display: inline-block;
    float: left;
    border-left: 1px solid #adadad;
}
#header-nav .nav-menu > ul > li:last-child{
    border-right: 1px solid #adadad;
}

#header-nav .nav-menu > ul > li > a:after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#header-nav .nav-menu > ul > li.active > a:after, #header-nav .nav-menu > ul > li > a:hover:after {
    width: 100%;
    background-color: #333;
}
#header-nav .nav-menu > ul > li > a > .menu-text{
    /*    position: absolute;
        bottom: 0;*/
    width: 100%;
    padding-top: 10px;
}
#header-nav .nav-menu > ul > li > a > .menu-text .menu-name{
    display: inline;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
#header-nav .nav-menu > ul > li > a > .menu-text .menu-desc{
    font-size: 15px;
    line-height: 17px;
    text-transform: uppercase;
    margin: 0 0 5px;
}
/*------------  ( Mobile Menu )  ------------*/
#header-nav .show-menu {
    display: none;
    float: right;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}

#header-nav .show-menu  {
    margin-left: 30px;
    position: fixed;
    background: #e57e21;
    right: 0px;
    padding: 10px !important;
    margin: 5px;
    border-radius: 5px;
    height: 45px !important;
    width: 45px;
}
#header-nav .show-menu.show-menu-top{
    /*padding-top: 30px !important;*/
}
#header-nav .show-menu span {
    display: block;
    text-align: center;
    height: 20px;
    position: relative;
    top: 5px;
    margin-top: -10px;
}

#header-nav .show-menu i {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 2px;
    transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    background-image: url(/img/menu-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.mobile-nav {
    display: none;
    position: fixed;
//    top: 65px;
    bottom: 42px;
    right: 10px !important;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    overflow: auto;
    //background-color: #222;
    z-index: 99998;
    padding: 50px 0px 0px;
  //  padding-bottom: 96px;
    overflow-y: scroll;
}
.mobile-nav .mobile-menu ul{
        margin-left: 20px;
    border: 2px solid #FFFFFF;
    padding: 0px;
    border-bottom: none;
}
.mobile-nav.mobile-nav-top{
 //   top: 10px;
}

.mobile-nav .close-mobile-nav {
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    z-index: 99999;
    line-height: 26px;
    font-size: 16px;
    color: rgba(255,255,255,0.2);
    background-color: #222;
    cursor: pointer;
    border: 2px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.mobile-nav .close-mobile-nav:hover {
    border-color: #f1b458;
    background-color: #f1b458;
    color: #444;
}

.mobile-nav .mobile-menu ul li {
    padding-left: 20px;
}

.mobile-nav .mobile-menu > ul > li {
    list-style: none;
    padding-left: 24px;
    padding-right: 20px;
    border-bottom: 1px solid #fff;
}

.mobile-nav .mobile-menu ul ul {
    padding: 0 0 10px 0;
}

.mobile-nav .mobile-menu > ul > li:first-child {
    border-top: 1px solid rgba(255,255,255,0.05);
}

.mobile-nav .mobile-menu ul li a {
    color: white;
    font-size: 20px;
    display: block;
    position: relative;
    padding: 8px 0;
    text-transform: uppercase;
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
    overflow: hidden;
    transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
}

.mobile-nav .mobile-menu > ul > li > a {
    padding: 10px 0;
}

.mobile-nav .mobile-menu ul ul li:first-child a {
    padding-top: 0;
}

.mobile-nav .mobile-menu ul li a:hover, #header-nav .mobile-menu ul li.current-menu-item > a {
    color: #f1b458;
    text-decoration: none;
}
.affix{
    position: fixed !important;
     -webkit-transition: all 1s ease-in !important;
    transition: all 1s ease-in !important;
}
.head-affix{
    position: fixed !important;
    top: -200px;
}
#header-nav.affix {
    top: -95px !important;
}
/*@media(max-width: 767px){
    #header-nav.affix{
        position: relative !important;
    }
}*/
@media(min-width: 768px){
    #header-nav.affix {
        top: -80px !important;
        border-bottom: 5px solid;
    }
    .head-black-title{
        margin-top: 20px;
    }
    .border-tet{
        border: 5px solid #e71818;
         margin: 20px 0px;
    }
}
@media (min-width: 1200px){
    #header-nav.affix {
        top: -90px !important;
    }
}
/* Breadcrumb */
.breadcrumb{
    margin-bottom: 0;
    background: #F5BB0C;
    border-bottom: 1px solid #fff;
}
.breadcrumb a:hover{
    text-decoration: none;
    color: #E67B22;
}
.breadcrumb .breadcrumb-container{
    padding: 0;
}
/* Home Page */
.server-main {
    background: #f5bb0c;
}
.home-page .cube{
    position: relative;
}
.home-page .cube .cube-wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
}
.home-page .cube .cube-wrap .cube-circle{
    height: 65%;
    align-items: flex-end;
    display: flex;
    justify-content: flex-start;
    margin: 0;
    display: -webkit-box;
    -webkit-box-pack: start; /* justify-content */
    -webkit-box-align: end; /* align-items */
}
.home-page .cube .cube-wrap .cube-text{
    height: 35%;
    align-items: flex-end;
    display: flex;
    display: -webkit-box;
    -webkit-box-align: end; /* align-items */
}
.home-page .cube .head-img{
    width: 100%;
    height: auto;
}
.home-page .cube .cube-circle .pcube{
    align-items: center;
    background: rgba(230, 123, 34, 0.7);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    display: -webkit-box;
    -webkit-box-pack: center; /* justify-content */
    -webkit-box-align: center; /* align-items */
    margin: 0 20px;
    padding: 20px;
    width: 170px;
    height: 170px;
}
.home-page .cube .cube-circle .pcube p{
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}
.top-text {
    padding-bottom: 20px;
}
.top-text div {
    color: #fff;
    font-size: 30px;
    font-weight: bolder;
    height: 40px;
    margin-left: 40px;
    padding-top: 13px;
    text-shadow: 0 1px 2px #000;
}
.top-text span {
    color: #fff;
    display: inline-block;
    font-size: 26px;
    font-weight: bolder;
    padding-left: 40px!important;
    text-shadow: 0 1px 2px #000;
}
.head-black {
    background-image: url("/img/home/head1.png");
    background-repeat: repeat-x;
    /*margin-bottom: 20px;*/
    margin-top: 20px;
    position: relative;
}
/*.container1, #copyright .container {
    width: 1170px;
}*/
.head-black .arrow {
    background-image: url("/img/home/arrow-head.png");
    background-repeat: no-repeat;
    background-size: contain;
    color: #c41118;
    font-size: 26px;
    font-weight: bold;
    height: 150%;
    line-height: 30px;
    padding-left: 8%;
    padding-top: 5%;
    position: absolute;
    right: 40px;
    text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
    top: -20px;
    width: 500px;

}
.message {
    display: inline-block;
    margin-top: -10px;
    position: inherit;
    text-align: center;
    width: 100%;
    z-index: 100;
}
.toppage-message {
    background: #edebe9 none repeat scroll 0 0;
    //   height: 450px;
    margin-top: 0;
}
.server-main .head-black .message .cloud-desk {
    //    height: 100% !important;
}
.head-blue {
    background-image: url("/img/home/head2.png");
    background-repeat: repeat-x;
    margin-bottom: 20px;
    /*margin-top: -40px;*/
    position: relative;
    text-align: center;
}
.head-blue .blue-title {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 70px;
    padding: 40px 0;
}
.head-blue .content {
    background-color: #fff;
    color: #000;
    padding-top: 40px;
}
.text-toppage {
    font-size: 34px !important;
}
.home-page .home-info{
    border-top: 1px solid #cccccc;
    background: #F5F5F5;
    padding: 50px;
    display: inline-block;
    width: 100%;
}
.home-page .home-info .home-info-title {
    display: inline-flex;
    display: -webkit-box;
    -webkit-box-pack: center;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}
.home-page .home-info .home-info-title .home-info-arrow-down {
    width: 0; 
    height: 0; 
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    border-top: 33px solid #E67B22;
    position: absolute;
    left: -25px;
    top: -5px;
}
.home-page .home-info .home-info-title .home-info-text {
    padding-left: 20px;
    padding-top: 5px;
    font-size: 40px;
}
.home-page .home-info .home-info-desc{
    font-size: 20px;
    padding-top: 30px;
}
.home-page .home-info .home-info-desc b{
    font-size: 25px;
}
.home-page .home-info .home-info-detail{
    margin-top: 20px;
}
.home-page .home-info .circle{
    background: #fff;
    border-radius: 100%;
    padding: 15px;
    display: inline-block;
    margin-bottom: 25px;
    width: 370px;
    height: 370px;
}
.home-page .home-info .circle.circle-blue{
    border: 10px solid #003366;
}
.home-page .home-info .circle.circle-orange{
    border: 10px solid #E67B22;
}
.home-page .home-info .circle .circle-title{
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
    margin: 0px auto;
}
.home-page .home-info .circle .circle-desc{
    font-size: 14px;
    padding: 10px 20px;
    text-align: justify;

}
.home-page .home-info .arrow-box {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 0;
}
.home-page .home-info .arrow-box.arrow-box-blue {
    border: 3px solid #003366;


}
.home-page .home-info .arrow-box.arrow-box-orange {
    border: 3px solid #E67B22;
}
.home-page .home-info .arrow-box:after, .arrow-box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.home-page .home-info .arrow-box.arrow-box-blue:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #003366;
    border-width: 15px 15px 30px;
    margin-left: -15px;
}
.home-page .home-info .arrow-box.arrow-box-blue:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #003366;
    border-width: 15px 15px 30px;
    margin-left: -15px;
}
.home-page .home-info .arrow-box.arrow-box-orange:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #E67B22;
    border-width: 15px 15px 30px;
    margin-left: -15px;
}
.home-page .home-info .arrow-box.arrow-box-orange:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #E67B22;
    border-width: 15px 15px 30px;
    margin-left: -15px;
}
.home-page .home-info .arrow-box .arrow-title{    
    color: #fff;
    padding: 15px 0;
    font-size: 25px;
    display: list-item;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    list-style-position: inside;
    margin: 0px;
}
.home-page .home-info .arrow-box.arrow-box-blue .arrow-title{
    background: #003366;
}
.home-page .home-info .arrow-box.arrow-box-orange .arrow-title{
    background: #E67B22;
}
.home-page .home-info .arrow-box .arrow-content{
    font-size: 16px;
    font-weight: bold;
    text-align: justify;
    padding: 15px 0;

}
.home-page .home-info .arrow-box .arrow-content>ul{
    padding: 0 10px 0 30px;
    margin: 0;
}
.home-page .home-info .arrow-box.arrow-box-blue .arrow-content>ul > li{
    font-size: 20px;
    color: #003366;
}
.home-page .home-info .arrow-box.arrow-box-orange .arrow-content>ul > li{
    font-size: 20px;
    color: #E67B22;
}
.home-page .home-info .arrow-box .arrow-content>ul > li > span{
    font-size: 18px;
    color: #000000;
}
#header{
    background: #ccc;
}

#footer .server-main .row .container1 .col-md-10{width:100%;}
#footer .server-main .row .container1 .col-sm-offset-1{margin-left:0;}

.footer_content {

    width: 100%;
    background-color: #E67B22;
    padding: 15px 0 15px 0;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    color: white;
}
.copyright {
    position:relative;
    font-size:85%;
    letter-spacing:1px;
    background-color:#E67B22;
    padding:12px 0;
}

.copyright,.copyright a {
    color:#fff;
}

.copyright a {
    color:#f1b458;
}

.footer {
    background-color: #E67B22;
    padding: 15px 0 15px 0;
    position: relative;
    font-size: 15px;
    font-weight: bold;
}

/* Support Page */
/* Support Banner */
.support-page .banner-top .row{
    background: #fff;
}
.support-page .banner-top .banner-wrap {
    background: url('/img/support/support.png') right center;
    background-size: cover;
}
.support-page .banner-top .banner-wrap .text-wrap .text-head {
    /*padding-right: 20%;*/
    border-bottom: 3px solid #F5BB0C;
}
/* End Support Banner */
.support-head{
    padding: 0;
}
.support-page .head-caro .content-check{
    margin-bottom: 60px;
}
.support-page .head-caro .feature .feature-img{
    float: left;
    vertical-align: top;
}
.support-page .head-caro .feature p{
    padding-left: 60px;
    text-align: left;
}
.support-page .head-caro .feature .feature-item{
    margin: 20px 0 20px;
}
.support-page .head-blue{
    margin-bottom: 0;
}
.head1 {
    background: rgba(0, 0, 0, 0) url("/img/support/bg-head.png") no-repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 40px;
    height: 75px;
    line-height: 75px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-left: 100px;
}
.banner {
    background-image: url("/img/support/banner1.png");
    display: inline-table;
    padding: 30px;
}
.banner .text-white {
    color: #ffffff;
    font-size: 44px;
    line-height: 55px;
    text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}
.banner .text-bg-black {
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 28px;
    line-height: 44px;
    padding: 20px;
}
.content-check {
    background-color: #fff;
    border-radius: 10px;
    color: #333;
    font-size: 21px;
    padding: 20px;
    text-align: left;
}
.arrow-down {
    background-image: url("/img/support/arrow-down.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 200px;
    width: 500px;
}
.message1 {
    background-image: url("/img/support/message2.png");
    height: 214px;
    margin-left: 50px;
    margin-top: -120px;
    position: inherit;
    width: 277px;
    z-index: 80;
}
/* Contact */
.contact .contact-call{
    background: #e67b22;
    display: inline-flex; 
    align-items: center; 
    justify-content: flex-end;
    display: -webkit-box;
    -webkit-box-pack: end; /* justify-content */
    -webkit-box-align: center; /* align-items */ 
    padding: 20px 60px;
    border-right: 1px solid #cccccc;
}
.contact .contact-call .contact-call-image{
    float: left;
    position: absolute;
    left: -25px;
}
.contact .contact-call .contact-call-content{
    color: rgb(255, 255, 255);
    text-align: center;
    float: right;
}
.contact .contact-call .p-big{
    font-size: 40px;
}
.contact .contact-call .p-small{
    font-size: 15px;
}
.contact .contact-call .p-normal{
    font-size: 25px;
}
.contact .contact-call .p-bigger{
    font-size: 30px;font-weight: bold;
}
.contact .contact-mail{
    align-items: center;
    background: #666666 none repeat scroll 0 0;
    display: flex;
    justify-content: flex-start;
    display: -webkit-box;
    -webkit-box-pack: start; /* justify-content */
    -webkit-box-align: center; /* align-items */
    padding-left: 70px;
}
.contact .contact-mail .contact-mail-content{
    padding-left: 35px;
    text-align: center;
}
.contact .contact-mail .contact-mail-content a{
    color: #fff;
    font-size: 35px;
    line-height: 40px;
    transition: all 0s ease 0s;
}
.contact{
    clear: both;
    border-bottom:1px solid #cccccc;
    border-top: 1px solid #cccccc;
}
.contact .contact-mail .contact-mail-image, .contact .contact-mail .contact-mail-content a:hover{
    text-decoration: none;
    cursor: pointer;
}
/* End Contact Element*/
.head-caro {
    background-image: url("/img/support/caro.png");
    background-repeat: repeat-x;
    /*margin-top: -20px;*/
}
.image-vn {
    background-image: url("/img/support/vn.png");
    height: 148px;
    left: 25px;
    position: absolute;
    top: -40px;
    width: 89px;
}
.content-star {
    color: #ccc;
    font-size: 22px;
    margin: 20px 0;
}
.content-star {
    color: #ccc;
    font-size: 22px;
    margin: 20px 0;
}
.content-star span {
    color: #333;
    display: inline-block;
}
.bg-soc {
    background-image: url("/img/support/bg-soc.png");
    border-radius: 5px;
    display: inline-block;
    padding: 10px;
}
select {
    background-color: #fff;
    border: 2px solid #eee;
    color: #aaa;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    padding: 6px 12px;
    width: 100%;
}
.styled-select {
    position: relative;
}
#tbLanding .dropdown{
    width: 195px;
}
#tbLanding .controlLanding .td03{
    text-align: justify;
}
.tbl01, .tbl01 tr, .tbl01 td, .tbl01 th {
    background-color: transparent !important;
    border: medium none;
    color: #fff;
    font-size: 15px;
    height: auto;
    margin: 0;
    padding: 10px;
}
table td {
    white-space: nowrap;
}
.td07 {
    min-width: 77px;
}
.action-form .label {
    color: #555;
    font-size: 14px;
    line-height: 1.42857;
    font-family: "Open Sans",sans-serif;
    border-radius: 0;
    font-weight: normal;
    padding: 0;
    white-space: inherit;
    display: flex;
    display: -webkit-box;
}
table tr:nth-child(2n+1) {
    background-color: #eeeeee;
}
#addLanding {
    color: #333;
    background: #F0F0F0;
    width: 100%;
}
#total_price {
    background: #e2fea0 none repeat scroll 0 0;
}
.price_money, #total_price {
    color: #c08b0c !important;
    text-align: right;
}
.height-space-40{
    height: 40px;
}
.height-space-60{
    height: 60px;
}
.head-gold .gold-title {
    color: #000;
    font-size: 40px;
    font-weight: bold;
    height: 100px;
    padding: 20px;
    text-align: center;
}
.head-gold .content {
    background: #fff none repeat scroll 0 0;
    display: flex;
    display: -webkit-box;
}
.staff .staff-intro{
    padding: 0;
}
.staff .staff-item img{
    width: 200px;
    height: auto;
}
.staff-item {
    text-align: center;
}





.aboutus .title_header .description{
    display: inline-table;

    color: #000;
}


.aboutus .title_header img{

    padding-right: 15px;
    vertical-align:  top;
}

.aboutus .title_header{
    margin: 40px 0px 0px 0px;
}

.aboutus .text{

    padding-top: 20px !important;
    padding-bottom: 20px !important;
    border-bottom-color: #ccc !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
}

.aboutus .description p{
    margin-bottom: 40px;

    font-size: 40px;
    margin-left: 10px;
}


.boder{
    border-bottom: 1px solid #ccc; width: 100%;
    margin-top: 30px;
}


.aboutus .title_header .text p{
    font-size: 15px;
    line-height: 20px;
    /*margin-left: 40px;*/
    color: #000;

}

.aboutus .item {
    padding-top: 20px !important;

    padding-bottom: 20px !important;
    border-bottom-color: #ccc !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
}


.aboutus .item:last-child{
    border-bottom-color: #ccc !important;
    border-bottom-style: solid !important;
    border-bottom-width: 0px !important;
}

.aboutus .title p{
    margin-left: 0px;
}

.frame {
    padding-bottom: 10px;
}

.text_price{
    padding-top: 70px;


}
.text_price p{
    font-size: 36px;
    color: #666666;
    padding-left: 30px;
}
.solid-line{
    border-bottom: 1px solid #000000;
    width: 100%;
    padding-top: 20px;
}

.title_price{
    padding-left: 0px; 
    padding-right: 0px; 
}

.coin{
    padding-left: 0px; 
    padding-right: 0px; 
}

.x_price{
    margin: 40px auto;
    text-align: center;
}

.text_count p{
    font-size: 37px;
    padding-top: 24px;
    line-height: 23px;
    font-weight: 400;
    color: #666;
}

.offer p{
    color: #666;
    font-size: 20px;
}

.table_price p{
    text-align: center;
    font-size: 23px;
    color: #ffffff;
    padding: 10px;
}
.table_price{
    background-color: #999999;
    padding-left: 0px; 
    padding-right: 0px; 
}
.border_right{
    border-right: 2.5px solid #fff;
}
.border_left{
    border-left: 2.5px solid #fff;
}

.cell-price{
    padding-bottom: 5px;
}

/* Contact Page */
.contact-intro{
    color: #000;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
}
.contact-intro .contact-title{
    font-size: 40px;
}
.contact-intro p{
    padding: 10px;
}
.contact-intro .contact-title span{
    padding-left: 30px;
}
.contact-intro .contact-title img, .contact-detail .contact-field .contact-field-title img{
    vertical-align: top;
}
.contact-detail{
    font-size: 15px;
    background: #666666;
    color: #fff;
}
.contact-detail:last-child{
    padding-bottom: 30px;
}
.contact-detail input, .contact-detail select, .contact-detail textarea{
    color: #666;
    display: inline-block;
    width: 100%;
}
.contact-detail textarea{
    overflow-y: scroll;
    padding: 10px;
    resize: none;
}
.contact-detail .contact-field{
    padding: 25px;
}
.contact-detail .contact-field .contact-field-title{
    padding: 25px 0;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}
.contact-detail .contact-field .contact-field-title span{
    padding-left: 15px;
}
.contact-detail .contact-field .contact-field-title span.sub{
    padding-left: 15px;
    font-size: 15px;
    font-weight: normal;
}
.contact-detail .contact-field .contact-field-title .validate {
    color: #f0f0f0;
    font-size: 13px;
    font-weight: normal;
}
.contact-detail .contact-field .contact-field-item{
    padding: 30px 0;
    border-bottom: 1px solid #fff;
}
.contact-detail .contact-field .contact-field-item .item-title{
    text-align: center;
}
.contact-detail .submit-icon{
    margin-top: 30px;
}
.contact-detail .submit-icon img:hover{
    cursor: pointer;
}
.no-border{
    border: none!important;
    padding-bottom: 0!important;
}
.price{
    margin: 60px 0px 0px;
}
.mobile{
    display: none;
}

/*13/11/2015  Le Thi Nu   Sitemap*/


.desp_sitemap, .menu_item{
    display: inline-block;
}

.desp_sitemap p{
    font-size: 40px;
    padding-left: 40px;
}
.title_sitemap {
    text-align: center;
    padding: 60px;
}

.sitemap img{
    vertical-align: top;
}

.menu_item p{
    color: #e57d21;
    font-size: 18px;
    padding-left: 10px;
}

.quest_sitemap{
    margin-bottom: 70px;
    margin-top: 70px;
    margin-left: 20px;
    border-bottom: 1px solid #ccc;
}


.tab_menu .col-md-3{
    padding-left: 0px;
    padding-right: 0px;
    align-items: flex-start;
    display: inline-flex;
    justify-content: flex-start;
    display: -webkit-flex;
    -webkit-box-pack: start;
    -webkit-box-align: start;
}


.sitemap{
    background-image: url('/img/bg.fw_.png') ;
    background-repeat: no-repeat;
    background-position: 0% 100%;
}



@media(max-width: 991px) and (min-width: 768px){

    .sitemap{
        background-image: none;


    }

    .sitemap p{  
        color: #e57d21; 

    }

    .tab_menu .col-md-3{
        margin-bottom: 20px;
    }
}

@media(max-width: 767px){

    .sitemap{
        background-image: none;


    }



    .tab_menu img{
        width: 30px;
        height: 30px;
    }

    .sitemap .container .menu_item p{  
        color: #e57d21; 
        padding-left: 40px !important;

    }
    .tab_menu .col-md-3{
        margin-bottom: 20px;
    }

    .title_sitemap {

        margin: 20px 0px;
        padding-left: 0px;
        text-align: left;
    }
    .desp_sitemap p {
        font-size: 26px;
        padding-left: 30px;
    }
    .quest_sitemap {
        margin-bottom: 10px;
        margin-top: 10px;
        margin-left: 0px;

    }
    #footer{
        padding-bottom: 52px;
    }

}


@media (max-width: 767px){
    .aboutus   .description p{
        font-size: 20px  !important;
        margin-bottom: 20px;
        margin-left: 10px; 
    }

    .aboutus  .title_header img {

        padding-left: 5px; 
    }

    .aboutus .title{
        border-bottom: 1px solid #ccc;
        margin-left: 0px; 
        padding-bottom: 10px;
    }
    .aboutus .item {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }


    .price .title .text p{
        color: #000000;
    }
    .title p{
        margin-left: 5px;
    }


    .aboutus .col-md-10 p{
        margin-left: 14px;
    }




    .aboutus .col-md-10 p{
        margin-top: 15px !important;
    }

    .aboutus .avatar{
        border-bottom: 1px solid #ccc;
    }

    .border_right{
        border-right: 1px solid #fff;
    }
    .border_left{
        border-left: 1px solid #fff;
    }

    .cell-price{
        padding-bottom: 1px;
    }
    .table_price p{
        font-size: 15px;
        color: #ffffff;
    }

    .solid-line{
        padding-top: 0px;
    }
    .text_price p {

        padding-left: 7px;
        font-size: 16px;
    } 

    .theme {
        padding-left: 7px;
    }

    .text_price {
        padding-top: 50px;
    }

}
/* App - TDD */
/* App Banner Top */
.app .banner-top .banner-wrap {
    background: url('/img/app/banner.jpg') right center;
    background-size: cover;
}
.app .banner-top .banner-wrap .text-wrap .text-head {
    /*padding-right: 20%;*/
    border-bottom: 3px solid #E57E21;
}
/* End App Banner Top */
.app .app-info>.row{
    border-top: 1px solid #cccccc;
}
.app .app-info>.row, .app-service{
    padding: 20px 0 15px;
    /*border-bottom: 1px solid #ccc;*/
}
.app .app-info .app-info-container{
    position: relative;
    display: inline-block;
}
.app .app-info .app-info-content{
    margin-left: 50px;
}
.app .app-info .app-info-title{
    text-align: center;
    padding: 0 0 20px;
}
.app .app-info .app-info-title span{
    font-size: 32px;
    font-weight: bold;
    color: #E57E1F;
    line-height: 34px;
}
.app .app-info .app-info-content .row{
    margin-bottom: 2px;
}
.app .app-info .app-info-content .app-info-text{
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
}
.app .app-info .app-info-content .app-info-text{
    padding: 10px;
}
.app .app-info .app-info-content .app-info-text.bigger{
    padding: 20px;
}
.app .app-info .app-info-content .app-info-text.yellow{
    background: #FFCC00;
}
.app .app-info .app-info-content .app-info-text.blue{
    background: #5CBCCB;
}
.app .app-info .app-info-content .app-info-text.orange{
    background: #EA964A;
}
.app .app-info .app-info-content .app-info-text.red{
    background: #D63741;
}
.app .app-info .app-info-content .app-info-text.green{
    background: #57C975;
}
.app .app-info .app-info-content .app-info-details{
    color: #333333;
    font-size: 18px;
    padding: 10px;
}
.app .app-info .app-info-content .app-info-circle-wrap .app-info-circle{
    display: table;
    padding: 10px;
}
.app .app-info .app-info-content .app-info-circle-wrap .app-info-circle .circle-title{
    width: 134px;
    height: 134px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: -webkit-box;
    -webkit-box-pack: center; /* justify-content */
    -webkit-box-align: center; /* align-items */
    margin: 0px auto;
}
.app .app-info .app-info-content .app-info-circle-wrap .app-info-circle .circle-title span{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.app .app-info .app-info-content .app-info-circle-wrap .app-info-circle.circle-blue .circle-title{
    background: #002F63;
}
.app .app-info .app-info-content .app-info-circle-wrap .app-info-circle.circle-orange .circle-title{
    background: #E67B22;
}
.app .app-info .app-info-content .app-info-circle-wrap .app-info-circle .circle-content{
    padding: 10px;
}
.app .app-info .app-info-content .app-info-circle-wrap .app-info-circle .circle-content p{
    font-size: 17px;
    line-height: 24px;
}
.app .app-info .app-info-content .app-info-circle-wrap .app-info-circle .circle-content p.link{
    color: #E67B22;
    font-weight: bold;
    font-size: 18px;
    float: left;
    padding: 2px 0;
    position: relative;
}
.app .app-info .app-info-content .app-info-circle-wrap .app-info-circle .circle-content .arrow-right {
    width: 0; 
    height: 0; 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    /*    display: inline-block;*/
}
.app .app-info .app-info-content .app-info-circle-wrap .app-info-circle .circle-content .border-arrow {
    background: #E16626;
    border-radius: 100%;
    align-items: center;
    display: inline-flex;
    height: 20px;
    justify-content: center;
    width: 20px;
    margin-left: 10px;
    position: relative;
    top: -7px;
    display: -webkit-box;
    -webkit-box-pack: center; /* justify-content */
    -webkit-box-align: center; /* align-items */
}


.app .app-info .app-info-content .app-info-circle-wrap .app-info-circle .circle-content .link{
    color: #E67B22;
    font-weight: bold;
    font-size: 18px;
    /*    float: left;
        padding: 2px 0;
        position: relative;*/
}
.app .app-info .app-info-content .app-info-circle-wrap .app-info-circle .circle-content a:hover{
    text-decoration: none;
}
.app .app-info .app-info-content .app-info-circle-wrap .app-info-circle .circle-content .arrow-right {
    width: 0; 
    height: 0; 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    /*    display: inline-block;*/
}

.app .app-info .app-info-content .app-info-circle-wrap .app-info-circle-bonus{
    text-align: center;
    font-size: 18px;
    color: #333333;
}
.app .app-info .app-info-container .down-arrow {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: #666666;
    padding: 15px 0;
    width: 11px;
    height: calc(100% - 34px);
    text-align: center;
}
.app .app-info .app-info-container .down-arrow:after {
    content: '';
    display: block;  
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    border-top: 30px solid #666666;
    border-right: 17px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 17px solid transparent;
    margin-left: -12px;
}
.app-service .app-service-container{
    padding-bottom: 10px;
}
.app-service .app-service-title{
    text-align: center;
    padding-bottom: 25px;
}
.app-service .app-service-title span{
    font-size: 34px;
    color: #E57E21;
    font-weight: bold;
}
.app-service .app-service-item .app-service-item-title{
    font-size: 25px;
    color: #333333;
    font-weight: bold;
    padding: 5px 0px;
}
.app-service .app-service-item .app-service-item-title .arrow-right{
    width: 0; 
    height: 0; 
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #E67B22;
    display: inline-block;
}
.app-service .app-service-item{
    padding: 20px;
    border-bottom: 1px solid #B0B0B0;
}
.app-service .app-service-item .app-service-item-img{
    text-align: right;
}
.app-service .app-service-item:last-child{
    border-bottom: none;
}
.app-service .app-service-item .app-service-item-content{
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    display: -webkit-box;
    -webkit-box-pack: start;  /*justify-content */
    -webkit-box-align: center;  /*align-items */
}
.app-service .app-service-item ul{
    padding-left: 10px;
}
.app-service .app-service-item ul li{
    color: #333333;
    line-height: 24px;
    font-size: 10px;
}
.app-service .app-service-item ul li span{
    font-size: 20px;
}
.app-service-bonus{
    margin-bottom: 15px;
}
.app-service-bonus .app-service-special{
    border-top: 1px solid #B0B0B0;
    padding-top: 25px;
}
.app-service-bonus .app-service-special .app-service-special-content{
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-pack: start; /* justify-content */
    -webkit-box-align: center; /* align-items */
    width: 100%;
}
.app-service-bonus .app-service-special .app-service-special-content p{
    color: #000;
    font-size: 20px;
    line-height: 28px;
}
.app-service-bonus .app-service-special .app-service-special-content p span{
    margin-bottom: 10px;
}
.app-service-bonus .app-service-special .app-service-special-bonus{
    clear: both;
    text-align: center;
}
.app-service-bonus .app-service-special .app-service-special-bonus .bonus-small{
    color: #000000;
    font-size: 21px;
    line-height: 28px;
    padding: 10px;
}
.app-service-bonus .app-service-special .app-service-special-bonus .bonus-big{
    font-size: 40px;
    color: #000;
    font-weight: bold;
    line-height: 40px;
    padding: 10px;
}
.thanks .title_header{
    color: #333333;
    font-weight:400;
    text-align: center;
}
.title-thanks{
    font-size:40px;
    line-height:50px;     
    padding-bottom: 20px;
}
.end_thanks{
    font-size:15px; 
    font-weight:600;
}
.desc_thanks{
    font-size: 15px;
    line-height: 23px;
    font-weight:600;
    padding-bottom: 20px;
}


@media(max-width: 767px){
    .end_thanks, .desc_thanks{
        text-align: left;
    }
    .title-thanks{
        font-size:24px;
        line-height:28px;     
        padding-bottom: 10px;
        font-weight: 600;
        padding-top: 30px
    }
    .thanks .title_header p{
        border-bottom: 2px solid #ccc;
    }
    .desc_thanks br{
        display: none;
    }
    .app-service .app-service-title span{
        font-size: 20px;
    }
    .banner-top .banner-wrap .container{
        width: 0px;
    }
}
/* Banner Top */
.banner-top .banner-wrap {
    position: relative;
    display: flex;
    //display: -webkit-box;
    background: url('/img/server/server.fw.png') no-repeat;
    background-size: cover;
    min-height: 300px;
    border-bottom: 1px solid #CCCCCC;
}
.server-page .banner-top .banner-wrap {
    background: url('/img/server/server.fw.png') no-repeat right center!important;
    background-size: cover!important;
}
.banner-top .banner-wrap .container{
    padding: 0;
    display: flex;
    display: -webkit-box;
}
.banner-top .banner-wrap .text-wrap{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    display: -webkit-box;
    -webkit-box-pack: flex-start;
    -webkit-box-align: center;
    min-width: 50%;
    min-height: 304px;
}
.banner-top .banner-wrap .text-wrap .tmp-wrap{
    width: 100%;
}
.banner-top .banner-wrap .text-wrap .text-head{
    display: inline-flex;
    display: -webkit-box;
    border-bottom: 3px solid #D04848;
    width: 100%;
    /*padding-right: 50%;*/
}
.banner-top .banner-wrap .text-wrap .page-desc{
    display: flex;
    justify-content: flex-start;
    display: -webkit-box;
    -webkit-box-pack: start;
    padding: 20px 0 0 100px;
}
.banner-top .banner-wrap .text-wrap .page-desc span{
    font-size: 28px;
    color: #333333;
    line-height: 38px;
}
.banner-top .banner-wrap .text-wrap .text-head .page-title{
    font-size: 40px;
    color: #333333;
    display: inline-flex;
    align-items: center;
    display: -webkit-box;
    -webkit-box-align: center;
    padding-left: 20px;
}
.banner-top .banner-wrap .text-wrap .text-head .page-title span{
    vertical-align: text-bottom;
}
.banner-top .banner-wrap .banner-top-img img{
    width: 100%;
    height: auto;
}
.server-page .banner-top .banner-wrap .text-wrap .text-head {
    border-bottom: 3px solid #d04848;
}
/* Question */
.server-page .question{
    padding-top: 45px;
    padding-bottom: 50px;
    border-bottom: 1px solid #cccccc;
}
.server-page .question h3.question-title{
    font-size: 35px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 50px;
    margin-top: 0;
}
.server-page .question .question-desc{    
    display: inline-flex;
    display: -webkit-box;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}
@media (max-width: 767px){
    .server-page .app-service-bonus br{
        display: none;
    }

}

.server-page .question .question-desc img{
    padding: 10px;
}
.server-page .question .question-desc .question-content{
    color: #000;
    font-size: 20px;
    text-align: justify;
    line-height: 30px;
    
}
.server-page .question .question-desc .question-content p{
    margin: 0;
}
.server-page .question .question-desc .question-content p:nth-child(even){
    padding-left: 25px;
}
.server-page .question .question-desc .question-content p:nth-child(3){
    padding-left: 38px;
}
.server-page .app-service .app-service-item:nth-child(4) {
    border-bottom: none;
}
/* Confirm Contact */
.confirm .contact-detail .contact-field .contact-field-title.select{
    margin-bottom: 25px;
}
.confirm .contact-detail .contact-field .contact-field-item {
    /*border-bottom: none;*/
    padding: 20px 0;
}
.confirm .contact-detail .contact-field .contact-field-item.textarea .content{
    padding-bottom: 20px;
}
.confirm .contact-detail .contact-field .contact-field-item.white-bg{
    background: #cccccc;
    color: #000;
    padding-left: 30px;
}
.confirm .contact-detail .contact-field .contact-field-item.file-input {
    padding-left: 30px;
}

.aboutus .item p{
    color: #000;
    font-size: 15px;

}
/* WEB - Page Banner Top */
.web .app-service .app-service-item .app-service-item-content {
    display: inline-block;
}
.web .banner-top .banner-wrap {
    background: url('/img/web/web.png') right center;
    background-size: cover;
}
.web .banner-top .banner-wrap .text-wrap .text-head {
    /*padding-right: 20%;*/
    border-bottom: 3px solid #20C5E6;
    white-space: nowrap;
}
/* End WEB - Page Banner Top */
/* CG-3D - Page Banner Top */
.cg-3d .banner-top .banner-wrap {
    background: url('/img/cd-3d/cd-3d_bg_header.png') right center;
    background-size: cover;
}
.cg-3d .banner-top .banner-wrap .text-wrap .text-head {
    padding-right: 20%;
    border-bottom: 3px solid #816FA1;
}
/* End WEB - Page Banner Top */
/* System - Page Banner Top */
.system .banner-top .banner-wrap {
    background: url('/img/system/system.png') right center;
    background-size: cover;
}
.system .banner-top .banner-wrap .text-wrap .text-head {
    padding-right: 20%;
    border-bottom: 3px solid #3A8E84;
}
/* End System - Page Banner Top */
/* Pkg Soft - Page Banner Top */
.pkg_soft .banner-top .banner-wrap {
    background: url('/img/pkg_soft/banner.png') right center;
    background-size: cover;
}
.pkg_soft .banner-top .banner-wrap .text-wrap .text-head {
    padding-right: 20%;
    border-bottom: 3px solid #3A8E84;
}
/* End Pkg Soft - Page Banner Top */
.scroll-top {
    background-image: url("/img/go_top.png");
    background-size: contain;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    bottom: 220px;
    //display: none;
    height: 49px;
    opacity: 1;
    position: fixed;
    right: 0px;
    width: 60px;
    z-index: 999;
}
.scroll-top:hover {
    cursor: pointer;
}
.contact-button-mobile {
    display: block;
    background-image: url("/img/mail_bold.png");
    background-size: contain;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

    bottom: 280px;
    height: 49px;
    opacity: 0.8;
    position: fixed;
    right: 0px;
    padding: 7px 2px;
    width: 60px;
    z-index: 999;

  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out
}
.contact-button-mobile:hover{
    transform: scale(1.1);
    cursor: pointer;
}

.nav li a:focus, .nav li a:hover{
    background-color: transparent;
}
.sitemap a:hover{
    text-decoration: initial;
}
.footer-bar{
    position: fixed;
    height: 52px;
    width: 100%;
    bottom: 0px;
    background-color: #ECECEC;
    border-top: 2px solid #E57E21;
    z-index: 999999;
}
.footer-bar .icon{
    background: url('/img/footer-bar_icon.png');
    width: 31px;
    height: 31px;
    background-repeat: no-repeat;
    bottom: 5px;
    margin: 15px auto 0px;
}
.footer-bar .item{
    position: relative;
    padding: 0px;
}
.footer-bar .icon.home{

}
.footer-bar .icon.tel{
background-position-x: -47px;
}
.footer-bar .icon.mail{
background-position-x: -93px;
}
.footer-bar .icon.top{
background-position-x: -140px;
}
.footer-bar .item p{
    color: #666;
    font-weight: bold;
    z-index: 999;
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
}
.tel-popup{
    position: fixed;
    bottom: 42px;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    overflow: auto;
    z-index: 99998;
    padding: 40px 20px 0px;
    overflow-y: scroll;
    display: none;
}
.tel-popup .content{
    border-bottom: none;
}

