﻿/*
Theme Name: Template
Description: Dự án được phát triển bởi Muathemdep
Theme URI: https://muathemedep.com/
Author: lanhtran020587@gmail.com
Author URI: https://muathemedep.com/
Version: 2019
Text Domain: muathemedep.com
*/

 
html ,body {
    background: url(images/bg.jpg);
    font-size: 14px;
	font-family: Arial,sans-serif !important;
}
/*---header===*/
    background-repeat: no-repeat;
    display: block;
    margin-left: 25px;
}
a.network.sim-viettel {width: 75px;height: 25px;background-position: -5px -5px;}
a.network.sim-mobifone {width: 75px;height: 22px;background-position: -5px -40px;}
a.network.sim-vinaphone {width: 75px;height: 22px;background-position: -5px -72px;}
a.network.sim-vietnammobile {width: 75px;height: 22px;background-position: -5px -104px;}
a.network.sim-gmobile {width: 75px;height: 32px;background-position: -5px -136px;}
td.col-sm-6.col-xs-6.col-md-3.col-lg-3.sosimhienthi {
    text-align: center;
}
td.col-sm-6.col-xs-6.col-md-3.col-lg-2.giasim {
    text-align: center;
}
td.col-sm-6.col-xs-6.col-md-3.col-lg-2.hidden_mobile {
    text-align: center;
}
#header  {background: #000000;} 
a {text-decoration:none}
a:hover {text-decoration:none}
.header-top { 
background: #f7f6f3;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}
.header-top .address-top { 
  color: #0b8092; 
  padding-top: 5px; 
  float: left;
}
.header-top .address-top p {
  display: inline-block;
  margin-right: 20px;
}
 .header-top .address-top p > a {color: #0b8092;}
 
 
 .box-service {
    margin-top: 20px; padding: 0px;     margin-left: 20px;
}
 
.icon {
    margin-right: 5px;
    float: left;
} 
.icon img {
    width: 35px;
    height: 35px;
}
 .description-icon {
    text-align: left;
    line-height: 12px;
    padding-top: 6px;
    float: left;
}
.banner_content{display:none;}
span.large-text {
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    clear: both;
    line-height: 1.4;
}
 
 span.small-text {
    font-size: 11px;
    color: #999999;
    font-weight: 600;
}
 
 
 
 


nav{  
      background-color: #fadd00;
}
.menu {
  margin-bottom: 0;
}
.menu li {
  display: inline-block;
  position: relative;
  z-index: 100; float: left;
}
.menu li:first-child { margin-left: 0; }
.color_vang a {color:yellow !important}
.color_do {color:red;font-weight:700;}
.menu li a {
  text-decoration: none;
  padding: 12px 14px 11px;
  display: block;
  color: #8018c7;
  transition: all 0.2s ease-in-out 0s;
  font-size: 15px;
  text-transform: uppercase;
  font-weight:700;
}
.call-now-button div p{font-weight: 900!important;}
.menu li.menu-item-has-children a:before {
  content: "\f103";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 5px;
}
.sub-menu li a:before {
  content: "\f101"!important;
}
.menu li a:hover,
.menu li:hover>a, 
.menu li.current-menu-item a{
  color: #660099;
  background: #fccb30;
}
.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 200px;
  position: absolute;
  left: 0px;
  background: rgba(35, 130, 177, .8);
  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
}
.menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}
.menu ul li a {
  font-size: 14px;
  font-weight: normal;
  display: block;
  color: #fff;
  background: #38B14A;
  text-transform: none;
}
.menu ul li a:hover,
.menu ul li:hover a {
  background: #f7941e;
  color: #fff;
}
.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.menu ul ul {
  left: 199px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out;
}
.menu li>ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.menu-responsive {
  background:#088c87;
  left: -250px;
  height: 100%;
  position: fixed;
  width: 250px;
  z-index: 9999;
  display: none;
}
.menu-icon {
  background: #088c87;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  display: none;
}
.menu-close {
  cursor: pointer;
  padding: 10px;
  background: #118b9e;
  text-align: left;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  overflow: hidden;
}
.menu-close i {
  color: #fff;
  font-size: 30px;
  float: left;
}
.menu-close i.fa-times {
  float: right;
}
.menu-close span {
  margin: 5px;
  float: left;
}
.menu-open {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 15px 8px 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  overflow: hidden;
}
.menu-open i { 
  margin-right: 20px; 
  color: #fff; 
  font-size: 35px;
  float: left;
}
.noi-dung{margin-top:15px;}
.list-nam-sinh a{
display:block;
vertical-align: top;
    padding: 0 5px 0 10px;
    font-size: 14px;
    color: #288ad6;
    padding: 6px 6px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    margin: 0 5px 5px 0;}
.menu-open img {
  float: left;
max-width: 280px;
}
.menu-responsive ul {
  list-style: none;
  padding: 0;
}
.menu-responsive ul li {
  padding: 10px;
  border-bottom: 1px solid #1da4d6;
}
.menu-responsive ul li a{
  color: #fff;
  font-size: 17px;
}
.menu-responsive ul li.current-menu-item a {
  color: #fff;
}
.menu-responsive ul li.current-menu-item{background:#19abe6}


.menu-responsive ul.sub-menu li {
  border-bottom: none;
}
.menu-responsive ul.sub-menu li a:before {
  content: "\f101";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin: 0 5px 0 0;
}

.lang {
  text-align: right;
}
.lang a {
  display: inline-block;
  width: 100px;
  margin: 10px 10px 0 0;
  background-color: #F2EFEF;
  padding: 4px;
  text-align: center;
}
.lang img {
  float: left;
  margin: 4px 5px;
}
.lang a.lang-vi {
  margin-right: 0;
}



 

.social-icon ul {
    padding: 0;
    float: left;
    padding-left: 1px;
}

.social-icon ul li a i {color:#fff;    line-height: 35px;}
.social-icon ul li {
    font-size: 18px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.6);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.6);
    display: inline-block;
    height: 35px;
    margin-left: 4px;
    width: 35px;
    text-align: center;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    border: 1px solid #ffffff;
    cursor: pointer;
}
.social-icon ul .twitter-icon {
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom,transparent 50%,#f60 50%);
}
.social-icon ul .twitter-icon:hover {
    background-position: 0 -100%;
    background-color: #f60;
}
.social-icon ul .facebook-icon {
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom,transparent 50%,#4C66A4 50%);
}
.social-icon ul .facebook-icon:hover {
     background-position: 0 -100%;
    background-color: #4C66A4;
}
.social-icon ul .google-icon:hover {
    background-position: 0 -100%;
    background-color: #f00;
}
.social-icon ul .google-icon {
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom,transparent 50%,#f00 50%);
}
.social-icon ul .linkedin-icon:hover {
    background-position: 0 -100%;
    background-color: #5CC5CB;
}

.social-icon ul .linkedin-icon {
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom,transparent 50%,#5CC5CB 50%);
}
.social-icon ul .youtube-icon:hover {
    background-position: 0 -100%;
    background-color: #C92228;
}
.social-icon ul .youtube-icon {
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom,transparent 50%,#C92228 50%);
}
 /*box-home*/
 .box-home {    margin-top: 10px;
    background: #fccb30;
    padding: 10px 20px;}
.mobile-hide {    padding: 15px 15px 0px;
    color: #660099;}
	
	
/*box_simsodep*/
.sim-so-list-sim { margin-bottom: 30px;border-left: #e6e6e6 solid 1px; 
    border-right: #e6e6e6 solid 1px;}
.box_simsodep { margin-top: 20px }
.form-result {    color: red;
    font-size: 14px;
    font-weight: 700;
    padding: 0px 10px;}
 
.sim-so-list-sim .dong {
    border-top: #e6e6e6 solid 1px;
    border-bottom: #e6e6e6 solid 1px;
    height: 34px; text-align:center;
    background-color: #f5f5f5;     font-size: 15px;
} 
 .sim-so-list-sim tbody tr {
    height: 45px; text-align:center;
    border-bottom: #d2d2d2 dotted 1px; background:#fff
}


.sosimhienthi a {    font-size: 15px;
    font-weight: bold;
    color: red;}
.giasim {color:#000000; font-weight:700;}

/*sidebar*/
.sidebar_man > .textwidget ,.news {background:#fff;    padding: 5px;}
.httv {line-height: 35px; font-weight: 700; text-align: center; font-size: 16px;} 
.httv > strong {color:red ; font-size:22px}  
/*sanpham*/
.widget_sp_image-image-link {margin-top: 10px;display: block;}
.sidebar_man .widget_sp_image-image-link img {    min-width: 100%;height: 100%;}
.boxsp{overflow:hidden}
.product-img img {     display: block; 
     margin: auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all all 0.2s ease-in-out ease;
    -moz-transition: all all 0.2s ease-in-out ease;
    -ms-transition: all all 0.2s ease-in-out ease;
    -o-transition: all all 0.2s ease-in-out ease;
    transition: all all 0.2s ease-in-out ease;
}
.product-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
transform: scale(1.1);}

nav.menu-cat {
    display: block;
    position: relative;
    z-index: 1;    border: 1px solid #ededed;
}
nav.menu-cat ul li :hover{background: #fff;}
nav.menu-cat ul li ul {
     display: none;
     position: absolute;
     top: -44px;
     background: #f6f7f9;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
     width: 300px;
     z-index: 999;
     list-style: none;
     margin: 0;
     padding: 1px 0;
}
nav.menu-catindex ul li ul { left: 100%;}
nav.menu-catsingle ul li ul {right:100% }


nav.menu-cat ul li:hover ul{display:block ; background: #f6f7f9;}

div.category ul li .sub-menu li a {
    background: #fff;
    padding: 10.2px 5px 10.2px 30px;
}

.info-archive {
    padding: 20px 0 0;
}
.info-archive .title-sim {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin: 0;
}
.info-archive .info-left {
    float: left;
}
.info-archive .info-right {
    float: right;
    color: #f00;
    font-weight: bold;
}
 /* Search Form*/

.search-form .form-group {
  margin:0;
}
.search-form .buttom-search {
  padding: 7px 25px;
  border-radius: 0;
}
.search-form .form-control {
  background: #fff;
}
.form-control {
 
  min-height: 35px;
}
h1.title-post {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  color: #4C93B8;
}
h3.title {
    font-size: 13px;
    line-height: 1.8;
    text-transform: uppercase;
    margin-top: 0px; margin-bottom: 0px;
    font-weight: 700;
}

h3.title span i {
  padding: 10px;
  color: #fff;
}
.banner {
  margin-top: 10px;
}
#owl-partners .item{
  text-align: center;
}
#owl-partners .item .images {
  overflow: hidden;
  height: 160px;
  display: block;
  position: relative;
}
#owl-partners .item .post-title {
  font-weight: bold;
  text-transform: none;
  color: #000;
  font-size: 13px;
  margin: 10px 0;
  display: block;
}
#owl-partners .item p.meta-post {
  position: absolute;
  bottom: -10px;
  background: rgba(0, 0, 0, .7);
  width: 100%;
  color: #fff;
  padding: 5px 0;
}
.list-post h4 {
  font-size: 14px;
  line-height: 1.5;
  color: #006092;
  display: block;
  font-weight: bold;
}
.list-post p{
  line-height: 1.8;
}
.list-post a.readmore {
 padding: 5px 14px;
    background-color: #13938e;
    margin-left: 10px;
    float: right;
    color: #fff;
    border-radius: 5px;
}
.list-post {
      margin-top: 10px;
    margin-bottom: 10px;
}
a.post-title {
  line-height: 1.6; font-size: 15px;
}
.archive .feature, .archive .product {
  margin-top: 10px;
}
.title-product{text-transform: uppercase;color:red; font-size: 25px;font-weight: bold;}
.title-product1{ font-size: 14px;    margin-top: 10px;}
.title-product11 {margin-top: 10px;}
.clblu{font-weight: bold;  color: #088c87;}
.gachgia {text-decoration: line-through;}
.giakm {margin-left:20px}
.product {  line-height: 1.8;text-align: center;    margin-bottom: 10px;}
.product-item { background: #fff; border: 1px solid rgba(169, 169, 169, 0.17);  -webkit-border-radius: 2px;}

.product-item:before {    background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%); 
   bottom: 100%;
       pointer-events: none;
    position: absolute;
    content: '';
        left: 4.5%;
    width: 91.5%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    height: 5px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
   
   }
 .product-item:after{  
     top: 100%;
    background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
    pointer-events: none;
    position: absolute;
    content: '';
       left: 4.5%;
    width: 91.5%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    height: 5px;
     opacity: 0; 
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
 }
 
/*page-single*/
.bd-box {border: 1px solid #ddd;
    padding: 10px;background: #fff;}
.post-content >h2 {font-size:18px}
.post-content >h3 {font-size:16px;line-height: 22px;}
/*modal-product*/ 

.tuvan,.datmua {      background: #ff6600;
    color: #fff;
    padding: 5px 10px !important;
    font-size: 18px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block !important;} 
.tuvan:hover,.datmua:hover,.tuvan:active,.datmua:active,.tuvan:focus,.datmua:focus{ padding: 5px 10px !important;color: #ff6600; background: #fff; border:1px solid #ff6600;}	
.contactyctv > span > .fa{    width: 20px !important;height: 20px !important;}
.contactyctv > span > .form-control{  min-height: 40px !important;}
.plant > .fa-paper-plane {     position: absolute; padding: 10px 6px; color: #fff;left: 10px;display: block;  }
.plant-detail > .fa-paper-plane {position: absolute; padding: 15px 6px; color: #fff; left: 30%;}






.modal-order .modal-content {
    border-radius: 0px;
    border: 7px solid #E6E6E6;
}
.modal-order .form-modal {
    padding: 20px;
    background: #f5f5f5;
}

.form-modal input, .form-modal select, .form-modal textarea {
    width: 100%;
    padding:   10px;
    font: 13px Arial;
    border: 1px solid #ebebeb;
    background: #fff;
}
.modal-order .info-modal i.fa.fa-arrow-circle-right {
    position: absolute;
    font-size: 44px;
    color: #F97422;
    background: #FFFFFF;
    border-radius: 50%;
    height: 38px;
    width: 37px;
    text-align: center;
    line-height: 37px;
    right: -25px;
    z-index: 5555;
    top: 50%;
    transform: translateY(-50%);
}
 

 
.modal-order i.fa.fa-times {
    height: 30px;
    width: 30px;
    background: #D0CFCF;
    line-height: 30px;
    border-radius: 50%;
    color: #000;
    opacity: 1;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 999;
}
.hidden-xs p span {
    display: inline-block;
    height: 35px;
    width: 35px;
    background: #ddd;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #ccc;
    font-size: 18px;
    margin-right: 9px;
}
.modal-order .close { opacity: 1;    z-index: 9999;  }
.frm-textarea {max-height:80px}
.detail-btn{ background-color: #f7941d !important;   color: #fff; }
.detail-btn:hover,.detail-btn:focus,.detail-btn:active{ opacity:0.9;  color: #fff; }

/*/modal-product*/   
.product-item:hover:before {opacity: 1;}
.product-item:hover:after {opacity: 1;}
.tinhtrangsp {  position: absolute;
    background: #ff6600;
    width: 45px;
    height: 23px;
    color: #FFF;
    text-align: center;
    right: 11px;
    top: 1px;
    line-height: 23px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: default;
    z-index: 1;}
.tinhtrangsp:before {
    border-style: solid;
    border-width: 13px 23px 0 23px;
    border-color: #ff6600 transparent transparent transparent;
    left: 0;
}
.tinhtrangsp:before {
    top: 100%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
	
.tinhtrangsp-single    {  top: 10px;right: 10px;} 
 #crumbs{padding:10px 0px}  
 
 
.button_buy {
    float: none;
    font-size: 11px;
    display: inline-block;
    border: 0px solid #ddd;
    color: #b42b18;
    height: auto;
    padding: 5px;
    background-color:#fadd00;
    border-radius: 2px;
    font-weight: bold;
}
.button_buy:hover,.button_buy:active,.button_buy:focus  {opacity:0.9;color: #FFF;}
.boxspdt{padding: 10px; border-right: 1px solid #eee;}
.product a.post-title { color: #444;      margin-top: 5px;  display: block;  height: 40px;}
.colorgia {
  color: #e00;
}
.post-meta.text-left {
  margin: 10px 0;
  color: #f7941e;
}
.title-order {font-weight: 700;
    margin-top: 10px;    font-size: 14px;
    margin-bottom: 10px;}
.box-sgpro {   margin-top: 10px; background:#fff}
.box-datsim {margin-bottom:20px;    margin-top: 10px; background:#fff; padding:20px 0px}
 
.box-sgpro .sim-viettel {background: url(images/viettel.jpg) no-repeat ;     min-height: 240px;
    background-size: 100%;}
.box-sgpro .sim-mobifone {background: url(images/mobilefone.jpg) no-repeat ;     min-height: 330px;
    background-size: 100%;}
.box-sgpro .sim-vinaphone {background: url(images/vinafone.jpg) no-repeat ;     min-height: 330px;
    background-size: 100%;}
.box-sgpro .sim-vietnamobile {background: url(images/vietnammobile.jpg) no-repeat;    min-height: 330px;
    background-size: 100%;}
.box-sgpro .sim-gmobile {background: url(images/gmobile.jpg) no-repeat ;     min-height: 330px;
    background-size: 100%;}
.temsim span {font-weight: 700;}	
.temsim {    width: 180px;
    float: right;
    margin-top: 30px;
    margin-right: 20px;}
.tem_sosim {    font-size: 22px; }
.tem_gia {    color: red; font-size: 15px;}	
	
.detail-product h4 {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #006092;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid;
}
.detail-product .hotline {
    background: #d2392b;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
    overflow: hidden;
    font-size: 15px;
}
.detail-product .title-dh  {
    text-transform: uppercase;
    display: block;
    font-size: 15px;
}
.detail-product .title-dh1  {font-size: 18px;}
.detail-product .title-dh1  a {color:#fff}
.detail-product .hotline i {margin-left: 10px;font-size: 20px;}
.detail-product .hotline i a {color:#fff}
div.category {margin-top:10px}
div.category h3 {
    margin-bottom: 0;
    background: #fadd00 url(images/bg_category.png) no-repeat 10px 50%;
    padding: 5px 0 5px 35px;
}
div.category h3 span,div.category h3 span a  {
  color: #660099;
}
div.category ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}
div.category ul li a{
    font-size: 14px;
    border-bottom: 1px solid #ededed;
    padding: 8px 0px 7px 40px;
    display: block;
    text-decoration: none;
}


div.category ul li a:before {

  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 5px;
}
#mvcwid {
    background-color: #fff;
    width: 100%;
    padding: 10px;
}
 
div.category ul li a {  background:#fff url(images/icon_sim.png) no-repeat 5px 40%; }
div.category ul li a:hover,div.category ul .current-menu-item a{ background: #fccb30 url(images/icon_simtrang.png) no-repeat 5px 40%;color:#660099}
 
 
footer {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #58585a;
}
footer .footer-end {
    margin-top: 10px;
 background: rgba(0, 0, 0, 0.27);}
.footer-bottom h3 {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
}
footer  a , footer  a:hover,footer  a:active,footer  a:focus{
  color: #fff; font-size:15px
}
footer p i {
 font-size: 20px;
  position: relative;
  margin: 0 5px 0 0;
  color: #fff;
}
footer p i a {color: #fff;}
footer img {
  margin: 20px 0 0 0;
}
footer p.company {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;

}
 
  
 
 
p.dev {
  color: #fff;
  margin: 10px 0;
}
p.dev a{color: #fff;}
.menu-footer { padding:0 ;list-style:none;}
 
.menu-footer li a {
  display: block; font-size: 15px;
  margin: 4px 0;     color: #fff;
 
 
}
.menu-footer li a:before {
  content: "\f1d1";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 15px;
  color: #fff;
}
.overlay {
  height: 100%;
  width: 100%;
  padding: 0;
    background: url(images/world-map.png) #444 center bottom no-repeat;
    color: #fff;
}
.back-to-top {
  position: fixed;
  bottom: 20%;
  right: 10px;
  display: none;
  cursor: pointer;
}
.back-to-top i {
  background:#f7941d ;
  padding: 5px 10px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.notice {
  border-radius: 0;
  margin: 20px 0;
  overflow: hidden;
}
.like-click {
  display: block;
  background: url(images/thichthilike.png) no-repeat 0px 0px;
  padding: 60px 0px 0px;
  clear: both;
}
.like-click .fb-btn {
  margin: 5px 0;
}


.box-contact{ margin-bottom: 30px;}
.btn-lienhe {    padding: 5px 6px 5px 25px;}
.pg-header {
   margin-bottom: 20px;
    text-align: center;
    color: #fff;
	background: #22282c;
}

.bg-head {
    background-color: rgba(21, 92, 71, 0.86);
    padding: 10px 0;
    margin: 0;
}

.title--heading {
    display: inline-block;
    padding: 0px 50px 20px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    text-align: center;
    margin: 20px auto;
    font-size: 20px;
    font-weight: bold;
    color: red!important;
}

.title-white {
    border-bottom: 1px solid #fff;
}
.title--heading:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    margin-left: -8px;
    width: 15px;
    height: 15px;
}
.title-white:before {
    border: 3px solid #ccc;
    background: #999;
    -webkit-box-shadow: 0 0 0 1px #ffffff, inset 0 0 0 2px #fff;
    box-shadow: 0 0 0 1px #ffffff, inset 0 0 0 2px #fff;
}

.title--heading:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px;
    margin-left: -46%;
    z-index: -1;
    width: 92%;
    height: 1px;
}
.title-white:after {
    background: #fff;
}
 
.bread-contact > div > a,.bread-contact > div > .colorgia{color:#fff}


.contact-form .input-group {
  margin-bottom: 10px;
  float: left;
}
.contact-form .form-margin .input-group {
  margin-bottom: 10px;
}
.contact-form .input-group .input-group-addon {
  border-radius: 0px;
  background-color: #13938e;
  border: none;
  position: relative;
}
.contact-form .input-group .input-group-addon i {
  color: #fff;
  font-size: 20px;
 
}
.contact-form .input-group .form-control {
     border: 1px solid #ccc;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
 
  padding: 15px 15px;
  color: #fff;
   width: 100%;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe {
  width: 100%!important;
}
iframe, object, embed {
  max-width: 100%;
}
.btn {
    float: left;
    color: #ac1a01!important;
    font-weight: bolder;
    background: #fadd00!important;
}
#sync2 .item{
  margin: 15px 10px 5px 0px;
  color: #FFF;
  text-align: center;
  cursor: pointer;
}
#sync2 .synced .item {
  border: 2px solid #f7941d
}
.tab-content .tab-pane {
  padding-top: 10px;
}
.tab-content h3 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  color: #4C93B8;
}
.nav-tabs>li a {
  border-radius: 0;
  border: none;
  color: #fcb039;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover{
  background: #118b9e;
  border: none;
  color: #fff;
}
.nav-tabs {
    border-bottom: 1px solid #118b9e;padding-top: 40px;
}
#map{
 height: 350px;
 width: 100%;
}


.support-online {
  background: #34495E;
  right: -350px;  
  height: 100%;
  position: fixed;
  width: 350px;
  z-index: 9999;
  top: 0;
}
.support-icon {
  background: #38B14A;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.icon-close {
  cursor: pointer;
  padding: 10px;
}
.icon-close i {
  color: #fff;
  font-size: 20px;
}
.icon-open {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 15px 5px 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.icon-open i { margin-right: 5px; color: #fff;}
.info-support {
  color: #fff;
}
.title-support {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px;
  background: #27BF81;
}
ul#themeswitcher li {
  list-style: none;
  display: block;
  color: #fff;
  margin: 13px 0 0 5px;
}
ul#themeswitcher li a {
  color: #26CCEA;
}
ul#themeswitcher li:before {
  content: "\f0a4";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 5px;
}

 
h3.default {    background: #fccb30;    clear: both;}
h3.default span { font-size: 15px; color:#fff}
h3.default span a {color: #fff!important;}
 





/*========scroll-sidebar=======*/
.simply-scroll-clip {
    height: 415px;  background:#fff   
}
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}
.simply-scroll-container{border: 1px solid #ededed;}
.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}
.post-list {
    border-bottom: 1px solid #eee;
  padding:5px
}


 



nav.nav.navfixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9;
}


/*phantrang*/
.wp-pagenavi {
  margin: 10px ;
  float: left;
  font: bold 12px Arial;
  color: #fff;
  clear: both;
}
.wp-pagenavi a, .wp-pagenavi span  {
  background-color: #F1F1F1;
  border: 1px solid #F1F1F1;
  border-radius: 0;
  color: #088c87;
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  margin: 0 2px;
  padding: 0.6em 1em;
  position: relative;
  text-decoration: none;
}
.wp-pagenavi span.current, .wp-pagenavi a:hover {
    background-color: #13938e;
    border: 1px solid #13938e;
  color: #FFFFFF;
}




@media (max-width: 1024px) {
.menu-icon, .menu-responsive {display: none;}
.menu-ipad > li > a { padding: 12px 20px 11px;}  
.seach { display: block;} 
.description-icon {text-align: center;    padding-top: 6px;float: none;}
.icon { float: none;width: auto;text-align: center;}
#header {margin-bottom:15px}
.logo {padding: 20px 0px 0px;}
}

@media only screen and (max-width: 992px){
.modal-order .modal-dialog { width: 1000px;}

nav.menu-cat li:hover ul {display: none;}
.box-service {margin-left: 0px; margin-bottom:20px}	
.menu-ipad > li > a{padding:12px 22px 11px}
.simply-scroll-clip {  height: 730px;}
 

}

@media only screen and (max-width: 428px){
 .hidden_mobile { display:none !important; }
 .button_buy {
    float: none;
    font-size: 11px;
    display: inline-block;
    border: 0px solid #ddd;
    color: #660099;
    height: auto;
    padding: 5px;
    background-color: #fc9c33;
    border-radius: 2px;
    width: 90px;
}
.col-sm-6.col-xs-12.col-md-2.col-lg-2.box-service {
    width: 50% !important;
}
img.img-responsive.center-block.wp-post-image {
    padding-top: 45px;
}
.sidebar.col-xs-12.col-sm-12.col-md-2 {
    display: none;
}
.temsim {
    width: 180px;
    float: right;
    margin-top: 30px;
    margin-right: 0px !important;
}
.menu-open i {
    margin-right: 20px;
    color: #fff;
    font-size: 30px !important;
    float: left;
}
td.col-sm-6.col-xs-6.col-md-3.col-lg-2.giasim {
    font-size: 12px;
    color: #000000;
}
table.sim-so-list-sim.col-sm-6.col-xs-6.col-md-3.col-lg-12 {
    width: 100% !important;
}
.option_sim select {
    width: 95%;
    padding: 8px;
    margin: 2% 2%;
    border: solid 1px #eee;
	background-color:#fff;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.menu-open {
    color: #fff;
    cursor: pointer;
    font-size: 22px !important;
    padding: 10px 15px 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
}
 
}




@media (max-width: 480px) and (max-width: 768px) and (min-width: 320px) {
	.menu-icon, .menu-responsive { display: block; }
	nav{ display: none;}
	.title--heading {padding: 0px 0px 20px;font-size: 20px;line-height: 25px;}
	.tuvan, .datmua { padding: 5px 8px !important;font-size: 15px;}
	
}
/*===============goi====================*/
.display-apad {display:none}
@media (min-width: 320px) and (max-width: 768px) { 
.display-apad {display:block}
.banner_content{display:block;} 
.logo { text-align:center;display:none; }
a.post-sidebartt {color:#13938e}
.plant > .fa-paper-plane{     position: relative;padding: 10px 6px; color: #fff;display: inline-block;left: -85px;}
.plant-tuvan > .fa-paper-plane {left: -75px}
.plant-detail > .fa-paper-plane { left: 20%;}



.quick-alo-phone {position: fixed;visibility: hidden;background-color: transparent;width: 60px;
height: 60px;cursor: pointer;z-index: 200000 !important;-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0);-webkit-transition: visibility .5s;-moz-transition: visibility .5s;
-o-transition: visibility .5s;transition: visibility .5s;}
.quick-alo-phone.quick-alo-show {visibility: visible;}
.quick-alo-phone.quick-alo-green .quick-alo-ph-circle {border-color:#75eb50;opacity: .5;}
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle{border-color:#f00;opacity:.5}
.quick-alo-ph-circle {width: 60px;height: 60px;top: 0px;left: 0px;position: absolute;
background-color: transparent;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;
border: 2px solid rgba(30,30,30,0.4);border: 2px solid #bfebfc 9;opacity: .1;
-webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
-moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;-ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
-o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
animation: quick-alo-circle-anim 1.2s infinite ease-in-out;-webkit-transition: all .5s;
-moz-transition: all .5s;-o-transition: all .5s;
transition: all .5s;-webkit-transform-origin: 50% 50%;-moz-transform-origin: 50% 50%;-ms-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;transform-origin: 50% 50%;}
.quick-alo-ph-circle-fill{width:60px;height:60px;top:0px;left:0px;position:absolute;background-color:#000;
-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:.1;
-webkit-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
-moz-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
-ms-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
-o-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition:all .5s;
-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-transform-origin:50% 50%;
-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}
.quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill {background-color: #75eb50;opacity: .75 !important;}
.quick-alo-phone:hover .quick-alo-ph-circle-fill{background-color:#f00;opacity:.75 !important}
.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle { background-color: #75eb50}
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-img-circle {background-color:#f00;}
.quick-alo-ph-img-circle {width: 30px;height: 30px;top: 15px;left: 15px;position: absolute;
background: rgba(30,30,30,0.1) url("images/call.png") no-repeat center center;-webkit-border-radius: 100%;
-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;
-webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
-moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
-ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
-o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
animation: quick-alo-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;-ms-transform-origin: 50% 50%;-o-transform-origin: 50% 50%;transform-origin: 50% 50%;}
@-moz-keyframes quick-alo-circle-anim{0%{-moz-transform:rotate(0) scale(.5) skew(1deg);opacity:.1;-moz-opacity:.1;
-webkit-opacity:.1;-o-opacity:.1}30%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.5;-moz-opacity:.5;
-webkit-opacity:.5;-o-opacity:.5}100%{-moz-transform:rotate(0) scale(1) skew(1deg);opacity:.6;-moz-opacity:.6;
-webkit-opacity:.6;-o-opacity:.1}}
@-webkit-keyframes quick-alo-circle-anim{0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);
-webkit-opacity:.1}30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);
-webkit-opacity:.5}100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}}
@-o-keyframes quick-alo-circle-anim{0%{-o-transform:rotate(0) kscale(.5) skew(1deg);
-o-opacity:.1}30%{-o-transform:rotate(0) scale(.7) skew(1deg);-o-opacity:.5}100%{-o-transform:rotate(0) scale(1) skew(1deg);
-o-opacity:.1}}@-moz-keyframes quick-alo-circle-fill-anim{0%{-moz-transform:rotate(0) scale(.7) skew(1deg);
opacity:.2}50%{-moz-transform:rotate(0) -moz-scale(1) skew(1deg);opacity:.2}100%{-moz-transform:rotate(0) scale(.7) skew(1deg);
opacity:.2}}@-webkit-keyframes quick-alo-circle-fill-anim{0%{-webkit-transform:rotate(0) scale(.7) skew(1deg);
opacity:.2}50%{-webkit-transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
@-o-keyframes quick-alo-circle-fill-anim{0%{-o-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{-o-transform:rotate(0) scale(1) skew(1deg);
opacity:.2}100%{-o-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
@-moz-keyframes quick-alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}50%{-moz-transform:rotate(0) scale(1) skew(1deg)}100%{-moz-transform:rotate(0) scale(1) skew(1deg)}}
@-webkit-keyframes quick-alo-circle-img-anim{0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}100%{-webkit-transform:rotate(0) scale(1) skew(1deg)}}
@-o-keyframes quick-alo-circle-img-anim{0%{-o-transform:rotate(0) scale(1) skew(1deg)}10%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-o-transform:rotate(25deg) scale(1) skew(1deg)}30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}50%{-o-transform:rotate(0) scale(1) skew(1deg)}100%{-o-transform:rotate(0) scale(1) skew(1deg)}}
@-moz-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);-ms-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);-ms-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}
@-o-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);-ms-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}
@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);-ms-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}
@-moz-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);-ms-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}
@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);-ms-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}
@-o-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);-ms-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}
@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);-ms-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}
@-moz-keyframes quick-alo-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}
@-webkit-keyframes quick-alo-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}
@-o-keyframes quick-alo-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}
@keyframes quick-alo-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}
@-moz-keyframes quick-alo-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
@-webkit-keyframes quick-alo-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
@-o-keyframes quick-alo-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
@keyframes quick-alo-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
@-moz-keyframes quick-alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}
@-webkit-keyframes quick-alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}
@-o-keyframes quick-alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}
@keyframes quick-alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}
}
/*===============/goi====================*/