body, h1, h2, h3, h4, h5, h6, p, a{
    font-family: Roboto, Arial, sans-serif;
    font-style: normal;
}
.home-slider, .home-slider-single {
    height: 80vh;
}
.logo img{
	width: 120px;
}

.right-header .header-title span {
   display: none;
   
}
p{
	color:#000;
}
.logo {
    /*width: 120px;*/
    /*height: 106px;*/
    margin-left: 35px;
}
.right-header .header-title p {
    font-size: 1.5rem !important;
}
.right-header {
    width: calc(100% - 160px);
    display:flex;
    align-items:center;
}

.right-header .header-title {
  position: relative;
  width: 100%;
}
.right-header .desktop_phone p {
    text-align: left !important;
}
.right-header .flex-container {
  display: flex;
  flex-wrap: nowrap;          /* ép luôn nằm 1 hàng, không cho xuống dòng */
  align-items: center;
  width: 100%;
}

.right-header .header-title {
  flex: 0 0 76%;               /* cột trái chiếm cố định 2/3 chiều rộng */
  max-width: 76%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.right-header .box-language-currency {
  flex: 0 0 24%;               /* cột phải chiếm phần còn lại ~1/3 */
  max-width: 24%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;       /* nội dung bên trong (hotline/email) canh sát phải */
  text-align: right;
}

.right-header .desktop_phone p {
  margin: 4px 0;
  text-align: right;
  white-space: nowrap;         /* tránh hotline/email bị xuống dòng giữa chừng khi cột hẹp lại */
}
#button-btt{
	background:#057fc3;
    bottom:100px;
} 
.title-left{
  	background-color:#2690ca;
}
.htmlimports .section-heading.center-holder h3{
  	display:none;
}
.htmlimports .row.mt-50{
    text-align: center;
    align-items: center;
    display: contents;
}  
.service_new_catnew .title-left{
  	background-color: #2690ca
}
.lang-search{
  	width:190px;
}
.language-select{
  	font-size:13px
} 
.news-detail-name{
  	padding:15px 0;
    font-size: 26px;
    color: #000;
}
.fb{
  	padding-bottom:15px;
} 
#search .form-control {
    color: #fff;
}
.section-news .blog-item .blog-item-name,.blog-item h4 {
    text-align: justify;
}
.title-home span:before{display:none;} 
.row.mt-50 p{ width:100%} 
.home-slider-single-tagline h1{font-size:40px;margin-bottom: 30px;}
.breadcrumb_custom a{
    font-weight: bold;
}
#new-catnew-post .title-home{text-align:center;
 	padding-top:30px;
}
#new_catnew-0 .title-left,#new_custom-0 .title-left{background-color:var(--main_color, #243461)}
.blog-item i.fa.fa-angle-right{
	color:#fff;
    background: var(--main_color, #243461);
    width: 15px;
    height: 15px;
    border-radius: 10px;
    left: 5px;
	position: relative;
} 
.cell-3-4.pad-cell-1-1.tab-cell-1-1{padding-top:10px}  
.lang-search:after{display:none;}
@media(max-width:768px){
  	.banner_top .home-slider-single-tagline{
    	right:20px;
  	}
  	.home-slider-single-tagline h1{
    	font-size:25px;
  	}
}
.lang-search{
  	background:unset;
}   
.item-other-news i.fa.fa-angle-right{
      color: #333132;
} 
.fixed{
  	position:fixed;
  	width:14.5%;
} 
#new-new-news table{
  	width:unset!important;
}  
.news-name{
  	padding-top:15px;
} 
.cstom__{
  	display: flex;
}
.viewer_custom{
  	margin:5px 0;
  	padding-left:5px;
  	font-size: 13px;
    color: #999;
} 
.title-news-home {
    background: var(--main_color, #243461);
    color: #FFF;
    font-family: Hel-B,Tahoma,Geneva,sans-serif;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
}
.copyright {
    background: var(--main_color, #243461);
    padding: 10px 0;
    color: #FFF;
    font-family: Hel-B,Tahoma,Geneva,sans-serif;
    font-weight: 400;
}
.nav li ul>li a:hover {
    background: var(--main_color, #243461)!important;
    color: #fff !important;
}
.service-thumb_01{
	margin-bottom: 30px;
}
.service-thumb_01 .service-simple {
    margin-bottom: 20px;
}
.service-simple {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 5px;
    overflow: hidden;
    margin: 15px 0;
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
}
.service-simple-inner {
    position: relative;
    padding: 25px 25px 20px 25px;
}
.service-simple h4 {
    font-size: 20px;
    color: #111111;
    font-weight: 500;
    margin-bottom: 10px;
}
.service-simple p {
    font-size: 15px;
    color: #999999;
    line-height: 1.7;
    margin-bottom: 0;
}
.service-simple-button a {
    display: inline-block;
    background: var(--main_color, #243461);
    color: #FFFFFF;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    margin: 15px 0 2px 0;
    padding: 15px 20px 15px 20px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.section-heading {
    display: inline-block;
	width: 100%;
}
.section-heading h1 {
    position: relative;
    font-size: 28px;
    font-weight: 600;
    color: #111111;
    line-height: 130%;
    text-transform: none;
    float: left;
}
.section-heading p{
    margin-top: 30px;
    margin-bottom: 0;
    color: var(--main_color, #243461);
}
.section-heading p a{
    color: var(--main_color, #243461);
}
.section-heading-line {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #D21E2B;
    border-radius: 25%;
    margin: 5px auto 30px;
} 
.footer {
    position: relative;
}
.footer img.logo {
    margin: 5px 0 20px;
}
.footer-top {
    color: #9eb7cb;
}
.footer-top__headings {
    color: #fff;
    font-size: 21px;
    margin-top: 0;
    margin-bottom: 21px;
}
.widget_nav_menu ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}
.footer .widget_nav_menu ul > li > a {
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-weight: 400;
    text-transform: inherit;
    font-size: 14px;
    color: #9eb7cb;
}
.widget_nav_menu ul > li:first-of-type a {
    padding-top: 0;
    margin-top: 0;
}
.widget_nav_menu ul > li > a {
    display: block;
    padding: 2px 0;
        padding-top: 2px;
    margin: 3px 0;
        margin-top: 3px;
    color: #aaa;
    font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}
.footer .icon-container--square, .footer .icon-container--circle {
    background-color: rgba(250,250,250,.5);
    color: #fff;
}
.icon-container--square {
    border-radius: 2px;
}
.icon-container--square, .icon-container--circle {
    width: 30px;
    height: 30px;
    font-size: 20px;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    line-height: 25px;
    color: #fff;
    transition: all 100ms ease-out;
}
.icon-container--square {
    display: inline-block;
    margin-right: 5px;
}
.footer-bottom {
    background-color: #06284e;
    color: #fff;
    padding: 20px 0;
    position: relative;
}
.footer-bottom p {
    padding: 0;
    margin: 0;
    display: inline-flex;
}
.footer-menu {
    position: relative;
    background-color: var(--footer_bg, #243461);
    color: #fff;
    padding: 10px 0;
    opacity: 0.9;
}
.title-footer {
    color:#fff;
    font-size: 14px;
}
.title-footer h3{
    font-size: 16px;
    font-weight:bold;
}
.footer-widget .contact-info-page {
    color: #cecece;
    display: block !important;
}
ul {
    list-style: none inside;
}
ul, ol {
    margin: 0;
    padding: 0;
}
.contact-info-page li {
    display: table;
    margin-bottom: 7px;
}
.contact-info-page li a {
    color: #fff;
}
.contact-info-page li i {
    display: table-cell;
    width: 20px;
}
.widget-btn-list {
    position: fixed;
    bottom: 30px;
    left: 25px;
    z-index: 1001;
}
.widget-btn-list .widget-btn {
    margin-top: 15px;
}
.margin-top-10 {
    margin-top: 10px !important;
}
.blog-item-name {
    font-weight: 700;
    position: relative;
    font-size: 1.14286em;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}
.section-news .blog-item .blog-item-name {
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
    font-family: Arial;
}
.margin-bottom-5 {
    margin-bottom: 5px !important;
}
.section-news .blog-item .blog-item-summary {
    color: #555;
    line-height: 20px;
    font-size: 14px;
    font-family: Arial;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align:justify;
}
.section-clients-grey .item{
	margin:30px 0;
}
.section-heading .blog-item-name {
    font-weight: 700;
    font-size: 1.14286em;
    text-align: left;
}
.section-heading .blog-item-name a{
    color: var(--main_color, #243461);
}
.maps-maps p{
	margin:0;
}
.desktop_phone a{
	color:var(--main_color, #243461);
    font-size: 18px;
}
.destop_custom_search {
    top: 30px;
}
.destop_custom_search .button_search{
    color: var(--main_color, #243461);
    padding: 0.375rem 0.95rem;
}
.destop_custom_search .form-control {
    height: calc(1.5em + .75rem + 10px);
}
.destop_custom_search .form-group {
    margin-bottom: 0;
}
.service_slide_lien_ket .owl-carousel .owl-nav.disabled {
    display: none !important;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    display: none;
}
.module-carousel .owl-carousel .owl-nav button.owl-prev{
    float: left;
    top: 0;
    position: absolute;
    left: -50px;
}
.module-carousel .owl-carousel .owl-nav button.owl-next{
    float: right;
    top: 0;
    position: absolute;
    right: -50px;
}
.owl-carousel .owl-nav button.owl-prev{
    float: left;
    top: 15%;
    position: absolute;
    left: -50px;
}
.owl-carousel .owl-nav button.owl-next{
    float: right;
    top: 15%;
    position: absolute;
    right: -50px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    font-size: 100px !important;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: none !important;
    color: #000 !important;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    display: none;
}
.slick-prev::before {
    content: '←';
}
.slick-next::before {
    content: '→';
}
.slick-prev::before, .slick-next::before {
    font-family: 'slick';
    font-size: 35px;
    line-height: 1;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
}
.slick-next {
    right: 50px;
}
.slick-prev {
    left: 50px;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
ul.slick-dots{
	display:none !important;
}
/*-------------------*/
.nav > li {
    line-height: 45px;
    font-weight: 500;
}
.menubar {
    height: auto;
    width: auto;
}
.nav {
    padding: 0px;
}
.menu-header{
	background: var(--main_color, #243461);
}
.nav li a {
    color: #fff;
    padding: 0px 10px;
}
header .flex-container {
    padding: 15px 0;
    align-items:center;
}
.right-header .header-title p{
	color: var(--main_color, #243461);
    font-weight: bold;
    font-size: 2rem;
    margin: 0;
}
.right-header .header-title span{
	font-size: 20px;
}
#search{
	margin-top: 5px;
}
#search .form-group {
    margin-bottom: 0;
}
.box-info-home {
    background: #fff;
}
.title-home {
    margin: 20px 0;
    border-left: 5px solid var(--main_color, #243461);
	padding-left: 10px;
}
.box-info-home .title-home, .infomation_company h3.title {
    color: #000;
    font-weight: bold;
    margin-top: 30px;
}
.infomation_company h3.title {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--main_color, #243461);
    margin-top: 40px;
}
.blog-item .data-box{
	display: inline-block;
}
.blog-item .data-box p{
	float: right;
    margin: 0 0 0 5px;
    font-size: 15px;
}
.fa-angle-right::before {
    left: 5px;
    position: relative;
}
.blog-item a{
	color: #000;
    font-family: Arial;
}
.section-clients-grey .clients{
    border-top: 2px solid #f2f2f2;
}
.infomation_company ul{
    list-style: outside;
    margin-left: 15px;
}
.infomation_company ul li::marker{
    color: var(--main_color, #243461);
}
footer.footer::before {
    content: "";
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background-size: cover;
	background-position: center;
}
.home-slider-single-tagline a.button{
    background: var(--main_color, #243461);
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.banner_top .home-slider-single-tagline {
    text-align: left;
    left: 0;
}
.home-slider-single-tagline::after {
    width: 0;
    left: 0;
}
.menubar .item_lv0 a i.fa-home{
	display:none;
}
.menubar .item_lv0:first-child a i.fa-home{
	display:inline-block;
}
.menubar .nav > li:after {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #9f9595;
    position: absolute;
    right: 0;
    top: 15px;   
}
.menubar .nav > li:last-child:after {
    width: 0;   
}
#search .form-group .button_search{
    position: absolute;
    z-index: 999;
    right: 15px;
    top: 10px;
}
.infomation_company li{
    color: #000;
    line-height: 26px;
}
.service_information .description p{
	color: #fff;
}
.service_information .description .address p{
    float: right;
}
.address {
    display: flex;
}
.nav li ul {
    background: var(--main_color, #243461);
    opacity: 1;
}
.nav li ul > li a {
    color: #fff !important;
    font-size: 16px;
    border-bottom: none !important;
}
.menubar .main .nav ul:before{
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    position: absolute;
    left: 545px;
    top: -18px;
    z-index: 9999;
}
.mnu-header-mobile {
    width: auto;
    float: left;
}
.logo-mobile {
    float: none;
    width: max-content;
    height: auto;
}
.mnu-header-mobile .item-mnu a {
    color: #fff;
    border: solid 1px var(--main_color, #243461);
    background: var(--main_color, #243461);
}
.dropdown-menu1 {
    opacity: 0;
    position: absolute;
    top: 50px;
    left: 0;
    display: inline-block;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.language:hover .dropdown-menu1 {
    opacity: 1;
    top: 30px;
}
.pull-left .dropdown-menu1 li {
    line-height: 30px;
}
.pull-left .dropdown-menu1 li {
    color: #3C3C3C;
    text-align: left;
    transition: none;
}
.language .dropdown-menu1 li {
    padding: 0 15px;
}
.language .dropdown-menu1 li a {
    display: inline-block;
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px;
}
.vi-vn {
    height: auto;
    background: none;
}
.en-gb {
    height: auto;
    background: none;
}
.language .dropdown-toggle::after {
    display: none;
}

.right-header .pull-left {
    text-align: right;
}
.btn-link {
    color: #000;
}
.dropdown-menu1 a,.dropdown-menu1 a:hover {
    color: #000;
}
.box-language-currency > div.language {
    overflow: hidden;
}
.box-language-currency {
    float: right;
}
.box-language-currency > div.language:hover {
    overflow: inherit;
}
.box-language-currency .desktop_phone{
    display: inline-block;
}
.box-language-currency .desktop_phone p{
    margin: 0;
}
.category-catnew {
    border: 1px solid #FDC1C1;
    padding: 50px;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #dfeeff;
    text-align: center;
}
.category-catnew a{
	color:var(--main_color, #243461);
    font-size: 20px;
	text-transform: uppercase;
}
.category-catnew .fa{
	color:#FDC1C1;
    font-size: 20px;
}
a:hover {
    text-decoration: none;
}
.box-news-left {
    background: #dfeeff;
    padding: 0;
    border-bottom: 1px solid var(--main_color, #243461);
}
.news-left-item a {
    color: #000;
}
.news-left {
    border-top: solid 1px #fff;
}
.box-news-left .news-left{
    padding: 5px;
}
.news-left-item::before {
    left: 0;
    width: 17px;
    height: 17px;
    top: 2px;
}
.crumb {
    border-bottom: 1px solid #dfeeff;
}
.breadcrumb_custom a {
    font-weight: normal;
    color: #000;
}
.item-other-news {
    padding: 0;
}
.item-other-news ul {
    list-style: unset;
    color: var(--main_color, #243461);
    padding-left: 15px;
}
.blog-item p{
    color: #9f9f9f;
}
.service_contact .service_information .description p ,.service_contact .title-footer{
    color: #000;
}
.service_contact .service_information .cell-1-3 {
    float: none;
    width: 100%;
    margin: 0;
    padding-left: 15px;
	padding-right: 15px;
}
.center-holder .btn-send {
    width: auto;
    background: var(--main_color, #243461);
    padding: 10px 30px;
    border-radius: 10px;
}
.mobile-menu{
	display: none;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav a.closebtn {
  padding: 0;
  text-decoration: none;
  color: #fff;
  display: block;
  transition: 0.3s;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.mm-menu.mm-offcanvas.mm-opened {
    display: block !important;
}
.mm-menu.mm-offcanvas {
    width: 100%;
    z-index: 9;
}
.mm-listview > li:not(.mm-divider)::after {
    left: 0;
}
.mm-panels, .mm-panels > .mm-panel {
    background: var(--main_color, #243461);
}
.mm-listview > li > a, .mm-listview > li > span ,.mm-menu .mm-navbar a, .mm-menu .mm-navbar > *{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 10px 15px 20px;
}
.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next::before, .mm-listview > li::after {
    border-color: #aea8a8;
}
.mm-navbar {
    border-bottom: 1px solid #aea8a8;
}
.mm-next::after, .mm-prev::before {
    border-color: #fff !important;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: #fff;
}
.mm-navbar .mm-title{
	line-height:10px;
}
.footer-bottom a{
    color: #fff;
}
.social{
	margin-bottom: 20px;
}
.social a{
	color: #000;
    margin-left: 20px;
}
#search .form-control {
    background: var(--dark_color, #011e3f);
    border-radius: 11.5px;
    border: none;
}
.description a{
    color: var(--main_color, #243461);
}
.service_information .description p em{
    line-height: 20px;
}
.fa-map-marker::before, .fa-envelope-open::before, .fa-phone::before {
    margin-right: 5px;
    margin-top: 5px;
    display: block;
}
    .swiper-button-prev {
        background-color: var(--main_color, #243461);
        opacity: 0.5;
        border-radius: 3px;
        left: 0;
    }
    .swiper-button-next {
        background-color: var(--main_color, #243461);
        opacity: 0.5;
        border-radius: 3px;
        right: 0;
		left: auto;
    }
    .swiper-main-slider.swiper-container {
        /*height: 327px;*/
    }
    .swiper-main-slider .swiper-slide {
        text-align: left;
    }
    .swiper-main-slider .slider-content{
        width:auto;
        height: 80px;
        left: 100px;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        font-family: Cambria;
        font-style: normal;
        font-weight: bold;
        font-size: 36px;
        line-height: 40px;
        color: #333333;
    }
    .primary-button.button-md{
        background: var(--main_color, #243461);
        border-radius: 4px;
        padding: 10px;
        color: #fff;
        font-size:20px;
    }
    .slider-content h2 {
        font-size: 35px;
    }
.breadcrumb_custom .fa-angle-right::before {
    left: 0;
}
.infomation_company .margin-bottom-20 a{
	color: var(--main_color, #243461);
}
.footer-menu .service_information .description{
    opacity: 1;
    margin: 0;
}
.swiper-button-prev {
    background-image: url(/image/catalog/icons/Vector-pre.png);
    background-size: auto;
}
.swiper-button-next {
    background-image: url(/image/catalog/icons/Vector-next.png);
    background-size: auto;
}
.swiper-button-next, .swiper-button-prev {
    width: 18px;
    height: 36px;
}
.form-control::placeholder {
    color: #fff;
    opacity: 0.8;
}
#search .form-control {
    font-style: italic;
}
.fa-search::before {
    color: #fff;
}
.title h4{
    font-size: 16px;
    margin: 0;
}

@media(min-width: 768px){
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
@media(max-width:991px){
	.maps-maps iframe{
    	width: 100%;
    }
    .menu-header{
    	display: none;
    }
    header .menu-pc{
    	display: none;
    }
    .header-mobile {
        height: auto;
    }
    header .flex-container {
        text-align: center;
    }
    .service_contact{
    	display: none;
    }
    .mobile-menu{
        display: block;
    }
    .language .btn-group .btn-link span{
    	display: none;
    }
    .language{
        width: min-content;
    	line-height: 65px;
    }
    .footer-bottom {
        font-size: 12px;
    }
    .slider-content h2 {
        font-size: 16px !important;
        margin-right: 5px;
    }
    .slider-content .primary-button.button-md {
        display: none;
    }
    .swiper-main-slider .slider-content {
        height: auto;
        /*left: 0px;*/
        top: 50%;
        display: inline-flex;
    }
    .swiper-main-slider .swiper-slide {
        /*height: 120px;*/
    }
    .slider-content {
        padding: 0;
    }
    .swiper-main-slider.swiper-container {
        /*height: 120px !important;*/
    }
    .swiper-button-next, .swiper-button-prev {
        width: 25px;
        height: 40px;
        margin-top: 0;
        top: 50px;
    }
    .left{
    	display: none;
    }
    .bottom{
    	display: block !important;
    }
    .breadcrumb_custom .grid{
    	padding: 0;
    }
    .mobile-cell-1-1 {
        width: 100% !important;
    }
    .footer-menu .service_infomation_footer .address-1, .footer-menu .service_infomation_footer .address-2 {
        left: 0 !important;
    }
    
    .footer-menu .service_infomation_footer .cell-1-3{
    	margin: 0;
    }
    .footer-menu .service_information .description {
        margin: 0;
    }
    .description img{
    	height: auto;
    }
    .intro-detail img, .content-detail img {
        height: auto;
    }
}
.service_new_catnew .title-left {
    background-color: var(--main_color, #243461);
}
#button-btt {
    background: var(--main_color, #243461);
}    
.footer-menu .service_infomation_footer .cell-1-3 {
    /*padding-right: 0;*/
    margin-right: 0;
    width: 33%;
}
.footer-menu .service_infomation_footer .address-1,.footer-menu .service_infomation_footer .address-2{
    position: relative;
    left: 15px;
}
.menu-pc .container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*background-image: url(/image/catalog/banner/bg-head.png);*/
}  
.description{
	margin-bottom: 30px;
}
.mobile-menu .icon-option-cart {
    border: 1px solid var(--main_color, #243461);
	border-radius: 30px;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 35px;
    right: 15px;
}
.mobile-menu .icon-option-cart .fa-phone::before {
    font-size: 30px;
    color: var(--main_color, #243461);
    margin-left: 5px;
}
.section-heading .title-left {
    background-color: var(--main_color, #243461);
}
.new-latest .blog-item{
    background: #dfeeff;
    padding: 5px;
    border-bottom: 1px solid var(--main_color, #243461);
}
.content-detail{
	font-size: 16px;
}
.fa-facebook::before ,.fa-instagram::before{
    line-height: 30px;
}
.description a {
	/*color: #000 !important;*/
} 
.button_zalo_custom {
    right: 0;
    left: 40px;
    bottom: 120px !important;
    z-index: 999 !important;
}
.button_zalo_custom img {
    animation-iteration-count: inherit !important;
    border-radius: 50px !important;
} 
#error-not_found.error-box{
	text-align: center;
} 
.menubar .nav .main:hover ul{
	display: block;
}  
.nav li ul > li a {
    padding: 5px 10px;
}
.nav li ul {
    width: max-content;
}  
.mobile-menu .icon-option-cart {
    border: none;
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} 
#video-videoall-grid .blog-grid{
	margin-bottom: 30px;
}
.pagination li{
	margin: 0 10px;
}
#video-videoall-grid .blog-item h4 {
    margin-top: 5px;
} 
@media(min-width: 992px){
	.footer .lg{
        display: none;
    }
    .footer-bottom p.pull-right {
        position: relative;
        top: -28px;
    }
} 
body .button_zalo_custom{display:none!important;}
.blog-item .data-box{
  display:none
}
.footer-menu .service_information .address-0 .description p{
  display:flex;
  align-items:center
}
.service_information .address-0  .description p em {
    line-height: 1;
}
.news-left-item:before {
    filter: grayscale(1);
}
@media (min-width: 768px)
{
  .col-sm-3.left {
    position: -webkit-sticky;
    position: sticky;
    align-self: self-start;
    top: 50px;
  }
}
.right-header > .flex-container{
  align-items: center;
}
@media (max-width: 576px) {
  .swiper-main-slider .slider-content {
    left: 35px;
  }
}
@media (min-width: 768px) {
  .swiper-main-slider .slider-content {
    left: calc((100% - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .swiper-main-slider .slider-content {
    left: calc((100% - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .swiper-main-slider .slider-content {
    left: calc((100% - 1177px) / 2);
  }
}

.title-home {
       color: #000;
    font-weight: bold;
} 
.newsletter__footer .newsletter-form{
  position:relative;
}
.newsletter__footer .description_cus{
  margin-bottom:15px;
}
.newsletter__footer .newsletter-form  input[type='email']{
  display: block;
  width: 100%;
  min-height: 38px;
  padding: 0.375rem 0.75rem;
  font-size: 1em;
  line-height: 1.5;
  color: #333;
  background-color: #f9f9f9;
  background-image: none;
  margin: 0;
  border:none;
  border-radius:20px;
  outline: none;
}
.newsletter__footer .newsletter-form button[type='submit']{
  display: inline-block;
  padding: 0 15px;
  border-radius: 0;
  background: #ffb416;
  float: left;
  margin-left: 0px;
  font-size: 14px;
  color: #fff;
  border: solid 1px #ffb416;
  position: absolute;
  right: 0;
  top: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  border: none;
  color: #fff;
  background: var(--dark_color, #011e3f);
}
.error{
  margin-top:10px;
}
.social-miedia{
    margin-top:10px;
}
.list-social{
  gap:10px;
}
.list-social img{
  width:32px;
  border-radius:50%;
  /* border:1px solid #fff; */
}
#information-contact .service_contact .service_information {
  flex-direction: column;
  padding-left:15px;
}
#information-contact .service_contact .service_information .col-md-3{
  width:100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
} 
.footer-menu .service_information .address-0 .description p {
    white-space: pre-wrap;
}
.intro-detail,
.item-other-news a{
    font-size:16px;
}
   .blog-title-box span i{
       padding-right:10px;
   }
   .item-other-news i.fa.fa-angle-right{
       padding-right:10px;
   }
  