@import "font.css";
@import "footer.css";
@charset "utf-8";
body {
    margin: 0 auto;
    padding: 0 auto;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Roboto Condensed', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: normal;
}

* {
    margin: 0 auto;
    padding: 0 auto;
    outline: none;
    text-decoration: none;
}

.clr {
    clear: both;
}

ul {
    padding: 0;
}

img {
    border: 0;
    max-width: 100%;
}

.pagewrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.padding_pagewrap {
    padding: 0 10px;
}

.contact h2, .showText h2 {
    padding-bottom: 15px;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #fda502;
}

.showText p, .accordion p {
    padding-bottom: 15px;
}

.showText img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
}

.showText ul {
    padding-bottom: 15px;
}

.showText ul li {
    margin-left: 35px;
}

.header {
    background: url(../images/website/header_bg.png) repeat-x top #fff;
    padding: 10px 0;
}

.registrar {
    float: left;
    text-align: center;
    margin-left: 15px;
}
.registrar img {
    max-height: 70px;
}
.registrar h2 a {
    text-align: center;
    text-transform: uppercase;
    color: #888;
    font-weight: bold;
    white-space: nowrap;
    font-size: 12px;
    display: block;
}

.salegroup {
    float: right;
    margin-right: 10px;
}

.salegroup .inside {
    padding-top: 15px;
    height: auto;
}

.salegroup ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.salegroup ul li:first-child {
    padding-left: 35px;
    padding-right: 10px;
    background: url(../images/website/header_phone.png) 2px center no-repeat;
    margin-left: 0;
    position: relative;
    width: auto;
    /* padding-top: 0px; */
    font-size: 0.75em;
    line-height: 17px;
    margin-top: 5px;
    margin-right: 5px;
}

.salegroup ul li {
    line-height: 17px;
}

.salegroup ul li {
    float: left;
    list-style-type: none;
    padding: 4px 0;
    margin: 0;
    color: #000;
    position: relative;
    text-align: center;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    text-align: left;
    white-space: nowrap;
    line-height: 25px;
}

.salegroup ul li .phone_support > label.fl {
    text-align: justify;
    white-space: nowrap;
    width: 50px;
}

.salegroup .phone_support a {
    color: #dd1a5b;
    font-size: 1.3em;
    font-weight: bold;
}

.salegroup ul li:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    width: 107px;
}

.salegroup ul li:last-child {
    background: url(../images/website/header_phone_24.png) 5px top no-repeat;
    padding-left: 45px;
    text-align: right;
    float: right;
    width: auto;
    margin-left: 10px;
    margin-top: 6px;
}

.pinktext, a.pinktext:link, a.pinktext:visited {
    color: #dd1a5b;
    font-size: 23px;
}

.logo_top {
    float: left;
    margin-left: 10px;
}

.logo_top img {
    height: 70px;
    width: auto;
}

.box_menu.fixed {
    position: fixed;
    top: 0 !important;
    z-index: 99999;
    background: dd1a5b;
    -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
    width: 100%;
}

.box_menu:after, .box_menu:before {
    content: "";
    position: inherit;
    top: 0px;
    left: 0;
    right: 0;
}

.box_menu.fixed:after, .box_menu.fixed:before {
    position: absolute;
}

.box_menu {
    /* padding: 10px 0; */
    background: #dd1a5b;
    text-align: center;
}

#menu {
    line-height: 0;
    float: left;
    margin-left: 10px;
}

#menu > li {
    display: inline-block;
    vertical-align: text-top;
    position: relative;
}

#menu > li > a {
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

#menu li:hover > a {
    color: #dd1a5b;
    background: #ffffff;
}

#menu li a {
    display: block;
    height: 45px;
    line-height: 45px;
    position: relative;
    z-index: 5;
    color: #000;
}

#menu li ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    margin-top: 15px;
    border-bottom: solid 4px #DE1A5B;
    border-left: solid 1px #ffffff;
    border-right: solid 1px #DE1A5B;
    box-shadow: 2px 1px 2px rgba(0, 0, 0, .3);
    visibility: hidden;
    opacity: 0;
    padding-top: 15px;
    background: #fff;
}

#menu li li {
    position: relative;
}

#menu li:hover li ul {
    top: 0px;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    margin-left: 20px;
}

#menu li:hover ul, #menu li:hover li:hover ul {
    margin-top: 0;
    margin-left: 0;
    visibility: visible;
    opacity: 1;
}

#menu li ul li {
    white-space: nowrap;
    text-align: left;
    display: block;
    background: #fff;
    padding: 0 15px;
}

#menu li ul li:last-child {
    padding-bottom: 10px;
}

#menu li ul li a {
    padding: 0 15px;
    border-bottom: solid 1px #F0F0F5;
    border-top: solid 1px #fff;
    line-height: 35px;
    height: 35px;
    position: relative;
    text-transform: capitalize;
    color: #333;
    transition: padding .2s linear;
    -webkit-transition: padding .2s linear;
    -moz-transition: padding .2s linear;
    -o-transition: padding .2s linear;
    -ms-transition: padding .2s linear;
    font-size: 14px;
    font-weight: normal;
}

#menu li ul li:first-child a {
    border-top: none;
}

#menu li ul li:last-child a {
    border-bottom: none;
}

#menu li ul li > a:before {
    content: attr(icons);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 18px;
    line-height: 35px;
    transition: left .2s linear;
    -webkit-transition: left .2s linear;
    -moz-transition: left .2s linear;
    -o-transition: left .2s linear;
    -ms-transition: left .2s linear;
}

#menu li ul li:hover > a {
    padding: 0 10px 0 20px;
}

#menu li ul li:hover > a:before {
    left: 8px;
}

#menu li ul li li:first-child {
    padding-top: 10px;
}

#menu li ul li ul {
    padding: 0;
}

#menu li.homepage {
    float: left;
    text-indent: -100em;
    overflow: hidden;
    background: url(../images/website/icon_home.png) center center no-repeat;
}

#menu li.homepage:hover > a {
    background: none;
}

.lang_top {
    float: right;
    margin-right: 10px;
    margin-top: 12px;
}

.lang_top ul li {
    float: left;
    margin-left: 15px;
    list-style: none;
    line-height: 0;
    border: solid #FFF 1px;
}

.lang_top ul li:hover {
    border: solid #F60 1px;
}

.banner_top {
    /*background: url(../images/website/bg_1.jpg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    height: 600px;*/
    position: relative;
    overflow: hidden;
}

.bannerInside {
    /*height: 700px;*/
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bannerMain {
    position: relative;
    overflow: hidden;
    height: 500px;
}

#banner li {
    float: left;
    width: 100%;
    /*height: 700px;*/
    list-style: none;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: default;
    position: relative;
}

.posBL {
    left: 0px;
    bottom: 0px;
}

.pagiBanner {
    /*position: relative;*/
    position: absolute;
    /*left: 0;*/
    right: 2%;
    bottom: 20px;
    margin: auto;
    width: auto;
    text-align: center;
    z-index: 10;
}

.pagiBanner a {
    display: inline-block;
    vertical-align: text-top;
    width: 25px;
    height: 5px;
    background: #ccc;
    text-indent: -100000px;
    margin: 0 3px;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    border: solid #fff 1px;
    /*border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;*/
}

.pagiBanner a.selected {
    background: #EB5A27;
    border: solid #FFF 1px;
}

.box_title_banner {
    position: relative;
    padding-top: 4%;
    right: 0;
    left: 0;
    width: 65%;
    z-index: 2;
    text-align: center;
}

.box_title_banner ul {
    /* width: 60%; */
    /* float: left; */
    text-align: center;
}

.box_title_banner ul p {
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
    /* padding-top: 10px; */
    color: #fff;
    text-shadow: 1px 1px #000;
    text-transform: uppercase;
}

.box_title_banner ul p span {
    color: #f00;
    text-shadow: 1px 1px #fff;
}

.box_title_banner ul h1 {
    text-transform: uppercase;
    font-size: 35px;
    letter-spacing: 2px;
    line-height: 60px;
    font-weight: normal;
    text-shadow: 1px 1px #fff;
    color: #f00;
    font-family: 'Roboto Condensed', Arial, Helvetica, Tahoma, sans-serif;
    padding-top: 5px;
    padding-bottom: 0px;
}

.box_title_banner ul h2 {
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 55px;
    font-weight: normal;
    text-shadow: 1px 1px #fff;
    color: #44b74b;
    border-bottom: double 4px #fff;
    font-family: 'Roboto Condensed', Arial, Helvetica, Tahoma, sans-serif;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.box_title_banner ul h3 a {
    background: #ff8700;
    text-transform: uppercase;
    color: white;
    border-bottom: 2px solid #eb5a27;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 10px 40px;
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    border-radius: 3px;
    transition: background-color 100ms ease-in-out, color 100ms ease-in-out, border-color 100ms ease-in-out;
    border-radius: 40px;
    margin-top: 10px;
    line-height: 30px;
}

.icon_center {
    position: absolute;
    top: 310px;
    left: 295px;
    z-index: 2;
    display: inline-flex;
    list-style: none;
    line-height: 0;
}

.icon_center img {
    height: 290px;
    width: auto;
}

.icon_rocket {
    position: absolute;
    top: 150px;
    right: 0;
    z-index: 2;
}

.icon_rocket img {
    height: auto;
    width: 320px;
}

.icon_youtube {
    position: absolute;
    top: 350px;
    right: 0;
    z-index: 1;
}

.icon_left {
    position: absolute;
    top: 432px;
    left: 0;
    z-index: 2;
}

.icon_left img {
    height: auto;
    width: 320px;
}

.box_title_banner ul h3 a:hover {
    background: #44b74b;
    border-bottom: 2px solid #117718;
}

/*#back-top {
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 10;
}

#back-top a {
    display: block;
    width: 35px;
    line-height: 35px;
    background: #dd1a5b;
    outline: none;
    color: #fff;
    font-size: 12px;
    text-align: center;
    transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
}

#back-top a:hover {
    color: #fff;
    background: #88c140;
}*/

.conten_page {
    padding-top: 100px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.title_page {
    /* text-align: center; */
}

.title_page h2 {
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    font-size: 30px;
    font-weight: normal;
    line-height: 50px;
    text-transform: uppercase;
    color: #dd1a5b;
    /* text-align: center; */
    padding-bottom: 10px;
    border-bottom: double #CCC 4px;
    margin-bottom: 30px;
    /* width: auto; */
    /* display: inline-table; */
    font-family: 'Roboto Condensed', Arial, Helvetica, Tahoma, sans-serif;
    letter-spacing: 1px;
}

.map {
    display: block;
    border: solid #CCC 3px;
    width: 99%;
    margin-top: 20px;
}

.map iframe {
    width: 100%;
    height: 500px;
}

.contact .left {
    width: 44.7%;
    float: left;
}

.contact .right {
    width: 55%;
    float: right;
}

.formBox li {
    display: block;
    position: relative;
    margin-bottom: 10px;
    color: #eee;
}

.formBox2 .row_home {
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.formBox li input, .formBox li textarea {
    border: solid 1px #ffffff;
    height: 40px;
    color: #eee;
    padding: 0 10px 0 45px;
    background: none;
}

.formBox2 input, .formBox2 textarea {
    border: solid 1px #E1E1E1;
    height: 40px;
    color: #999;
    padding: 0 10px 0 4%;
    width: 92%;
}

.formBox li textarea {
    padding: 10px 10px 10px 45px;
    height: 142px;
    color: #eee;
}

.contact .left input {
    width: 87%;
    font-size: 14px;
}

.contact .right input, .contact .right textarea {
    width: 91.5%;
    font-size: 14px;
    color: #eee;
}

.contact_text h2 {
    padding-bottom: 20px;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 23px;
    font-weight: bold;
    color: #41b649;
}

.formBox li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10;
}

.formBox li.name:after {
    background-image: url("../images/website/contact/c_name.png")
}

.formBox li.phone:after {
    background-image: url("../images/website/contact/c_phone.png");
}

.formBox li.mail:after {
    background-image: url("../images/website/contact/c_mail.png");
}

.formBox li.local:after {
    background-image: url("../images/website/contact/c_local.png");
}

.formBox li.subject:after {
    background-image: url("../images/website/contact/c_subject.png");
}

.formBox li.mess:after {
    background-image: url("../images/website/contact/c_mess.png");
}

.formBox li.code:after {
    background-image: url("../images/website/contact/c_code.png");
}

.formBox .button {
    float: right;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0 30px;
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    /* margin-bottom: 10px; */
    color: #FFF;
    background: #41b649;
    white-space: nowrap;
    transition: .3s ease-out;
    border: solid #FFF 1px;
    /* box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.15); */
    /* border-radius: 5px; */
    margin-top: 15px;
}

.formBox .button:hover {
    color: #FFF;
    background: #dd1a5b;
}

.btn_more {
    text-transform: uppercase;
    font-size: 15px;
    padding: 16px 30px;
    line-height: 16px;
    /* margin-bottom: 10px; */
    color: #FFF;
    background: #db8343;
    white-space: nowrap;
    transition: .3s ease-out;
    box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin-top: 16px;
    display: inline-block;
}

.btn_more:hover {
    color: #FFF;
    background: #c2303b;
}

.formBox li span {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 42px;
    padding: 0 10px;
    font-weight: bold;
    z-index: 2;
    letter-spacing: 1px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    color: #eee;
}

.contact_text {
    border-bottom: dotted #CCC 1px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}

.color_hong {
    color: #de1a5b;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}

.accordion li a {
    background: #888;
    line-height: 30px;
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
    padding: 11px 10px;
    font-weight: bold;
    list-style: none;
    display: block;
    margin-bottom: 3px;
}

.accordion li .menu_parent:hover {
    background: #41b649;
}

.accordion ul {
    background: #eee;
    margin-top: 5px;
    padding: 20px;
    margin-bottom: 5px;
    list-style: none;
}

.accordion {
    list-style: none;
}

.onePro img:hover {
    -webkit-filter: brightness(50%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.onePro {
    width: 278px;
    border: solid 1px #ddd;
    background: #fff;
    background: #fff;
    margin-bottom: 20px;
    margin-right: 10px;
    /* margin-top: 10px; */
    list-style: none;
    float: left;
    position: relative;
    margin-left: 10px;
    /* min-height: 380px; */
    /* border-radius: 5px; */
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.15);
}

.onePro img {
    width: 280px;
    height: 210px;
    display: block; /* border-radius: 5px 5px 0 0; */
}

.onePro:hover h2 {
    color: #f60;
}

.onePro h2 {
    color: #333;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
    line-height: 25px;
}

.onePro p {
    color: #666;
    line-height: 25px;
    padding: 0px 10px 10px 10px;
    text-align: left;
}

.onePro:hover {
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.more_page h2 a:hover {
    background: #dd1a5b;
    color: #fff;
    border: solid #dd1a5b 1px;
}

.more_page {
    text-align: center;
    margin-bottom: 35px;
    margin-top: 25px;
}

.more_page h2 a {
    display: inline-table block;
    font-size: 15px;
    padding: 10px 30px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    border: solid #999 1px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    background: #999;
}

.box_home_4 {
    padding-top: 40px;
    text-align: center;
    background: url(../images/3.jpg) center top no-repeat;
    padding-bottom: 10px;
    margin-top: 40px;
}

.box_home_4 ul p img {
    text-align: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: solid #fff 5px;
    padding: 5px;
    -moz-border-radius: 50%;
    background: #0075b0;
    margin-bottom: 20px;
}

.box_home_4 ul h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    padding-top: 5px;
    color: #fff;
    text-shadow: 1px 1px #000;
    text-transform: capitalize;
}

.box_home_4 ul h3 a {
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    line-height: 25px;
    background: #f60;
    padding: 10px 30px;
    font-weight: normal;
    border: solid #FFF 2px;
    text-align: center;
    font-style: italic;
    margin-top: 10px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.15);
    display: inline-table;
    margin-top: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.box_home_4 ul h3 a:hover {
    color: #fff;
    background: #de1a5b;
}

.box_home_4 ul li {
    list-style: none;
}

.box_home_4 ul li img {
    width: 600px;
    height: auto;
    margin-top: 26px;
    list-style: none;
}

.box_home_5 {
    /* padding:50px 0; */
}

.box_home_5 h3, .box_home_6 h3, .doituong_home h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    line-height: 40px;
    position: relative;
    color: #dd1a5b;
    margin-bottom: 20px;
}

.box_home_5_conten {
    background: #eee;
    padding: 30px 0;
}

.box_home_5_conten ul {
    float: left;
    padding: 0;
}

.box_home_5_conten ul p {
    background: url(../images/website/icon_2.png) center left no-repeat;
    padding-left: 28px;
    line-height: 40px;
    font-size: 16px;
}

.box_home_5_conten li {
    list-style: none;
    float: left;
    margin: 0 30px;
    text-align: center;
    line-height: 0;
    width: 360px;
}

.box_home_5_conten li img {
    width: 100%;
    height: auto;
}

.box_home_2 {
    padding: 50px 0;
    background: url(../images/website/bg_5.jpg) center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.box_home_2 li {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: -90px;
    list-style: none;
    line-height: 0;
}

.box_home_2 li img {
    width: 400px;
    height: auto;
}

.box_home_2 h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 27px;
    line-height: 50px;
    position: relative;
    color: #ff0;
    margin-bottom: 5px;
    text-shadow: 1px 1px rgb(0, 0, 0);
}

.box_home_2 ul p {
    background: url(../images/website/01.png) center left no-repeat;
    padding-left: 25px;
    line-height: 45px;
    margin-left: 0px;
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px #000;
    font-weight: bold;
}

.box_home_3 ul span {
    font-weight: bold;
    font-size: 20px;
    color: #eb5a27;
}

.box_home_3 h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 27px;
    line-height: 40px;
    position: relative;
    color: #ff0;
    margin-bottom: 20px;
    text-shadow: 1px 1px #000;
}

.box_home_3 {
    padding-top: 60px;
    padding-bottom: 50px;
    background: url(../images/website/bg_2.jpg) center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.box_home_3 h2 {
    line-height: 38px;
    font-size: 20px;
    color: #fff;
    border-top: dashed #ffffff 1px;
    padding-top: 15px;
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
    width: 80%;
    text-shadow: 1px 1px #000;
}

.box_home_3 ul {
    float: left;
    margin: 20px;
    border: solid #CCC 1px;
    width: 518px;
    padding: 20px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.15);
    list-style: none;
    margin-bottom: 0;
    background: #fff;
}

.box_home_3 ul p {
    font-size: 15px;
    border-top: #CCC dotted 1px;
    padding-top: 5px;
    line-height: 28px;
    margin-top: 5px;
    color: #333;
}

.box_home_3 ul h4 {
    line-height: 25px;
    font-size: 20px;
    color: #41b649;
    padding-bottom: 10px;
    text-align: left;
    font-weight: bold;
}

.box_home_6 {
    padding: 30px 0;
}

.thietbi_id {
    margin: 0 15px 20px 5px;
    float: left;
    width: 548px;
    padding: 10px;
    border: solid #CCC 1px;
    background: #fff;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.15);
}

.thietbi_id li {
    width: 200px;
    float: left;
    list-style: none;
    line-height: 0;
}

.thietbi_id li img {
    width: 100%;
    height: auto;
}

.thietbi_id ul {
    width: 330px;
    float: right;
}

.thietbi_id ul h2 {
    padding-bottom: 5px;
    text-transform: uppercase;
    line-height: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #ed5a2a;
}

.thietbi_id ul h3 {
    /* padding-bottom: 5px; */
    text-transform: uppercase;
    line-height: 25px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    background: #44b74b;
    padding: 5px 10px;
    margin-bottom: 10px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.15);
}

.box_home_1 {
    text-align: center;
    padding: 30px 0;
}

.box_home_1 ul {
    display: inline-table;
    margin: 18px;
    width: 360px;
    list-style: none;
    color: #999;
}

.box_home_1 ul h2 {
    padding: 5px 0;
    text-transform: uppercase;
    line-height: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #444;
}

.box_home_1 ul li img, .box_home_1 ul li {
    width: 100px;
    height: auto;
}

table.stylelist {
    background-color: #fff;
    width: 100%
}

table.stylelist tr {
    background-color: #fff
}

table.stylelist tr:first-child td, table.stylelist tr.style td {
    text-transform: uppercase;
    font-weight: normal;
    height: 30px;
    vertical-align: middle;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
}

table.stylelist tr:first-child td a:link, table.stylelist tr:first-child td a:visited {
    color: #fff;
    font-size: 1em
}

table.stylelist tr:first-child td:nth-child(1) {
    background-color: #eee;
    width: 20%;
    color: #666;
}

table.stylelist tr:last-child td {
    white-space: nowrap
}

table.stylelist tr:first-child td:nth-child(2), table.stylelist tr:first-child td:nth-child(10), table.stylelist tr:last-child td:nth-child(2), table.stylelist tr:last-child td:nth-child(10), table.stylelist tr.style td:nth-child(2), table.stylelist tr.style td:nth-child(10) {
    background-color: #fda502;
}

table.stylelist tr:first-child td:nth-child(3), table.stylelist tr:first-child td:nth-child(11), table.stylelist tr:last-child td:nth-child(3), table.stylelist tr:last-child td:nth-child(11), table.stylelist tr.style td:nth-child(3), table.stylelist tr.style td:nth-child(11) {
    background-color: #eb5a27;
}

table.stylelist tr:first-child td:nth-child(4), table.stylelist tr:first-child td:nth-child(12), table.stylelist tr:last-child td:nth-child(4), table.stylelist tr:last-child td:nth-child(12), table.stylelist tr.style td:nth-child(4), table.stylelist tr.style td:nth-child(12) {
    background-color: #9acf1c
}

table.stylelist tr:first-child td:nth-child(5), table.stylelist tr:first-child td:nth-child(13), table.stylelist tr:last-child td:nth-child(5), table.stylelist tr:last-child td:nth-child(13), table.stylelist tr.style td:nth-child(5), table.stylelist tr.style td:nth-child(13) {
    background-color: #fda502
}

table.stylelist tr:first-child td:nth-child(6), table.stylelist tr:first-child td:nth-child(14), table.stylelist tr:last-child td:nth-child(6), table.stylelist tr:last-child td:nth-child(14), table.stylelist tr.style td:nth-child(6), table.stylelist tr.style td:nth-child(14) {
    background-color: #f60
}

table.stylelist tr:first-child td:nth-child(7), table.stylelist tr:first-child td:nth-child(15), table.stylelist tr:last-child td:nth-child(7), table.stylelist tr:last-child td:nth-child(15), table.stylelist tr.style td:nth-child(7), table.stylelist tr.style td:nth-child(15) {
    background-color: #090
}

table.stylelist tr:first-child td:nth-child(8), table.stylelist tr:first-child td:nth-child(16), table.stylelist tr:last-child td:nth-child(8), table.stylelist tr:last-child td:nth-child(16), table.stylelist tr.style td:nth-child(8), table.stylelist tr.style td:nth-child(16) {
    background-color: #e30e0e
}

table.stylelist tr:first-child td:nth-child(9), table.stylelist tr:first-child td:nth-child(17), table.stylelist tr:last-child td:nth-child(9), table.stylelist tr:last-child td:nth-child(17), table.stylelist tr.style td:nth-child(9), table.stylelist tr.style td:nth-child(17) {
    background-color: #069
}

table.stylelist tr:nth-child(odd) {
    background-color: #eee
}

table.stylelist tr td {
    padding: 12px 10px;
    text-align: center;
    color: #666;
    font-size: 16px;
}

table.stylelist.tl tr td {
    text-align: left
}

table.stylelist tr td:nth-child(1) {
    text-align: left;
    font-weight: bold
}

table.stylelist tr:last-child td {
    text-align: center
}

table.stylelist tr:last-child td a {
    color: #fff;
    font-weight: bold
}

table.all_ext a.button1, table.all_ext a.button, table.new_ext a.button1, table.new_ext a.button {
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0;
    margin-right: 1%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    margin-bottom: 10px
}

table.all_ext tr td, table.all_ext tr td.top_td, table.new_ext tr td, table.new_ext tr td.top_td {
    font-size: 1.5em
}

.button11, a.button11:link, a.button11:visited {
    font-size: 15px;
    background-color: #dd1a5b;
    padding: 8px 20px;
    border: 1px solid #ffffff;
    color: #fff;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
}

a.button11:hover, a.button11.selected, .button11:hover {
    border: 1px solid #ffffff;
    background-color: #41b649;
    color: #fff;
    outline: none;
}

div.num_price, span.num_price {
    font-size: 20px;
    font-weight: bold;
    color: #eb5a27;
}

.num_price span {
    font-size: .8em;
}

.lienhe_id {
    padding: 50px 0;
    background: url(../images/website/3.jpg) center no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.doituong_home {
    padding: 30px 0;
}

.doituong_home ul {
    float: left;
    width: 400px;
}

.doituong_home ul.color_1 {
    background: #5f9ca3;
}

.doituong_home ul.color_2 {
    background: #4f8498;
}

.doituong_home ul.color_3 {
    background: #296880;
}

.doituong_home ul li {
    float: left;
    list-style: none;
    line-height: 0;
    width: 200px;
}

.doituong_home ul li img {
    width: 200px;
    height: 190px;
}

.doituong_home ul p {
    float: right;
    padding: 20px;
    color: #fff;
    width: 160px;
    font-size: 15px;
    line-height: 30px;
}

.dactinh_home {
    padding: 50px 0;
    background: url(../images/website/bg_5.jpg) center no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.dactinh_home ul {
    float: left;
    margin: 20px;
    width: 260px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}

.dactinh_home ul li {
    text-align: center;
    line-height: 0;
    list-style: none;
    margin-bottom: 15px;
}

.dactinh_home ul h2 {
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 1px 1px #333;
}

.dactinh_home ul li img {
    width: 120px;
    height: 120px;
    border: solid #FFF 5px;
    webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.dactinh_home h3, .loiich_home h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    line-height: 40px;
    position: relative;
    color: #ff0;
    margin-bottom: 20px;
    text-shadow: 1px 1px #000;
}

.loiich_home {
    padding: 50px 0;
    background: url(../images/website/bg_2.jpg) center no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.loiich_home ul {
    float: right;
    margin: 20px;
    width: 46%;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}

.loiich_home ul li {
    line-height: 0;
    float: left;
    width: 120px;
    list-style: none;
}

.loiich_home ul h2 {
    color: #ffffff;
    font-size: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 1px 1px #2b3a42;
}

.loiich_home ul li img {
    width: 120px;
    height: 120px;
    /*border: solid #FFF 5px;
    webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;*/
}

.loiich_home ul h2, .loiich_home ul p {
    float: right;
    width: 410px;
}

/* MENU MOBILE */
ul.ddsmoothmenu li.menu_1 > a {
    width: 38px;
    background: url(../images/website/menu-mobile.png) center no-repeat !important;
    text-indent: -10em;
    overflow: hidden;
    white-space: nowrap;
    opacity: .85;
    display: none !important;
}

ul.ddsmoothmenu li.menu_1:hover > a {
    background: url(../images/website/menu-mobile.png) center no-repeat !important;
    opacity: 1.0;
}

div.lpanel {
    float: none;
    /*box-shadow: 5px 5px 0 rgba(0, 0, 0, 1.0)*/
}

/*div.lpanel div.inside {
    height: 100vh;
   	overflow-y: auto;
    overflow-x: hidden
}*/

div.panel div.inside {
    position: relative;
    padding: 10px
}

div.panel ul {
    list-style-image: none;
    padding: 0;
    margin: 0
}

div.panel ul li {
    list-style-type: none;
    padding: 0;
    margin: 0
}

div.panel .icon_usd {
    background-position: 0 center
}

div.panel ul li a:link,
div.panel ul li a:visited {
    font-family: 'Roboto Condensed', Arial, Helvetica, Tahoma, sans-serif;
    background-color: #dd127b;
    font-weight: bold;
    cursor: default;
    color: #fff;
    margin-bottom: 5px;
    float: left;
    padding: 5px 0;
    width: 100%;
    text-transform: uppercase;
}

div.panel ul ul a:link,
div.panel ul ul a:visited {
    background-color: #fff;
    font-weight: bold;
    cursor: pointer;
    color: #000;
    border-bottom: 1px dotted #999;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background: #fff url(images/pavietnam.png) -386px -27px no-repeat;
    text-transform: capitalize;
}

div.panel ul ul li:last-child > a {
    border-bottom: 0
}

div.panel ul a span {
    padding-left: 30px
}

div.panel ul ul a:hover,
div.panel ul ul a.selected,
div.panel ul ul a:active {
    color: #dd127b;
    background: #eee url(images/pavietnam.png) -375px -27px no-repeat;
    border-bottom: 1px dotted #999;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;

}

div.panel ul ul ul {
    display: none
}

div.panel ul ul ul a:link,
div.panel ul ul ul a:visited {
    background: none;
    font-weight: normal;
    font-size: .9em
}

div.panel ul ul ul a span:before {
    content: "+ "
}

.icon_service {
    background: url(images/pavietnam.png) -365px -522px no-repeat
}

.ico_home {
    background: url(images/pavietnam.png) -365px -575px no-repeat
}

.icon_contact_new {
    background: url(images/pavietnam.png) 10px -575px no-repeat
}

.icon_account {
    background: url(images/pavietnam.png) -350px -240px no-repeat
}

.redtext, a.redtext:link, a.redtext:visited {
    color: #f00;
}

.fr {
    float: right;
}

.c_captcha {
    float: left;
}

/*Bang gia*/
.areaPrice {
    text-align: center;
}

.pp {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 5px solid #ccc;
    float: left;
    margin: 35px 0 35px 60px;
    box-shadow: 0 0 5px 5px #ddd;
}
#pp-vn:hover {
    box-shadow: 0 0 25px #1BABCD;
}
#pp-us:hover {
    box-shadow: 0 0 25px #f34c49;
}
#pp-asia:hover {
    box-shadow: 0 0 25px #fda502;
}
#pp-europe:hover {
    box-shadow: 0 0 25px #01974D;
}
#pp-oceania:hover {
    box-shadow: 0 0 25px #dd1a5b;
}

.inner-pp {
    width: 147px;
    height: 147px;
    border: 1px solid;
    border-radius: 50%;
    margin: 6px;
}

.ten {
    display: block;
    margin-top: 40px;
    margin-bottom: 5px;
    font-size: 17px;
}

.gia {
    color: red;
    font-size: 17px;
    text-shadow: 0px 0px 3px #fff;
}

.money {
    text-align: right !important;
}

/* VIDEO */
.column_flex_item_7 {
    padding: 30px 0;
}
.column_flex_item_7 h3 {
    /* padding: 10px 0; */
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    line-height: 50px;
    position: relative;
    color: #666;
    margin-bottom: 20px;
}

.link_youtube{
    text-align: center;
    position: relative;
    height: auto;
    width: 70%;
    padding: 5px;
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

.icon_youtube_2 {
    width: 100%;
    height: 470px;
}

/*Tin tuc*/
.news__area{
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.news__content {
    margin: 15px 0 0 0;
    padding: 0 15px;
    flex: 0 0 33.333333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*END Tin tuc*/
.dmd-phone{
    background-color: #db1a5b;
    border: double #ffffff 6px;
    display: inline-block;
    border-radius: 50%;
}
.dmd-phone.dmd-show {
    visibility: visible;
}
.dmd-ph-img-circle {
    width: 36px;
    height: 36px;
    background: #db1a5b url(../images/freecall.png) no-repeat center center;
    -webkit-background-size: 80%;
    background-size: 80%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: 1;
    -webkit-animation: dmd-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: dmd-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: dmd-circle-img-anim 1s infinite ease-in-out;
    -o-animation: dmd-circle-img-anim 1s infinite ease-in-out;
    animation: dmd-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
@-moz-keyframes dmd-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-webkit-keyframes dmd-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-o-keyframes dmd-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}
#support_chat_30s{
    margin: 0;
}
div.call-fixed {
    background-size: 20px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    position: fixed;
    z-index: 151;
    right: 10px;
    bottom: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #d92e62 url(../images/right_phone.png) center center no-repeat;
    border: 6px double #fff;
    padding: 5px;
    box-sizing: border-box;
    -webkit-box-shadow: 5px 5px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 5px 5px 0 rgba(0,0,0,.05);
    box-shadow: 5px 5px 0 rgba(0,0,0,.05);
}

div.call-fixed div.inside{
    width: 26px;
    height: 26px;
    line-height: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 2em;
    text-align: center;
}
.support_botom{
    background: #393;
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
}
.right_fix {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 9999;
}
.right_fix ul li {
    list-style: none;
    line-height: 0;
    margin-bottom: 15px;
}
.right_fix ul li img {
    width: auto;
    height: auto;
    border: double #ffffff 6px;
    padding: 5px;
    box-sizing: border-box;
    background: #db1a5b;
    bottom: -100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.right_fix ul li:hover img {background: #5abb49}
.support_botom a.telephone{
    border-right: 1px dotted #ccc;
    text-transform: capitalize;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    font-size: 17px;
    line-height: 1.2;
}
.support_botom .cot-3:last-child a.telephone{
    border-right: none;
}
.flex-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap:  wrap;
}
.cot-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.nav_content {
    margin: 0 auto;
    max-width: 1200px;
    background: none;
    position: relative;
    align-content: stretch;
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media only screen and (max-width: 768px)
{
    section.nav_left {
        width: 100%;
    }

    section.group_menu {
        width: 100%;
    }
}
