/*
Theme Name: beit
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
body,#main, #wrapper,html{background: #000E14;}
p{font-size: 24px;}
h1,h2,h3,h4,h5{color: #fff;}
.header, .header-wrapper{
	position:fixed;
}
.stuck div#masthead {
    background: #000000c9;
}
.header-main .nav > li > a {
    font-size: 20px;
    line-height: 25px;
    padding: 0 20px;
    font-weight: normal;
}
.has-dropdown .icon-angle-down {
    margin-top: 6px;
    color: #fff;
}
body.blog #main{
    padding-top: 85px;
}
/*.nav-dropdown-has-border .nav-dropdown {
    border: 2px solid #071B24;
    background: #071B24;
    padding: 15px 5px;
}*/
.nav-dropdown-has-border .nav-dropdown {
    border: none;
    background: no-repeat;
    padding: 15px;
    box-shadow: none;
    margin-top: 20px;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a{
    color: #fff;
    border-bottom: 0;
    padding: 15px 15px;
    font-size: 20px;
    margin: 0;
}
.nav-column li.active>a, .nav-column li>a:hover, .nav-dropdown li.active>a, .nav-dropdown>li>a:hover, .nav-vertical-fly-out>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current, .nav>li>a:hover {
    color: #fff;
   
}
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after, .nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before{display: none;}
.nav-dropdown li {
    display: block;
    margin: 0;
    vertical-align: top;
    background: #071B24;
    padding:  0px;
}
.nav-dropdown-has-border .nav-dropdown {
    border: none;
    padding: 28px 15px 15px;
    box-shadow: none;
    background: #071b24;
}
.nav-dropdown.sub-menu li.active>a,.nav-dropdown.sub-menu li:hover>a{
    background: #112C37;
    color: #76D6FF;
}
.nav-dark .nav>li.active>a{    color:#76D6FF}
.banner .txt_h1 h1{
	font-size: 100px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 120px */
	background: linear-gradient(88deg, #FFF 2.52%, #76D6FF 98.72%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.banner .txt_h1 p {
    position: absolute;
    right: 45px;
    width: 320px;
    bottom: -12px;
    font-size: 20px;
}
.banner .dark .button.btn_xtv {
    background: #76D6FF;
    font-size: 20px;
    font-weight: 700;
    line-height: 45px;
    color: #000;
    padding: 4px 30px;
}

.button.btn_xtv i.icon-angle-right {
    font-size: 0;
    width: 24px;
    height: 24px;
    background: url(image/arrow-shear.svg);
}
.btn_xda {
    background: none;
    border: 1px solid #fff;
    font-weight: 500;
    padding: 2px 30px;
    font-size: 20px;
    text-transform: none;
    min-width: 160px;
}
.banner .dark .button.btn_xda:hover{
	 background: #76D6FF; 
	  color: #000;
	border: 1px solid #76D6FF; 
}
.banner_home iframe {
    -webkit-transform: scale(1.3);
}
.banner_home .banner-bg.fill {
 
}
.banner_home .banner-bg.fill:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, rgba(0, 14, 20, 0.00) 41.73%, rgba(0, 14, 20, 0.70) 65.86%, #000E14 100%);
    z-index: 9;
}
.banner_home .banner-layers{z-index:10;}
.btn_gr1{margin-bottom:-27px;}
.sec_feature h2 {
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    background: linear-gradient(88deg, #FFF 2.52%, #76D6FF 98.72%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
}
.sec_feature .button {
    background: #76D6FF;
    font-size: 20px;
    font-weight: 700;
    line-height: 45px;
    color: #000;
    padding: 4px 30px;
}

.sec_feature .button i.icon-angle-right {
    font-size: 0;
    width: 24px;
    height: 24px;
    background: url(image/arrow-shear.svg);
}
.sec_project .text-box .text-box-content {
    background: var(--Glass-1, rgba(42, 77, 168, 0.50)) !important;
    backdrop-filter: blur(25px);
    color: #fff;
    box-shadow: none;
}

.sec_project h4{
    font-size: 32px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.sec_project p{font-size: 24px; margin-top: 10px;}
.sec_project .button {
    border:1px solid #fff;
    font-size: 20px;
    font-weight: normal;
    line-height: 45px;
    color: #fff;
    padding: 4px 30px;
}
.sec_project .button:hover{background:#76D6FF; color: #000;}
.sec_project .button i.icon-angle-right {
    font-size: 0;
    width: 24px;
    height: 24px;
    background: url(image/arrow-shear-white.svg);
}
.sec_project .button:hover  i.icon-angle-right{  background: url(image/arrow-shear.svg);}
.title_home .section-title{
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    background: linear-gradient(88deg, #FFF 2.52%, #76D6FF 98.72%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
    text-align: center;
    display: block;
    text-transform: none;
}
.title_home .section-title span{text-transform: none; margin: 0;}
.sec_project b{display: none;}
.section-title-container.title_home {
    padding-bottom: 0;
    margin-bottom: 0;
}
.sec_project button.flickity-button.flickity-prev-next-button.previous {
    position: absolute;
    right: 100px;
    bottom: 24px;
    height: 24px;
    left: inherit;
    top: inherit;
    color: #fff;
    border: 1px solid #fff;
}
.sec_project button.flickity-button.flickity-prev-next-button.next {
    position: absolute;
    right: 50px;
    bottom: 24px;
    height: 24px;
    left: inherit;
    top: inherit;
    color: #fff;
    border: 1px solid #fff;
}


.gallery-container {
  display: flex;
  height: 500px;
  overflow: hidden;
  gap:12px;
}

.item {
  flex: 1; /* Các cột chia đều chiều rộng */
  transition: flex 0.7s ease; /* Hiệu ứng mở rộng mượt mà */
  background-size: cover;
  background-position: center;
  position: relative;
}
.item.active{min-width: 50%;}
.item:hover {
  flex: 3; /* Khi hover, cột này sẽ chiếm 3 phần */
}

.content {
  opacity: 0; /* Ẩn nội dung mặc định */
  transition: opacity 0.3s;
  color: white;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 95%;
}
.active.item  .content{ opacity: 1; }

.item:hover .content {
  opacity: 1; /* Hiện nội dung khi hover */
}
.gallery-container h4{
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 5px;
}
.gallery-container p{
    color: #fff;
    font-size: 24px;
     margin-bottom: 5px;
}
.gallery-container a{display: block; height: 100%; position: relative; box-shadow: 34px -224px 20px 24px #0000002e inset;}
.sec_rate h3{
    color: #fff;
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 0;
}
.sec_rate .icon-box .txt_titte_st p{font-size: 20px; margin-bottom: 0;}
.sec_rate .icon-box .icon img{
    width: 80px;
    height: 80px;
    object-fit: cover;
        border-radius: 100px;
}
.sec_rate .icon-box .icon-inner{
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 100px;
    overflow: hidden;
}
.sstar{margin: 20px 0;}
.owl-carousel .owl-item .sstar img{margin-right: 16px; display: inline; width: auto;}
.txt_star {
    margin-left: -80px;
}
.txt_star p{font-size: 24px;}
.sec_rate  .icon-box {
    background: var(--Glass-1, rgba(42, 77, 168, 0.50));
    backdrop-filter: blur(25px);
    padding: 40px;
}
.sec_rate .row.rowslide {
    max-width: calc(1440px + 50%);
    width:  calc(1440px + 50%);
    padding-left: 12%;
    margin-top: 30px;
}
.sec_rate .title_home .section-title {
    text-align: left;
    border: none;
    background: linear-gradient(88deg, #FFF -0.42%, #76D6FF 25.28%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.img.imgph2 {
    width: 306px !important;
    position: absolute;
    right: 30px;
    top: -80px;
}
.imgph1 {
    width: 725px !important;
    position: absolute;
    left: 365px;
    top: -60PX;
}
.sec_rate .owl-nav {
    position: absolute;
    top: -63px;
    margin-left: 16px;
}
.sec_rate .owl-carousel .owl-nav button {
    border: 1px solid #fff !important;
    padding: 0px !important;
    width: 40px;
    height: 40px;
    max-height: 40px;
    line-height: 40px !important;
    font-size: 0 !important;
}
.sec_rate .owl-carousel .owl-nav button.owl-prev {
    background: url(image/arrow-left.svg) no-repeat;
    background-position: center;
    background-size: 24px;
    margin-right: 12px;
}
.sec_rate .owl-carousel .owl-nav button.owl-next {
    background: url(image/arrow-right.svg) no-repeat;
    background-position: center;
    background-size: 24px;
}
.sec_doitac .owl-carousel .owl-item {text-align: center;}
.sec_doitac .owl-carousel .owl-item img {
    display: inline;
    width: auto;
    height: auto;
    vertical-align: middle;
    margin: 0 auto;
}
.sec_doitac .owl-carousel .owl-item .img{
    min-height: 60px;
     display: flex;
   justify-content: center;
  
}
.sec_doitac .owl-carousel .owl-item .img .img-inner{
    display: flex;
}
.sec_doitac{
    padding-top: 10px !important;
    padding-bottom: 120px !important;
}

.sec_rate{
    padding-bottom: 90px !important;
}
.sec_blog h5.post-title{
    font-size: 32px;
    font-weight: 500;
    margin-top: 20px;
}
.box-blog-post .is-divider{display: none;}
.sec_blog p{font-size: 24px; margin-top: 10px;}
.blog_hot img{height: 525px; object-fit: cover;}
.blog_two .box-image{
    min-width: 50%;
    display: inline-block;
}
.blog_two .box{
    display: flex;
    justify-content: center;
    gap:20px;
}
.icon_foo p{font-size: 18px;}
.txtname p{font-size: 16px;}
.icon_foo{margin-bottom: 15px;}
.col-logovi.col{padding-right: 0px;}
.foo-col-2 h4{font-size: 20px; margin-bottom: 20px;}
.foo-col-2 a{
    border:none !important;
    font-size: 18px;
}
.footer-2{
    background: #000E14;
}
.menu-secondary-container {
    display:  none;
}
.footer-secondary.pull-right {
    display: none;
}
.absolute-footer.dark.medium-text-center.small-text-center {
    background: #000E14;
    color: #CBCBCB;
    border-top: 1px solid #305D71;
    padding:15px 0;
}
.absolute-footer.dark .copyright-footer{color: #CBCBCB;}
div#block_widget-2{
    margin-bottom: 0;
    margin-top: 60px;
        padding-left: 0;
    padding-right: 0;
}
.sec_blog .blog_two h5.post-title {
    font-size: 28px;
    margin: 0;
  
}
.sec_blog .blog_two h5.post-title  a{
     overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}
.sec_blog .blog_two .box-text.text-left.dark {
    padding: 0;
    display: flex;
    align-items: center;
}

.sec_blog .blog_two p{font-size: 20px;}

.sec_blog .blog_two .box-image img{height: 268px; object-fit: cover;}
.sec_blog .post-meta {
    padding: 10px 0 10px 30px;
    background: url(image/calendar.svg) no-repeat;
    background-position: center left;
    font-size: 18px;
    font-weight: 400;
}
.blogfix{margin-top: -100px;}
.sec_blog {
    padding: 120px 0 50px !important;
}
.footer-primary.pull-left {
    padding-left: 35px;
}
.sec_project .owl-nav {
    position: absolute;
    bottom: 50px;
    z-index: 999;
    right: 10px;
    max-width: 121px;
}
.sec_project .owl-carousel .owl-nav button {
    border: 1px solid #fff !important;
    padding: 0px !important;
    width: 40px;
    height: 40px;
    max-height: 40px;
    line-height: 40px !important;
    font-size: 0 !important;
}
.sec_project .owl-carousel .owl-nav button.owl-prev {
    background: url(image/arrow-left.svg) no-repeat;
    background-position: center;
    background-size: 24px;
    margin-right: 12px;
}
.sec_project .owl-carousel .owl-nav button.owl-next {
    background: url(image/arrow-right.svg) no-repeat;
    background-position: center;
    background-size: 24px;
}
/* Trang giới thiêuk
=================================================================*/
.banner .txt_h1.ht_ab p{
    position: absolute;
    right: -65px;
    width: 430px;
    bottom: -12px;
    font-size: 20px;
}
.section-title b{display: none;}
.sec_gtdn .title_home .section-title{text-align: left;}
.sec_gtdn .title_home .section-title span{margin: 0;}
.sec_gtdn h3 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 10px;
}
.sec_gtdn p{font-size: 24px; margin-bottom: 27px;}
.sec_gtdn {padding-bottom: 30px !important}
.txtgt1{
    border-bottom: 1px solid #305D71;
    margin-bottom: 25px;
}
.txtgt1.fix1{margin-bottom: 0; border:none;}
.txtgt1.fix1 p{margin-bottom: 0;}
.sec_nlcl h4{
    font-size: 32px; 
    color: #fff;
    margin-top: 20px;
    margin-bottom: 15px;
}
.sec_nlcl{
    padding-top: 185px !important;
}
.sec_nlcl p{font-size: 24px;}
.img_fix_sl{
    display: flex;
    flex-wrap: wrap;
}
.img_fix_sl .box-image{order:1;}
.img_fix_sl .box-text{margin-top: 40px;}
.sec_tncl h4{
    font-size: 60px;
    color: #fff;
    margin: 20px 0 10px;
}
.sec_tncl p{font-size: 32px;}

.sec_tncl ul li{
    font-size: 32px;

}

.sec_tncl{padding-bottom: 0px !important;}
.gtcl_img1{margin-top: 90px;}
.sec_tncl .row{margin: 40px auto;}
.sec_nkn h3 {
    font-size: 78px;
    color: #fff;
    margin-bottom: 0;
    line-height: 90px;
    background: linear-gradient(88deg, #FFF 2.52%, #76D6FF 98.72%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec_nkn p{
    font-size: 28px;
    color: #F2F2F2;
}
.sec_nkn {padding:100px 0 20px !important;}
.sec_qt .title_home .section-title{text-align: left;    line-height: 85px;}
.list_div {
    position: relative;
    padding-left: 100px;
    font-size: 20px;
    border-bottom: 1px solid #305D71;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.list_div:last-child{border:none;}
.list_div span{
    font-size: 60px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 10px;
}
.list_div h4{
    font-size: 32px;
    color: #fff;
    margin-bottom: 10px;
}
.list_div p{color: #F6FCFF;}
.sec_qt{padding: 100px 0 70px !important;}
.sec_gt_da .title_home .section-title{
    text-align: left;
}
.sec_gt_da .title_home .section-title span{margin: 0;}
.button.btn_xtv {
    background: #76D6FF;
    font-size: 20px;
    font-weight: 700;
    line-height: 45px;
    color: #000;
    padding: 4px 30px;
}
.sec_gt_da p{font-size: 24px;}
.img_bomtt{margin-top: 16px;}
.sec_gt_da .box-text{
    background: linear-gradient(180deg, rgba(0, 14, 20, 0.00) 49.28%, #000E14 100%);
    font-size: 32px;
    text-align: left;
    padding: 70px 20px 20px;
}
.bn_tinmdu.banner{background-color: transparent; }
.bn_tinmdu p{font-size: 28px; margin-top: 40px; margin-bottom: 0;}
.sec_gt_da{padding: 120px 0 55px !important;}
.sec_gt_da h4{font-size: 32px;}
.sec_gt_da p{font-size: 24px;}

/* Trang dự án
===============================================================*/
.txtda {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 80px;
    font-size: 60px;
    font-weight: bold;
}

.card {
    position: sticky;
    top: 5vh;
    height: 80vh;
    transition: transform 0.1s linear, clip-path 0.1s linear;
    transform-origin: center top;
    will-change: transform, clip-path;
}
/* Container chia cột theo dạng thác nước */
.project-masonry {
  column-count: 2; /* Chia 2 cột như trong ảnh */
  column-gap: 40px;
}

.project-item {
  break-inside: avoid; /* Tránh việc item bị cắt đôi khi sang cột */
  margin-bottom: 40px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.project-item img.imgda {
  width: 100%;
  display: block;
  object-fit: cover;
  min-height: 800px;
}
.project-item:nth-child(2n) img.imgda{min-height: 600px;}
/* Hiệu ứng Glassmorphism cho phần nội dung */
.project-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.1); /* Độ trong suốt của kính */
  backdrop-filter: blur(15px); /* Làm mờ hậu cảnh - Quan trọng nhất */
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
}

.project-info h3 { margin: 0 0 5px 0; font-size: 18px; }
.project-info .meta { font-size: 12px; opacity: 0.8; margin-bottom: 10px; }
.project-info .desc { 
  font-size: 13px; 
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Giới hạn 2 dòng text */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Button xem thêm */
.btn-more {
  display: inline-block;
  margin-top: 15px;
  padding: 5px 15px;
  border: 1px solid white;
  color: white;
  text-decoration: none;
  font-size: 12px;
}
.project-item  h3 a{
    color: #fff;
    font-size: 27px;
}

.project-item p{font-size: 18px; margin-top: 10px;}
.linksm a{
    font-size: 18px;
}

.linksm a i.icon-angle-right {
    font-size: 0;
    width: 24px;
    height: 24px;
    background: url(image/arrow-shear-white.svg);
    position: absolute;
    right: 10px;
    top: 11px;
}
.linksm a {
    font-size: 18px;
    border-radius: 0 !important;
    padding: 8px 40px 8px 20px;
    position: relative;
    margin-top: 0;
}
.linksm a:hover {
    background: #76D6FF;
    color: #000;
    border-color:#76D6FF;;
}
.linksm a:hover i.icon-angle-right {
    background: url(image/arrow-shear.svg);
}
.img_ltdu {
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
}
.pagination {
    text-align: center;
    font-size: 24px;
        margin-top: 30px;
}

span.page-numbers.current,a.page-numbers:hover {
    background: #76D6FF;
    padding: 10px 21px;
    line-height: 24px;
    color: #000;
}
.page-numbers {
    background: #00293B;
    padding: 10px 21px;
    color: #fff;
    margin: 0 5px;
    transition: 0.3s;
}
 .sec_l_duan{
    padding: 120px 0 0 !important;
}
/* Trang dịch vụ
================================================================*/
.banner .txt_h1.ht_dv p {
    right: 20px;
    width: 415px;
}

.sec_dv_htgp .txt_des_gp p{

        padding-left: 70px;
}

.sec_dv_htgp {padding: 100px 0 80px !important;}
.sec_dv_htgp .title_home .section-title{text-align: left;}
.sec_dv_htgp .title_home .section-title span{margin: 0;}
.icon_box_dv .icon {
    border-radius: 8px;
    background: #1d4592;
    display: flex;
    padding: 13px 10px 10px;
    gap: 10px;
    backdrop-filter: blur(15px);
    width: 60px;
    height: 60px;
    align-items: center;
}
.icon_box_dv.icon-box {
    padding: 24px;
    background: #152e5e;
    height: 100%;
}

.icon_box_dv h3{font-size: 32px;}
.icon_box_dv p{font-size: 23px; margin-bottom: 10px;}
.icon_box_dv a.button {
    font-size: 18px;
    font-weight: normal;
}
.icon_box_dv .button i.icon-angle-right {
    font-size: 0;
    width: 24px;
    height: 24px;
    background: url(image/arrow-shear-white.svg);
}
.row_dvitem_gp{margin-top: 35px;}
.sec_avsph table th{
    background: #0035B8;
    font-size: 24px;
    padding: 20px;
    border:none;
    text-transform: none;
}
.sec_avsph table td {
    color: #fff;
    padding: 20px;
    font-size: 20px;
    border-bottom: 1px solid rgba(190, 200, 206, 0.30);
}
.sec_avsph{padding: 100px 0 70px !important;}
.sec_avscc .icon-box{margin: 30px 0;}
.left_title.title_home .section-title{text-align: left;}
.sec_nlkyvh{
    padding: 100px 0 30px !important;
}
.clsdivl .list_div{padding-left: 0;}
.col.right_nopadding{padding-right: 0;}
.sec_dv_gpnb{padding: 100px 0 80px !important;}
.txt_gpti_dv h3 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 15px;
}
.txt_gpti_dv p{font-size: 32px;}
.item_gpnb_dv .box-text{
    padding: 30px 20px 0 0;
}
.item_gpnb_dv .box-text h5{
    font-size: 18px;
    color: #ffffff63;
    font-weight: 400;
}
.item_gpnb_dv .box-text h3{font-size: 32px;}
.item_gpnb_dv .box-text li{font-size: 20px;}
.row_gp_mch .col{
    border-right: 1px solid #305D71;
    padding: 0 40px 0px;
}
.row_gp_mch .col.cl-last{border:none;}
.row_gp_mch.row {
    margin: 0 -40px !important;
}
.cl_gp_cl_dv{margin-bottom: 30px;}
.accordion .toggle {
    position: absolute;
    right: 0;
    left: inherit;
    top: 30px;
}
.accordion-title {
    padding: 35px 60px 35px 20px;
    font-size: 24px;
    border-top: 1px solid  #4B4B4B;
    border-bottom:0;
}
.accordion-title  i.icon-angle-down {
    font-size: 0;
    width: 40px;
    height: 40px;
    background: url(image/plus.svg) no-repeat;
}
.accordion-title.active i.icon-angle-down {
    background-image: url(image/minus.svg);
}
.accordion-title.active{color: #fff;}
.accordion-title:hover{color:#ffffff63; }
.accordion-inner {
    padding: 0 20px 20px;
}
.accordion-inner p {
    font-size: 20px;
    font-weight: 4000;
}
.icon_htoline h5 {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.50);
    margin-bottom: 0px;
    font-weight: normal;
}
.icon_htoline h3{font-size: 20px;}

.icon_htoline {margin: 30px 0;}
.col_frm_dv:before{
    background:url("image/dv9.png") no-repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 100%;
    background-size: cover;
    background-position: center top;
}
.col_frm_dv form.wpcf7-form{
     background: #173060;
    padding: 20px;
}
.wpcf7 label{
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}
input.wpcf7-form-control.wpcf7-text,.wpcf7-select,input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    height: 48px;
    background: rgba(255, 255, 255, 0.10);
    border: none;
    color: #fff;
    font-size: 16px;
}
.selectewrap{position: relative;}
.selectewrap:after {
    content: "";
    width: 24px;
    height: 30px;
    background: url(image/arrow-down.svg) no-repeat;
    position: absolute;
    right: 26px;
    top: 52px;
    pointer-events: none; /* Allows clicking the select through the arrow */
}
.col_frm_dv .col{padding-bottom: 0;}
.wpcf7-textarea{
      background: rgba(255, 255, 255, 0.10);
    border: none;
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-frmdk {
    width: 100%;
    background: #76D6FF;
    color: #000;
    font-size: 20px;
    margin-top: 15px;
}
span.wpcf7-spinner {
    position: absolute;
}
.wpcf7-response-output {
    color: #fff;
}
span.wpcf7-not-valid-tip {
    font-size: 14px;
}
.sec_dkgp{padding: 80px 0 30px !important;}
.wpcf7-response-output {
    margin-top: 10px !important;
}
.sec_faq_dv{padding: 100px 0 40px !important;}
section.section.sec_qt.sec_avscc {
    padding: 100px 0 40px !important;
}
section.section.sec_qt.sec_qt_dv {
    padding: 100px 0 30px !important;
}

/* Thuê máy chiếu
=============================================================================*/
.banner .txt_h1.ht_mc p {
    width: 466px;
    right: 167px;
}
.accordion-item:first-child .accordion-title{border-top:none;}
.sec_mc_1 h3{font-size: 32px;}
.sec_mc_1 ul li{font-size: 24px;}
.sec_mc_1 {padding: 100px 0 80px !important;}
.clsthongso1 {
    background: url(image/mc3.jpg) no-repeat;
    background-size: cover;
    padding: 40px;
}
.clsthongso1 h3{font-size: 32px;}
.clsthongso1 table{font-size: 20px;}
.clsthongso1 table tr td{padding: 40px 0; border-color: #305D71;}
.clsthongso1 table tr td:last-child{text-align: right;}
.clsthongso1 table tr:last-child td,.clsthongso2 table tr:last-child td{border:none;}
.clsthongso2 {
    background: url(image/mc4.jpg) no-repeat;
    background-size: cover;
    padding: 40px;
}
.clsthongso2 h3{font-size: 32px;}
.clsthongso2 table{font-size: 20px;}
.clsthongso2 table tr td{padding: 21px 0 22px; border-color: #305D71;}
.clsthongso2 table tr td img{margin-right: 10px; vertical-align: middle;}
.img-nopadding.col {
    padding-left: 0;
}
.price-gr{
    background: url(image/mc5.png) no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 40px 27px 25px;
    border-radius: 10px;
}
.price-gr h3{font-size: 26px; position: relative;}
.price-gr h3 span {
    color: #000;
    background: #FF87FF;
    border-radius: 20px;
    padding: 10px 20px;
    display: inline-block;
    font-size: 12px;
    line-height: 10px;
    vertical-align: middle;
    margin: -5px 0 0 10px;
}
.price-gr p{font-size: 18px;}
.price-gr li {
    font-size: 20px;
    padding: 10px 0 10px 35px;
    background: url(image/check.svg) no-repeat;
    background-position: left 16px;
    margin-left: 0 !important;
    margin-bottom: 0;
}
.price-gr ul {
    padding: 30px 0 110px;
    border-top: 1px solid #185671;
    margin-top: 40px;
    list-style: none;
}
.price-gr a.btnprice{
    border:1px solid #fff;
    padding: 10px;
    font-size: 20px;
    transition: 0.4s;
    display: block;
    text-align: center;
    font-weight: 600;
}
.price-gr a.btnprice:hover{
    background: #76D6FF;
    color: #000;
    border:1px solid #76D6FF;
}
.sec_mc_6{padding: 100px 0 70px !important;}
.price-gr.midile-gr{background-image: url(image/mc6.png);}
.price-gr.midile-gr ul{padding-bottom: 90px;}
.row_goi .col{padding-left: 12px; padding-right: 12px;}
.price-gr.premium ul{padding-bottom: 6px;}
.sec_dv_nbat{padding: 100px 0 50px !important;}
.clsthongso1{height: 100%;}
.cl-mcav .accordion-title{padding-left: 0;}
/* 3D Mapping
==========================================================================*/
.banner.banner_3d .txt_h1.ht_mc p {
    width: 347px;
    right: 70px;
}
.fix3d .price-gr.midile-gr ul {
    padding-bottom: 0;
}
.fix3d .price-gr ul{padding-bottom: 90px;}
.fix3d .price-gr.premium  ul {
    padding-bottom: 6px;
}
.sec_dv_nbat .icon_box_dv a.button{
    position: absolute;
    bottom: 20px;
    left: 24px;
}
.sec_dv_nbat .icon_box_dv.icon-box {padding-bottom: 70px;}
/* Dich vụ Hologram
=====================================================*/
.banner.banner_3d.fixhologram .txt_h1.ht_mc p {
    right: 182px;
}
/* Dich vụ Tương tác đa chiều
=====================================================*/
.banner.banner_3d.fix_tuongtac .txt_h1.ht_mc p {
    width: 375px;
    right: 70px;
}
.luong_fi {
    display: flex;
    text-align: center;
    list-style: none;
}
.luong_fi li{margin-left: 0 !important; padding: 0 10px;}

.luong_fi h4{
    font-size: 60px;
    margin-bottom: 65px;
    position: relative;
}
.luong_fi h5{font-size: 25px;}
.luong_fi p{font-size: 20px;}
.luong_fi h4:before{
    width: 100%;
    height: 2px;
    background: url(image/line.png) no-repeat;
    content: "";
    left: 0%;
    bottom: -32px;
    position:  absolute;

}
.luong_fi li:first-child h4:before{width: 50%; left: inherit; right: 0;}

.luong_fi h4:after{
    
    width: 12px;
    height: 12px;
    background: #76D6FF;
    border-radius: 100px;
    content: "";
    left: 48%;
    bottom: -35px;
    position:  absolute;
}
.luong_fi li:last-child h4:before{width: 50%; }
.sec_frmlh .col_frm_dv:before{display: none;}
.sec_frmlh .icon_htoline {
    margin: 10px 0;
}
.sec_frmlh form.wpcf7-form {
    background: #173060;
    padding: 45px 20px 33px;
}

.sec_frmlh form.wpcf7-form  .col {
    padding-bottom: 0;
}
.imglogofrm {
    margin-bottom: 20px;
}
/* WebKit, Blink, Edge */
::-webkit-input-placeholder {
  color: rgb(255 255 255 / 44%);
}

/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {
  color: rgb(255 255 255 / 44%);
  opacity: 1;
}

/* Mozilla Firefox 19+ */
::-moz-placeholder {
  color: rgb(255 255 255 / 44%);
  opacity: 1;
}

/* Internet Explorer 10-11 */
:-ms-input-placeholder {
  color: rgb(255 255 255 / 44%);
}

/* Modern Browsers (Standard) */
::placeholder {
  color:rgb(255 255 255 / 44%);
  opacity: 1;
}
.sec_frmlh{padding: 100px 0 70px !important}
.upkl {
    background: url(image/txtfeild.png) no-repeat;
    color: #fff;
    font-size: 16px;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    margin: 10px 0;
}
.upkl p{font-size: 16px;}
.upkl img{vertical-align: middle; margin-right: 5px;}
.file-tr {
    position: absolute;
    height: 50px;
    opacity: 0;
}
.sec_faqlh{padding: 100px 0 20px !important;}
.blog-archive h5.post-title{
    font-size: 32px;
    order:1;
    margin-top: 20px;
    font-weight: normal;
    line-height: 45px;
} 
.blog-archive h5.post-title a{line-height: 50px;}
.blog-archive p.from_the_blog_excerpt {font-size: 24px; order:3;}
.blog-archive .large-10.col{
            flex-basis: 100%;
        max-width: 100%;
}
#at_posts_related p.from_the_blog_excerpt {order:3;}
.box-text-inner.blog-post-inner {
    display: flex;
    flex-wrap: wrap;
}
.blog-archive .thongtin,#at_posts_related .thongtin{order:2;}
.blog-archive .thongtin,#at_posts_related .thongtin {
    order: 2;
    font-size: 20px;
    padding: 10px 0 10px 30px;
    background: url(image/calendar.svg) no-repeat;
    background-position: center left;
}
.blog-archive .thongtin .is-small{font-size: 20px;}
.page-numbers{background: none;}
ul.links li .page-number {
    background: #00293B;
    border: none;
    font-size: 24px;
    font-weight: normal;
    line-height: 53px;
    border-radius: 0;
    margin-bottom: 10px;
}
ul.links li .page-number.current, ul.links li .page-number:hover{
    background: #76D6FF;
    color: #000;
}
.blog-wrapper {
    background: url(image/dv3.jpg) no-repeat;
    padding-top: 100px;
    background-position: center top;
}
.archive  h1.newsh1{display: none;
}
.blog h1.newsh1 {
    font-size: 60px;
    text-align: center;
    margin-bottom: 55px;
    display: block;
}
.archive h1.page-title{
    margin-top: 20px;
    font-size: 60px;
    text-align: center;
    margin-bottom: 35px;
    display: block;
}
.entry-content.single-page {
    font-size: 21px;
}
h1.entry-title {
    font-size: 50px;
    text-align: center;
}
.entry-content.single-page p {
    font-size: inherit;
}
.entry-meta.uppercase.is-xsmall {
    text-align: center;
    font-size: 21px;
}
blockquote{    color: #7b7b7b;}
h3.container-width.posts-section-title-related.pt-half.pb-half.uppercase {
    font-size: 50px;
    margin-bottom: 40px;
}
#at_posts_related h5.post-title a.plain {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 32px;
    font-weight: normal;
    line-height: 45px !important;
    margin: 20px 0;
}

#at_posts_related .flickity-prev-next-button {100px
    opacity: 1;
    position: absolute;
    top: 18px;
    bottom: inherit;
    right: 10px;
    opacity:1;
}
#at_posts_related .flickity-prev-next-button.previous {
    left: inherit;
    right: 70px;
}
.slider-nav-circle .flickity-prev-next-button .arrow, .slider-nav-circle .flickity-prev-next-button svg {
    border: 2px solid;
    border-radius: 0;
    fill: #fff;
    border-color: #fff;
}
#at_posts_related .slider-nav-circle .flickity-prev-next-button:hover .arrow, #at_posts_related .slider-nav-circle .flickity-prev-next-button:hover svg {
    fill: #fff !important;
    background: none;
    border-color: #fff;
}
#at_posts_related  .slider-show-nav .flickity-prev-next-button, #at_posts_related  .slider:hover .flickity-prev-next-button {
    opacity: .7;
    transform: 0 !important;
}
#at_posts_related .thongtin{display: block;}
.relate_post h3.ttile_lq{
    font-size: 50px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.relate_post .title{
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 32px;
    font-weight: normal;
    line-height: 45px;
    margin: 20px 0;
}
.relate_post .text{
    font-size: 24px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.date {
    order: 2;
    font-size: 20px;
    padding: 10px 0 10px 30px;
    background: url(image/calendar.svg) no-repeat;
    background-position: center left;
    opacity: .8;
    font-weight: normal;
}
.relate_post ul li{list-style: none}

.relate_post .owl-nav {
    position: absolute;
    top: -90px;
    margin-left: 16px;
    right: 0;
}
.relate_post .owl-carousel .owl-nav button {
    border: 1px solid #fff !important;
    padding: 0px !important;
    width: 40px;
    height: 40px;
    max-height: 40px;
    line-height: 40px !important;
    font-size: 0 !important;
}
.relate_post .owl-carousel .owl-nav button.owl-prev {
    background: url(image/arrow-left.svg) no-repeat;
    background-position: center;
    background-size: 24px;
    margin-right: 12px;
}
.relate_post .owl-carousel .owl-nav button.owl-next {
    background: url(image/arrow-right.svg) no-repeat;
    background-position: center;
    background-size: 24px;
}
.sec_duan_pagew .section-bg img{height: auto;}

.sec_duan_pagew .section-title-container.title_home{margin-top: 70px;}





















@media only screen and (max-width: 1550px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .header-main .nav > li > a{font-size: 16px;}
    .container-width, .full-width .ubermenu-nav, .container, .row {
        max-width: 1200px !important;
    }
    .banner .txt_h1 h1{font-size: 80px;}
    .banner .txt_h1 p {
        position: absolute;
        right: 3px;
        bottom: -12px;
        font-size: 16px;
    }
    .txt_h1 {bottom: 30%}
    .btn_gr1 {bottom: 35%;}
    .banner .dark .button.btn_xtv,.btn_xda{font-size: 18px; line-height: 35px;}
    .sec_feature h2{
        font-size: 50px;
        line-height: 70px;
    }
    .sec_feature .button{font-size: 18px;}
    .sec_feature{padding: 80px 0 60px !important;}
    .title_home .section-title{font-size: 50px;}
    .sec_project .banner{padding-top: 580px !important;}
    .sec_project h4{font-size: 27px;}
    .sec_project p{font-size: 18px;}
    .sec_project .button {
        font-size: 18px;
        line-height: 35px;
    }
    .gallery-container h4{font-size: 27px;}
    .gallery-container p{font-size: 18px;}
    .sec_project,.sec_solution {
        padding: 80px 0 60px !important;
    }
    .imgph1 {
        width: 525px !important;
        top: -36px;
        left: 310px;
    }
    .img.imgph2 {
        width: 245px !important;
    }
    .sec_rate .row.rowslide {
        max-width: calc(1200px + 50%) !important;
        width: calc(1200px + 50%);
        padding-left: 11%;
        margin-top: 30px;
    }
    .sec_rate h3{font-size: 27px;}
    .sec_rate .icon-box .txt_titte_st p{font-size: 16px;}
    .owl-carousel .owl-item .sstar img {
        width: 30px;
    }
    .txt_star p {
        font-size: 18px;
    }
    .sec_rate {
        padding-top: 90px !important;
        padding-bottom: 30px !important;
    }
    .row_dt.row{max-width: 100% !important;}
    .sec_doitac {
        padding-bottom: 70px !important;
    }
    .sec_blog h5.post-title {
        font-size: 27px;
        font-weight: 500;
    }
    .sec_blog p {
        font-size: 18px;
    }
    .sec_blog .post-meta {
        padding: 10px 0 5px 30px;
        font-size: 15px;
    }
    .sec_blog .blog_two h5.post-title{font-size: 21px;}
    .sec_blog .blog_two p {
        font-size: 16px;
    }
    .blogfix {
        margin-top: -180px;
    }
    .sec_blog .blog_two .box-image img {
        height: 223px;
    }
    .icon_foo p {
        font-size: 15px;
    }
    .txtname {
        font-size: 15px;
    }
    .foo-col-2 h4{font-size: 18px;}
    .foo-col-2 a{font-size: 15px;}
    .sec_blog {
        padding: 80px 0 20px !important;
    }
    .banner.banner_gt .txt_h1 h1 {
        font-size: 70px;
        line-height: 95px;
    }
      .banner.banner_gt {padding-top: 750px !important}
     .banner_gt   .txt_h1 {
        max-width: 53%;
        bottom: 15%;
    }
    .banner .txt_h1.ht_ab p {
        position: absolute;
        right: -163px;
        width: 430px;
        bottom: -12px;
        font-size: 18px;
    }
    .banner_gt .btn_gr1 {
        bottom: 21%;
    }
    .row.row-collapse.row-full-width.align-middle {
        max-width: 100% !important;
    }
    .sec_gtdn h3{font-size: 27px;}
    .sec_gtdn p {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .txtgt1 {
        margin-bottom: 20px;
    }
    .sec_gtdn {
        padding: 50px 0 0 !important;
    }
    .sec_nlcl {
        padding-top: 130px !important;
        padding-bottom: 50px !important;
    }
    .sec_nlcl h4 {
        font-size: 28px;
    }
    .sec_nlcl p {
        font-size: 20px;
    }
    .sec_tncl h4{font-size: 50px;}
    .sec_tncl p {
        font-size: 25px;
    }
    .sec_tncl .row {
        max-width: 100% !important;
        margin: 25px auto;
    }
    .col-lr .col-inner {
        max-width: 570px !important;
    }
    .img.gtcl_img1{max-width: 70%;}
    .sec_tncl ul li {
        font-size: 25px;
    }
    .sec_nkn h3 {
        font-size: 60px;
    }
    .sec_nkn p {
        font-size: 21px;
    }
    .sec_nkn {
        padding: 60px 0 10px !important;
    }
    .sec_gt_da p {
        font-size: 20px;
    }
    .button.btn_xtv{font-size: 18px;}
    .sec_gt_da h4{font-size: 28px;}
    .sec_gt_da p{font-size: 18px;}
    .bn_tinmdu p{font-size: 24px;}
    .bn_tt{margin-top: -2px;}
    .list_div h4 {
       font-size: 27px;
    }
    .list_div{
        font-size: 16px;
        margin-bottom: 20px;
        padding-bottom: 5px;
        padding-left: 85px;
    }
    .list_div span {
        font-size: 50px;
    }
    .sec_gt_da {
        padding: 70px 0 35px !important;
    }
    .txtda{font-size: 50px;}
    .project-item h3 a{font-size: 21px;}
    .project-item p ,.linksm a{
        font-size: 16px;
    }
    .timepage {
        font-size: 14px;
    }
    .banner_dv.banner_gt  .txt_h1{
        max-width: 70%;
    }
    p{font-size: 20px;}   
    .icon_box_dv h3 {
        font-size: 27px;
    }
    .icon_box_dv p{font-size: 18px;}
    .sec_avsph table th{font-size: 20px; padding: 15px;}
    .sec_avsph table td {
        color: #fff;
        padding: 15px;
        font-size: 18px;
    }
    .txt_gpti_dv h3 {
        font-size: 50px;
        margin-bottom: 5px;
    }
    .txt_gpti_dv p {
        font-size: 27px;
    }
    .item_gpnb_dv .box-text h3 {
        font-size: 27px;
    }
    .item_gpnb_dv .box-text h5 {
        font-size: 16px;
    }
    .accordion-title {
        padding: 25px 60px 25px 20px;
        font-size: 20px;
    }
    .accordion .toggle{top: 20px;}
    .accordion-inner p {
        font-size: 16px;
    }
    .icon_htoline h5 {
        font-size: 14px
    }
    .icon_htoline h3 {
        font-size: 18px;
    }
    .sec_dv_htgp {
        padding: 70px 0 50px !important;
    }
    .sec_avsph {
        padding: 70px 0 40px !important;
    }
    section.section.sec_qt.sec_avscc {
        padding: 70px 0 10px !important;
    }
    .sec_nlkyvh {
        padding: 70px 0 10px !important;
    }
    section.section.sec_qt.sec_qt_dv {
        padding: 70px 0 10px !important;
    }
    .sec_dv_gpnb {
        padding: 70px 0 50px !important;
    }
    .sec_faq_dv {
        padding: 70px 0 0px !important;
    }
    .sec_dkgp {
        padding: 50px 0 70px !important;
    }
    input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-frmdk{font-size: 18px;}
    .banner .txt_h1.ht_mc p {
        width: 415px;
    }
    .sec_mc_1 ul li {
        font-size: 20px;
    }
    .sec_mc_1 .row-full-width {
        max-width: 100% !important;
    }
    .clsthongso1 h3 {
        font-size: 27px;
    }
    .clsthongso1 table tr td {
        padding: 20px 0;
        border-color: #305D71;
        font-size:16px;
    }
     .clsthongso1,.clsthongso2{padding: 30px 30px 10px}
     .sec_mc_6 {
        padding: 70px 0 50px !important;
    }
    .price-gr li{font-size: 17px;}
    .price-gr p {
        font-size: 16px;
    }
    .price-gr{    padding: 30px 20px 25px;}
    .sec_dv_nbat {
        padding: 70px 0 20px !important;
    }
    .sec_mc_1 {
        padding: 70px 0 30px !important;
    }
    .sec_mc_1 h3 {
        font-size: 27px;
    }
    .banner_gt.banner_3d .txt_h1 {
        max-width: 53%;
        bottom: 15%;
    }
    .banner.banner_3d .txt_h1.ht_mc p {
        width: 347px;
        right: -120px;
    }
    .banner_gt.banner_3d .btn_gr1 {
        bottom: 20%;
    }
    .sec_mc_1 .cl-mcav .col-inner{
        padding-left: 50px !important;
        max-width: 565px !important;
    }
    .banner.banner_3d.fix_tuongtac .txt_h1.ht_mc p {
        width: 290px;
        right: -52px;
    }
    .luong_fi h4{font-size: 50px;}
    .luong_fi h5 {
        font-size: 21px;
    }
    .luong_fi p {
        font-size: 16px;
        padding: 0 10px;
    }
    .banner.banner_3d.fixhologram .txt_h1.ht_mc p {
        right: -50px;
    }
    .sec_mc_1 .cl-mcav .col-inner {
        padding-left: 50px !important;
        max-width: 700px !important;
    }
    .sec_frmlh form.wpcf7-form {
        padding: 45px 20px 20px;
    }
    .sec_frmlh {
        padding: 70px 0 10px !important;
    }
    .archive h1.page-title {
        margin-top: 0px;
        font-size: 45px;
        margin-bottom: 30px;
    }
    .blog-archive h5.post-title{font-size: 25px;}
    .blog-archive h5.post-title a.plain {
        line-height: 40px;
    }
    .blog-archive p.from_the_blog_excerpt {
        font-size: 20px;
    }
    .blog-archive .thongtin .is-small {
        font-size: 16px;
    }
    h1.entry-title {
        font-size: 45px;
        text-align: center;
    }
    .entry-content.single-page {
        font-size: 18px;
    }
    .entry-meta.uppercase.is-xsmall {
        text-align: center;
        font-size: 16px;
    }
    }
    h3.container-width.posts-section-title-related.pt-half.pb-half.uppercase {
        font-size: 40px;
        margin-bottom: 35px;
    }
    #at_posts_related h5.post-title a.plain{
        font-size: 25px;
        line-height: 37px !important;
    }
    .relate_post .title{
        font-size: 27px;
        line-height: 35px;
    }
    .relate_post .text {
        font-size: 21px;
    }
    .date{font-size: 18px;margin: -10px 0 0;}
    .relate_post h3.ttile_lq{font-size: 40px;}
}

@media only screen and (max-width: 1200px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .container-width, .full-width .ubermenu-nav, .container, .row {
        max-width: 1110px !important;
    }
    .banner .txt_h1 h1 {
        font-size: 60px;
    }
    .txt_h1 {
        left: 15px;
    }
    .banner .txt_h1 p{font-size: 15px;}
        .banner .dark .button.btn_xtv, .btn_xda {
        font-size: 16px;
        line-height: 35px;
        padding: 4px 20px;
    }
    .btn_gr1 {
        bottom: 35%;
        right: 15px;
    }
    .sec_rate .row.rowslide{padding-left: 0;}
     .banner.banner_gt .txt_h1 h1 {
        font-size: 60px;
        line-height: 75px;
    }
    .banner .txt_h1.ht_ab p {
        position: absolute;
        right: -117px;
        width: 355px;
        bottom: -24px;
        font-size: 16px;
    }
    .sec_gtdn .col-fixdn .col-inner{padding: 5% 5% 5% 5% !important;}
    .sec_gtdn p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .sec_gtdn h3 {
        font-size: 24px;
    }
    .txtgt1 {
        margin-bottom: 15px;
    }
    .sec_gtdn .title_home .section-title {
        font-size: 45px;
    }
    .sec_qt .title_home .section-title {
        line-height: 70px;
    }
    .sec_qt {
        padding: 70px 0 30px !important;
    }
    .sec_l_duan {
        padding: 20px 0 0 !important;
    }
    .icon_box_dv h3 {
        font-size: 23px;
        line-height: 35px;
    }
    .icon_box_dv p {
        font-size: 17px;
    }
    .sec_avscc .title_home .section-title br{display: none;}
    .p-des br{display: none;}
    .list_div h4 {
        font-size: 25px;
    }
    .list_div p{font-size: 16px;}
    .banner .txt_h1.ht_dv p {
        right: 71px;
        width: 305px;
    }
   .sec_mc_1 .cl-mcav .col-inner {
        padding-left: 0 !important;
    }
    .banner.banner_3d .txt_h1.ht_mc p {
        width: 280px;
        right: -80px;
    }
    .banner.banner_3d.fix_tuongtac .txt_h1.ht_mc p {
        width: 270px;
        right: -68px;
    }
     .sec_frmlh .icon_htoline h3 {
        font-size: 16px;
    }
     .sec_frmlh p {
        font-size: 18px;
    }
    .sec_frmlh iframe{height: 330px;}
    .sec_frmlh .icon_htoline {
        margin: 0px 0;
    }
}
@media only screen and (max-width: 991px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .txt_h1 {
        bottom: 15%;
    }
    .banner .txt_h1 p {
        font-size: 15px;
        right: 25px;
    }
    .btn_gr1 {
        bottom: 31%;
        right: 23px;
    }
    .sec_feature h2 {
        font-size: 40px;
        line-height: 60px;
    }
    .img.imgph2 {
        display: none;
    }
    .blog_hot img {
        height: 100%;
        object-fit: cover;
    }
    .sec_blog .blog_two .box-image img {
        height: 100%;
    }
    .sec_blog .blog_two h5.post-title {
        font-size: 18px;
    }
    .sec_blog h5.post-title {
        font-size: 21px;
        font-weight: 500;
    }
    .blogfix {
        margin-top: -135px;
    }
    .banner.banner_gt .txt_h1 h1 {
        font-size: 53px;
        line-height: 70px;
    }
    .banner_gt .btn_gr1 {
        bottom: 38%;
    }
    .banner_gt .txt_h1 {
        max-width: 100%;
        bottom: 15%;
    }
    .banner_gt .txt_h1 h1{max-width: 53%;}
    .banner .txt_h1.ht_ab p {
        position: absolute;
        right: 30px;
        width: 321px;
        bottom: 32px;
        font-size: 16px;
    }
    .sec_qt .title_home .section-title {
        line-height: 60px;
        font-size: 44px;
    }
    .bn_tinmdu p {
        font-size: 21px;
    }
    .sec_gt_da p {
        font-size: 16px;
    }
    .button.btn_xtv {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .sec_gt_da .title_home .section-title {
        text-align: left;
        margin-bottom: 15px;
        font-size: 45px;
    }
    .bn_tinmdu.banner {
        background-color: transparent;
        padding-top: 300px !important;
    }
    .bn_tt {
        padding-bottom: 0 !important;
    }
    .card{
        height: 70vh;
    }
    .card img {
        height: 100%;
        object-fit: cover;
    }
    .txtda{top: -115px;}
    .sec_l_duan {
        padding: 50px 0 0 !important;
    }
    .img_ltdu{top: -19px;}
    .banner_dv.banner_gt .txt_h1 {
        max-width: 100%;
    }
    .banner_dv.banner_gt .txt_h1 h1{max-width: 100%;}
    .banner_dv.banner_gt .btn_gr1 {
        bottom: 31%;
    }
    .sec_dv_htgp .title_home .section-title br{display: none;}
    .sec_dv_htgp .txt_des_gp p {
        padding-left: 0;
    }
    .icon_box_dv.icon-box{padding: 12px;}
    .icon_box_dv h3 {
        font-size: 20px;
        line-height: 30px;
    }
       .sec_avsph table th {
            font-size: 18px;
            padding: 15px;
            line-height: 28px;
        }
    .sec_avsph table td{font-size: 16px;}
    .title_home .section-title {
        font-size: 44px;
    }
    .list_div h4 {
        font-size: 21px;
    }
    .row_gp_mch .col {
        padding: 0 15px 0px;
    }
    .row_gp_mch.row {
        margin: 0 -15px !important;
    }
    .btn_xda{min-width: 125px;}
    .banner .txt_h1.ht_mc p {
        width: 400px;
    }
    .img-nopadding.col {
        padding-left: 15px;
    }
    .banner_gt.banner_3d .txt_h1 {
        max-width: 100%;
    }
    .banner_gt.banner_3d .txt_h1 h1 {
        max-width: 100%;
    }
    .banner.banner_3d .txt_h1.ht_mc p {
        width: 318px;
        right: 40px;
    }
    .banner_gt.banner_3d .btn_gr1 {
        bottom: 23%;
    }
    .sec_mc_1 .cl-mcav .col-inner {
        max-width: 100% !important;
        margin-top: 30px;
    }
    .banner.banner_3d.fix_tuongtac .txt_h1.ht_mc p {
        width: 310px;
        right: 47px;
    }
    .banner.banner_3d.fixhologram .txt_h1.ht_mc p {
        right: 35px;
    }
    .banner_gt.banner_3d.fixhologram .btn_gr1 {
        bottom: 31%;
    }
    .relate_post .title{font-size: 21px;}
    .relate_post .text {
        font-size: 16px;
    }
    .date {
        font-size: 16px;
        margin: -17px 0 0;
    }
    .relate_post h3.ttile_lq{font-size: 30px;}
    .relate_post h3.ttile_lq {
        font-size: 30px;
        margin-bottom: 46px;
    }
}
@media only screen and (max-width: 767px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    #logo {
        width: 134px;
        position: absolute;
        left: 0;
    }
    .mfp-content {
        background: #071B24 !important;
    }
    .nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a {
        color: #fff;
        transition: all .2s;
        font-weight: normal !important;
        text-transform: none !important;
        font-size: 16px !important;
    }
    .nav-sidebar.nav-vertical>li+li {
        border-top: 1px solid #ececec29;
        box-shadow: none;
    }
    .off-canvas .nav-vertical li li>a {
        color: #76D6FF;
        margin: 10px;
        background: #0c334591;
        padding: 10px 10px;
    }
    .searchform .button.icon {
        background: #275a6f;
    }
    .banner_home{padding-top: 690px !important;}
    .banner .txt_h1 h1 {
        font-size: 50px;
        margin-top: -5px;
    }
    .fixhome .txt_h1{padding: 0 15px;}
    .banner .txt_h1 p {
        font-size: 14px;
        position: inherit;
        width: 225px;

    }
    .btn_gr1 {
        bottom: 15%;
        right: 15px;
    }
    .banner .dark .button.btn_xtv, .btn_xda{
        width: 100%;
        font-size: 18px;
    }
    .btn_gr1 {
        bottom: 7%;
        right: 0;
        padding: 0 15px;
    }
    .banner_home .banner-layers{overflow: hidden;}
    .sec_feature h2 {
        font-size: 32px;
        line-height: 48px;
    }
    .sec_feature .section-bg.fill {
        background: url(image/bgmb1.png) no-repeat;
        background-size: cover;
        background-position: center;
    }
    .sec_feature .section-bg.fill img{display: none;}
    .sec_feature {
        padding: 60px 0 20px !important;
    }
    .title_home .section-title {
        font-size: 32px;
    }
     .sec_project .section-bg.fill {
        background: url(image/bgmb2.png) no-repeat;
        background-size: cover;
        background-position: center;
    }
    .sec_project .section-bg.fill img{display: none;}
    .sec_project {
        padding: 60px 0 20px !important;
    }
    .title_home .section-title {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .txt_da{padding: 15px;}
    .sec_project h4 {
        font-size: 18px;
    }
    .sec_project p {
        font-size: 14px;
    }
    .sec_project .button {
        font-size: 14px;
        line-height: 30px;
        padding: 4px 20px;
    }
    .row_da .col {
        min-width: 320px;
        padding-left: 0;
        padding-right: 0;
    }
    .sec_rate h3 {
        font-size: 16px;
    }
    .sec_rate .icon-box .txt_titte_st p {
        font-size: 12px;
    }
    .sec_rate .icon-box .icon img {
        width: 40px;
        height: 40px;
    }
    .sec_rate .icon-box .icon-inner {
        width: 36px;
        height: 36px;
    }
    .txt_star p {
        font-size: 14px;
    }
    .icon-box-img {
        max-width: 35px !important;
    }
    .sec_rate .rowslide  .col {
        max-width: 250px;
        padding-left: 0;
        padding-right: 0;
    }
    .owl-carousel .owl-item .sstar img {
        width: 24px;
        margin-right: 7px;
    }
    .sec_rate .icon-box{padding: 20px;}
    .txt_star {
        margin-left: -50px;
    }
    .sec_rate .row.rowslide {
        padding-left: 15px;
    }
    .sec_rate .title_home .section-title br{display: none;}
    .sec_rate .title_home .section-title{
        text-align: center;
        background: linear-gradient(88deg, #FFF 2.52%, #76D6FF 98.72%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .title_home .section-title span{margin-right: 0;}
    .sstar {
        margin: 10px 0;
    }
    .imgph1 {
        width: 100% !important;
        top: -36px;
        left: 0;
        z-index: 1;
    }
    .section-title-container.title_home {
        z-index: 9;
        position: relative;
    }
    .sec_rate .owl-nav {
        position: absolute;
        top: -65px;
        margin-left: 150px;
    }
    .sec_rate .row.rowslide{margin-top: 70px;}
    .sec_blog h5.post-title {
        font-size: 16px;
        font-weight: 500;
    }
    .sec_blog .post-meta{font-size: 13px;}
    .sec_blog p {
        font-size: 14px;
    }
    .sec_blog .blog_two h5.post-title {
        font-size: 16px;
    }
    .sec_blog .blog_two p {
        font-size: 14px;
        margin-top: 0px;
    }
    div#block_widget-2 {
        margin-bottom: 0;
        margin-top: 45px;
        padding-left: 0;
        padding-right: 0;
    }
    .col_bt0.col{padding-bottom: 0;}
    .blog_hot .box-text{padding-bottom: 0;}
    .bn_gp .text-box {
        margin-left: 0;
        bottom: 3%;
    }
    .bn_gp .text-box h3{font-size: 16px;}
    .bn_gp .text-box p{font-size: 14px;}
    .row_da.owl-carousel .owl-stage{margin-left: -20px;}
        .banner.banner_gt .txt_h1 h1 {
        font-size: 53px;
        line-height: 70px;
        max-width: 100%;
    }
    .banner_gt .txt_h1 {
        bottom: 32%;
    }
    .banner .txt_h1.ht_ab p {
        position: absolute;
        right: inherit;
        width: 82%;
        bottom: -110px;
        font-size: 16px;
        left: 0;
    }
     .banner_gt .btn_gr1 {
        bottom: 0;
    }
    .banner_gt .btn_gr1 {
        bottom: 45px;
    }
    .banner.banner_gt .txt_h1 h1 {
        font-size: 50px;
        line-height: 63px;
        max-width: 95%;
    }
    .sec_gtdn .title_home .section-title {
        font-size: 32px;
        margin: 30px 0 20px;
    }
    .sec_nlcl {
        padding-top: 93px !important;
        padding-bottom: 50px !important;
    }
    .sec_nlcl {
        padding-top: 70px !important;
        padding-bottom: 50px !important;
    }
     .sec_nlcl .title_home .section-title{margin-bottom: 30px;}
     .sec_nlcl h4 {
        font-size: 21px;
    }
    .sec_nlcl p {
        font-size: 16px;
    }
    .sec_tncl h4 {
        font-size: 32px;
    }
    .sec_tncl p {
        font-size: 16px;
    }
    .sec_tncl .box-text{padding-bottom: 0;}
   .sec_qt .title_home .section-title span {
        margin-right: 0;
        margin-left: 0;
    }
    .sec_nkn p {
        font-size: 16px;
    }
    .sec_nkn h3 {
        font-size: 50px;
        line-height: 65px;
    }
    .sec_qt .title_home .section-title {
        line-height: 51px;
        font-size: 32px;
    }
    .sec_qt .title_home .section-title br{display: none;}
    .list_div h4 {
        font-size: 21px;
    }
    .list_div span {
        font-size: 45px;
    }
    .list_div{padding-left: 75px;}
    .bn_tinmdu p br{display: none;}
    .bn_tinmdu p{padding:  0 15px;}
    .bn_tinmdu.banner {
        padding-top: 250px !important;
    }
     .sec_tncl ul li {
        font-size: 16px;
    }
    .sec_gt_da .title_home .section-title{font-size: 32px;}
    .sec_gt_da h4 {
        font-size: 21px;
    }
    .sec_gt_da  .box-image img {
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    .sec_gt_da .box-text {
        background: linear-gradient(180deg, rgba(0, 14, 20, 0.00) 14.28%, #000E14 100%);
    }
    .sec_gtdn .col-fixdn .col-inner {
        padding: 15px !important;
    }
    .card {
        height: 45vh;
    }
    .txtda {
        font-size: 31px;
    }
    .project-item img.imgda{min-height: 400px;}
    .project-item p{display: none;}
    .project-masonry {
        column-count: 1;
        column-gap: 20px;
    }
    .project-info {
        position: absolute;
        bottom: 10px;
        left: 10px;
        right: 10px;
        padding: 15px;
    }
    .project-item h3 a {
        font-size: 18px;
    }
    .timepage {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .project-item:nth-child(2n) img.imgda {
        min-height: 400px;
    }
    .project-item{margin-bottom: 20px;}
    .banner_gt.banner_dv .txt_h1 {
        bottom: 23%;
    }
    .banner.banner_gt.banner_dv .txt_h1 h1 {
        font-size: 39px;
        line-height: 50px;
        max-width: 94%;
    }
    .banner_dv.banner_gt.banner_dv .btn_gr1 {
        bottom: 10%;
    }
    .sec_dv_htgp .txt_des_gp p {
        margin-bottom: 0;
    }
    .sec_avscc .icon-box {
        margin: 0 0 30px;
    }
    .sec_avscc .icon-box.box2{margin-bottom: 0;}
   .sec_dv_gpnb .section-bg img {
        object-position: 43% 0 !important;
    }
    .item_gpnb_dv {
        margin-bottom: 40px;
    }
    .cl_gp_cl_dv {
        margin-bottom: 0px;
    }
    .accordion-title{padding-left: 0;}
    .sec_dv_htgp  .section-bg img {    object-position: 44% 0% !important;}
    .sec_avsph table td {
        font-size: 15px;
        padding: 7px;
    }
    .col_frm_dv.col {
        padding: 0;
    }
    p {
        font-size: 18px;
    }
    .sec_mc_1 ul li {
        font-size: 18px;
    }
    .price-gr ul {
        padding: 30px 0 0px;
    }
    .price-gr.midile-gr ul {
        padding-bottom: 0;
    }
    .banner_gt.banner_3d .btn_gr1 {
        bottom: 7%;
    }
    .banner_gt.banner_3d .txt_h1 {
        bottom: 23%;
        background: linear-gradient(180deg, rgba(0, 14, 20, 0.00) 52.28%, #000E14 100%);
        padding-top: 500px;
    }
    .luong_fi {
        display: flex;
        text-align: center;
        list-style: none;
        flex-wrap: wrap;
    }
    .luong_fi li h4:before,.luong_fi li h4:after{display: none;}
    .luong_fi li {
        position: relative;
        width: 100%;
        margin-bottom: 50px;
    }
    .luong_fi h4{margin-bottom: 0;}
    .luong_fi li:before {
        width: 1px;
        height: 58px;
        background: url(image/line-doc.png) no-repeat;
        content: "";
        position: absolute;
        left: 50%;
        bottom: -43px;
    }
    .luong_fi li:last-child:before{display: none;}
    .luong_fi li:first-child:after{display: none;}
    /* Create the triangle */
     .luong_fi li::after {
        content: "";
        position: absolute;
        right: 0;
        top: -3px;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 8px solid #76D6FF;
        transform: rotate(90deg);
        left: 0;
        margin: 0 auto;
    }
    .banner_gt.banner_3d.fixhologram .btn_gr1 {
        bottom: 7%;
    }
    .sec_avsph table th {
        font-size: 16px;
        padding: 10px;
        line-height: 25px;
        text-align: center;
    }
    .sec_footer {
        padding: 0 15px !important;
    }
    .footer-primary.pull-left {
        padding-left: 0;
    }
    .blog-archive h5.post-title {
        font-size: 21px;
    }
    .blog-archive h5.post-title a.plain {
        line-height: 30px;
    }
    .blog-archive p.from_the_blog_excerpt {
        font-size: 16px;
    }
    ul.links li .page-number{
        font-size: 20px;
        line-height: 45px;
    }
    h1.entry-title {
        font-size: 32px;
        text-align: center;
    }
    .entry-content.single-page {
        font-size: 16px;
    }
    h3.container-width.posts-section-title-related.pt-half.pb-half.uppercase {
        font-size: 35px;
        margin-bottom: 60px;
    }
    #at_posts_related h5.post-title a.plain {
        font-size: 18px;
        line-height: 27px !important;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
     #at_posts_related    p {
        font-size: 16px;
    }
    .slider-nav-circle .flickity-prev-next-button .arrow, .slider-nav-circle .flickity-prev-next-button svg{width: 20px;}
    #at_posts_related .flickity-prev-next-button {
        position: absolute;
           top: -18px;
        bottom: inherit;
        right: 16px;
        border: 1px solid #fff;
        width: 35px !important;
        height: 35px;
        line-height: 20px !important;
        max-height: 35px;
        min-height: 35px;
        padding: 10px !important;
    }
    .relate_post .title {
        font-size: 18px;
        line-height: 27px;
    }
}