/*      Content       */
#row-wrap-content {
    float: left;
    width: 100%;
}
.hide {
    display: none;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.inner-pg {
    padding: 50px 0px;
}
/*      Post        */
.full-content {
    float: left;
    width: 100%;
}
.content-blog {
    float: left;
    width: 62.5%;
}
.content-box-1 {
    box-sizing: border-box;
    width: calc(100% - 340px);
    margin: 0px;
}
/*===================================*/
/*Trang Giới Thiệu*/
/*====================================*/
/*Phần 1*/
.about-p1 {
    padding: 50px 0px;
}
.about-p1-wrapper.flex {
    justify-content: space-between;
    align-items: center;
}
.about-p1-left,
.about-p1-right {
    width: 49%;
}
.about-p1-left h4 {
    font-weight: 500;
    color: #333333;
    font-size: 20px;
    line-height: 1.1;
    margin-top: 0px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.about-p1-left .p-norm {
    margin: 0;
}
.about-p1-right img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
}
/*Phần 2*/
.about-p2 {
    background: #eee;
    padding: 50px 0px 30px;
}
.about-p2-wrapper {
    margin: 0 -10px;
}
.about-p2 h4 {
    font-weight: 500;
    color: #e1704b;
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 20px;
}
.about-p2-box {
    width: calc(100%/3 - 20px);
    margin: 0px 10px 20px;
}
.about-p2-box .p-norm {
    margin: 0;
}
/*Phần 3*/
.banner-about {
    text-transform: uppercase;
}
/*Phần 4*/
.adout-p4 {
    padding: 50px 0px 30px;
}
.about-p4-wrapper.flex {
    margin: 0 -10px;
    justify-content: center;
}
.about-p4-box {
    width: calc(100%/4 - 20px);
    margin: 0px 10px 20px;
}
.about-p4-box h3 {
    font-weight: 500;
    color: #333333;
    font-size: 20px;
    line-height: 1.1;
}
.about-p4-box .p-norm {
    margin: 0;
}
.img-p4-box {
    display: block;
    width: 100%;
    overflow: hidden;
}
.img-p4-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-header {
    position: relative;
    padding: 0;
    margin-top: 0;
    margin-bottom: 8px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    text-align: left;
}
.section-header:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 3px;
    z-index: 3;
    background: #39a9a4;
}
/*===================================*/
/*Trang Dịch Vụ*/
/*====================================*/
.archive #dich-vu {
  padding: 0;
}
#service-area {
    padding: 50px 0px 20px;
}
.service-archive.flex {
    margin: 0px -10px;
    justify-content: center;
}
.services {
  width: calc(100%/3 - 20px);
  margin: 0px 10px 30px;
  display: inline-flex;
  flex-wrap: wrap;
}
.service-img {
    width: 100px;
    display: block;
}
.service-img img {
    height: auto;
    display: block;
    width: 100%;
    filter: grayscale(1);
    transition: .3s;
}
.services:hover .service-img img {
    filter: none;
}
.service-main {
    width: calc(100% - 100px);
    padding-left: 10px;
}
.service-main h4 {
    width: 100%;
    display: inline-block;
    margin: 0px 0px 15px;
}
.service-main h4 a {
    color: #e1704b;
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-transform: uppercase;
}
.service-main h4 a:hover {
    color: #39a9a4;
}
.service-main p {
    font-weight: 400;
    font-style: normal;
    color: #999999;
    font-size: 14px;
    line-height: 1.4;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.service-main a.btn-rm {
    background: #e1704b;
}
.service-main a.btn-rm:hover {
    background: #39a9a4;
}
.service-main a.btn-rm span {
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}
.service-main a.btn-rm:hover span {
    padding-left: 8px;
}
.dv-p3 {
  padding: 50px 0px;
}
.dv-p3-content.flex {
  justify-content: space-between;
  align-items: center;
}
.dv-p3-img, .dv-p3-detail {
    float: left;
    width: 49%;
}
.dv-p3-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dv-p3-detail h3 {
    font-weight: 500;
    width: 100%;
    float: left;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #E1704B;
}
.dv-p3-detail .p-norm {
  margin: 0;
  display: inline-block;
  width: 100%;
}
/*Single dịch vụ*/
.dformat {
    color: #333;
}
.dformat h1 {
    font-size: 20px;
}
.dformat h2 {
    font-size: 18px;
}
.dformat h3 {
    font-size: 16px;
}
.dformat h4 {
    font-size: 14px;
}
.dformat h5 {
    font-size: 12px;
}
.dformat p {
    color: rgb(85, 85, 85);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 28px;
}
.the-title {
  padding: 0;
  color: #333;
  font-size: 30px;
  line-height: normal;
  margin: 0 0 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
}
.single-service {
    justify-content: space-between;
    padding: 50px 0px;
}
.sidebar-dv {
    width: 320px;
}
.sidebar-dv .danhmuc-dv ul li {
    display: block;
}
.sidebar-dv .danhmuc-dv ul li a {
    border-bottom: 1px solid #dadada;
    color: #333;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    padding: 14px 0;
    width: 100%;
}
.sidebar-dv .danhmuc-dv ul li a:hover {
    border-bottom: 1px solid #e1704b;
    color: #e1704b;
}
.sidebar-dv .danhmuc-dv ul li a::before {
    content: "";
    font-family: "FontAwesome";
    margin-right: 5px;
}
.sidebar-dv .danhmuc-dv ul li:last-child a {
    border-bottom: medium none;
}
/*====================================*/
/*Trang dự án*/
/*====================================*/
.archive #du-an {
  padding: 0;
}
#main-du-an {
  padding: 50px 0px;
}
.duan-wrapper.flex {
    margin: 0px -10px;
}
.prj-single {
  width: calc(100%/4 - 20px);
  margin: 0px 10px 20px;
}
.img-project {
    position: relative;
    display: block;
}
.img-project:hover .hover {
    background: #000 none repeat scroll 0 0;
    border: 5px solid;
    cursor: url("../css/images/link.png"), auto;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}
.img-project img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.prj-single h4 {
    font-weight: 500;
    color: #e1704b;
    font-size: 20px;
    line-height: 1.2;
}
.prj-single h4:hover {
    color: #39a9a4;
}
.single-prj-wrapper {
    padding: 50px 0px;
}
.share {
    padding: 10px 0px;
}
.share li a {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    margin: 0 2px;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 30px;
}
.share li.fb a {
    background: #3b5999 none repeat scroll 0 0;
}
.share li.tw a {
    background: #55acef none repeat scroll 0 0;
}
.share li.gg a {
    background: #de4b39 none repeat scroll 0 0;
}
.share li.pt a {
    background: #bd081b none repeat scroll 0 0;
}
.share li a i {
    line-height: 30px;
    margin: auto;
}

/*===================================*/
/*Trang Thị trường*/
/*====================================*/
.thi-truong {
    float: left;
    width: 100%;
    padding: 50px 0px 30px;
}
.tt-content.flex {
    margin: 0px -10px;
}
.tt-box {
    width: calc(100%/3 - 20px);
    margin: 0px 10px 20px;
}
.tt-box h4 {
    font-weight: 500;
    font-style: normal;
    color: #E1704B;
    font-size: 20px;
    line-height: 1.2;
}
.tt-box p {
    font-weight: 400;
    font-style: normal;
    color: #999999;
    font-size: 14px;
    line-height: normal;
}
/*===================================*/
/*Trang Blog*/
/*====================================*/
.archive .content-box {
  padding: 50px 0px;
}
.full-blog {
    float: left;
    width: 100%;
}
.blog {
  margin: 0px -10px;
}
.full-blog .blog .entry-blog {
  width: calc(100%/3 - 20px);
  margin: 0px 10px 20px;
}
.entry-blog a {
    color: #E1704B;
    display: inline-block;
    font-style: normal;
}
.entry-blog a:hover {
    color: #39A9A4;
}
.entry-blog h3 {
    color: #000000;
    margin-bottom: 11px;
    margin-top: 27px;
}
.entry-content-blog {
  justify-content: space-between;
}
.content-blog-left {
  text-align: center;
  width: 65px;
}
.content-blog-right {
  width: calc(100% - 75px);
}
.content-blog-left .day {
    background: #f4f4f4;
    border-radius: 0 0 0 0;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
    color: #e6704b;
}
.content-blog-left .month {
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    color: #fff;
    font-size: 0.9em;
    padding: 0 0 2px;
    display: block;
    background-color: #e6704b;
}
.content-blog-right h3 {
    margin: 0px;
}
.content-blog-right h3 a {
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  color: #e6704b;
}
.entry-meta {
    float: left;
    width: 100%;
}
.entry-meta>li {
    border-right: 1px solid #eee;
    padding-right: 30px;
    margin-right: 25px;
    list-style: none;
    display: inline-block;
    line-height: 18px;
    margin-top: 10px;
}
.entry-meta>li:last-child {
    border: none;
}
.entry-meta p {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    display: block;
    line-height: 18px;
    margin-bottom: 5px;
}
.entry-meta span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    color: #7a7a7a;
}
.entry-content {
    padding: 10px 0px;
    color: #333;
    float: left;
    width: 100%;
}
.entry-content p {
    color: rgb(85, 85, 85);
    font-size: 14px;
    line-height: 1.7;
}
.entry-meta span a {
    color: #808080;
}
.entry-excerpt {
    float: left;
    width: 100%;
}
.entry-excerpt p {
  margin: 10px 0px;
}
.entry-excerpt a {
    color: #f6bd41;
}
.wp-pagenavi span {
    padding: 10px 16px;
}
.wp-pagenavi a {
    padding: 10px 16px;
    color: #a6a6a6;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border: 1px solid #e6704b;
    background-color: #e6704b;
    color: #fff;
}
.single-page .entry-blog .entry-content-blog {
    padding-bottom: 15px;
    float: left;
    width: 100%;
}
.entry-share {
    float: left;
    width: 100%;
}
/*===================================*/
/*Trang Single blog*/
/*====================================*/
.content-box.single-page {
    padding: 50px 0px 30px;
    justify-content: space-between;
}
.single-page .entry-blog {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.single-page a {
    display: block;
}
.single-page h2 {
    display: none;
}
/* .entry-blog .the-title h1 {
    padding: 0;
    color: #333;
    font-size: 30px;
    font-weight: 300;
    line-height: normal;
    margin: 0 0 10px;
} */
.single-page .entry-thumnail img {
    height: auto;
}
.entry-single-page {
    margin-bottom: 20px;
}
.entry-single-page h3 {
    color: #000;
    font-weight: 600;
}
.entry-single-page ul li {
    display: inline-block;
    padding-right: 5px;
    font-size: 18px;
}
.entry-single-page ul li a {
    display: inline-block;
}
.single-page .entry-blog img {
    text-align: center;
    vertical-align: middle;
}
#___plusone_0 {
    position: absolute;
}
.entry-share .fb_iframe_widget {
    display: inline-block;
    position: relative;
    width: 100%;
}
.entry-share .fb_iframe_widget span {
    display: block;
    width: 100% !important;
}
.entry-share .fb_iframe_widget iframe {
    position: relative;
    width: 100% !important;
}
/*Category*/
.related-post {
    float: left;
    width: 100%;
}
.related-post ul li a {
    font-size: 15px;
    padding: 5px 0px 5px 20px;
    margin: 0;
    position: relative;
    color: #333;
    display: block;
    font-weight: 500;
}
.related-post ul li a:hover {
    color: #333;
    text-decoration: underline;
}
.related-post ul li a:before {
    content: '';
    border: 3px solid #000;
    position: absolute;
    box-shadow: 1px 1px 2px;
    left: 5px;
    top: 12px;
    color: #000;
}
/*===================================*/
/*Comment Area*/
/*====================================*/
#commentform p textarea {
    border: 1px solid #ccc;
    float: left;
    width: 100%;
    height: 100px;
}
#commentform p input {
    border: 1px solid #ccc;
    line-height: 40px;
    float: left;
    width: 100%;
    padding: 0px 10px;
}
.form-submit input {
    width: 100px !important;
    margin-top: 20px;
    color: #fff;
    background: #e6704b;
    border: 1px solid #e6704b !important;
    cursor: pointer;
}
.form-submit input:hover {
    opacity: 0.8;
    transition: 0.25s;
}
.comments-title {
    font-size: 16px;
}
.comments-area {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}
.comments-area h2.comments-title {
    text-align: left;
    text-transform: capitalize;
}
.comments-area ol {}
.comments-area ol li {
    float: left;
    width: 100%;
    margin: 15px 0px;
    background: #f5f5f5;
}
.comments-area ol li article section {
    margin: 10px 0px;
}
.comments-area ol li article header img {
    border-radius: 50%;
}
.comments-area ol li article {
    padding: 20px;
}
.comments-area ol li article a {
    color: #7d7b7b;
    font-weight: 400;
}
.comments-area ol li article div.reply a {
    background: #f9722f none repeat scroll 0 0;
    border: 1px solid #f9722f;
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    padding: 5px 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.comments-area ol li article div.reply a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #f9722f;
}
.form-submit {
    margin-top: 20px;
}
#commentform {
    float: left;
    width: 100%;
    padding: 10px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
}
#commentform label {
    float: left;
    width: 100%;
}
.related-post h3 {
    color: #000;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}
.related-post ul li {
    display: block;
    list-style: circle;
}
.entry-tag {
    float: left;
    width: 100%;
    line-height: 50px;
}
.tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.tags li {
    float: left;
}
.entry-tag ul li a {
    background: #999;
    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;
    -webkit-transition: color 0.2s;
}
.entry-tag ul li a:hover {
    color: #fff;
}
.entry-tag ul li 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;
}
.entry-tag ul li a::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #999;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
.entry-tag ul li a:hover {
    background-color: #e6704b;
    transition: .4s;
}
.entry-tag ul li a:hover::after {
    border-left-color: #e6704b;
    transition: .4s;
}
div.pp_woocommerce .pp_content_container {
    padding: 8px 0;
}
.pp_content_container .pp_left {
    padding-left: 8px;
}
.pp_content_container .pp_right {
    padding-right: 8px;
}
/*===================================*/
/*Trang Tìm kiếm*/
/*====================================*/
body.search .content-box-1 {
    margin: 50px 0px;
}
body.search .content-box-1 #content div.post {
    margin-bottom: 20px;
}
body.search .content-box-1 h1.page-title {
    margin-bottom: 40px;
    font-size: 26px;
}
body.search .content-box-1 h1.page-title span {
    color: red;
    font-weight: 600;
}
body.search .content-box-1 h1.title-notfound {
    margin-top: -40px;
    font-size: 20px;
}
.content-box-1 .title-search {
    text-align: left;
    font-size: 16px;
    margin-bottom: 0px;
}
.content-box .content-search .screen-reader-text {
    float: left;
    width: 100%;
}
.content-box .content-search #searchform {
    max-width: 100%;
}
.content-box .content-search #searchform input[type=text] {
    float: left;
    width: 80%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 10px;
}
.content-box .content-search #searchform input[type=submit] {
    float: left;
    padding: 0px 20px;
    margin-left: -105px;
    width: inherit;
    background: #e6704b;
    color: #fff;
    height: 46px;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.content-box .content-search #searchform input[type=submit]:hover {
    opacity: 0.7;
}
.content-box .search-page {
    padding: 30px 0px;
}
/*===================================*/
/*Trang 404*/
/*====================================*/
#post-0 {
    float: left;
    width: 100%;
    margin: 60px 0px;
}
#post-0 h1.entry-title {
    float: left;
    width: 100%;
    text-align: center;
    color: #f6bd41;
    font-size: 95px;
    font-weight: 900;
}
#post-0 .entry-header h5 {
    color: #393939;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
#post-0 .entry-content p {
    color: #393939;
    margin-bottom: 35px;
    text-align: center;
}
#post-0 .entry-content {
    text-align: center;
}
#post-0 .entry-content a {
    border: 2px solid #0a0a0a;
    color: #393939;
    border-radius: 4px;
    font-style: normal;
    padding: 16px 36px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
#post-0 .entry-content a:hover {
    background: #f6bd41;
    color: #fff;
    border: 2px solid #f6bd41;
}
/*===================================*/
/*Search Page - Search Notfound*/
/*====================================*/
body.search .content-box-1 {
    margin: 50px 0px;
}
body.search .content-box-1 #content div.post {
    margin-bottom: 20px;
}
body.search .content-box-1 h1.page-title {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    font-size: 26px;
}
body.search .content-box-1 h1.page-title span {
    color: red;
    font-weight: 600;
}
body.search .content-box-1 h1.title-notfound {
    margin-top: -40px;
    font-size: 20px;
}
.content-box-1 .title-search {
    text-align: left;
    font-size: 16px;
    margin-bottom: 0px;
}
.content-box-1 .title-search a {
    color: #666;
}
.content-box-1 .title-search a:hover {
    color: #000;
}
.content-box-1 .content-search {}
.content-box-1 .content-search p {}
.content-box-1 .content-search #searchform {
    max-width: 50%;
}
.content-box-1 .content-search #searchform input[type=text] {
    float: left;
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 10px;
}
.content-box-1 .content-search #searchform input[type=submit] {
    float: left;
    padding: 0px 20px;
    width: inherit;
    background: #ffd034;
    height: 48px;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    cursor: pointer;
}
.content-box-1 .content-search #searchform input[type=submit]:hover {
    opacity: 0.7;
}
/*===================================*/
/*Trang Tags*/
/*====================================*/
.tag-page .the-title {
    font-size: 36px;
}
.tag-page span {
    color: #e6704b;
    font-style: italic;
}
.tag-single {
    float: left;
    width: 48.75%;
    margin-right: 2.5%;
}
.tag-single:nth-child(even) {
    margin-right: 0px;
}
/**** Responsive settings ******/
@media only screen and (max-width: 1280px) {
.about-p1 {
    padding: 20px 0px;
}
#service-area {
    padding: 20px 0px 0px;
}
.single-service {
    padding: 20px 0px;
}
#main-du-an {
    padding: 20px 0px;
}
.archive .content-box {
    padding: 20px 0px;
}
.content-box.single-page {
    padding: 20px 0px 0px;
}
.thi-truong {
    padding: 20px 0px 0px;
}
}

@media only screen and (max-width: 960px) {
.blog {
    margin: 0px -5px;
}
.full-blog .blog .entry-blog {
    width: calc(100%/3 - 10px);
    margin: 0px 5px 10px;
}
}

@media only screen and (max-width: 768px) {
.about-p1-left h4 {
    margin-bottom: 10px;
}
.about-p1-left, .about-p1-right {
    width: 100%;
}
.about-p1-left {
    margin-bottom: 10px;
}
.about-p2 {
    padding: 20px 0px 0px;
}
.about-p2 h4 {
    font-size: 18px;
}
.adout-p4 {
    padding: 20px 0px 0px;
}
.about-p4-wrapper.flex {
    margin: 0px -5px;
}
.about-p4-box {
    width: calc(100%/4 - 10px);
    margin: 0px 5px 15px;
}
.about-p4-box h3 {
    font-size: 16px;
    margin: 10px 0px 5px;
}
.about-p4-box .p-norm {
    font-size: 14px;
}


.service-archive.flex {
    margin: 0px -5px;
}
.services {
    width: calc(100%/2 - 10px);
    margin: 0px 5px 20px;
}
.service-main h4 {
    margin: 0px 0px 10px;
}
.service-main h4 a {
    font-size: 16px;
}
.service-main a.btn-rm {
    margin: 0;
    padding: 5px 20px;
    font-size: 13px;
}
.dv-p3 {
    padding: 20px 0px;
}
.dv-p3-img, .dv-p3-detail {
    width: 100%;
}
.dv-p3-img {
    margin-bottom: 10px;
}

.duan-wrapper.flex {
    margin: 0px -5px;
}
.prj-single {
    width: calc(100%/3 - 10px);
    margin: 0px 5px 10px;
}
.prj-single h4 {
    font-size: 16px;
}
.content-box-1 {
    width: 100%;
}
.sidebar-dv {
    width: 100%;
}

.content-blog-right h3 a {
    font-size: 14px;
}
.entry-excerpt p {
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
}

@media only screen and (max-width: 640px) {
.about-p4-box {
    width: calc(100%/2 - 10px);
    margin: 0px 5px 15px;
}
.about-p2 h4 {
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.p-norm {
    font-size: 13px;
}

.services {
    width: calc(100% - 10px);
}
.service-main h4 a {
    font-size: 14px;
    -webkit-line-clamp: 2;
}
.service-main p {
    font-size: 13px;
    -webkit-line-clamp: 3;
}

.sidebar-dv .danhmuc-dv ul li a {
    padding: 5px 0px;
}
.the-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.prj-single {
    width: calc(100%/2 - 10px);
}
.prj-single h4 {
    font-size: 14px;
    font-weight: normal;
}

.full-blog .blog .entry-blog {
    width: calc(100%/2 - 10px);
}

.tt-content.flex {
    margin: 0px -5px;
}
.tt-box {
    width: calc(100%/2 - 10px);
    margin: 0px 5px;
}
.tt-box h4 {
    font-size: 16px;
}
}

@media only screen and (max-width: 480px) {
.about-p2-box {
    width: calc(100% - 20px);
    margin: 0px 10px 15px;
}
.the-title {
    font-size: 20px;
}
}