@import url('css/fonts.css');
@import url('css/normalize.css');
@import url('css/reset.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i');
* {
    margin: 0px;
    padding: 0px;
    outline: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}
img{max-width: 100%}
ul,
ol {
  list-style: none;
}
table{width: 100% !important}
a {
  text-decoration: none;
}
.mfix{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100001
}
.mfix .logo-left{
  top: 0px;
}
.mfix .logo-left img{
  background: #FFF;
}
h1.hidden {
  font-size: 0px;
  height: 0px;
  width: 0px;
  overflow: hidden;
  visibility: hidden;
  text-indent: -99999999px;
}
th,td{color:#fff;}
.an_title{
  font-size: 0px;
  height: 0px;
  width: 0px;
  overflow: hidden;
  visibility: hidden;
  text-indent: -99999999px;
  padding: 0px !important;
}
.txt p{color:#fff;}
.view-price span{color:red;}
body {
  overflow-x: hidden;
  font-size: 13px;
}
/*owlcarrousel*/
.owl-nav>div {background: rgba(255,255,255,.9) !important;height: 60px;width: 30px;position: absolute;top: 50%;transform: translateY(-50%);z-index: 2;}
.owl-nav .owl-prev {box-shadow: 6px 0 4px rgb(0 0 0 / 5%), 4px 0 4px rgb(0 0 0 / 9%);border-radius: 0 4px 4px 0;left: 0;}
.owl-nav .owl-next {box-shadow: -6px 0 4px rgb(0 0 0 / 5%), -4px 0 4px rgb(0 0 0 / 9%);border-radius: 4px 0 0 4px;right: 0;}
.owl-carousel .owl-prev, .owl-carousel .owl-next {opacity: 0;transition: .2s;}
.owl-carousel:hover .owl-prev, .owl-carousel:hover .owl-next {opacity: 1;}
.owl-nav span {display: block;text-indent: -9999px;}
.owl-nav span::before {content: "";border-top: 3px solid #666;border-right: 3px solid #666;height: 22px; position: absolute;top: 18px;width: 22px;}
.owl-nav .owl-next span::before {transform: rotate(45deg);right: 8px;}
.owl-nav .owl-prev span::before {left: 10px;transform: rotate(-135deg);}
.owl-dots{position: absolute;bottom: 30px;right: 120px}
.owl-dot span {height: 10px;width: 10px;border-radius: 50%;background-color: var(--html-cl-website);display: inline-block;margin: 0 5px 0px;}
.owl-dot.active span {background-color: #5ac3ee!important;}
.owl-item.active.synced{border: 1px solid #f00}
.item-pos{
    padding-top: 75%;
    cursor: pointer;
}
.item-pos img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.title-other{
    padding: 7px;
    background-color: var(--color-main);
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
}
.box-detail-info {
    background-color: #f1f1f1;
    padding: 15px;
}
.name-info h1{
    font-size: 20px;
    font-weight: bold;
}
.info-other p{
    padding: 5px 0;
}
.info-other p+p{border-top: 1px dashed #000}
.price-product-d .new p.t{
    font-weight: bold;
    font-size: 33px;
    color: #e10531;
    display: block;
    line-height: 100%;
}
.price-product-d .old{
    font-size:18px;
    text-decoration: line-through;
}
.promotion-d h5 {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: green;
}
.promotion-d ul li {
    position: relative;
    padding-left: 15px;
}
.promotion-d>ul>li:before {
    content: '\f02b';
    font-family: 'FontAwesome';
}
.promotion-d ul li:before {
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    color: #f96d38;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
    color: #e10531;
    background-color: #e10531;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 5px;
}
.fa-stack i{color: #fff}
/* ============toc list ==================*/
span.numb.view-cart {
    position: absolute;
    top: -5px;
    right: 0px;
    height: 17px;
    width: 17px;
    background-color: #f00;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ul-list-detail ol,
.ul-list-detail ul{ list-style: initial; padding-inline-start: 30px; margin-bottom: 10px;}
.ul-list-detail p{
    margin-bottom: 10px;
}

.toc-wrapper{

    background: #f9f9f9;

    border: 1px solid #aaa;

    border-radius: 4px;

    box-shadow: 0 1px 1px rgba(0,0,0,.05);

    display: table;

    max-width: 40%;

    margin-bottom: 1em;

    padding: 10px;

    position: relative;

}

.toc-title-container{

    display:table;

    width: 100%;

}

span.toc-switch {

    display: table-cell;

    text-align: right;

    vertical-align: middle;

}

.toc-switch a#toc{

    padding: 5px 10px;

    font-size: 12px;

    line-height: 1.5;

    border-radius: 3px;

    margin-left: 10px;

    text-shadow: 0 1px 0 #fff;

    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);

    background-repeat: repeat-x;

    border-color: #dbdbdb;

    border-color: #ccc;

    color: #444;

    cursor: pointer;

    text-shadow: 0 -1px 0 rgba(0,0,0,.2);

    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);

}

.toc-switch a#toc:focus,.toc-switch a#toc:hover {

    background-color: #e0e0e0;

    background-position: 0 -15px;

}

.toc-list ol li{

    list-style: none;
    line-height:30px

}

.toc-list ol li a {

    font-family: 'Roboto',sans-serif;

    color: #333;

    font-size: 14px;

    font-weight: 400;

    position: relative;

    text-transform: capitalize;

    z-index: 0;

    overflow-x: hidden;

}

.toc-list a:hover {

    text-decoration: underline;

}

.toc-list a:visited {

    color: #9f9f9f;

}

.toc-list ol{

    counter-reset: item;

}

.toc-list>ol>li ol{

    margin-left:10px

}


/*top*/

.template-top{
  background-color: var(--color-yellow);
}
.full-slider {
    border: 5px solid #f1f1f1;
    border-radius: 4px;
}
.col-left--slider{
  width: calc(100% - 370px);
}
.col-right--slider{
  width: 370px;
}
.border-r img{
  border-radius: 4px;
}
section#news{
  background-color: #fff;
  padding-bottom: 30px;
}
/*---------------------style me-----------------*/
table.btl-tinhlai{
  color:#fff;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
table th, table td {
    border: 1px solid #ccc;
    text-align: center;
    word-wrap: break-word;
    color: #fff;
}
div#ketqua {
    padding-top: 30px;
}
div#data {
    background: var(--color-main);
    width: 750px
}
.tinhlai span {
    padding: 10px;
    background: red;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.title-data {
    text-align: center;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
}
div.txt input[type='text'],#thoihanvay{
  height: 30px;
  width: 100%;
  padding-left:10px;
}
.social-top{height: 135px;}
.lang-top ul li{
  display: inline-block;
  z-index: 999999;
  position: relative;
}
.boxx-news {
    display: flex;
    justify-content: space-between;
}
.item-main.item-news-child {
    width: 425px;
    padding-top:72px;
}
.boxx-news-child {
    display: flex !important;
    align-items: flex-start;
}
.item-main.item-news {
    width: calc((100% + 20px) / 3);
}
.desc-news-main .views{color:var(--color-price);}
.btn-youtube {
    position: absolute;
    top: 35%;
    right: 45%;
}
.desc-news-main {
    width: 94%;
    text-align: justify;
}
.desc-nhantin {
  padding: 85px 35px;

}
.item-video{
  position: relative;
}
.title-news{
  padding-top:30px;
  padding-bottom:15px;
}
.desc-nhantin p:nth-child(1){
  font-size: 32px;
  color:var(--color-main);
  font-family: var(--font-roboB);
}
.desc-nhantin p:nth-child(2){
  font-size: 18px;
  color:#000;
  width: 56%;
  margin: auto;
}
.submit-baogia{
  background: url('images/bg_submit.png') no-repeat;
  text-align: center;
  padding: 20px;
  font-size: 18px;
}
#submit-frm{
  background: transparent;
  color:#fff;
  width: 100%;
  display: block;
  font-family: 'Arial';
  font-weight: bold;
}
.hotline-baogia p:nth-child(1){
  font-size: 23px;
  color:#fff;
  padding-bottom:10px;
}
.hotline-baogia p:nth-child(2){
  font-size: 42px;
  color:var(--color-red);
  font-family: var(--font-roboB);
}
form#frm_bagia {
    background: rgba(233, 237, 28, .5);
    width: 95%;
    float: right;
    padding: 20px;
}
form#frm_bagia input[type='text']{
    height: 37px;
    width: 387px;
    background: transparent;
    border: 1px solid #000;
    padding-left:10px;
}
textarea#noidung {
    background: transparent;
    padding-left: 10px;
}
textarea#noidung-c {
    background: transparent;
    padding-left: 10px;
    border: 1px solid #000;
    width: 387px;
}
.frm-nhantin-baogia {
    width: calc(100% / 2);
}
p.name-info {
    float: left;
    width: 20%;
    font-weight: bold;
}
.box-nhantin {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 95px;
}
.title-news span {
  color: var(--color-main);
  font-size: 23px;
  font-family: var(--font-roboB);
}
.desc-news-main h3 a,.desc-child h3 a{font-size: 16px;font-family: var(--font-roboB);color:#000;}
.desc-baogia p{
  font-size: 16px;
}
.desc-baogia p.red{color: #f00;font-weight: bold;font-size: 18px}  
.bg-baogia{
  background: url('images/bg_nhantin.png')no-repeat;
  float:right;
}
.desc-hotline{
  font-size:16px;
  font-family: var(--font-roboB);
}
.desc-khuyenmai{
  background: var(--color-yellow);
  margin-top:-7px;
  width: 95%;
  float: right;
  padding: 4px;
}
.desc-khuyenmai h3 a{font-size: 18PX;color:#000;}
.desc-hotline .hotline a{
  color:var(--color-red);
    font-weight: bold;
    font-size: 20px;
}
.slick-left {
    width: calc((100% + 420px) /2);
}
.slick-main {
    display: flex;
    justify-content: space-between;
}
.hotline-top .cl-hotline{
  color:#ff0000;
  font-size: 20px;
  font-family: 'UTM American Sans';
  position: absolute;
  top: 25px;
  right: 0px;
}
.bg-lang {
    position: absolute;
    top: -7px;
    right: 0px;
}
div.seach-menu{
  height: 40px;
  width: 512px;
  background: #f1f1f1;
  border-radius:30px;
  border: 1px solid #e0e0e0;
}
div.seach-menu input[type="text"]{
  color:#000;
  background: transparent;
  border:none;
  height: 25px;
  width: 445px;
}
div.seach-menu input[type="text"]::placeholder{
  color:#000;
}
.tf-hover img{transition: all 1s ease 0s}
.tf-hover img:hover{transform: scale(1.1);}
form#form-search {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
.about-r:before{
  content: '';
  width: 5px;
  background: #000;
  height: 45px;
  position: absolute;
  left:-15px;
}
.about-r h3 {
  color:#0093dd;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.about-r h4{
  font-size: 16px;
  font-family: 'OpenSansBold', sans-serif;
  margin-top:5px;
}
p.desc-about{
  font-size:14px;
  text-align: justify;
}
.desc-visao {
    width: calc(100% - 281px);
    padding-top: 20px;
    padding-bottom: 32px;
}
.item-visao {
    width: calc(100% / 2);
    display: flex;
}
p.number {
    height: 85px;
    width: 85px;
    border-radius: 50%;
    border: 1px solid #ffd800;
    display: flex;
    align-items: center;
    justify-content: center;
}
p.number span{color:#ffd800;font-size: 33px;font-family: 'OpenSansBold'}
.item-desc h3 a{
  color:#fff;
  font-size: 16px;
  font-family: 'OpenSansBold';
  font-weight:bold;
}
.description {
    position: absolute;
    bottom: 42%;
    width: 29%;
    right: 31%;
}
.desc-dichvu p {
    font-size: 14px;
}
.tit-dichvudesc{padding:18px;}
.tit-dichvudesc span {
    color: #fff;
    font-family: 'OpenSansBold';
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
}
.tit-dichvudesc:before{
  content:'';
  position: absolute;
  bottom:0px;
  left: 128px;
  background: #fff;
  height: 2px;
  width: 90px;
}
.item-desc p{
  font-size: 14px;
  color:#fff;
  font-style: italic;
}
.title-visao span{
  color:#fff;
  font-size: 30px;
  font-family: 'OpenSansBold';
}
.title-visao span:before{
  content: '';
  width: 90px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom:-10px;
}
p.khuyenmai {
    background: #ff0000;
    text-align: center;
    color: #fff;
    padding: 0px;
    width: 30%;
    font-size: 12px;
    position: absolute;
    top: 3px;
    left: 3px;
  }
.thongtinsp {
    border-bottom: 1px solid #efefef;
}
.tragop {
    display: flex;
    justify-content: space-between;
}
.tragop p{
  text-align: center;
  border-radius: 5px;
  padding:5px;
  cursor: pointer;
  width: 43%;
}
.tragop p:nth-child(1){
  border:1px solid var(--color-yellow);

}
.tragop p a:nth-child(1){
  color:var(--color-yellow);

}
.tragop p:nth-child(2){
  border:1px solid var(--color-main);
  color:var(--color-main);
}
.tragop p:nth-child(1):hover{
  background: var(--color-yellow);
  color:#fff;
}
.tragop p a:nth-child(1):hover{
  background: var(--color-yellow);
  color:#fff;
}
.tragop p:nth-child(2):hover{
  background: var(--color-main);
  color:#fff;
}
.tragop p.tinhtiengop:hover a:nth-child(1){
  color: #fff;
}
.title-visao h3{font-size: 16px;color:#fff;font-family: 'OpenSansBold';}
.img-visao {
    position: absolute;
    top: -40px;
    right: 0px;
}
.title-list{
  background: url('images/line_dm.png')no-repeat bottom center;
  padding-bottom:7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title-list h3{font-size: 22px;position: relative; text-transform: uppercase;padding-bottom:10px;font-weight: bold}
.title-list p a{font-size: 14px;color:var(--color-price);font-family: var(--font-roboB)}
/*.item-product{padding: 0px 10px; border:1px solid #ccc;}*/
.img.img-reponsive {
    display: flex;
    align-items: center;
    justify-content: center;
}
.desc-product{
    padding:0 10px;
}
.desc-product.p-relative h3 {
  border-bottom: 1px solid #efefef;
  height: 50px;
}
.desc-product h3 a{
  color:#000;
  font-size: 16px;
  font-family: var(--font-roboB);
}
.border{border: 1px solid #ccc}
.border-radius{border-radius: 4px}
p.giaban {
    font-size: 18px;
    font-weight: 600;
    color: #ff0000;
}
p.masp {
  font-size: 14px;
  font-family: 'OpenSansRegular';
  color:#fff;
  z-index: 999999;
}
p.line-ma {
  position: absolute;
  right:0px;
  bottom: 10px;
  z-index: 2;
}
.boxx-dichvu{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item-dichvu{
      width: calc(100% / 2);
    padding: 0px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.design-dichvu{
      width: 100%;
    margin-top: 140px;
    display: flex;
    flex-wrap: wrap;
        align-items: center;
    justify-content: center;
}
.item-dichvu:nth-child(1) {
    position: relative;
    left: 103px;
    top: -46px;
}
.item-dichvu:nth-child(2) {
    position: relative;
    left: -6px;
    top: -46px;
}
.item-dichvu:nth-child(3) {
    position: relative;
    left: -131px;
    top: -46px;
}
.item-dichvu:nth-child(4) {
position: relative;
    left: 230px;
    top: -46px;
}
.item-dichvu:nth-child(5) {
    position: relative;
    left: 104px;
    top: -70px;
}
.item-dichvu:nth-child(6) {
    position: relative;
    left: 0px;
    top: -70px;
}
.desc-dichvu {
    text-align: center;
    color: #fff;
}
.design-img {
    width: 100%;
    display: flex;
    justify-content: center;
}
/* back to top */
#back-to-top .top {position: fixed;bottom: -50px;z-index: 99;top: auto;right: 15px;width: 35px;height: 35px;opacity: 0;line-height: 35px;font-size: 19px;font-weight: bold;text-align: center;display: inline-block;border-radius: 4px;background: #FFF;text-decoration: none;transition: opacity 0.2s ease-out;opacity: 0 !important;-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;backface-visibility: hidden;-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;backface-visibility: hidden;box-shadow: 0px 0px 20px #CCC;transition: all cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.6s;}
#back-to-top .top.animate_top {bottom: 100px;opacity: 1 !important;display: block !important;cursor:pointer;}
#back-to-top .top .fa {font-size: 22px;color: var(--html-bg-website);font-weight: bold;}
.h390{
  height: 410px;
}
.detail-hotline{color:#ff0000;}
#top:hover {
  background: #990004;
  background: -webkit-linear-gradient(top, #D60004 0%, #990004 100%);
  background: -moz-linear-gradient(top, #D60004 0%, #990004 100%);
  background: -ms-linear-gradient(top, #D60004 0%, #990004 100%);
  background: -o-linear-gradient(top, #D60004 0%, #990004 100%);
}

.container {
  max-width: 1220px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px;
}

#full-page {
  max-width: 1366px;
  margin: 0 auto;
}
h1,h2,h3,h4,h5,h6{
  padding: 0px;
  margin: 0px;
}
/* Chung */
.title {
  position:relative;
}
.title > a{
  position: absolute;
  right: 0px;
  top: 10px;
  color: #333;
  font-size: 14px;
  font-style: italic;
  font-family: 'OpenSansRegular';
}
.title h6 {
  font-size: 20px;
  font-family: 'RobotoBold';
  color: #232f3e;
  line-height: 36px;
}

.title h4 {
  font-size: 30px;
  font-family: 'OpenSansBold';
  color: #ffd800;
  line-height: 33px;
  text-transform: uppercase;
  padding: 0px 0px 0px 30px;
  position: relative;
  z-index: 9999;
  background: url('images/icon-list.png') no-repeat left center;
}

.title h5 {
  font-size: 15px;
  font-family: 'OpenSansBold';
  color: #FFF;
  line-height: 40px;
  text-transform: uppercase;
  padding: 0px 10px 0px;
}
.title h1 {font-size: 30px;font-family: 'OpenSansBold';color: #FFD800;line-height: 36px;text-transform: uppercase;}
.title h4 a {
  z-index: 1;
  color: #ffd800;
  font-family: 'OpenSansBold';
}

.title h3 {
  font-size: 18px;
  font-family: 'RobotoBold';
  color: #333;
  line-height: 50px;
  background: #b2b0b1;
  text-transform: uppercase;
  padding: 0px 10px 0px;
}

.title p {
  font-size: 15px;
  font-family: 'OpenSansRegular';
  color: #333;
  line-height: 24px;
}
.title1{
  position: relative;
}
.title1 h5 {
  font-size: 18px;
  font-family: 'OpenSansBold';
  color: #333;
  padding: 2px 10px;
  border-radius: 5px;
  line-height: 35px;
  background: #ffd800;
  display: inline-block;
  text-transform: uppercase;
  padding: 0px 10px 0px;
}
.brt-none {
  border-bottom: 0px;
}
/* Top */
#top-page{
  width: 100%;
  background: var(--color-yellow);
}
#top-page img{
  max-width: 100%;
  vertical-align: middle;
}
.headtop ul li p{font-size: 16px; color:#000;}
.headtop ul li span{font-family: 'RobotoBold'}
ul.top-page{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
ul.top-page li{
  padding: 10px 0px;
}
ul.top-page li p{
  display: inline-block;
  margin-right: 50px;
  font-size: 13px;
  font-family: 'OpenSansRegular', sans-serif;
  font-weight: 500;
  line-height: 17px;
  color: #383838;
}
ul.top-page li a{
  color: #383838;
  display: inline-block;
  margin-left: 40px;
  position: relative;
  float: left;
}
ul.top-page li a:after{
  position: absolute;
  width: 1px;
  height: 100%;
  border-right: 1px dashed  #383838;
  content: '';
  top: 0px;
  left: -20px;
}
ul.top-page li a:first-child:after{
  display: none;
}
ul.top-page li a:hover{
  color: #FF0000;
}
/* Header */
#nav-bar{background: var(--color-main);}
.header-top {
  width: 100%;
}
.flex-topic{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0px;
}
.slogan{
  width: 100%;
  overflow: hidden;
}
.marquee{
  width: 100%;
}

.headtop {
  padding: 0px;
}
.headtop ul{
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.headtop ul li{
  font-size: 13px;
  font-family: 'OpenSansRegular';
  line-height: 40px;
  color: #FFF;
}
.headtop ul li a{
  color: #FFF;
}
.headtop ul li i{
  color: #FFF;
  font-size: 20px;
  margin-top: 10px;
  float: left;
  margin-right: 2px;
}
.headtop ul li:nth-child(2) a{
  color: #FFF;
  display: inline-block;
  position: relative;
}
.headtop ul li:nth-child(2) a i.fa-shopping-bag{
  margin-right: 20px;
}
.headtop ul li:nth-child(2) a span{
  position: absolute;
  left: 15px;
  bottom: 2px;
  background: #FF0000;
  color: #FFF;
  padding: 5px;
  min-width: 5px;
  font-size: 12px;
  height: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.heademenu{
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 21px 0px;
  width: 100%;
}
.heademenu img{
  max-width: 100%;
}
.banner {
  width: 110px;
  text-align: center;
  float:left;
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}
.banner a{
  display: block;
}
.logo-left{
  display: flex;
  align-items: center;
  width: 280px;
  transition: all 0.6s;
}
.logo-left img{
  max-width: 100%;
  transition: all 0.6s;
  display: block;
}
.search-mobile{
  float: right;
  height: 50px;
  width: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
.search-mobile div.icon-s{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 31px;
  width: 31px;
  background: #0e9d49;
  color: #FFF;
}
.search {
  width: calc(100% - 290px);
  float: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-top{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.baogia,.hotline-top {
    display: flex;
    align-items: center;
}
.search-top a{
  display: block;
  line-height: 40px;
  padding: 0px 20px;
  color: #FFF;
  border: 2px solid #FFF;
  border-radius: 5px;
  box-sizing: border-box;
}
.search-top a img{
  vertical-align: middle;
}
.hotrotructuyen{
  font-weight: 300;
  font-family: 'OpenSansRegular';
  font-size: 13px;
  line-height: 20px;
}
.hotro_item {
    float: left;
    padding-left: 35px;
    line-height: 32px;
    font-size: 13px;
    margin-bottom: 5px;
    margin-left: 20px;
}
.hotro_item.phone{
      background: url('images/icon-hotline.png') no-repeat left center;
}
.hotro_item.email{
      background: url('images/icon-email.png') no-repeat left center;
}
.hotro_item a{
  color: #FFF;
}
.search-bottom{
  width: 500px;
  float: left;
  background: #FFF;
  position: relative;
  margin-top: 0px;
  border-radius: 5px;
}
.select-search {
  width: 145px;
  background: #e7e7e7;
  border:  none;
  height: 50px;
  box-sizing:  border-box;
  padding: 0px 10px;
  font-family:  'OpenSansRegular';
  color: #666;
  float: left;
}

.text-search {
  width: calc(100% - 35px);
}

.button-search {
  width: 122px;
  height: 40px;
  background: #ffd800;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-radius: 5px;
}
.click-search {
  width: 42px;
  height: 78px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
}
.click-search.active i{
  font-size:30px;
}
#frm-search{
  width: 100%;
  float: left;
  box-sizing: border-box;
}
#frm-search select{
  background: transparent;
  border: none;
  height: 35px;
  outline: none;
  padding: 0px 10px;
  font-family: 'OpenSansRegular';
  font-weight: 300;
  font-size: 13px;
  color: #333;
  float: left;
  box-sizing: border-box;
  width: 120px;
}
.input-control {
  width: calc(100% - 120px);
  background: transparent;
  border: none;
  height: 40px;
  outline: none;
  padding: 0px 10px;
  font-family: 'OpenSansRegular';
  font-weight: 300;
  font-size: 13px;
  color: #333;
  float: left;
  box-sizing: border-box;
}
#cart{
  position: fixed;
  top: 40%;
  right: 5px;
  width: 50px;
  height: 40px;
  background: #444;
  cursor: pointer;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
}
#cart i{
  color: #FFF;
  font-size: 30px;
}
#cart span{
  position: absolute;
  top: -8px;
  left: -8px;
  display: inline-block;
  padding: 3px 5px;
  background: #FF0000;
  color: #FFF;
  border-radius: 5px;
}

.input-control::-webkit-input-placeholder {font-size: 13px; color:#333; font-family:'OpenSansRegular'}
.input-control:-moz-placeholder {font-size: 13px; color:#333; font-family:'OpenSansRegular'}
.input-control::-moz-placeholder {font-size: 13px; color:#333; font-family:'OpenSansRegular'}
.input-control:-ms-input-placeholder {font-size: 13px; color:#333; font-family:'OpenSansRegular'}
.cart-hotline {
  width: 255px;
}

.cart-hotline .cart {
  width: 60px;
  font-size: 30px;
  color: #FFF;
  height: 42px;
  display: flex;
  align-items: center;
}

.cart-hotline .cart span {
  position: absolute;
  top: -5px;
  left: 15px;
  color: #FFF;
  background: #0072b0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-family: 'RobotoBold';
  border-radius: 50%;
}
.hotline-flex{
  padding: 32px 0px;
}
.hotline-flex p{
  font-size: 17px;
  font-family: 'RobotoBold';
  color: #FFF;
  display: block;
  text-align:right;
  margin-bottom: 6px;
  position: relative;
}
.hotline-flex p:last-child{
  font-size: 24px;
  margin-bottom:0px;
}
.hotline-flex > p > span:nth-child(1){
  position:relative;
  display: inline-block;
  padding-right: 20px;
  cursor:pointer;
}
.hotline-flex > p > span:nth-child(2){
  position: absolute;
  top: 100%;
  right: 0px;
  font-size: 20px;
  margin-top:5px;
  background: #FFF;
  font-family: 'OpenSansRegular';
  z-index:1;
  display: none;
  color: #FF0000;
  width: 240px;
  padding: 10px;
  box-shadow: 0px 0px 2px #777;
}
.hotline span i {
  font-size: 30px;
  padding-top: 2px;
  position:  absolute;
  right: -10px;
  top:-5px;
}


.menu-mobile{
  width: 40px;
  height: 40px;
  float: right;
  background: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 5px;
  overflow: hidden;
  display: none;
  margin-top: 20px;
}
.menu-mobile span{
  width: 100%;
  margin-bottom: 7px;
  height: 3px;
  float: left;
  background: #413C38;
}
.top-mobile {
  display: none;
}

.cart-menu{
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 0px;
  display: none;
}
.cart-menu a {
  color: #FFF;
  font-family: 'OpenSansRegular';
  font-size: 14px;
  background: #fd7e14;
  padding: 5px 10px;
}
.menu-but {
  height: 50px;
  line-height: 50px;
  padding-left:  35px;
}

.menu-but a {
  color: #FFF;
  font-family: 'RobotoBold';
  font-size: 18px;
  text-transform: uppercase;
}

.left-0 {
  left: 0px !important;
}

.cart-hotline1 {
  width: 255px;
}

.cart-hotline1 .cart {
  width: 65px;
  font-size: 30px;
  color: #FFF;
  height: 42px;
  display: flex;
  align-items: center;
}

.cart-hotline1 .cart span {
  position: absolute;
  top: -5px;
  left: 15px;
  color: #FFF;
  background: #0072b0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-family: 'RobotoBold';
  border-radius: 50%;
}

.cart-hotline1 .hotline {
  width: calc(100% - 65px);
}

.cart-hotline1 .hotline span {
  font-size: 13px;
  font-family: 'RobotoBold';
  color: #FFFFFF;
  display: block;
  padding: 1px 0px;
}

.cart-hotline1 .hotline span:last-child {
  font-size: 20px;
  color: #FF9900;
}

/* Menu */
.menu-bound {
  width: 270px;
  height: 40px;
  position: relative;
}

.menu-bound:hover .left-top {
  display: block !important;
}

.left-top {
  top: 40px;
  left: 0px;
  width: 100%;
  background: #FFF;
  z-index: 99;
}

.navigator-category-text {
  background: #378FCC;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  cursor: pointer;
  padding-left: 48px;
  padding-top: 10px;
  position: relative;
  height: 30px;
  z-index: 9999999;
  font-size: 20px;
  border-radius: 4px 4px 0 0;
  font-family: 'RobotoBold';
}

.navigator-category-text:before {
  content: "";
  border: transparent;
  border-top-color: #378FCC;
  border-style: solid;
  border-width: 10px 135px 0;
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 0;
  width: 0;
}

.expand-alias {
  position: absolute;
  top: 9px;
  left: 10px;
  z-index: 2;
  width: 31px;
  height: 31px;
}

.expand-alias span {
  background-color: #000;
  font-size: 0;
  width: 16px;
  height: 3px;
  position: absolute;
  top: 14px;
  left: 6px;
  border-radius: 2px;
}

.expand-alias span:before {
  transform: translateY(-6px);
  width: 22px !important;
}

.expand-alias span:after {
  transform: translateY(6px);
  width: 12px !important;
}

.expand-alias span:after,
.expand-alias span:before {
  content: "";
  background-color: #000;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .4s ease;
  border-radius: 2px;
}

.menu-top {
  width: 100%;
  background: transparent;
}

.menu-top ul.menu {
  width: 100%;
}
.menu-top ul.menu:nth-child(1){
  width: calc(50% - 103px);
  float: left;
}
.menu-top ul.menu:nth-child(2){
  width: calc(50% - 103px);
  float: right;
}
.menu-top ul.menu > li {
  display: inline-block;

}
.menu-top ul.menu:nth-child(1) > li{
  margin-right: 32px;
}
.menu-top ul.menu:nth-child(2) > li:first-child{
  margin-left: 0px;
}
.menu-top ul.menu:nth-child(2) > li{
  margin-left: 30px;
}
.menu-top ul.menu:nth-child(2) > li:last-child{
  margin-right: 50px;
}
.menu-top ul.menu > li {
  position: relative;
  flex-grow: 1;
  text-align: center;
  transition: all 0.6s;
}

.menu-top ul.menu > li > a {
  color: #333;
  font-size: 14px;
  font-weight:500;
  display: inline-block;
  padding: 10px 0px 10px;
  text-transform:uppercase;
  font-family: 'OpenSansRegular';
}

.menu-top ul.menu > li:hover,.menu-top ul.menu > li a.active{
  color: #0F9D49;
}
.menu-top ul.menu > li:hover > a{
  color: #0F9D49;
}
.menu-top ul.menu > li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.menu-top ul.menu > li > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}
.menu-top ul.menu > li > ul{
  position: absolute;
    top: 100%;
    left: -1px;
    background: #0F9D49;
    text-align: left;
    white-space: nowrap;
    min-width: 260px;
    visibility: hidden;
    opacity: 0;
    margin-top: 20px;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
    z-index: 9999;
    padding: 10px 0px;
}
.menu-top ul.menu > li > ul li{
  position: relative;
  display: block;
  width: 100%;
  float: left;
  padding: 6px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-top ul.menu > li > ul > li a{
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  display: block;
  font-family: 'OpenSansRegular'
}
.menu-top ul.menu > li > ul > li > ul{
  position: absolute;
  top: 0%;
  left: 100%;
  min-width: 250px;
  text-align: left;
  z-index: 10001;
  background: #524e50;
  padding: 15px 0px;
  visibility: hidden;
  opacity: 0;
  margin-top: 20px;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;

}
.menu-top ul.menu > li > ul > li > a:hover,.menu-top ul.menu > li > ul > li > a.active{
  color: #FF0;
}
.menu-top ul.menu > li > ul > li > ul > li > a:hover,.menu-top ul.menu > li > ul > li > ul > li > a.active{
  color: #FF0;
}
.menu-hx{
  display: flex;
  width: 100%;
  float: left;
  justify-content: space-between;
}
.banner-logo{
  width: 206px;
  float: left;
  margin-right: 50px;
}
.menu-lx{
  width: calc(100%);
  float: right;
  box-sizing: border-box;
}
.menu-top1 {
  width: 100%;
  position:  relative;
  z-index: 9;
}

.menu-top1 ul.menu {
  width: 100%;
  display:  flex;
  justify-content: space-between;
}

.menu-top1 ul.menu > li {
  display: inline-block;
}

.menu-top1 ul.menu > li {
  position: relative;
  text-align: center;
  transition: all 0.6s;
  flex-grow: 1;
}
.menu-top1 ul.menu > li >h2> a,
.menu-top1 ul.menu > li > a {
  color: #FFF;
  font-size: 15px;
  font-weight:600;
  display: block;
  padding: 10px 0px;
  font-family: 'Arial', Helvetica, sans-serif;
  position: relative;
  text-transform: uppercase;
}

.menu-top1 ul.menu > li:hover,.menu-top1 ul.menu > li a.active{
  color: #FFF;
  background: var(--color-yellow);
}
.menu-top1 ul.menu > li:hover > a{
  color: #FFF;
}
.menu-top1 ul.menu > li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.menu-top1 ul.menu > li > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.menu-top1 ul.menu > li > ul{
  position: absolute;
  top: 100%;
  left: -1px;
  background: var(--color-main);
  text-align: left;
  white-space: nowrap;
  min-width: 220px;
  visibility: hidden;
  opacity: 0;
  margin-top: 20px;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  z-index: 9999;
  padding: 0px;
  box-sizing: border-box;
}
.menu-top1 ul.menu > li > ul li{
  position: relative;
  display: block;
  width: 100%;
  float: left;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-top1 ul.menu > li > ul li+li{
  border-top: 1px solid #fff;
}
.menu-top1 ul.menu > li > ul > li a{
  color: #fff;
  font-size: 14px;
  font-family: 'OpenSansRegular';
  display: block;
  font-weight: 300;
}
.menu-top1 ul.menu > li > ul > li > ul{
  position: absolute;
  top: -1px;
  left: 100%;
  min-width: 250px;
  text-align: left;
  z-index: 10001;
  background: var(--color-main);
   visibility: hidden;
    opacity: 0;
    margin-top: 20px;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
    box-sizing: border-box;
  border: 1px solid #e4e4e4;

}
.menu-top1 ul.menu > li > ul > li:hover > a,.menu-top1 ul.menu > li > ul > li.active > a{
  color: #FFF;
}
.menu-top1 ul.menu > li > ul > li > ul > li:hover > a,.menu-top1 ul.menu > li > ul > li > ul > li.active > a{
  color: #FFF;
}
.menu-top1 ul.menu > li > ul > li:hover{
  background: var(--color-yellow);
}
.menu-top1 ul.menu > li > ul > li > ul > li:hover{
  background: var(--color-yellow);
}
/* Slider */
#slider-top {
  width: 100%;
  display: none;
}
#service{
  width: 100%;
  position: relative;
  background: #FFF;
}
#service:after{
  background:#84DCFF !important;
  width: 100% !important;
  height: 50% !important;
  content:'' !important;
  position: absolute !important;
  bottom: 0px !important;
  left: 0px !important;
}
.service {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.service-item{
  flex-grow: 1;
  box-sizing: border-box;
  padding: 40px 20px;
  position: relative;
  top: 0px;
  transition: all 0.6s;
  z-index: 9;
}
.service-item:after{
  content:'';
  width: 100%;
  height: 5px;
  bottom: 0px;
  left: 0px;
  background: #D90;
  position:absolute;
  transform: scale(0);
  transition: all 0.6s;
}
.service-item:hover:after{
  transform: scale(1);
}
.service-item:hover{
  background: #FFF;
  top: -60px;
}
.service-item-img{
  width: 100%;
  text-align: center;
}
.service-item-title{
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  font-family: 'OpenSansBold';
  font-size: 16px;
  color: #333;
  font-weight: 300;
}
.box-slider{
  display: flex;
  justify-content: space-between;
}
.slider-right {
  width: 390px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background: #FFF;
}

.slider-left {
  width: calc(100%);
  background: #3E414F;
  display: flex;
}
/*.slider-left ul,.slider-left ul ul{
  list-style: none;
}
.slider-left > ul{
  width: 100%;
  position: relative;
  padding: 5px 0px;
}
.slider-left > ul > li{
  width: 100%;
}
.slider-left > ul > li > a{
  display: block;
  padding: 9px 10px;
  color: #FFF;
  font-size: 14px;
  position: relative;
}
.slider-left > ul > li > a > span{
  float: right;
  font-size: 19px;
}
.slider-left > ul > li > a:hover{
  background: #0072b0
}
.slider-left > ul > li > ul{
  width: 100%;
  top: 0px;
  left: 100%;
  background: #FFF;
  position: absolute;
  z-index: 1;
  height: 100%;
  box-shadow: 0px 2px 5px #ababab;
  display: none;
}
.slider-left > ul > li > ul.w200{
  width: 200%;
}
.slider-left > ul > li > ul.w200 > li{
  width: 50%;
  float: left;
}
.slider-left > ul > li:hover > ul{
  display: block;
}
.slider-left > ul > li > ul > li{
  width: 100%;
}
.slider-left > ul > li > ul > li > a{
  display: block;
  padding: 9px 10px;
  color: #333;
  font-size: 14px;
}
.slider-left > ul > li > ul > li > a:hover{
  color:#0072b0
}
*/
.adv{
  width: 100%;
  padding: 10px 0px;
}



.adv .img{
  width: 100%;
  text-align: center;
  box-sizing: border-box;

}
.adv .img a img{
  max-width: 100%;
}

#branch{
  width: 100%;
  margin-top: 10px;
}
.branch-box{
  display: flex;
  justify-content: space-between;
}
.branch-box-l{
  width: calc(100% - 5px - 100% / 4);
  box-sizing: border-box;
}
.branch-box-r{
  width: calc(100% / 4 - 5px);
  box-sizing: border-box;
}
.branch-box-adv {
  width: 100%;
  float: left;
  background: #FFF;
  overflow: hidden;
  border-radius: 5px;
}
.branch-box-adv .head {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    background: #2c99d9;
    padding: 8px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.branch-box-adv .head a {
    color: #FFF;
    font-family: 'OpenSansRegular';
    text-transform: uppercase;
    font-size: 17px;
}
.branch-box-adv-content{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  float: left;
}
.branch-box-adv-content .img{
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.branch-box-adv-content .img:last-child{
  margin-bottom: 0px;
}
.branch-box-adv-content .img img{
  max-width: 100%;
}
.adv-w{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
}
.adv-w img{
  max-width: 100%;
}
.left-menu {
  width: 100%;
}

.left-menu > li {
  width: 100%;
  float: left;
  padding: 13px 10px 12px;
  border-bottom: 1px solid #cacaca;
  box-sizing: border-box;
}

.left-menu > li > h2 {
  display: block;
  line-height: 24px;
}

.left-menu > li > h2 img {
  float: left;
  margin-right: 5px;
}

.left-menu > li > h2 a {
  color: #5f5d5d;
  display: block;
  font-size: 14px;
}

.left-menu > li > h2 a i {
  float: right;
  margin-top: 6px;
}

.left-menu > li > h2:hover a {
  color: #0072b0;
}

.left-menu > li:last-child {
  background: #0b2862;
  border-bottom: 1px solid #0b2862;
}

.left-menu > li:last-child > h2 a {
  color: #FFF;
}

.left-menu > li:hover .sub-menu-left {
  display: block;
}

.sub-menu-left {
  position: absolute;
  top: 0px;
  left: 100%;
  width: 918px;
  background: #FFF;
  height: 100%;
  z-index: 9;
  display: none;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.box-menu {
  width: calc(100% + 20px);
  margin: 0px -10px;
}

.box-menu .item {
  width: 25%;
}

.box-menu .item h4 {
  display: block;
  line-height: 19px;
  border-bottom: 1px solid #cacaca;
}

.box-menu .item h4 a {
  color: #060606;
  font-size: 14px;
}

.box-menu .item p {
  display: block;
  line-height: 25px;
  padding: 3px 0px;
}

.box-menu .item p a {
  color: #5f5d5d;
  display: block;
  font-size: 14px;
}

.box-menu .item a:hover {
  color: #0072b0;
}

.box-menu-list {
  width: calc(100% + 20px);
  margin: 0px -10px;
}

.box-menu-list h4 {
  display: block;
  line-height: 19px;
  border-bottom: 1px solid #cacaca;
  text-transform: uppercase;
}

.box-menu-list h4 a {
  color: #060606;
  font-size: 14px;
}

.box-menu-list p {
  display: block;
  line-height: 25px;
  padding: 3px 0px;
}

.box-menu-list p a {
  color: #5f5d5d;
  display: block;
  font-size: 14px;
}

.box-menu-list a:hover {
  color: #0072b0;
}

/* About us */
.box-gioithieu{
  width: 100%;
  margin: 0 auto;
}
.tieude-gioithieu{
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}
.tieude-gioithieu:after{
  width: 100%;
  height: 20px;
  background: url('images/intro-bg1.jpg') repeat-x top center;
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.tieude-gioithieu h4{
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0072b0;
  display: inline-block;
  position: relative;
  padding: 0px 20px;
  line-height: 30px;
}
.tieude-gioithieu h4:after{
  width: 20px;
  right: -20px;
  height: 2px;
  position: absolute;
  content:'';
  top: 90%;
  background: #333;
}
.tieude-gioithieu h4:before{
  width: 20px;
  left: -20px;
  height: 2px;
  position: absolute;
  content:'';
  top: 90%;
  background: #333;
}
.tieude-gioithieu h4 a{
  color: #0072b0;
  font-family: 'OpenSansBold';
}
.gioithieu-left{
  width: calc(100% - 572px);
  float: left;
  display: flex;
  align-items: center;
}

.box-gioithieu h3.tieude{
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.box-gioithieu h3.tieude a{
  font-size: 36px;
  color: #333333;
  font-family: 'OpenSansRegular';
}
.box-gioithieu div{
  font-size: 14px;
  color: #474647;
  line-height: 24px;
  text-align: center;
  font-family: 'OpenSansRegular';
}
.box-gioithieu p a{
  font-size: 14px;
  color: #474647;
  text-transform: uppercase;
  line-height: 24px;
  font-family: 'OpenSansRegular';
  padding: 10px 30px 10px;
  border: 1px solid #333333;
  border-radius: 30px;
}
.gioithieu-right{
  width: 542px;
  float: right;
}
.gioithieu-right img{
  max-width: 100%;
}
.box-slide-new {
  width: calc(100% + 20px);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px -10px;
  display: flex;
  justify-content: space-between;
}
p.xemthem a{
    color:#0093dd;
}
p.xemthem{
    color:#0093dd;
    text-align: center;
    padding: 10px;
    border: 3px solid #0093dd;
    width: 20%;
}

.box-slide-new-item {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  float: left;
  width: calc(100% / 3);
  /* margin-bottom: 8px; */
  margin: 0px 10px;
  background: #FFF;
  transition: all 0.6s;
}
.box-hover-slide{
  width: 100%;
  float: left;
  box-sizing: border-box;
  transition: all 0.6s;
  display:  flex;
  justify-content: space-between;
}
.box-slide-new-item:hover{
  background: #0072b0;
  -webkit-transform: translate3D(-0px,-3px,0);
    transform: translate3D(-0px,-3px,0);
  box-shadow: 0px 0px 10px #999;

}
.box-slide-new-item div.img {
  width: 160px;
  float: left;
  align-items: stretch;
  position: relative;
}

.box-slide-new-item div.desc{
  width: calc(100% - 170px);
  float: right;
  box-sizing: border-box;
  position:relative;
}
.addcart-in{
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #FFF;
  font-size: 13px;
  background: #b0b0b1;
  padding: 5px 10px;
  cursor: pointer;
}
.box-hover-slide:hover .addcart-in{
 background: #ec202c;
}
.box-slide-new-item div.desc h5 a {
  font-size: 15px;
  font-family: 'OpenSansBold', sans-serif;
  color: #ec202b;
  transition: all 0.6s;
  text-align: left;
}
.box-slide-new-item div.desc h5{
  padding-bottom: 8px;
}
.box-slide-new-item div.desc p{
  color: #333;
  font-family: 'OpenSansRegular', sans-serif;
  font-size: 13px;
  line-height: 18px;
}
.box-slide-new-item div.desc p .price {
  color: #ec202b;
}

.box-slide-new-item div.desc p .price-old {
  color: #656464;
}
.box-slide-new-item:hover div.desc a{
  color: #FF0;
}
.box-slide-new-item:hover div.desc p{
  color: #FFF;
}
.box-slide-new-item div.img img {
  max-width: 100%;
  display: block;
}



#gallery {
  background: #FFF;
}

.box-gallery {
  width: calc(100% + 20px);
  margin: 0px -10px;
  float: left;
  display: flex;
  flex-flow: wrap;
}

.box-gallery-item1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 10px 0px;
  float: left;
}
.box-gallery-item1 .img{
  width: 100%;
  float: left;
  overflow: hidden;
  position:  relative;
  z-index: 2;
}
.box-gallery-item1 .img img{
  float: left;
  max-width: 100%;
  transition: all 0.6s;
}
.box-gallery-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% / 3);
  padding: 10px;
  float: left;
}
.box-gallery-item .img{
  width: 100%;
  float: left;
  overflow: hidden;
  position:  relative;
  z-index: 2;
}
.box-gallery-item .img img{
  float: left;
  max-width: 100%;
  transition: all 0.6s;
}
.box-gallery-item .desc{
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  background: #FFFFFF;
  position: relative;
  z-index: 4;
  top: -2px;
}
.box-gallery-item .desc a{
  font-size: 16px;
  font-family: 'OpenSansRegular';
  color: #333;
  font-weight: 400;
  transition: all 0.6s;
  line-height: 24px;
}
.box-gallery-item:hover div.img img {
  transform: translateX(5px) rotate(5deg) translateY(5px) scale(1.2);
}
.box-gallery-item:hover div.desc a{
  color: #0072b0;
}
/* Propduct */
.hover-product {
  border: 1px solid #FFF;
}

.hover-product:hover {
  border: 1px solid #CCC;
  box-shadow: 0px 0px 2px #CCC;
}
.product-slide.cl-3{
  width: calc(100% / 3);
}
.product-slide.cl-4{
  width: calc(100% / 4);
}
.product-slide{
  padding: 0px 1px 0px;
}
.product-img{
  position: relative;
  text-align: center;
}
.status{
  position: absolute;
  width: 55px;
  height: 55px;
  right: 0px;
  top: 0px;
  border-radius: 50%;
  background: #ed1505;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  text-transform: uppercase;
}
.product-img img {
  max-width: 100%;
}
.product-slide:hover .product-desc{
  opacity: 1;
  transform: scale(1);
}
.product-desc{
  cursor: pointer;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(0,0,0,0.6);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.6s;
  display:  flex;
  align-items:  center;
}
.product-desc p{
  font-family: 'OpenSansRegular', sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  color: #FFF;
}
.product-title h4 {
  line-height: 18px;
  font-weight: 300;
  margin-bottom: 8px;
  height: 37px;
  overflow: hidden;
}

.product-title h4 a {
  font-family: 'OpenSansRegular';
  font-size: 14px;
  color: #333;
}

.product:hover a {
  color: #0072b0;
}

.product-title p {
  font-family: 'OpenSansRegular', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 8px;
}
.product-title p:nth-child(3){
  color: #999;
}
.product-title p span.addcart{
  display: inline-block;
  padding: 3px 10px;
  background: #0072b0;
  color: #FFF;
  cursor: pointer;
  font-size: 12px;

}
.product-title p .price {
  font-family: 'OpenSansBold', sans-serif;
  font-size: 17px;
  color: #D90000;
  display: inline-block;
}

.product-title p .price-old {
  font-size: 14px;
  color: #656464;
  display: inline-block;
}

.readmore {
  display: inline-block;
  padding: 7px 10px;
  color: #232f3e;
  border: 1px solid #232f3e;
  font-family: 'OpenSansRegular';
  font-size: 15px;
  font-weight: 400;
}

.giasoc-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  border-radius: 50%;
  background: #FF0000;
}
/*product page*/
.image-default{
  padding-top: 75%;
  position: relative;
}
.image-default img{
  position:  absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.item-info .item-code {
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: bold !important;
    margin-bottom: 0;
    color: #000;
    /*min-height: 45px;*/
}
.item-info .item-price {
    font-weight: 500;
    color: #e10531;
    font-size: 16px;
    margin-top: 5px;
}
.item-product .promotion {
    color: #036F35 !important;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #ccc;
    font-size: 14px;
    font-weight: 600;
}
.item-product .promotion>ul>li:before {
    content: '\f06b';
    font-family: 'FontAwesome';
    color: red;
    margin-right: 5px;
}
.item-info .task-btn {
    position: relative;
    z-index: 2;
    margin-top: 15px;
}
.task-btn a{
  height: 27px;
  line-height: 27px;
  border: 1px solid #ccc;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  font-size: 12px;
}
.task-btn a.btn-tg{
  border-color: var(--color-main);
  color: var(--color-main);
}
.task-btn a.btn-datmu{
  border-color: var(--color-yellow);
  color: var(--color-yellow);
}
.task-btn a.btn-tg:hover{
  background-color: var(--color-main);
  color: #fff;
}
.task-btn a.btn-datmu:hover{
  background-color: var(--color-yellow);
  color: #fff;
}
a.invisible-link{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
/*.item-product{
    border: 1px solid #ccc;
    padding: 5px;
}*/
/* Gia soc */
#tintuc {
  background: #FFF;
  margin-top: 8px;
  padding: 20px 0px;
}

.box-content{
  float: left;
  display: flex;
  justify-content: space-between;
}
.box-c-item{
    width: 49%;
    box-sizing: border-box;
}

.tintuc-left{
  width: calc(43% - 5px);
  float: left;
}
.tintuc-right{
  width: calc(57% - 5px);
  float: right;
}


.box-don{
  width: 100% ;
}
.box-don-item {
  width: 100%%;
  position: relative;
  margin-bottom: 1  0px;
}
.box-don-item h5 {
  padding-left: 40px;
  position: relative;
  min-height: 35px;
}
.box-don-item span.count{
  color: #ffd800;
  font-size: 13px;
}
.box-don-item span.numb{
  background: #f4f4f4 none repeat scroll 0 0;
  color: #cbcbcb;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 6px 10px;
}
.box-don-item h5 a {
  font-size: 14px;
  font-family: 'OpenSansRegular', sans-serif;
  color: #333;
  line-height: 20px;
  font-weight: 300;
  transition: all 0.6s;
}
.box-don-item div.desc h5{}
.box-don-item div.desc p{
  color: #FFF;
  font-family: 'OpenSansRegular', sans-serif;
  font-size: 13px;
  line-height: 20px;
}
.box-don-item div.desc:after{
  content:'';
  width: 100%;
  height: 5px;
  bottom: 0px;
  left: 0px;
  background: #FF0000;
  position:absolute;
  transform: scale(0);
  transition: all 0.6s;
}
.box-don-item:hover div.desc:after{
  transform: scale(1);
}

.box-don-item:hover div.desc{
  background: rgba(132, 219, 252, 0.5);
}
.box-don-item:hover div.desc a{
  color: #333;
}
.box-don-item div.img img {
  max-width: 100%;
  display: block;
}
.box-don-item div.desc p a{
  display: inline-block;
  padding: 5px 10px;
  font-size: 13px;
  color: #FFF;
  border: 1px solid #FFF;
  margin-top: 10px;
}

.box-tintuc {
  width: calc(100% + 20px);
  margin: 0px -10px;
  float: left;
  display: flex;
  flex-flow: wrap;
  box-sizing: border-box;
}
.box-tintuc-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px 10px;
  border-bottom: 1px solid #DDD;
  margin-bottom: 10px;
}
.box-tintuc-item:last-child{
  padding: 0px 10px 0px;
  border-bottom: 0px solid #DDD;
  margin-bottom: 0px;
}
.box-tintuc-item {
  width: 100%;
  position: relative;
  transition: all 0.6s;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box-tintuc-item div.img {
  width: 130px;
  float: left;
  align-items: stretch;
  overflow: hidden;
  position: relative;
}

.box-tintuc-item div.desc{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 140px);
  float: right;
  padding: 0px 0px 0px;
}
.box-tintuc-item div.desc h5{

}
.box-tintuc-item div.desc a{
  font-size: 14px;
  font-family: 'OpenSansBold', sans-serif;
  color: #333;
  line-height: 21px;
  font-weight: 300;
}
.box-tintuc-item div.desc p{
  font-size: 13px;
  font-family: 'OpenSansRegular', sans-serif;
  color: #333;
  line-height: 20px;
  font-weight: 300;
  margin-top: 5px;
}
.box-tintuc-item div.img img {
  max-width: 100%;
  float: left;
  transition: all 0.6s;
}
.box-tintuc-item:hover div.img img {
  transform: translateX(5px) rotate(5deg) translateY(5px) scale(1.3);
}
.box-tintuc-item:hover div.desc a{
  color: #0072b0;
}



.box-product {
  width: calc(100% + 20px);
  margin: 0px -10px;
  float: left;
  display: flex;
  flex-flow: wrap;
  box-sizing: border-box;
}
.box-product-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px 10px;
  border-bottom: 1px solid #DDD;
  margin-bottom: 10px;
}
.box-product-item:last-child{
  padding: 0px 10px 0px;
  border-bottom: 0px solid #DDD;
  margin-bottom: 0px;
}
.box-product-item {
  width: 100%;
  position: relative;
  transition: all 0.6s;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box-product-item div.img {
  width: 82px;
  float: left;
  align-items: stretch;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.box-product-item div.desc{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 86px);
  float: right;
  padding: 0px 0px 0px;
}
.box-product-item div.desc h5{

}
.box-product-item div.desc a{
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  color: #333;
  line-height: 18px;
  font-weight: 300;
}
.box-product-item div.desc p{
  font-size: 13px;
  font-family: 'OpenSansRegular', sans-serif;
  color: #333;
  line-height: 18px;
  font-weight: 300;
}
.box-product-item div.desc p .price{
  color: #F00
}
.box-product-item div.img img {
  max-width: 100%;
  float: left;
  transition: all 0.6s;
}
.box-product-item:hover div.img img {
  transform: scale(1.1);
}
.box-product-item:hover div.desc a{
  color: #ff0000;
}
.tit-chinhsach{
  position: relative;
}
.tit-chinhsach:before{
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 1px;
  width: 60px;
  background-color: #fff;
}
.tit-chinhsach span{color:#fff;font-size: 16px;font-family:'OpenSansBold';text-transform: uppercase; }
.desc-footer ul li{
  line-height: 25px;
}
.desc-footer ul li a{color:#fff;font-size: 14px;}
/* Doi tac */
.content.w-100.mt-10.mb-10.clearfix{
  border:1px solid #ccc;
  border-radius:5px;
}
.box-doitac {
  width: 100%;
  float: left;
}
.toc-wrapper{max-width: 100%}
.box-doitac-item{
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0px;
  text-align: center;
}
.box-doitac-item img{
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
}
p.info-co.pb-20{color:#fff;font-size: 40px;font-family: 'UVMthanhphonang'}
i.ic-add {
    background: url(images/add.png)no-repeat 2px 31px;
}
i.ic-phone {
    background: url(images/phone.png)no-repeat 2px 31px;
}
i.ic-email {
    background: url(images/email.png)no-repeat 2px 31px;
}
i.ic-web {
    background: url(images/web.png)no-repeat 2px 31px;
}
i.ic {
    padding: 39px;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-style: inherit;
}
.social-footer p{
  color:#fff;
  font-size: 16px;
  font-weight: bold;
}
.social-footer ul li{display: inline-block;margin-right:5px;}
/* San pham */
#sanphamall {
}

.product-left {
  width: 321px;
  box-sizing: border-box;
  border: 1px solid #eee;
  margin-left: -1px;
  margin-bottom: -1px;
}

.product-slide {
  position: relative;
  z-index: 1;
  margin-bottom: 2px;
}
.product{
  padding: 10px;
  box-sizing: border-box;
  background: #FFF;
  border: 1px solid #e1e1e1;
}
.product:hover .addcart-in1{
  background: #ec202c;
}
.addcart-in1{
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #FFF;
  font-size: 13px;
  background: #b0b0b1;
  padding: 5px 10px;
  cursor: pointer;
}

.product-right {
  width: 100%;
}

.product-hover {
  transition: all .2s ease;
}

.product-hover:hover {

}

.border-1 {
}
ul.contact-box-product-detail>li{
    margin-bottom: 5px;
}
/* detail-product */
.detail-left {
  width: 43%;
}
.tragop-detail{
    display: flex;
    justify-content: center;
    padding-top: 10px;
    border-top: 1px solid #000;
}
.tragop-detail p:nth-child(1){
  background-color: #e10531;
  color: #fff;

}
.tragop-detail p a:nth-child(1){
  color:var(--color-yellow);

}
.tragop-detail p:nth-child(2){
  background: #218838;
  color:#fff;
}
.tragop-detail p:nth-child(2) a{color: #fff}
.tragop-detail p {
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
    min-width: 150px;
    margin-right: 10px;
}
.images_galley {
  margin: 0 auto;
  background: #ffffff;
}

.images_galley img {
  max-width: 100%;
}

.content-flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.images_list {
  width: calc(100% + 10px);
  margin: 10px -5px 0px;
}

.item_img {
  padding: 0px 5px;
}

.item_img img {
  max-width: 100%;
  float: left;
}

.border-bottom-1 {
  border-bottom: 1px solid #ccc;
}
.product-more p{
  display: flex;
  justify-content: center;
  justify-content: space-between;
  color: #FFF;
  line-height: 20px;
  margin-bottom: 10px;
}
.product-more p img{
  float: left;
  margin-right: 5px;
}
.product-price {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #fff;
}
.price-detail {
  color: #FFF;
}
.price-detail .price {
  font-size: 26px;
  color: #FFD800;
  font-weight: 700;
}

.price-detail .price-old {
  color: #FFF;
  font-size: 14px;
}
.product-detail{
  color: #FFF;
  line-height: 22px;
}
.product-detail img{
  max-width: 100%;
}
.product-tragop{
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #6aa9e5;
}
.btn-tragop{
  background: #ed1505;
  padding: 10px 40px;
  color: #FFF;
  display: inline-block;
  cursor: pointer;
}
.btn-tragop span:nth-child(1){
  font-size: 20px;
  display: block;
  text-transform: uppercase;
}
.btn-tragop span:nth-child(2){
  font-size: 13px;
  display: block;
}
.desc-tragop{
  color: #FFF;
}
.vat-detail {
  font-size: 14px;
  color: #c80000;
  line-height: 20px;
}

.box_star {
  width: 100%;
  margin-bottom: 20px;
}

.box_star h3 {
  font-family: 'RobotoBold';
  font-size: 15px;
  line-height: 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.rating-stars {
  display: inline-block;
  margin-right: 10px;
  float: left;
}

.rating-stars ul {
  list-style-type: none;
  padding: 0;
  display: inline-block;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.rating-stars ul > li.star {
  display: inline-block;
}

.rating-stars ul > li.star > i.fa {
  font-size: 20px;
  color: #ccc;
}

.rating-stars ul > li.star.hover > i.fa {
  color: #FFCC36;
}

.rating-stars ul > li.star.selected > i.fa {
  color: #FF0;
}

span.star.selected > i.fa {
  color: #FF0;
}

.product-numb {
  display: flex;
  color: #FFF;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.title-numb {
  font-family: 'OpenSansRegular';
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.contain_number_giohang {
  display: inline-block;
}

.minus_giohang {
  display: inline-block;
  float: left;
  width: 30px;
  height: 28px;
  border: 1px solid #cccccc;
  border-right: none;
  text-align: center;
  background: #ececec;
  color: #333;
  font-weight: 300;
  font-size: 20px;
}

.plus_giohang {
  display: inline-block;
  float: left;
  width: 30px;
  height: 28px;
  border: 1px solid #cccccc;
  border-left: none;
  line-height: 28px;
  text-align: center;
  background: #ececec;
  font-size: 20px;
  color: #333;
  font-weight: 300;
}

.number_giohang {
  display: inline-block;
  float: left;
  text-align: center;
  height: 28px;
  outline: none;
  line-height: 28px;
  width: 40px;
  font-size: 12px;
  color: #000;
  font-weight: normal;
  border-radius: 0px;
  -webkit-appearance: none;
  border: 1px solid #cccccc;
  border-left: 0px;
  border-right: 0px;
}

.button-detail .detail-button-buy {
      border: 1px solid #ffd800;
      background: #ffd800;
      color: #333;
      text-decoration: none;
      text-align: center;
      display: block;
      padding: 12px 12px;
      font-size: 18px;
      font-weight: 300;
      font-family: 'RobotoBold';
      cursor: pointer;
      text-transform: uppercase;
      border-radius: 5px;
}

.button-detail .detail-button-buy-cart {
      border: 1px solid #f57224;
    background: #f57224;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 700;
  font-family: 'RobotoBold';
  cursor: pointer;
}
.design-img img{border-radius: 100%}
.detail-hotline {
  font-size: 18px;
  font-family: 'OpenSansRegular';
  color: #FFD800;
  line-height: 26px;
  font-weight: 400;
}

.detail-transport {
  font-size: 13px;
  font-family: 'OpenSansRegular';
  color: #3e3e3e;
  line-height: 26px;
  font-weight: 400;
}

.button-detail:hover .detail-button-buy-cart {
  color: #378FCC;
}

.detail-right {
  width: 55%;
   background: var(--color-main) ;
  padding: 15px;
  box-shadow: 5px 5px 5px var(--color-main)  inset;
  border-radius: 5px;
  box-sizing: border-box;
}
.box-info-product{
 
}

.border-1x {
  border: 1px solid #ccc;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
  font-size: 18px !important;
}

.line-cart {
  line-height: 20px;
}

.title-detail p {
  color: #F90;
}

.title-detail p i {
  margin: 0px 2px;
}
.title-detail{
  padding: 10px 0px;
  border-bottom: 1px solid #fff;
}
.title-detail h1 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'RobotoBold';
  line-height: 26px;
  font-weight: 400;
  color: #FFF;
}

.tabs-detail {
  width: 100%;
  float: left;
  margin-top: 10px;
  list-style: none;
  border-bottom: 1px solid #ccc;
}

.tabs-detail li {
  float: left;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  margin-right: 5px;
}

.tabs-detail li span {
  display: block;
  padding: 5px 15px;
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'RobotoBold';
  border: 1px solid #ccc;
  border-bottom: 0;
}

.tabs-detail li.active {
  background: #54639a;
}

.tabs-detail li.active span,
.tabs-detail li:hover span {
  color: #333;
  background: #f1f1f1;
}

.tabs-content {
  width: 100%;
  float: left;
  display: none;
  padding: 20px;
  box-sizing: border-box;
  background: #FFF;
  border: 1px solid #ccc;
  border-top: 0;
}

.tabs-content p {
  line-height: 25px;
  font-size: 14px;
  font-family: 'OpenSansRegular';
  font-weight: 400;
  color: #3e3e3e;
}

.tabs-content.active {
  display: block;
}

.tabs-content img {
  max-width: 100%;
}

/* Footer */
.footer-content {}
.box-list-footer{
  width: 100%;
  display: flex;
  float: left;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box-list-footer div.list-it:nth-child(1){
  width: 400px;
}
.box-list-footer div.list-it{
  width: 200px;
}
.box-list-footer div.list-it:last-child{
  width: 400px;
}
.box-list-footer div.list-it h3{
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'RobotoBold';
  margin-bottom: 15px;
  margin-top: 15px;
}
.box-list-footer div.list-it p a{
  font-size: 14px;
  font-family: 'OpenSansRegular';
  margin-bottom: 5px;
  color: #333;
  display: inline-block;
}
.box-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 0px 10px;
}
.mxh-f ul li{display: inline-block;margin-left:5px;}
.box-frame{height: 170px;overflow: hidden;border: 5px solid #fff}
.box-frame iframe{display: block}
.item-footer {
  width: 300px;
  overflow: hidden;
}
.item-footer:nth-child(1) {
  width: 510px;
  padding-right: 10px;
}
/*.item-footer:nth-child(2) {
  width: 200px;
  padding-right: 10px;
}
.item-footer:nth-child(3) {
  width: 200px;
}*/
p.logo-f {
    position: absolute;
    top: -38px;
}
#map iframe{
  width: 100%;
  height: 300px;
}
#mapfooter iframe{
    width: 100%;
    height: 160px;
}
.title-footer{
  margin-bottom: 10px;
  position: relative;
}

.title-footer h6 {
  font-size: 18px;
  font-family: 'OpenSansBold';
  color: #FFF;
  line-height: 30px;
  text-transform: uppercase;
  position: relative;
}
.title-footer h6:after{
  position: absolute;
  content:'';
  width: 50px;
  height: 1px;
  background: #FFF;
  bottom: 0px;
  left: 0px;
}
.box-x{
  padding: 20px;
  background: #0071c0;
  border-radius: 10px;
  box-shadow: 2px 2px 4px #0062a8 inset;
}
.desc-footer h2 {
  font-size: 20px;
  font-family: 'OpenSansBold';
  color: #333;
  line-height: 30px;
  padding: 3px 0px;
  font-weight: 400;
  margin-bottom: 10px;
}
.desc-footer p.link a{
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
}
.desc-footer p.fx{
  font-size: 12px;
}
.desc-footer p a {
  color: #989898;
}

.desc-footer p a:hover {
  color: #ff0;
}


.row-footer .img {
  font-size: 25px;
  color: #0072b0;
  width: 30px;
}

.row-footer .desc {
  width: calc(100% - 40px);
}

.row-footer .desc p:nth-child(1) {
  color: #898989;
  padding-bottom: 5px;
}

.row-footer .desc p:nth-child(2) {
  color: #5a5a5a;
}

/* copy */
.copy {
  background: #dedb00;
    padding: 10px 0px;
}
.content-copy{
  display: flex;
  justify-content: center;
}
.copy-text{
  color: #000;
  line-height: 20px;
  font-size:  13px;
}
/* breadcrumb */
ul#breadcrumb {
  list-style: none;
}

ul#breadcrumb li {
  display: inline;
  font-size: 18px;
}

ul#breadcrumb li+li:before {
  font-family: 'FontAwesome';
  padding: 2px;
  color: black;
  font-size: 13px;
  content: "\f105";
}

ul#breadcrumb li a {
  color: #333;
  text-decoration: none;
  font-size: 11px;
}

ul#breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

/* detail */
.detail {
  line-height: 30px;
}
.detail strong,.detail b{
  font-family: 'OpenSansBold';
}
.detail img{
  max-width: 100% !important;
  height: auto !important;
}
.socialmediaicons{
  display: flex;
  justify-content: space-between;
}
.author {

margin-bottom: 10px;
}
.author p{
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
}
.author h1 {
  font-size: 20px;
  font-weight: 400;
  font-family: 'OpenSansBold';
  line-height: 30px;
  color: #0072b0;
}

.pre-next-article {
  border-top: 1px solid #CCC;
}

.pre-next-article .col {
}

p.title-row {
  font-size: 14px;
  font-weight: 400;
  color: #999;
}

p.title-link {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  width: 80%;
}

p.title-link a {
  color: #333;
}
.content-box-p{
    border: 1px solid #ccc;
    border-radius: 4px;
}
/* News */
.tintuc-desc {
  width: 100%;
}
.left-item{
    box-shadow: 2px 2px 7px #ccc;
}
.tintuc-item {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background: #FFF;
    /* border-bottom: 1px solid #ccc; */
    box-shadow: 2px 2px 7px #ccc;
    margin-bottom: 20px;
    border-radius: 4px;
}
.tintuc-item.w-50{
  width: 50%;
}
.tintuc-item:last-child{
  margin-bottom: 0px;
}
.tintuc-item .img {
  width: 200px;
  float: left;
  overflow: hidden;
  position:  relative;
  z-index: 2;
}
.tintuc-item .img img{
  max-width: 100%;
  float: left;
  transition: all 0.6s;
}
.tintuc-item .desc {
  width: calc(100% - 220px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  min-height: 64px;
  position:  relative;
}
.tintuc-item .desc h3{
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.tintuc-item .desc h3 a {
  color: #333;
  font-size: 16px;
  line-height: 28px;
  font-family: 'OpenSansBold', sans-serif;
  transition: all 0.6s;
  font-weight: 500;
}
.tintuc-item .desc p {
  color: #333;
  font-size: 13px;
  line-height: 22px;
  text-align: justify;
  font-family: 'OpenSansRegular', sans-serif;
  transition: all 0.6s;
}
.tintuc-item .desc p a{
  color: #FF0000;
  font-style: italic;
  margin-top: 10px;
  display: inline-block;
}


.tintuc-item:hover div.img img {
  transform: translateX(5px) rotate(5deg) translateY(5px) scale(1.2);
}
.tintuc-item:hover div.desc a{
  color: #0072b0;
}




.search-desc {
  width: calc(100% + 30px);
  margin: 0px -15px;
}

.search-item {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 15px;

}
.search-item:last-child{
  margin-bottom: 0px;
}
.search-item .img {
  width: 200px;
  float: left;
  overflow: hidden;
  position:  relative;
  z-index: 2;
}
.search-item .img img{
  max-width: 100%;
  float: left;
  transition: all 0.6s;
}
.search-item .desc {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  border-bottom: 1px dashed #CCC;
  padding: 15px 0px;
  position:  relative;
}
.search-item .desc h3{
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.search-item .desc h3 a {
  color: #333;
  font-size: 16px;
  line-height: 28px;
  font-family: 'OpenSansBold', sans-serif;
  transition: all 0.6s;
  font-weight: 500;
}
.search-item .desc p {
  color: #333;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  font-family: 'OpenSansRegular', sans-serif;
  transition: all 0.6s;
}

.search-item .desc p a{
  padding: 3px 10px;
  background: #0099FF;
  color: #FFF;
  font-size: 12px;
}

.search-item:hover div.img img {
  transform: translateX(5px) rotate(5deg) translateY(5px) scale(1.2);
}
.search-item:hover div.desc a{
  color: #0072b0;
}








.dichvu-desc {
  width: calc(100% + 30px);
  margin: 0px -15px;
  display: flex;
  flex-wrap: wrap;
}

.dichvu-item {
  width: calc(100% / 3);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 15px;
}

.dichvu-box{
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #CCC;
  float: left;
  border-radius: 5px;
}
.m-height{
  min-height: 56px;
}
.dichvu-item .img {
  width: 100%;
  float: left;
  overflow: hidden;
  position:  relative;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  padding: 30px 20px;
}
.dichvu-item .img img{
  max-width: 100%;
  transition: all 0.6s;
}
.dichvu-item .desc {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  position:  relative;
  padding: 0px 20px;
}
.dichvu-item .desc h3{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dichvu-item .desc h4{

}
.dichvu-item .desc a {
  color: #333;
  font-size: 15px;
  line-height: 28px;
  font-family: 'OpenSansBold', sans-serif;
  transition: all 0.6s;
  font-weight: 500;
}
.dichvu-item .desc p {
  color: #333;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  font-family: 'OpenSansRegular', sans-serif;
  transition: all 0.6s;
}



.dichvu-item:hover div.img img {
  transform: translateX(5px) rotate(5deg) translateY(5px) scale(1.2);
}
.dichvu-item:hover div.desc a{
  color: #0072b0;
}
.h-70 {
  height: 70px;
}

/* Order */
.order-right {
  width: 33.4%;
}

.order-left {
  width: 64.6%;
}

.border-order {
  border: 1px solid #dddddd;
}

.order-title {
  background: #f7f7f7;
  padding: 10px 10px;
  color: #333;
  font-family: 'RobotoBold';
}

.row-order {
}

.img-order {
  width: 100px;
}

.desc-order {
  width: calc(100% - 200px);
}

.desc-order p:last-child {
  color: #FF0000;
}

.price-order {
  width: 100px;
}

.border-bottom-order {
  border-bottom: 1px solid #dddddd;
}

.totai-row span.price-dh {
  font-size: 20px;
  color: #da0000;
}

.order-form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 40px;
}

.row-order-form {
}

.row-order-form label {
  width: 33%;
  line-height: 34px;
}

.row-order-form .row-input {
  width: 64%;
}

.text-order {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.text-order.has-error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.error-text {
  margin-top: 5px;
  line-height: 20px;
}

.text-order.w-50 {
  width: 50% !important;
}

.text-order.ds-inline-block {
  display: inline-block;
}

.spn {
  line-height: 18px;
}

.h-100 {
  height: 100px;
}

.text-order::-webkit-input-placeholder {
  color: #999;
  font-family: 'OpenSansRegular';
  font-weight: 400;
  font-size: 14px;
}

.text-order:-moz-placeholder {
  color: #999;
  font-family: 'OpenSansRegular';
  font-weight: 400;
  font-size: 14px;
}

.text-order::-moz-placeholder {
  color: #999;
  font-family: 'OpenSansRegular';
  font-weight: 400;
  font-size: 14px;
}

.text-order:-ms-input-placeholder {
  color: #999;
  font-family: 'OpenSansRegular';
  font-weight: 400;
  font-size: 14px;
}

div.button {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  color: #FFF;
  font-size: 15px;
  font-family: 'OpenSansRegular';
  font-weight: 400;
  border-radius: 3px;
}

div.button:hover {
  opacity: .85;
}

.member-down {
  display: none;
}

.checkout-radio-item {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.checkout-radio .checkout-radio-item .checkout-radio-icon {
  float: left;
  color: #232f3e;
  margin-top: 0px;
}

.checkout-radio .checkout-radio-item .checkout-radio-content {
  margin-left: 5px;
  color: #333;
}

/* contact */
.contact-left.bgactive {
  background: #e9e9e9;
}

#map_canvas {
  width: 100%;
  height: 500px;
}
.form-dknt{
  width: 414px;
}
.row-contact.w-49{
  width: 49%;
}
input.input {
  font-size: 14px;
  width: 100%;
  height: 40px;
  background: #FFF;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 20px;
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
}
input.input.h{
  height: 30px !important;
}
input.input.h::-webkit-input-placeholder { color: #333; font-family: 'OpenSansRegular'; font-weight: 300; font-size: 12px; }
input.input.h:-moz-placeholder { color: #333; font-family: 'OpenSansRegular'; font-weight: 300; font-size: 12px; }
input.input.h::-moz-placeholder { color: #333; font-family: 'OpenSansRegular'; font-weight: 300; font-size: 12px; }
input.input.h:-ms-input-placeholder { color: #333; font-family: 'OpenSansRegular'; font-weight: 300; font-size: 12px; }
textarea.noidung {
  width: 100%;
  height: 125px;
  background: #FFF;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
}
textarea.noidung.h{
  height: 60px !important;
}
textarea.noidung.h::-webkit-input-placeholder { color: #333; font-family: 'OpenSansRegular'; font-weight: 300; font-size: 12px; }
textarea.noidung.h:-moz-placeholder { color: #333; font-family: 'OpenSansRegular'; font-weight: 300; font-size: 12px; }
textarea.noidung.h::-moz-placeholder { color: #333; font-family: 'OpenSansRegular'; font-weight: 300; font-size: 12px; }
textarea.noidung.h:-ms-input-placeholder { color: #333; font-family: 'OpenSansRegular'; font-weight: 300; font-size: 12px; }
input.input.has-error,
textarea.noidung.has-error {
  border-color: #a94442;
}
input.button.h{
  padding: 3px 10px !important;
  font-size: 13px !important;
  line-height: 20px !important;
}
input.button {
  display: inline-block;
  font-size: 14px;
  color: #FFF;
  line-height: 24px;
  font-family: 'OpenSansRegular';
  padding: 6px 20px 8px;
  border: 1px solid #333;
  border-radius: 5px;
  cursor: pointer;
  background: #333;
  margin-bottom: 10px;
}

input.button:hover {
  opacity: .85;
}

/* Register */
.bg-log {
  background: #f7f8fc;
}

.show-register {
  max-width: 600px;
  margin: 0 auto;
}

.box-register {
}

.txt-input {
  width: 100%;
  height: 40px;
  background: #FFF;
  border: 1px solid #DDD;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 10px;
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
}

.txt-input::-webkit-input-placeholder {
  color: #999;
  font-family: 'OpenSansRegular';
  font-weight: 400;
  font-size: 14px;
}

.txt-input:-moz-placeholder {
  color: #999;
  font-family: 'OpenSansRegular';
  font-weight: 400;
  font-size: 14px;
}

.txt-input::-moz-placeholder {
  color: #999;
  font-family: 'OpenSansRegular';
  font-weight: 400;
  font-size: 14px;
}

.txt-input:-ms-input-placeholder {
  color: #999;
  font-family: 'OpenSansRegular';
  font-weight: 400;
  font-size: 14px;
}

.txt-input.has-error {
  border-color: #a94442;
}

.row-input h3 {
  font-size: 20px;
  font-family: 'RobotoBold';
  color: #232f3e;
  line-height: 36px;
}

.row-input p.login {
  font-size: 13px;
  font-family: 'OpenSansRegular';
  color: #232f3e;
  font-weight: 400;
  line-height: 36px;
}

.row-input p.login a {
  font-size: 13px;
}

/* Account */
.nav-account {
  width: 170px;
}

.nav-container {
  list-style: none;
}

.nav-container li {
}

.nav-container li.item > a {
  color: #333;
  font-family: 'RobotoBold';
  font-size: 13px;
  padding: 6px 0px 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

.nav-container li.item > a i {
  margin-right: 10px;
  margin-left: 5px;
  font-size: 20px;
  color: #999;
}

.nav-container li.item > a.active {
  background: #FFF;
  color: #999;
}

.nav-container li.item > a:hover {
  background: #FFF;
  color: #999;
}

.nav-container li.sub > a {
  color: #888;
  font-family: 'OpenSansRegular';
  font-size: 14px;
  font-weight: 400;
  padding-left: 10px;
  line-height: 22px;
  padding-bottom: 5px;
  display: block;
}

.nav-container li.sub > a:hover {
  color: #FF9900;
}

.right-account {
  width: calc(100% - 200px);
}

.box-account {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}

.left-count {
  width: 60%;
}

.right-count {
  width: 40%;
}

.row-count {
}

.row-count label {
  float: left;
  width: 25%;
  font-size: 13px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 0;
}

.row-in {
  width: 75%;
  float: right;
}

.input-count {
  border-radius: 3px;
  width: 100%;
  height: 32px;
  border: 1px solid #ddd;
  color: #333;
  padding: 6px 12px;
  background-color: #fff;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.input-count:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.input-count.has-error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.input-count[disabled],
.input-count[readonly],
fieldset[disabled] .input-count {
  background-color: #f4f4f4;
  opacity: 1;
  border: .5px solid #e4e4e4;
  color: #b0b0b0;
  cursor: not-allowed;
}

select.input-count {
  width: 32%;
  margin-right: 1.5%;
}

.img-view {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 auto 20px;
}

.img-view img {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mesage-upload {
  width: 200px;
  margin: 20px auto 0px;
  line-height: 20px;
}

.file-upload {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

.file-upload__label {
  display: block;
  padding: 1em 2em;
  color: #fff;
  background: #fd7e14;
  border-radius: .4em;
  text-transform: uppercase;
  font-family: 'OpenSansRegular';
  font-weight: 400;
  transition: background .3s;
}

.file-upload__label:hover {
  cursor: pointer;
  background: #28a745;
}

.file-upload__input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 1px;
  width: 0;
  height: 100%;
  opacity: 0;
}

.alert {
  padding: 7px;
  font-size: 13px;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.alert-success {
  color: #4caf50;
  background-color: #fdfffb;
  border-color: #4caf50;
}

.alert-error {
  color: #D90000;
  background-color: #fdfffb;
  border-color: #D90000;
}

.left-right {
  width: 40%;
}


.dichvu-left{
  width: 180px;
}
.menu-left{
  list-style: none;
  width: 100%;
}
.menu-left li{
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 10px;
  background: #413C38;
}
.menu-left li:hover,.menu-left li.active{
  background: #F66720;
}
.menu-left li a{
  color: #FFF;
  font-size: 14px;
  display: block;
  font-family: 'OpenSansRegular';
  text-transform:  uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dichvu-right{
  width: calc(100% - 200px);
}

.menu-congtrinh{
  list-style: none;
  width: 100%;
  text-align: center;
}
.menu-congtrinh li{
  display: inline-block;
  margin: 0px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  margin-bottom: 5px;
  border-radius: 4px;
}
.menu-congtrinh li.active,.menu-congtrinh li:hover{
  background: #F66720;
}

.menu-congtrinh li a{
  color: #333;
  font-size: 15px;
  display: block;
  font-family: 'OpenSansRegular';
  text-transform:  uppercase;
}
.menu-congtrinh li.active a,.menu-congtrinh li:hover a{
  color: #FFF;
}
.flex-congtrinh{
  display: flex;
  justify-content: space-between;
}
.congtrinh-left{
  width: 285px;
  background: #413C38;
}
.congtrinh-left h3{
  background: #F46523;
  border-left: 10px solid #413C38;
    color: #FFF;
    font-size: 15px;
  display: block;
  font-family: 'OpenSansRegular';
  text-transform:  uppercase;
  padding:5px 0px 5px 20px;
  line-height: 30px;
}


.menu-ct{
  list-style: none;
  width: 100%;
}
.menu-ct li{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 10px 8px 30px;
  background: #413C38;
}
.menu-ct li:hover,.menu-ct li.active{
  background: #F66720;
}
.menu-ct li a{
  color: #FFF;
  font-size: 14px;
  display: block;
  font-family: 'OpenSansRegular';
  text-transform:  uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.congtrinh-right{
  width: calc(100% - 320px);
}
/* pagination */
.pagination {
}

.page {
  display: inline-block;
  padding: 4px 15px;
  margin-right: 4px;
  border-radius: 3px;
  border: solid 1px #c0c0c0;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8), 0px 1px 3px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #717171;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
  font-size:  13px;
  font-weight: 300;
  font-family: 'OpenSansRegular';
}

.page:hover,
.page.gradient:hover {
  background: #fefefe;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#f0f0f0));
  background: -moz-linear-gradient(0% 0% 270deg, #fefefe, #f0f0f0);
}

.page.active {
  border: none;
  background: #616161;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.8);
  color: #f0f0f0;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

.page.gradient {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
  background: -moz-linear-gradient(0% 0% 270deg, #f8f8f8, #e9e9e9);
}

.pagination.dark {
  background: #414449;
  color: #feffff;
}

.page.dark {
  border: solid 1px #32373b;
  background: #3e4347;
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  color: #feffff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}

.page.dark:hover,
.page.dark.gradient:hover {
  background: #3d4f5d;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#547085), to(#3d4f5d));
  background: -moz-linear-gradient(0% 0% 270deg, #547085, #3d4f5d);
}

.page.dark.active {
  border: none;
  background: #2f3237;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.1);
}

.page.dark.gradient {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#565b5f), to(#3e4347));
  background: -moz-linear-gradient(0% 0% 270deg, #565b5f, #3e4347);
}

.title-slider{
  font-size: 35px;
  color: #FFF;
  text-transform: uppercase;
  padding-bottom: 30px;
  font-family: 'OpenSansBold';
}

.desc-slider p{
  font-size: 25px;
  color: #FFF;
  padding-bottom: 30px;
  font-family: 'OpenSansRegular';
}
.read-slider a{
  font-size: 20px;
  color: #FFF;
  padding: 2px 10px 4px;
  background: transparent;
  border-radius: 5px;
  font-family: 'OpenSansRegular';
  border: 1px solid #FFF;
}

.box-hotro{
  width: 100%;
  float: left;
  background: url('images/hotro.png') no-repeat bottom right;
  height: 282px;
  box-sizing: border-box;
  border: 1px solid #CCCC;
  position: relative;
}
.icon1_hotro{
  margin-top: 137px;
  text-align: center;
  line-height:  30px;
}
.icon1_hotro p{
  font-size: 25px;
  color: #FF0000;
  font-family: 'RobotoBold';
}
.icon2_hotro p{
  line-height: 25px;
  text-align: left;
}
.icon2_hotro p img{
  max-width: 20px;
}
.icon2_hotro p span{
  line-height: 30px;
  display: inline-block;
  font-family: 'OpenSansRegular';
  padding: 0px 0px 0px 5px;
}
.icon2_hotro p span i{
  font-size: 20px;
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}
.icon3_hotro{
  text-align: center;
}
.video-container {
  position: relative;
  padding-bottom: 50%;
  padding-top: 58px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video_load {
  width: 100%;
}
.select_video{
  width: 100%;
}
#list_video{
  width: 100%;
  height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  border: 1px solid #D9d9d9;
  outline: none;
  padding: 5px 10px;
  color: #FFF;
  font-size: 13px;
}

#mail{
  background-size: cover;
  padding: 50px 0px;
  background: #009;
}
.box-mail{
  width: 80%;
  margin: 0 auto;
}
.box-mail h6{
  font-size: 30px;
  font-family: 'OpenSansBold';
  color: #FFF;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}
.box-mail p{
  font-size: 15px;
  color: #FFF;
  line-height: 36px;
  text-align: center;
}
#nhanemail{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  background: transparent;
  border: 1px solid #0072b0;
  margin-top: 10px;
  overflow: hidden;
}
.text-mail {
  width: calc(100% - 100px);
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-right: 0px;
  padding: 0px 10px;
  color: #333;
  background: transparent;
}
.text-mail::-webkit-input-placeholder {
  color: #FFF;
}

.text-mail:-moz-placeholder {
  color: #FFF;
}

.text-mail::-moz-placeholder {
  color: #FFF;
}

.text-mail:-ms-input-placeholder {
  color: #FFF;
}
.btn-mail {
  width: 100px;
  background: #0072b0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: 'OpenSansRegular';
  font-size: 12px;
  cursor: pointer;
  float: right;
  text-transform: uppercase;
  font-size: 20px;
}

#map-content iframe{
  width: 100%;
  height: 500px;
}

nav#menu-mobile{
  float: left;
  background: #00263b;
}

nav#menu-mobile ul{
  list-style: none;
  background: #00263b;
}
nav#menu-mobile ul li {
  line-height: 22px;
  cursor: pointer;
  background: #00263b;
}
nav#menu-mobile ul li a{
  color: #FFFFFF !important;
}
.left-page1{
  width: calc(100% - 275px);
  float: left;
  background-color: #fff;
  padding: 10px;
}
.right-page1{
  width: 270px;
  float: right;
  box-sizing:  border-box;
  padding-top: 57px;
}
.left-page{
  width: calc(100% - 310px);
  float: left;
}
.right-page{
  width: 290px;
  float: right;
  box-sizing:  border-box;
}
.title-left{
  width: 100%;
  background: var(--color-main) ;
}
.title-left h2{
  color: #fff;
  line-height: 30px;
  padding: 8px 10px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
  font-family: 'OpenSansRegular'
}
.desc-left{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-top: 0px solid #eee;
  padding: 10px;
  background: #FFF;
}
.dm_sp{
  list-style: none;
  width: 100%;
  margin-top: 10px;
}
.dm_sp li{
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.dm_sp li a{
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
.dm_sp > li:hover > a{
  color: #0099FF;
}
.dm_sp > li > ul > li:hover > a{
  color: #0099FF;
}
.dm_sp li ul{
  padding-left: 10px;
  list-style: none;
}
.dm_sp li ul li a{
  font-size: 14px;
  color: #333;
  line-height: 20px;
}

#chinhsach{
  padding: 30px 0px 0px;
}

ul.chinhsach{
  width: calc(100% + 20px);
  margin: 0px -10px;
  display: flex;
  justify-content: space-between;
}
ul.chinhsach li{
  width: calc(100% / 4);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  margin-top: 40px;
}
ul.chinhsach li .box{
  background: #f0f0f0;
  position: relative;
  padding: 50px 20px 20px;
  box-sizing: border-box;
  transition: all 0.6s;
  cursor: pointer;
}
ul.chinhsach li .box:hover{
  -webkit-transform: translate3D(-0px,-3px,0);
    transform: translate3D(-0px,-3px,0);
  box-shadow: 0px 0px 10px #999;

}

ul.chinhsach li .box .top-img{
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0px;
  top: -30px;
}
ul.chinhsach li .box .box-mex h5{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
ul.chinhsach li .box .box-mex h5 a{
  font-family: 'OpenSansBold';
  color: #333;
}
ul.chinhsach li .box .box-mex p{
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  margin-bottom: 5px;
}
ul.chinhsach li .box .box-mex p a{
  color: #0072b0;
}
.select_video #list_video{
  color: #333 !important;
}
.thongke{
  margin-top: 20px;
}
.thongke p{
  width: 100%;
  margin-bottom: 15px;
  font-size: 13px;
}
.thongke p img{
  float: left;
  margin-top: 0px;
  margin-right: 5px;
}
.thongke p span{
  float: right;
}
.select-lkw{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  border: 1px solid #CCC;
  outline: none;
}
.hotline-bottom{
  width: 100%;
}
.hotline-bottom p:nth-child(1){
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.hotline-bottom p:nth-child(2){
  font-size: 25px;
  text-align: center;
  font-family: 'OpenSansBold';
  color: #FF0000;
  text-transform: uppercase;
}
.footer-list{
  list-style: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-list li{
  display: inline-block;
  flex-grow: 1;
  text-align: center;
  border-right: 1px solid #FFF;
  line-height: 11px;
}
.footer-list li:last-child{
  border-right: 1px solid transparent;
}
.footer-list li a{
  color: #FFF;
  font-size: 13px;
  text-transform: uppercase;
}
.box-tailieu{
  box-sizing: border-box;
  padding: 0px 15px;
}
.banggia{
    border-collapse: collapse;
    border: 1px solid #CCC;
    width: 100%;
}
.banggia tr:nth-child(odd){
  background: #dddddd;
}
.banggia tr:nth-child(even){
  background: #FFF;
}
.banggia tr:nth-child(1){
  background: #dddddd;
}
.banggia tr,.banggia td,.banggia th{
     border: 1px solid #CCC;
}
.banggia td,.banggia th{
    padding: 10px;
    font-size: 13px;
}
.banggia th{
  font-size: 13px;
  text-transform: uppercase;
}
.banggia td a,.banggia th a{
    color: #333;
}

.btn-request {
    position: relative;
    display: inline-block;
    float: right;
    margin: 29px 0;
    background: #0163ce;
    color: #fff;
    border: 0;
    padding: 11px 15px 8px 40px;
    border-radius: 5px;
    cursor: pointer;
}
.btn-request span {
    position: absolute;
    height: 100%;
    width: 35px;
    line-height: 37px;
    background: #008bea;
    top: 0;
    left: 0;
    border-radius: 5px 0 0 5px;
    display:  flex;
    align-items:  center;
    justify-content: center;
}
.hotline-sup{
  width: 210px;
  height: 100%;
  display: inline-block;
  padding-top: 10px;
}
.hotline-sup i{
  font-size: 40px;
  color: #6b6a6b;
  float: left;
  transform: rotate(25deg);
  margin-right: 5px;
}
.hotline-sup span{
  font-size: 25px;
  color: #333;
  float: left;
}
.hotline-sup span:nth-child(1){
  text-transform: uppercase;
  font-family: 'OpenSansRegular';
  font-size: 13px;
  color: #6b6a6b;
}
.hotline-sup span:nth-child(2){
  text-transform: uppercase;
  font-family: 'RobotoBold';
  font-size: 23px;
}
.img-qc {
  margin-bottom: 10px;
}
.img-qc:last-child{
  margin-bottom: 0px;
}
.img-qc img{
  max-width: 100%;
}
#fanpage{
  padding: 75px 0px;
  background: #f4f4f4;
  background-size: cover;
}
.box-fanpage{
  display: flex;
  justify-content: space-between;
}
.fanpage-left{
  width: 500px;
}
.fanpage-right{
  width: 500px;
}
#product-bc{
  padding: 50px 0px;
  background: url('images/intro-bg1.jpg') no-repeat top center;
  background-size: cover;
}

.box-product-bc{
  display: flex;
  justify-content: space-between;
}
.product-bc-left{
  width: 270px;
  float: left;
  background: #FFF;
}
.product-bc-right{
  width: calc(100% - 280px);
  float: right;
  background: #FFF;
}
.box-dm-left{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.box-dm-left ul,.box-dm-left ul ul{
  list-style: none;
}
.box-dm-left > ul > li{
  width: 100%;
  margin-bottom: 5px;
  position: relative;
}
.box-dm-left > ul > li > span{
  position: absolute;
  right: 0px;
  top: 10px;
  display:  inline-block;
}
.box-dm-left > ul > li > span.plus:after{
  position: absolute;
  right: 0px;
  top:  0px;
  content: '';
  width: 8px;
  height: 2px;
  background: #333;
}

.box-dm-left > ul > li > span.minus:after{
  position: absolute;
  right: 0px;
  top:  0px;
  content: '';
  width: 8px;
  height: 2px;
  background: #333;
}

.box-dm-left > ul > li > span.plus:before{
  position: absolute;
  right: 3px;
  top: -3px;
  content: '';
  width: 2px;
  height: 8px;
  background: #333;
}
.box-dm-left > ul > li > a{
  color: #333;
  text-transform: uppercase;
  font-family: 'RobotoBold';
  font-size: 18px;
  padding-bottom: 15px;
  display: block;
  cursor: pointer;
  position:  relative;
  z-index: 1;
}
.box-dm-left > ul > li:hover > a{
  color: #FF0000;
}
.box-dm-left > ul > li > ul > li > a{
  color: #333;
  font-family: 'OpenSansRegular';
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 12px;
  display: block;
  cursor: pointer;
}
.support-title{
  width: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  background: #28C500;
  position: relative;
}
.support-title:after {
  right: 0;
  top: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.support-title:after {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #FFF;
  border-top-color: #FFF;
  border-width: 15px;
  margin-top: 0px;
}
.support-title h6{
  font-family: 'OpenSansBold';
  font-size: 20px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 300;
}
#product-index{
  padding: 20px 0px;
  background: #f4f4f4;
}
.bg-hn{
   background: #f4f4f4;
}
.box-product-index{
  background: #FFF;
  position: relative;
}
.box-product-ce{
  display: flex;
  justify-content: space-between;
}
.box-product-dm{
  width: 38.4%;
}
.box-product-dm img{
  max-width: 100%;
}
.box-product-it{
  width: calc(100% - 38.4%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px;
}
.box-product-it .slick-slider{
  position: inherit !important;
}
.box-slide-product .slick-prev, .box-slide-product .slick-next{
  top: 1% !important;
}
.box-slide-product .slick-prev{
  right: 50px;
}
.box-slide-product .slick-next{
  right: 10px;
}
.item .product-slide:last-child{
  padding: 0px 10px 0px;
}

.title-ul{
  width: 100%;
  text-align: center;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.title-ul li{
  padding: 0px 20px;
  border-right: 1px solid #6f6f6f;
}
.title-ul li:last-child{
  border-right: 1px solid transparent;
}
.title-ul li a{
  color: #474747;
  font-family: 'OpenSansRegular';
  font-size: 18px;
}
#about{
  margin: 50px 0px;
}
#header-mobile{
  display: none;
}
.line{
  width: 100%;
  border-top: 1px solid #CCC;
  margin: 10px 0px;
}
.content-tab{
  width: 100%;
}
.content-tab .head{
  background: #106ecc;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
}
ul.tabs_vb {float: left;list-style: none;background: #106ecc;width: 100%;box-sizing: border-box;}
ul.tabs_vb li:last-child{border-right:none}
ul.tabs_vb li {float: left;text-transform:uppercase;font-weight:bold;margin: 0;cursor: pointer;padding: 8px 25px;line-height:21px;border-left: none;overflow: hidden;position: relative;color:#333;text-align:center;border-right:5px solid #027fca;background: url("images/icon_li_vb.png");font-family: 'OpenSansBold';font-size: 13px;}
ul.tabs_vb li .tabs_title{margin:8px 3px 0px 3px}
ul.tabs_vb li:hover { background: #fff;color: #333;}
ul.tabs_vb li.active {background: #fff;color: #333;  }
.table-tab { width: 100%; padding: 0px; color: #1c689a; float: left; -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; border-top-right-radius: 0px; -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; border-top-left-radius: 0px; }
.table-tab table { border-collapse: collapse; border-spacing: 0; width: 100%; margin: 0px; padding: 0px; border: 1px solid #ddd;}
.table-tab #row_header td {font-size: 14px;color: #333;font-family: 'OpenSansBold';}
.table-tab table tr, td div { color: #000;font-size: 14px; }
.table-tab table tr, td div span { color: #000;font-size: 14px; }
.table-tab table tr, td span { color: #000;font-size: 14px; }
.table-tab table tr, td a { color: #000;font-size: 14px; }
.table-tab table tr td a:hover { color: #027fca; text-decoration:underline; }
.table-tab table tr, td .td_xd a {color:#027fca;}
.table-tab tr:hover td { background: #fff; }
.table-tab tr:last-child td:last-child { -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; }
.table-tab table tr:first-child td:first-child { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; border-top-left-radius: 0px; }
.table-tab table tr:first-child td:last-child { -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; border-top-right-radius: 0px; }
.table-tab tr:last-child td:first-child { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; }
.table-tab tr:nth-child(odd) { background-color: #ffffff; }
.table-tab tr:nth-child(even) { background-color: #ffffff; }
.table-tab td { border: 1px solid #ddd; border-width: 0px 1px 1px 0px; text-align: left; padding: 15px 7px; font-size: 14px; /*font-family:Arial;*/ font-weight: normal; vertical-align: top; color: #000; }
.table-tab tr:last-child td { border-width: 0px 1px 0px 0px;}
.table-tab tr td:last-child { border-width: 0px 0px 1px 0px;}
.table-tab tr:last-child td:last-child {border-width: 0px 0px 0px 0px;}
.table-tab tr:first-child td { background-color: #e9e9e9;vertical-align:middle; border: 0px solid #ddd; text-align: center; border-width: 0px 0px 1px 1px; font-size: 14px; /*font-family:Arial;*/ font-weight: bold; color: #333; }
.table-tab tr td table tr td{background-color: #fff !important; color:#000 !important;}
.table-tab tr:first-child:hover td {background-color: #e9e9e9;}
.table-tab tr:first-child td:first-child {border-width: 0px 0px 1px 0px;}
.table-tab tr:first-child td:last-child {border-width: 0px 0px 1px 1px;}
.table-tab table tr td .table_link { color: #585858; float: left; font-size: 14px; min-height: 10px; padding-top: 2px; text-align: left; width: 100%; }

.other-news{
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  background: #FFF;
}
.other-news ul{ color: #558b2f;  list-style-type: none; width: 100%;}
.other-news ul li { background: rgba(0, 0, 0, 0) url("images/arrow_green.png") no-repeat scroll left 9px; color: #558b2f;  line-height: 20px; list-style-type: none; padding-bottom: 5px; padding-left: 20px; padding-top: 5px; width: 96%;}
.other-news li a { color: #333;font-size:13px;}
.other-news li a:hover {color:#fd8502;}
.other-news li:hover{ background: rgba(0, 0, 0, 0) url("images/ico_orange.png") no-repeat scroll left 9px;}
.other-news li:last-child { border-bottom: medium none;}

.fotx{
  font-family: 'OpenSansBold' !important;
}
.info-top{
  padding: 70px 0px;
  background: #e6e6e6;
}
.info-desc{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.info-desc-left{
  width: calc(100% - 180px);
}
.info-desc-left h5{
  font-family: 'OpenSansBold';
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 400;
  color: #333;
  padding-bottom: 10px;
}
.info-desc-left p{
  font-family: 'OpenSansRegular';
  font-size: 17px;
  font-weight: 300;
  text-transform: uppercase;
  color: #888;
}
.info-desc-right{
  width: 150px;
}
.info-desc-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-desc-right a{
  display: inline-block;
  padding: 20px 35px;
  background: #d3d3d3;
  color: #333;
  font-family: 'OpenSansBold';
  font-size: 17px;
  font-weight: 300;
  border-radius: 5px;
  text-transform: uppercase;
}

.whynot{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.whynot div.box-it{
  width: calc(100% / 3);
}
.whynot div.box-it ul{
  list-style: none;
  width: 100%;
}
.whynot div.box-it ul li{
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  background: #f9f9f9;
  border: 1px solid #ebebeb;
  float: left;
  line-height: 30px;
  font-size: 15px;
  transition: all 0.6s;
}
.whynot div.box-it ul li:hover {
  background: #cbe6fc;
  border: 1px solid #78b6ea;
}
.whynot div.bimg{
  display: flex;
  align-items: center;
  justify-content: center;
}
.whynot div.bimg img{
  max-width: 100%;
}
.whynot div.box-it ul li span{
  display: block;
  border-radius: 30px;
  float: left;
  background: #3b88c8;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  margin-right: 10px;
}
.c-link{
  width: calc(100% / 3 - 10px);

}
.c-link span{
      border-radius: 10px;
      background: #0072b0;
      display: block;
      color: #fff;
      font-size: 14px;
      padding: 14px 10px;
      font-family: "OpenSansRegular";
      font-weight: normal;
      text-align: center;
      margin: 10px 0;
      cursor: pointer;
}
.c-link span.bg-re{
  background: #FF0000;
}
.c-link span.bg-re:hover{
  background: #0099Ff;
}

.form-tracuu{
  width: calc(100% + 20px);
  display: flex;
  justify-content: space-between;
  margin: 0px -10px;
  flex-wrap: wrap;
}
.row-tracuu{
  width: calc(100% / 4);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px;
  margin-bottom: 10px;
}
.row-tracuu:last-child{
  width: 100%;
}
.row-tracuu .input-text{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px;
  outline: none;
  border: 1px solid #DDD;
  background: transparent;
  font-size: 12px;
  color:#333; 
  font-family:'OpenSansRegular';
}
.row-tracuu .input-text::-webkit-input-placeholder {font-size: 12px; color:#333; font-family:'OpenSansRegular'}
.row-tracuu .input-text:-moz-placeholder {font-size: 12px; color:#333; font-family:'OpenSansRegular'}
.row-tracuu .input-text::-moz-placeholder {font-size: 12px; color:#333; font-family:'OpenSansRegular'}
.row-tracuu .input-text:-ms-input-placeholder {font-size: 12px; color:#333; font-family:'OpenSansRegular'}
.row-tracuu .select-text{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 10px;
  outline: none;
  border: 1px solid #DDD;
  background: transparent;
  font-size: 12px;
  color:#333; 
  font-family:'OpenSansRegular';
}
.btn-submit{
  display: inline-block;
  padding: 10px 40px;
  font-size: 13px;
  color:#FFF; 
  background: #20242A;
  cursor: pointer;
  text-transform: uppercase;
  font-family:'OpenSansRegular';
  border: none;
  min-width: 200px;
  text-align: center;
}

div.result-menh{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  background: #0072b0;
}
div.result-menh h5{
  text-transform: uppercase;
  font-family:'OpenSansBold';
  margin-bottom: 20px;
  font-size: 30px;
  color: #FFF;
}
div.result-menh p{
  font-family:'OpenSansRegular';
  margin-bottom: 10px;
  font-size: 14px;
  color: #FFF;
  font-weight: 300;
}
div.result-menh ul{
  width: calc(100% + 20px);
  list-style: none;
  margin: 0px -10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
div.result-menh ul li{
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px;
}
.content-dtruoc{
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.left-dk{
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  background: #FFF;
}
.left-dk ul{
  width: 100%;
}
.left-dk ul li{
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  width: 100%;
}
.left-dk ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px solid #d7d7d7;
}
.left-dk ul li p{
  line-height: 20px;
}
.left-dk ul li p:last-child{
  font-size: 11px;
  font-style: italic;
}
.content-dk{
  height: 380px;
}
#dk-summary {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    text-align: center;
    text-transform: uppercase;
    border: 1px #eee solid;
    line-height: 40px;
    color: #3c3d41;
    margin-bottom: 10px;
}
.right-dk{
  width: 73%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  background: #FFF;
}
.row-dk{
  width: 100%;
}
.row-dk label{
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
  display: inline-block;
}
@media screen and  (max-width:1280px) {
  .box-slide-new-item{
    width: calc(100% / 3);
  }
}
@media screen and  (max-width:1248px) {
  .product-bc-left{
    display: none;
  }
  .product-bc-right{
    width: 100%;
  }
  #header{
    box-shadow: 2px 2px 7px #ccc;
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #fff;
  }

  .sub-menu-left {
    width: 600px;
  }

  .box-menu .item {
    width: 50%;
  }

  .box-menu .item:nth-child(4n+2) {
    display: none;
  }

  .product-left {
    display: none;
  }

  .product-right {
    width: 100%;
    margin-left: -2px;
    margin-right: -2px;
  }

}
@media screen and (min-width: 1200px){
  #full-page{overflow: hidden}
}
@media screen and  (max-width:1180px) {
  .menu-top ul.menu > li > a{
    padding: 17px 10px 14px;
    font-size: 14px;
  }
  .left-footer {
    width: 100%;
    padding: 0px 0px;
  }

  .right-footer {
    width: 100%;
    padding: 0px 0px;
  }


}
@media screen and  (max-width:1120px) {
  .hotline{
    display: block;
  }
  .heademenu img{
    max-height: 120px;
  }
  .heademenu{
    justify-content: space-between;
  }
  .logo{
    width: auto;
  }
  .banner{
    /* width: auto; */
  }
}



@media screen and (max-width: 1070px) {
  .box-hover-slide{
    flex-wrap: wrap
  }
  .box-slide-new-item div.img{
    width: 100%;
    margin-bottom: 10px;
    background:  #FFF;
    text-align: center;
  }
  .box-slide-new-item div.img img{
    display: inline-block;
  }
  .box-slide-new-item div.desc{
    width: 100%;
  }
  section#newsletter{display: none}
  .box-gioithieu{
    width: 100%;
  }
  .boxx-news {
    display: block !important;
}
.item-main.item-news-child{width: 100%}
.boxx-item,.boxx-video {
    text-align: center;
}
  .item-main.item-news{width: 100%}
  .tragop p {
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
}
.tragop p:nth-child(1){
  background-color: var(--color-yellow);
  
}
.tragop p a:nth-child(1){
  color:#fff!important
}
.tragop p:nth-child(2){
  background-color: var(--color-main);
  color: #fff;
}
.tragop p a{
  font-size: 11px;
}
  p.khuyenmai{
    padding:0px;
    width: 49%;
    font-size: 12px;
  }
  #slider-top{display: block;}
 section#slick-slider{display: none}
  .headtop ul li:nth-child(1){
    display: none;
    width: 25%;
    text-align: center;
  }
  #header-mobile{
    display: block;
  }
  .box-content{
    flex-wrap: wrap;
  }
  .box-c-item{
    width: 100%;
  }
  .box-slider{
    flex-wrap: wrap;
  }
  .slider-left{
    width: 100%;
  }
  .slider-right{
    width: 100%;
  }
  .news-video-box{
    flex-wrap: wrap;
  }
  .left-nv{
    width: 100%;
  }

  .branch-box-l{
    width: 100%;
  }
  .branch-box-r{
    display: none;
  }
  .menu-top ul.menu > li{
  }
  .congtrinh-left,.dichvu-left{
    display: none;
  }
  .congtrinh-right,.dichvu-right {
    width: 100%;
  }
  .tintuc-item.pr-15{
    padding-right: 10px !important;
  }
  .tintuc-item.pl-15{
    padding-left: 10px !important;
  }
  .heademenu{
    justify-content: center
  }
  .banner-logo{
    display: none;
  }
  .menu-hx{
    height: 50px;
    display: block;
  }
  .menu-lx{
    display: none;
  }
  .menu-but{
    display: block;
    top: 0px;
  }
  .cart-menu{
    display: block;
  }
  .hotline-sup{
    display: none;
  }
  ul.chinhsach{
    flex-wrap: wrap;
  }
  ul.chinhsach li{
    width: calc(100% / 2);
  }
  .search-bottom{
    width: 100%;
  }
}
@media screen and  (max-width:1024px) {
  .box-slide-new-item{
    width: calc(100% / 2);
  }
  .box-gioithieu{
    width: 100%;
  }
}
@media screen and  (max-width:992px) {
  .about-l.w-55.f-left ,.img-visao.f-right{
    display: none;
}
.mt-20-i{margin-top: 20px}
.quangcao img {
    max-width: 100%;
}
.full-slider{
  border: 0!important;
}
div.seach-menu input[type="text"]{
  width: 100%!important;
}
form#form-search{
  padding: 0px 10px;
}

img{max-width: 100%}
.d-block-m{display: block!important}
.none-mobile{display: none!important}
.w-100-ii{width: 100%}
.w-50-i{width: 50%}
.center{text-align: center}
section#dichvu {
    background-size: 100% !important;
    padding-bottom: 20px;
    padding-top:7px;
    height: auto !important;
}
.desc-dichvu h3 {
    font-size: 12px;
    display: none
}
.desc-product h3 a,p.giaban{
  font-size: 12px;
  text-align: center;
}
p.masp {
    font-size: 12px;
    color: #000;
}
p.line-ma{display: none}
.item-dichvu:nth-child(1) {
    position: relative;
    left: 42px;
    top: 0px;
}
.item-dichvu:nth-child(2) {
    position: relative;
    left: 15px;
    top: 0px;
}
.item-dichvu:nth-child(3) {
    position: relative;
    left: -17px;
    top: 5px;
}
.item-dichvu:nth-child(4) {
    position: relative;
    left: 79px;
    top: 10px;
}
.item-dichvu:nth-child(5) {
    position: relative;
    left: 43px;
    top: 12px;
}
.item-dichvu:nth-child(6) {
    position: relative;
    left: 16px;
    top: 15px;
}

.description {
    display: none;
}
.design-dichvu{margin-top:0px;}
.design-img img {
    width: 50%;
}
  .slick-next{left:0px !important;}
  .slick-prev{right: 0px !important}
.img-reponsive img{width: 100%}
.desc-visao{width: 100%}
.item-visao {
    width: calc(100% );
    padding-bottom:10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-r.p-relative.w-45.f-right {
    width: 100%;
}
  .left-dk{
    width: 100%;
  }
  .right-dk{
    width: 100%;
    margin-top: 20px;
  }
  .order-left{
    width: 100%;
  }
  .order-right{
    width: 100%;
    margin-top: 10px;
  }
  .nav-account{
    width: 100%;
  }
  .right-account{
    width: 100%;
    margin-top: 20px;
  }
  .copy{
    display: none;
  }
  .content-copy{
    flex-wrap: wrap;
    display: none;
  }
  .content-copy p{
    width: 100%;
    text-align: center;
  }
  .title h4{
    font-size: 25px;
  }
  .whynot{
    flex-wrap: wrap;
  }
  .whynot div.box-it{
    width: 100%;
  }
  .tintuc-item {
  width: 100%;
}
.tintuc-item.w-50{
  width: 100%;
}
  .service{
    flex-wrap: wrap;
  }
  .service-item{
    width: calc(100% / 3);
  }
  .product-slide.cl-3{
    width: calc(100% / 2);
  }
  #service:after{
    display: none;
  }
  .box-don-item{
    width: calc(100% / 2);
  }
  .item-footer{
    width: 100% !important;
  }
 
  .c-link{
    width: 100%;
  }
  .item-footer:last-child{
    width: 100%;
    margin-top: 20px;
  }
  .left-page{
    width: 100%;
  }
  .right-page{
    width: 100%;
    column-count: 1;
  }
  .box-conten{
    flex-wrap:wrap;
  }
  .left-gt{
    width: 100%;
    padding-right: 0px;
    text-align: center;
    margin-bottom: 30px;
  }
  .right-gt{
    width: 100%;
  }

  .box-c-item:last-child{
    width: 100%;
  }

  .menu-top ul.menu{
    display: none;
  }
  .menu-top{
    width: 100%;
    height: 50px;
    background: #2C98D9;
  }

  .hotline-sup{
    float: right;
    position: relative;
    display: none;
  }
  .hotline-sup > span{
    line-height: 50px;
    color: #333;
    cursor: pointer;
  }
  .hotline-nhanh{
    position: absolute;
    min-width: 300px;
    right:0px;
    background: #FFF;
    box-sizing: border-box;
    padding: 10px;
    font-size: 20px;
    color: #FF0000;
    text-align: right;
    z-index: 999;
    line-height: 28px;
    display: none;
  }
  .logo {
  }
  .menu-top ul.menu{
  }
  .logo .t-left {
    text-align: center;
  }

  .banner {
  }
  .search{
    width: calc(100% - 260px);
    display: block;
  }
  .detail-right {
    width: 100%;
    margin-top: 10px;
  }

  .detail-left {
    width: 100%;
  }
  .hotline-top.p-relative {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotline-top .cl-hotline{
  right:45px;
}
.img-banner img{width: 100%}
  .lang-top{justify-content: center;padding:7px 0px;}
  .contact-right {
    width: 100%;
  }

  .contact-left {
    width: 100%;
  }

  .contact-right.pd-20 {
    padding: 0px !important;
  }

  .container {
    padding: 0px 10px;
  }

  .row-slider {
    width: calc(100% + 20px);
    margin: 0px -10px;
  }
  .title-slider{
    font-size: 15px;
    padding-bottom: 10px;
  }
  .desc-slider p{
    font-size: 13px;
    padding-bottom: 10px;
  }
  .read-slider a{
    font-size: 14px;
  }
  .ps_control_bsquare .carousel-control{
    width: 30px !important;
    height: 30px !important;
  }
  .box-footer{
    flex-wrap: wrap;
  }
}

@media screen and  (max-width:918px) {
  .box-main {
    margin: 0px -5px;
  }
   .box-main .item10{
    padding: 0 5px;
   }
   .news-media, iframe{max-width: 100%}
   .left-page1{padding: 0!important}
   .item-product .promotion{font-size: 12px}
   section#news{padding-bottom: 0!important}
  .menu-bound {
    display: none;
  }
  .w-mobile{
    width: 50px;
  }
  img{height: auto}
  .slider-right {
    width: 100%;
  }

  .menu-top ul.menu {
    display: none;
  }
  #top-page{
  }
  .dichvu-item{
    width: calc(100% / 2);
  }
  .task-btn a{font-size: 10px!important}
}

@media screen and  (max-width:768px) {
.left-page1{
  width: 100%;
}
.right-page1{
  width: 100%;
}
  .box-slide-new{
    flex-wrap: wrap;
  }
  .box-slide-new-item div.img {
  width: 160px;
  float: left;
  align-items: stretch;
  position: relative;
}

.box-slide-new-item div.desc{
  width: calc(100% - 170px);
  float: right;
  box-sizing: border-box;
  position:relative;
}
  .info-desc{
    flex-wrap: wrap;
  }
  .info-desc-left{
    width: 100%;
    text-align: center;
  }
  .info-desc-right{
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .box-product-dm{
    display: none;
  }
  .box-product-it{
    width: 100%;
  }
  .box-fanpage{
    flex-wrap: wrap;
  }
  .fanpage-left{
    width: 100%;
  }
  .product-slide.cl-4{
    width: calc(100% / 2);
  }
  .fanpage-right{
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .title h1,.title h5{
    font-size: 16px;
  }
  .title-ul{
    display: none;
  }
  .box-gioithieu{
    flex-wrap: wrap;
  }
  .gioithieu-left{
    width: 100%;
  }
  .gioithieu-right{
    width: 100%;
  }

  .flex-topic{
    flex-wrap: wrap;
  }
  
  .slogan{
    width: 100%;
    margin-right: 0px;
  }
  .tintuc-left{
    width: 100%;
  }
  .tintuc-right{
    width: 100%;
    margin-top: 10px;
  }
  .box-index-item.col-3{
    width: calc(100% / 2 - 10px)
  }
  .box-slide-new-item div.desc{
    position: relative;
  }

  .item-footer:nth-child(1){
    width: 100%;
  }
   .item-footer:nth-child(2){
    width: 100%;
  }

  .product-slide.w-25 {
    width: 50%;
  }
  .item-footer {
    width: 50%;
  }

  .item-footer:last-child {
    width: 100%;
  }
  .adv-box{
    flex-wrap: wrap;
  }
  .adv-box .img{
    width:  100%;
    margin-bottom: 20px;
  }
.adv-box .img:last-child{
  margin-bottom: 0px;
}
}

@media screen and  (max-width:725px) {
    .logo-left{
     width: 100%;
     }
     .banner a{
       display: inline-block;
       margin: 0 auto;
     }
     .head-page-bottom{
       flex-wrap: wrap;
     }
     .banner{
       width: 100%;
     }
     .search,.search-bottom{
       width: 100%;
     }
     .search-bottom{
       margin-bottom: 20px;
     }
    }
@media screen and  (max-width:680px) {
  .box-don-item div.desc h5 a{
    font-size: 13px;
  }
  .box-slide-new-item{
    width: 100%;
  }
  .footer-list{
    flex-wrap: wrap;
    justify-content:  end;
    align-items:  end;
  }
  .footer-list li{
    width: 100%;
    border-right: none;
    text-align: left;
    margin-bottom: 10px;
  }
  .tintuc-left{
    width: 100%
  }
   .tintuc-right{
    width: 100%;
    margin-top: 20px;
  }

  .tintuc-item:hover div.img img{
    transform: none;
  }

  .top-mobile {
    display: block;
  }

  .cart-hotline {
    width: 100%;
    margin-top: 20px;
    display: none;
  }


  .menu-top ul.menu > li {
    padding: 5px 10px;
  }


  .box-gallery-item{
    width: 100% !important;
  }
  .box-gallery-item:hover div.img img{
    transform: none;
  }
}

@media screen and  (max-width:600px) {
  ul.tabs_vb li{

padding: 8px 12px;

font-size: 13px;
  }
  .box-tintuc-item div.img{
  }
  .box-tintuc-item{
    height: auto;
  }
  .box-tintuc-item div.desc{
  }

  .form-dknt{
    width: 100%;
  }
  #nhanemail{
    width: 100%;
  }
  .box-index-item.col-2{
    width: 100%;
  }
  .box-index-item.col-3{
    width: 100%
  }
  .adv-box{
    flex-wrap: wrap;
  }
  .adv-box-i{
    width: 100%;
    margin-top: 10px;
  }
    .adv-box-i img{
      display: block;
    }
  .menu-top {
  }

  .tintuc-item{
    width: 100%;
  }
  .box-gallery-item{
    width: 100%;
  }
}

@media screen and  (max-width:520px) {
  ul.chinhsach li{
    width: calc(100%);
  }
  .product-slide.cl-3{
    width: calc(100%);
  }
  .dichvu-item{
    width: 100%;
  }

  .box-don-item{
    width: 100%;
  }
  .service-item{
    width: 100%;
  }
  .box-list-footer div.list-it:nth-child(1){
    width: 100%;
  }
  .box-list-footer div.list-it:last-child{
    width: 100%;
  }
  .service-item:hover{
    background: #FFF;
    top: 0px;
  }
  .h-70 {
    height: 90px;
  }
  .fw_al_003_slide{
    display: none;
  }
  .tintuc-item .img{
    width: 100%;
  }
  .tintuc-item .desc{
    width: 100%;
  }
  .banner{
    width: 100%;
  }
  .banner img{
    max-width: 90%;
    margin: 0 auto;
  }
  .right-page{
    column-count: 1;
  }
  .button-detail{
    width: 100%;
    margin-top: 10px;
  }
  .btn-tragop{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and  (max-width:480px) {
  .item-footer {
    width: 100%;
  }
  .box-slide-new-item{
    width: 100%;
  }
  .tintuc-item {
    width: 100%;
  }
  .desc-baogia p{
    font-size: 11px;
  }

}

@media screen and  (max-width:382px) {
      .hotline-top .cl-hotline {
        right: 20px;
    }
}
@media screen and  (max-width:320px){
  .hotline-top .cl-hotline {
        right: 0px;
    }
}
.line-top{
  width: 100%;
  height: 1px;
  background: #345161;
  margin: 0px 0px;
}
.box-diachi{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0px;
}
.box-diachi p{
  line-height: 22px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 13px;
}
.box-diachi p:last-child{
  border-bottom: 0px solid #eee;
   margin-bottom: 0px;
  padding-bottom: 0px;
}
.color-tragop{
  -webkit-animation: color-page 2s infinite; /* Safari 4+ */
  -moz-animation:    color-page 2s infinite; /* Fx 5+ */
  -o-animation:      color-page 2s infinite; /* Opera 12+ */
  animation:         color-page 2s infinite; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes color-page {
  0%   { color: #FFF; transform: scale(1); }
  25%   { color: #85D233; transform: scale(1.05); }
  50%   { color: #ff0; transform: scale(1.1);  }
  75%   { color: #09f; transform: scale(1.05);  }
  100% { color: #FFF;; transform: scale(1);  }
}
@-moz-keyframes color-page {
  0%   { color: #FFF; transform: scale(1); }
  25%   { color: #ff0000; transform: scale(1.05); }
  50%   { color: #ff0; transform: scale(1.1);  }
  75%   { color: #09f; transform: scale(1.05);  }
  100% { color: #FFF;; transform: scale(1);  }
}
@-o-keyframes color-page {
  0%   { color: #FFF; transform: scale(1); }
  25%   { color: #ff0000; transform: scale(1.05); }
  50%   { color: #ff0; transform: scale(1.1);  }
  75%   { color: #09f; transform: scale(1.05);  }
  100% { color: #FFF;; transform: scale(1);  }
}
@keyframes color-page {
  0%   { color: #FFF; transform: scale(1); }
  25%   { color: #ff0000; transform: scale(1.05); }
  50%   { color: #ff0; transform: scale(1.1);  }
  75%   { color: #09f; transform: scale(1.05);  }
  100% { color: #FFF;; transform: scale(1);  }
}
/*.khuyenmai{
  -webkit-animation: scale 2s infinite;
  -moz-animation:    scale 2s infinite; 
  -o-animation:      scale 2s infinite;
  animation:         scale 2s infinite;
}*/
@-webkit-keyframes scale {
  0%   { transform: scale(1); }
  25%   { transform: scale(1.05); }
  50%   { transform: scale(1.1);  }
  75%   { transform: scale(1.05);  }
  100% { transform: scale(1);  }
}
@-moz-keyframes scale {
  0%   { transform: scale(1); }
  25%   { transform: scale(1.05); }
  50%   { transform: scale(1.1);  }
  75%   { transform: scale(1.05);  }
  100% { transform: scale(1);  }
}
@-o-keyframes scale {
  0%   { transform: scale(1); }
  25%   { transform: scale(1.05); }
  50%   { transform: scale(1.1);  }
  75%   { transform: scale(1.05);  }
  100% { transform: scale(1);  }
}
@keyframes scale {
  0%   { transform: scale(1); }
  25%   { transform: scale(1.05); }
  50%   { transform: scale(1.1);  }
  75%   { transform: scale(1.05);  }
  100% { transform: scale(1);  }
}