/*      Content       */
.hide {
  display: none;
}
#row-wrap-content section {
  background: none repeat scroll 0 0 #FFFFFF;
}
img{
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
iframe[id^="oauth2relay"]{
  display:block;
}
a.btn {
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  position: relative;
  border: 1px solid #fff;
  padding: 8px 30px;
  overflow: hidden;
}
a.btn:hover{
  border-color: #0151b0;
  color: #fff !important;
}
a.btn:after {
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  background: #0151b0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a.btn:hover:after{ width: 100%; }
.padding-single{
  padding: 70px 0;
}
.padding-single-post{ padding-top: 110px; }
/* page gioi thieu */
.row-top-gt {
  padding-top: 100px;
}
.top-gt-col {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.top-gt-col.top-gt-right {
  padding-top: 60px;
}
.top-gt-col.top-gt-right h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.top-gt-col.top-gt-right ul {
  margin-bottom: 37px;
}
.top-gt-col.top-gt-right ul li {
  color: #666666;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 3px;
  padding-left: 30px;
  position: relative;
}
.top-gt-col.top-gt-right ul li:before {
  font-family: FontAwesome;
  content: "\f05d";
  left: 0px;
  margin-right: 15px;
  position: absolute;
  top: 0px;
  font-size: 14px;
}
.top-gt-col.top-gt-right a.btn {
  background: #0151b0;
  font-size: 18px;
  padding: 8px 20px;
  font-weight: 600;
  border-color: #0151b0;
  z-index: 2;
}
.top-gt-col.top-gt-right a.btn:after{ background: rgba(0, 0, 0, 0.09) none repeat scroll 0 0; }
.top-gt-col.top-gt-left{
  padding-bottom: 60px;
}
.form-sign-gt {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
}
.form-sign-gt.show{ 
  opacity: 1;
  visibility: visible;
}
.bg-form-sign-gt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
}
.inner-form-sign-gt {
  background: #f5f5f5;
  position: relative;
  width: 450px;
  padding: 0;
  margin: auto;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  transform: scale(0.5);
  opacity: 0;
}
.form-sign-gt.show .inner-form-sign-gt{
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s;
}
.inner-form-sign-gt .title-form-sign {
  background-color: #0151b0;
  padding: 40px 69px 30px;
  position: relative;
  float: left;
  width: 100%;
}
.inner-form-sign-gt .title-form-sign:after {
  border-color: #0151b0 transparent transparent;
  border-style: solid;
  border-width: 32px 324.5px 0 135px;
  bottom: -31px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
.inner-form-sign-gt .title-form-sign h3 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.inner-form-sign-gt .title-form-sign p {
  color: #fff;
  text-align: center;
}
.inner-form-sign-gt .form-sign {
  background: #eee;
  padding: 90px 30px 50px;
  float: left;
  width: 100%;
}
.inner-form-sign-gt img {
  left: 123px;
  position: absolute;
  top: 179px;
  max-width: 25px;
}
#content .inner-form-sign-gt .wpcf7-form p{
  margin: 0;
}
#content .inner-form-sign-gt .wpcf7-form p.email {
  margin: 40px 0;
}
#content .inner-form-sign-gt .wpcf7-form p.button {
  background: transparent;
  padding: 0;
  margin-top: 40px;
  text-align: center;
}
#content .inner-form-sign-gt .wpcf7-form p.button button {
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  position: relative;
  border: 1px solid #0151b0;
  padding: 12px 30px;
  overflow: hidden;
  float: none;
  background: #0151b0;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 2;
}
#content .inner-form-sign-gt .wpcf7-form p.button button:after {
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  background: rgba(0, 0, 0, 0.09)!important;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#content .inner-form-sign-gt .wpcf7-form p.button button:hover:after { width: 100%; }
.inner-form-sign-gt .wpcf7-form select{
  width: 100%;
  border: 1px solid #ccc;
  line-height: 16px;
  padding: 8px;
  height: auto;
}
.inner-form-sign-gt .title-form-sign span.close {
  color: #fff;
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}
/* archive khoa hoc */
.row-loc {
  padding-top: 110px;
  margin-bottom: 60px;
}
.inner-loc {
  padding: 40px 100px;
  width: 100%;
  float: left;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('images/bg-loc.jpg');
  z-index: 2;
}
.inner-loc:before{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  opacity: 0.8;
  z-index: -1;
}
.inner-loc form.loc-kh select {
  float: left;
  margin-bottom: 0;
  margin-right: 30px;
  margin-top: 0;
  width: 23.9%;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #d3d3d3;
  border-radius: inherit;
  box-shadow: none;
  color: #fff;
  display: block;
  height: 40px;
  line-height: 35px;
  padding: 0 0 0 8px;
  cursor: pointer;
}
.inner-loc form.loc-kh select option{
  color: #555;
  line-height: 1.5em;
  cursor: pointer;
}
.inner-loc form.loc-kh button.btn {
  display: inline-block;
  color: #fff;
  position: relative;
  border: none;
  padding: 12px 30px;
  overflow: hidden;
  float: none;
  background: #0151b0;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 2;
}
.inner-loc form.loc-kh button.btn:after{
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  background: rgba(0, 0, 0, 0.09)!important;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.inner-loc form.loc-kh button.btn:hover:after{
  width: 100%;
}
.kh-col {
  width: 33.333333%;
  float: left;
  padding: 0 15px 30px;
}
.kh-col .inner-kh-col {
  border: 1px solid #c1c1c1;
}
.kh-col .inner-kh-col img {
  width: 100%;
}
.kh-col .inner-kh-col .course-desc {
  padding: 30px 20px;
}
.kh-col .inner-kh-col .course-desc h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.kh-col .inner-kh-col .course-desc > a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
/*      Post        */
.full-content {
  float: left;
  width: 100%;
}
.content-box {
  float: left;
  width: 100%;
}
.content-box-1 {
  float: left;
  width: 66.666667%;
  padding: 0 15px;
  padding-top: 10px;
}
.search .product,.search .page {
  float: left;
  width: 100%;
}
.content-box.padding-single-post #content {
  padding: 25px;
  background: #f6f6f6;
}
.content-box.padding-single-post #content > img {
  width: 100%;
  margin-bottom: 40px;
}
.content-box.padding-single-post .inner-content-post {
  padding: 0 200px 30px;
  width: 100%;
  float: left;
}
.content-box.padding-single-post .inner-content-post h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.content-box.padding-single-post .inner-content-post .post-meta {
  margin-bottom: 25px;
}
.content-box.padding-single-post .inner-content-post .post-meta span {
  padding-right: 14px;
  font-size: 15px;
  color: #a2a1a1;
}
.content-box.padding-single-post .inner-content-post .post-meta span i{
  color: #232323;
  padding-right: 8px;
}
.entry-share {
  position: relative;
}
.entry-share #___plusone_0 {
  position: absolute;
  top: 1px;
  left: 125px;
}
.entry-tag{
  margin-top:15px;
}
.tags li {
  float: left; 
}
.tags a {
  background: #cccccc none repeat scroll 0 0;
  border-radius: 3px 0 0 3px;
  color: #fff;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
}
.tags a:before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}
.tags a:after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #cccccc;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
}
.tags a:hover{
  background: #0151b0;
}
.tags a:hover:after{
  border-left: 10px solid #0151b0; 
}
.single-post div.pp_woocommerce .pp_content_container{padding:8px 0;}
.single-post .pp_content_container .pp_left{padding-left:8px;}
/* post khoa hoc */
.img-single-kh {
  margin-bottom: 11px;
}
.img-single-kh img{
  width: 100%;
}
.single-kh-meta i {
  margin-right: 10px;
}
.free-sign p {
  font-size: 18px;
  font-weight: 500;
  padding-top: 8px;
  margin-bottom: 0;
  display: inline-block;
  float: left;
}
.free-sign-right {
  display: inline-block;
  float: right;
}
.free-sign-right h3 {
  display: inline-block;
  color: #3f3f3f;
  font-size: 18px;
  font-weight: 500;
  padding-right: 20px;
  padding-top: 9px;
  margin-bottom: 10px;
  float: left;
}
.free-sign-right a.btn {
  background: #0151b0;
  border-radius: 0;
  border-color: #0151b0;
  z-index: 2;
}
.free-sign-right a.btn:after{
  background: rgba(0, 0, 0, 0.09) none repeat scroll 0 0;
}
.content-courses {
  margin-top: 35px;
}
.content-courses h3.title {
  background-color: #0151b0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 20px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.ct-courses-left {
  width: 58.333333%;
  float: left;
  padding: 0 15px;
}
.ct-courses-left ul {
  background: #f6f6f6;
  padding: 25px 20px;
}
.ct-courses-left ul li {
  padding: 10px 0;
  font-size: 15px;
  border-bottom: 1px solid #c1c1c1;
  color: #3f3f3f;
}
.ct-courses-left ul li:fisrt-child{
  padding-top: 0;
}
.ct-courses-left ul li:last-child{
  border: 0;
}
.ct-courses-left ul li span {
  float: right;
  color: #666;
}
.ct-courses-right {
  width: 41.666667%;
  float: left;
  padding: 0 15px;
}
.inf-gv.slider-gv{
  background: #f6f6f6;
}
.ct-courses-right .item {  
  padding: 20px 20px 41px;
  text-align: center;
}
.ct-courses-right .slider-gv.owl-carousel .owl-item img{
  width: 80px;
  border-radius: 100%;
  display: inline-block;
}
.ct-courses-right .item h3 {
  color: #3f3f3f;
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0 22px;
  text-transform: capitalize;
}
.ct-courses-right .item p{ color: #3f3f3f; }
.ct-courses-right .item ul {
  margin-top: 24px;
}
.ct-courses-right .item ul li {
  background-color: transparent;
  display: inline-block;
  margin-right: 18px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.ct-courses-right .item ul li a{
  height: 28px;
  width: 28px;
  line-height: 26px;
  text-align: center;
  display: inline-block;
  border: 1px solid #0151b0;
  color: #3f3f3f;
}
.ct-courses-right .item ul li a:hover{
  background: #0151b0;
  color: #fff !important;
}
.single-khoa-hoc .entry-content {
  padding-top: 40px;
}
/* single su kien */
.img-single-sk {
  margin-bottom: 40px;
}
.img-single-sk img{ width: 100%; }
.single-sk-meta {
  margin-bottom: 25px;
}
.sk-meta-col {
  width: 33.333333%;
  float: left;
  padding: 0 15px;
}
.single-sk-icon {
  display: inline-block;
  float: left;
  margin-right: 10px;
  color: #3f3f3f;
  font-size: 16px;
}
.sk-meta-info {
  display: inline-block;
}
.sk-meta-info span {
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 600;
}
.sk-meta-info p {
  margin: 7px 0;
}
.persone {
  margin-top: 20px;
}
.persone a.btn {
  background: #0151b0;
  border-radius: 0;
  border-color: #0151b0;
  z-index: 2;
  margin-bottom: 30px;
}
.persone a.btn:after{
  background: rgba(0, 0, 0, 0.09) none repeat scroll 0 0;
}
.persone h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.persone-col {
  width: 25%;
  float: left;
  padding: 0 15px;
  text-align: center;
}
.persone a.btn {
  background: #0151b0;
  border-radius: 0;
  border-color: #0151b0;
  z-index: 2;
}
.persone a.btn:after{
  background: rgba(0, 0, 0, 0.09) none repeat scroll 0 0;
}
.persone-col h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
  margin-top: 20px;
}
/* archive */
.archive .blog-col, .search .blog-col{
  margin-bottom: 30px;
}
.archive .blog-col:nth-child(3n+1){ clear: both; }
/*      Category        */
.entry-content .attachment-full {
  float: left;
  max-width: 120px;
  height: auto;
  margin-right: 10px;
}
#content .type-post {
  border-bottom: 1px solid #CCCCCC;
  float: left;
  padding-bottom: 15px;
}
.category .full-content h1.page-title {
  border-bottom: 2px solid #4F4F4F;
  padding-bottom: 5px;
  width: 100%;
}
.wp-pagenavi {
 margin: 20px 0;
 text-align: center;
 width: 100%;
 float:left;
}
.wp-pagenavi a, .wp-pagenavi span {
  padding: 3px 5px;
  text-decoration: none;
  border-color: #9f9f9f;
  border-style: solid;
  border-width: 0 0 2px;
  margin-right: 7px;
  font-size: 17px;
  color: #9f9f9f;
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover, .wp-pagenavi span.current:hover{
  color: #0151b0;
  border-color: #0151b0;
}
.wp-pagenavi span.current{
  font-weight: normal;
  color: #000;
}
.wp-pagenavi span.pages, .wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink{ display: none; }
/* ----------------- Comments ------------------------ */
.comments-area article {
  margin: 24px 0;
  border-bottom: 4px double #ededed;
  overflow-wrap: break-word;
  hyphens: auto;
}
.comments-area article header {
  margin: 0 0 15px;
  overflow: hidden;
  position: relative;
}
.comments-area article header img {
  float: left;
  padding: 0;
  line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
  display: block;
  margin-left: 70px;
}
.comments-area article header cite {
  font-style: normal;
  font-size: 15px;
  line-height: 1.4;
}
.comments-area cite b {
  font-weight: normal;
}
.comments-area article header time {
  line-height: 1.7;
  text-decoration: none;
  font-size: 12px;
  color: #5e5e5e;
}
.comments-area article header a {
  text-decoration: none;
  color: #5e5e5e;
}
.comments-area article header a:hover {
  color: #21759b;
}
.comments-area article header cite a {
  color: #444;
}
.comments-area article header cite a:hover {
  text-decoration: underline;
}
.comments-area article header h4 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  background-color: #0088d0;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #009cee, #0088d0);
  background-image: -ms-linear-gradient(top, #009cee, #0088d0);
  background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
  background-image: -o-linear-gradient(top, #009cee, #0088d0);
  background-image: linear-gradient(top, #009cee, #0088d0);
  border-radius: 3px;
  border: 1px solid #007cbd;
}
#comments .comment-content p{
  font-size:14px;
  line-height:1.5em;
  margin:0;
}
.comments-area .bypostauthor cite span {
  position: absolute;
  margin-left: 5px;
  padding:0 5px;
  font-size: 10px;
}
a.comment-reply-link,
a.comment-edit-link {
  color: #686868;
  font-size: 13px;
  line-height: 1.8;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
  color: #21759b;
}
.commentlist .pingback {
  line-height: 1.7;
  margin-bottom: 24px;
}
.commentlist .children {
  margin-left: 48px;
}
#respond h3#reply-title {
  font-size: 16px;
  line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
  margin-left: 10px;
  font-weight: normal;
  font-size: 12px;
}
#respond form {
  margin: 15px 0;
}
#respond form p.logged-in-as {
  margin-bottom: 10px;
}
#respond form label {
  display: block;
  line-height: 1.7;
  font-size:14px;
}
#respond form input[type="text"],
#respond form textarea {
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px;
  width: 100%;
  float:none;
  border: 1px solid #c1c1c1;
}
.bypostauthor cite span {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  color: #7c7c7c;
  background-color: #e6e6e6;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
  border: 1px solid rgb(169, 169, 169);
  box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
  cursor: pointer;
}
#respond form input[type=submit]{
  background: #0151b0;
  color: #fff;
  padding: 10px 55px;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
#respond form input[type=submit]:hover {
  color: #fff;
  background: #0151b0;
}
#respond form p.form-allowed-tags {
  margin: 0;
  font-size: 12px;
  line-height: 2;
  color: #5e5e5e;
}
.required {
  color: red;
}
#commentform .form-allowed-tags, #commentform .form-submit {
  clear: both;
  float: left;
  margin-top: 10px;
}
#comments.comments-area {
  border-top: 1px solid #CCCCCC;
  float: left;
  width: 100%;
  margin-top: 15px;
}
#commentform p {
  clear: both;
}
/* ------------- Realted post ----------------- */
.related-post{  
  width: 100%;  
  float: left;  
  margin-bottom: 20px;
  padding: 0 200px 60px;
}
.related-post h3{  border-bottom: 1px solid #555;  margin:0;  padding:10px 0; color: #3e3e3e; font-size: 18px;}
.related-post ul{  padding-left:20px;}
.related-post ul li{  float: left;  width: 100%;  list-style-type: square;  margin-top:10px;color:#0151b0;}
/*      Myaccount       */
.box-myaccount {background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);left: 35%;padding: 5px;position: absolute;top: 10%;z-index: 9999;}
.box-myaccount .woocommerce {
  background: none repeat scroll 0 0 #FFFFFF;
  float: left;
  padding: 10px;
}
.box-myaccount #customer_login.col2-set .col-1, .box-myaccount #customer_login.col2-set .col-2 {float: left;width: 100%;}
.box-myaccount .login, .box-myaccount .register {display: none;margin: 10px 0 !important;padding: 10px !important;}
.box-myaccount.show-login .login {display: block;float: left;}
.box-myaccount.show-register .register {display: block;}
.box-myaccount.show-login .form-row {float: left;margin: 0;width: 100%;}
.wrap-for-myaccount {background: none repeat scroll 0 0 #000000;height: 100%;left: 0;opacity: 0.5;position: fixed;top: 0;width: 100%;z-index: 9999;}
.box-myaccount h2 {font-size: 18px;text-transform: uppercase;}
.box-myaccount label {color: #181818;font-size: 13px;margin-bottom: 5px;}
.box-myaccount input[type="email"], .box-myaccount input[type="password"] {box-shadow: none;height: 24px;}
.box-myaccount .lost_password {float: right;font-size: 12px;}
.login label[for=rememberme] {
  clear: both;
  float: left;
}
/**** Responsive settings ******/
@media only screen and (max-width: 992px) {
  /* archive khoa hoc */
  .row-loc{ padding-top: 80px; }
  .inner-loc{
    padding: 40px 60px;
  }
  .inner-loc form.loc-kh select{
    width: 21.5%;
  }
  .padding-single{
   padding: 80px 0;
 }
 .padding-single-post{ padding-top: 80px; }
 .content-box.padding-single-post .inner-content-post, .related-post{
  padding-left: 80px;
  padding-right: 80px;
}
.row-top-gt{ padding-top: 80px; }
.top-gt-col{
  width: 100%;
}
.top-gt-col.top-gt-right{ padding-top: 0; }
.top-gt-col.top-gt-left{
  text-align: center;
  margin-top: 30px;
}
.ct-courses-left{ width: 100%; margin-bottom: 25px; }
.ct-courses-right{ width: 100%; }
}
@media only screen and (min-width: 768px) and (max-width: 799px) {
  .box-myaccount {
    left: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .content-box-1 {
    width: 100%;
  }
  .box-myaccount {
    left: 0;
    margin: 0 10px;
  }
  .wpcf7-form label, #content .wpcf7-form .wpcf7-form-control-wrap {
    width: 100%;
  }
  .wpcf7-form .wpcf7-submit {
    margin-left: 0;
  }
  /* archive khoa hoc */
  .row-loc{ padding-top: 40px; margin-bottom: 30px;}
  .inner-loc{
    padding: 40px 20px;
  }
  .inner-loc form.loc-kh select{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .row-content-archive .kh-col{
    width: 50%;
  }
  .content-box.padding-single-post .inner-content-post, .related-post{
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-top-gt{ padding-top: 20px; }
  .sk-meta-col{ width: 100%; }
  .persone-col{
    width: 50%;
    margin-bottom: 15px;
  }
  .inner-form-sign-gt{ width: 85%; }
  .inner-form-sign-gt .title-form-sign{ padding: 40px 20px 30px }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .box-myaccount {
    left: 10%;
  }
}
@media screen and (min-width: 600px) {
}
@media only screen and (min-width:480px) and (max-width: 599px ) {
}
@media only screen  and (max-width: 480px) {
  .row-content-archive .kh-col{
    width: 100%;
  }
  .padding-single {
    padding: 20px 0;
  }
  .event-col,
  .content-box-1,
  #sibar-left.sidebar,
  .sk-meta-col,
  .persone-col,
  .top-gt-col{
    padding: 0 10px !important;
  }
  .kh-col{
    padding: 0 10px 20px;
  }
  .free-sign-right {
    margin-top: 15px;
  }
  .content-courses {
    margin-top: 20px;
  }
}
@media only screen and (max-width:320px){
}