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

/*************** ADD CUSTOM CSS HERE.   ***************/

.header-wrapper.fixed {
    width: 100%;
    position: fixed;
    z-index: 7000;
    box-shadow: 0 0 5px 2px #ccc;
}


.screen3__wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.screen3__item {
    width: 32%;
	transition: all 0.2s linear;
}
.screen3__item:hover{
	 transform: scale(1.05);
}

.screen3__title {
    text-align: center;
    font-size: 2rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}
.screen3__title p {
    text-transform: none;
    font-size: 1.5rem;
    margin: 0;
	color:#fff;
}

.screen3__btn {
	margin-top:25px;
}

.screen3__btn a {
	background: #2d9fe7;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 25px;
    text-transform: uppercase;
    transition: all 0.2s linear;
}

.cot-6-lk {
	margin-top:4%;
}

.row-parner {
    border: 2px dashed var(--color);
    padding: 30px 0px;
    border-radius: 5px;
	  margin-top:-50px;
}
.row-title-parner .title-home h3 {
    text-transform: uppercase;
    font-size: 25px;
    background: var(--color);
    color: #fff;
    display: inline;
    padding: 5px 30px;
    border-radius: 10px;
}

.row-parner .col {
	padding:0px 15px 20px !important;
}

.row-parner h3 {
    font-size: 15px;
    font-family: var(--family-bold) !important;
}

.popup-top .row-form-kn .col.large-6 {
    max-width: 100%;
    flex-basis: 100%;
}
.row-form-kn .col {
	padding:0px 15px 0px !important;
}

.row-form-kn select,
.row-form-kn input {
	border-radius:30px;
}

.row-form-kn .note {
    margin-bottom: 15px;
}
.row-form-kn .open span {
	font-weight:600;
}
.row-form-kn .wpcf7-submit {
	background:var(--color);
	padding:0px 30px;
	border-radius:25px;
	float: left;
	margin-top: 6px;
}
.row-form-kn span.open span {
    display: block;
	color: var(--color);
    font-weight: 700;
}

.row-about a.button.alert.reveal-icon.btn-dt {
    color: #fff;
}

@font-face {
    font-family: 'SVN';
    src: url(fonts/SVN-Gilroy-Regular.otf);
} 

@font-face {
    font-family: 'SVN-Bold';
    src: url(fonts/SVN-Gilroy-Bold.otf);
} 

:root{
    --family :'SVN';
	--family-bold :'SVN-Bold';
}



body{
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 15px !important;
    overflow: hidden;
}
h1,h2,h3,h4,h5,h6,p,ul,li,a{
    color: #000;
}

p.cat-label.is-xxsmall.op-7.uppercase,
p.category.uppercase.is-smaller.no-text-overflow.product-cat.op-7,
.is-divider,
.entry-category,
.display-product a.quick-view,
a.quick-view.quick-view-added {
    display: none;
}

:root {
  --color: #003FA5;
}


.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: var(--color);
    color: #fff;
    border: 0px;
}

.scroll-to-bullets{display:none}

/************************************************************/
.absolute-footer {
    display: none;
}


input#s {
    height: 40px;
	background:#fff;
}

.call-btn a {
    background: var(--color);
    color: #fff !important;
    padding: 10px 15px !important;
    border-radius: 30px;
}
.call-btn a i {
	margin-right:5px;
}
img.menu-logo:before {
  content: '';
  position: absolute;
  background-image: url(img/hoang-duong-logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.header-block-block-1 {
    float: right;
}

.header-block-block-1 .featured-box .icon-box-text h3 {
  font-size:15px;
}

.header-block-block-1 .col {
  padding: 0px;
}

.top-home .item {
	float:left;
	font-size:17px;
	padding-right:10px;
}
.top-home .item span {
	margin:0px 10px;
}
.top-home .item a {
	font-weight:700;
	color:#fff;
}
.top-home .item i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    color: var(--color);
    text-align: center;
    line-height: 30px;
}
.mxh {
	float:left;
}
.mxh .item {
	float:left;
}
.mxh .item a {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 30px;
    margin: 0px 5px;
}
.mxh .item a img {
    width: 25px;
    height: 25px;
}
.top-right .time-clock {
    color: #fff;
    float: left;
    margin-right: 20px;
    font-size: 17px;
	line-height:35px;
}
.doi-ngu li.active {
	border:5px solid var(--color);
}
.doi-ngu li {
    float: left;
    /* display: flex; */
    list-style: none;
    width: 44px;
    width: calc(100%/6);
    border: 1px solid #eaeaea;
    margin: 5px 5px;
    padding: 5px;
    /* border-radius: 50%; */
}

.doi-ngu li img {
	border-radius:50%;
}

.screen5__item {
    display: flex;
    gap: 10px;
}

.screen5__img {
    width: 45%;
}

.screen5__img img {
    display: block;
    width: 100%;
    height: 100%;
}
.screen5__text {
    width: 45%;
    margin-top: 60px;
	margin-left: 15px;
	color:#fff;
}
.screen5__item  h3 {
    color: #00bcff;
    font-size: 18px;
	margin-bottom: 30px;
}

.screen5__item  h3:before {
	content:"";
	position:absolute;
    height: 3px;
    width: 100px;
    margin: 40px 0;
    background-color: #ff5251;
}

.form-dk-doingu {
    display: inline-block;
    margin: 30px 0px;
}

a.btn-doingu {
    background: var(--color);
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
    font-weight: 700;
}

/*.header-top {
  background: transparent;
}
.header-top .flex-row.container {
  background-image: url(img/top-bar.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 60px;
}
.header-top h1 {
  color: #fff;
}*/


.html_topbar_right .button.primary {
    padding: 10px 15px !important;
    border-radius: 30px;
    color: #fff !important;
    font-size: 17px;
    text-transform: none;
    background: #cc2020;
}
.header-search-lightbox a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #fdc880;
  color: #fff;
  text-align: center;
  display: block;
}
.header-search-lightbox a i {
  color: #fff;
  padding-left: 13px;
}



.header:not(.transparent) .header-nav-main  li {
    text-align: center;
}

.header:not(.transparent) .header-nav-main > li a {
  color: var(--color);
  line-height: 20px;
  font-size: 14px;
  padding: 5px 7px;
  font-weight:600;

}
.header-nav-main > li.active a,
.header-nav-main > li:hover a {
    background: #eee;
    color: #ef5655 !important;
	border-radius: 30px;
}

.nav-dropdown-default {
    padding: 0px;
    border: 0px;
	margin-top: 18px;
	min-width: 1170px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius:5px;
}

.sub-menu.nav-dropdown .sub-menu.nav-column li a,
.sub-menu.nav-dropdown li a {
    color: #000 !important;
	background: transparent !important;
	border-bottom: 0px solid !important;
	margin: 5px 25px !important;
	font-size: 17px !important;
    font-weight: 600;
}

.sub-menu.nav-dropdown .sub-menu.nav-column li a:before,
.sub-menu.nav-dropdown li a:before {
	content:"";
	width:8px;
	height:8px;
	border-radius:5px;
	background:var(--color);
	position: absolute;
  margin-top: 7px;
  margin-left: -20px;
}

.sub-menu.nav-dropdown li:hover a {
    color: var(--color) !important;
}

.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
    display: none;
}

.nav-dropdown.nav-dropdown-default li,
.nav-column.nav-dropdown-default li {
	text-align: left !important;
	padding:0px !important;
	width: 50%;
}
.nav-column.nav-dropdown-default li  a {
  color:#000 !important;
  font-weight: 300 !important;
}
.nav-column.nav-dropdown-default li.active a,
.nav-column.nav-dropdown-default li:hover a { 
  color: var(--color) !important;
  font-weight: 600 !important;
}

#test .wpcf7-submit {
  background: var(--color);
  border-radius: 10px;
  width: 100%;
  font-family: var(--family) !important;
}
.breadcrumbs a {
    color: #000;
    font-weight: 600;
}
.breadcrumbs {
     color: #000;
    text-transform: none;
}
.breadcrumbs br{display:none}
.page-title.shop-page-title.product-page-title {
    width: 100%;
    height: auto;
    padding: 0px 0 10px 0px;
    font-size: 14px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 20px 0px;
}

/***********************************************/
.title-home h3 {
  text-transform: uppercase;
  font-size: 25px;color: var(--color);
}
.title-mobile h3 {
  text-transform: uppercase;
  font-size: 14px;color: var(--color);
}
.sec-gt .col {
  padding: 0px;
}

.sec-gt .col-inner {
  padding: 20px 15px 0px 15px;
  height: 100%;
}

.sec-gt .cot-6-1 p,
.sec-gt .cot-6-1 h3 {
  color: #fff;
}
.sec-gt .cot-6-1 p {
  text-align: justify;
}

.sec-gt .wpcf7-submit {
  background: var(--color);
  border-radius: 5px;
  font-family: var(--family) !important;
}

.row-about p {
  margin-bottom:30px;
}

.row-about .btn-view {
   background: var(--color);
}

.row-about .btn-dt {
    color:#000;
   font-weight: 400;
}

.row-about .btn-dt i {
    color: var(--color);
    font-size: 20px;
}

.title-bacsi h2 {
  text-transform: uppercase;
  color: var(--color);
  padding-top: 35px;
  font-size: 20px;
  margin-bottom: 20px;
}

.sec-dnbs .owl-nav {
    display: none;
}

.sec-dnbs .owl-prev,
.sec-dnbs .owl-next {
    position: absolute;
    top: 35%;
}
.sec-dnbs .owl-prev {
    left: -30px;
}
.sec-dnbs .owl-next {
    right: -30px;
}

.sec-dnbs .owl-prev i.fa , 
.sec-dnbs .owl-next i.fa {
    color: var(--color);
    font-size: 30px;
}

.sec-dnbs #sync1 {
  /*box-shadow: 0px 0px 10px #ccc;*/
  padding: 20px 0;
  /*margin-top: -7%;*/
}
.sec-dnbs .content-link,
.sec-dnbs .content-max {
    padding: 60px 0px 0px 50px;
    color: #1a1c1c;
    font-size: 14px;
}

.sec-dnbs .content-max h3 {
    text-transform: uppercase;
    font-size: 20px;
    color: #00AEEF;
}
.sec-dnbs .content-max p {
    margin-bottom:0px;
}

.sec-dnbs .content-link a {
  background: var(--color);
  padding: 15px 30px;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.sec-dnbs .row .col {
	padding-bottom:0px !important;
	margin-bottom: -20px;
}

/*#sync4 .owl-nav,*/
#sync3 .owl-nav,
#sync2 .owl-nav {
  display: none;
}


/*#sync2 {
  margin-top: -10%;
}*/

#sync2 .item {
	border:1px solid #eaeaea;
	padding:5px;
	margin-right:5px;
	cursor: pointer;
    width: 50px;
    height: 50px;
}

#sync2  .owl-item.active.current .item {
	border:5px solid var(--color);
}
#sync2  .owl-item.active .item img {
	border-radius:50%;
	width:100%;
	height:100%;
	width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: -7px;
    padding: 3px;
}

#sync2 .featured-box {
   background: #fff;
    padding: 10px;
    text-align: center;
    display: block;
    box-shadow: 0px 0px 10px #ccc;
    border: 0.2px solid #eee;
}

#sync2 .featured-box  h4 {
	font-size:15px;
}

#sync2 .featured-box .icon img {
  border-radius: 50%;
  height: 135px;
	width:100%;
  border:2px solid #fff;
}

#sync2 .featured-box img {
  height: 135px;
  width: 135px;
  border-radius: 50%;
  border:2px solid #fff;
  margin: 0px auto;
  text-align: center;
}

#sync2 .featured-box h5{
  font-weight: 400;
  margin-bottom: 0px;
}

#sync2 .current .featured-box img,
#sync2 .current .icon img {
  border:2px solid var(--color);
}


.title-service h2 {
  margin-bottom: 30px;
  color: var(--color);
}

.item-service {
  width: calc(33.3333%);
  float: left;
  display: inline-block;
  vertical-align: top;
   white-space: normal;
}
.item-service:nth-child(3) .content,
.item-service:nth-child(1) .content {
  padding: 35px;
}
.item-service .content {
  position: relative;
}

.item-service .content .icon {
    margin-top: -45px;
     z-index: 9999;
}
.item-service .content .icon img {
  width: 80px;
  margin: 0px auto;
}
.item-service .content .pic {
  position: relative;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  z-index: -99;
  border-radius: 6px;
}
.item-service .content .pic::before {
    background: #0084c3c2 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    pointer-events: none;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease-out 0s;
    z-index: 99;
}
.item-service .content .text {
    text-align: center;
    position: absolute;
    font-size: 17px;
    top: 10%;
    left: 15px;
    width: 90%;
    color: #fff;
    opacity: 0;
    z-index: 9999;
    transition: visibility 0s, opacity 0.4s linear;
}
.item-service .content .text b {
    text-transform: uppercase;
    border: 2px solid #fff;
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
    margin-bottom: 20px;
    display: block;
}
.item-service .content .read_more {
    color: #fff;
    background-color: #e43d3b;
    padding: 8px 20px;
    border-radius: 25px;
}
.item-service .content:hover .text,
.item-service .content:hover .pic::before {
    opacity: 1;
    visibility: visible;
}
.service ul li,
.item-service .content ul li {
  list-style: none;
  color: #fff;
}

#sync4 .item {
  padding: 15px;
}
.service-mobile .thumbil-img h2,
#sync4 .thumbil-img h2 {
  font-size: 13px;
  font-weight: 400;
  margin: 15px 0px 0px 0px;
}
.service-mobile .thumbil-img  img,
#sync4 .thumbil-img img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
}
#sync4 .thumbil-img:hover img {
  border:2px solid var(--color);
}

#sync4 .owl-prev,
#sync4 .owl-next {
    position: absolute;
    top: 35%;
}
#sync4 .owl-prev {
    left: -10px;
}
#sync4 .owl-next {
    right: -10px;
}

#sync4 .owl-prev i.fa , 
#sync4 .owl-next i.fa {
    color: var(--color);
    font-size: 30px;
}

.sec-why .img-inner.dark {
    margin-bottom: -10%;
    z-index: -9999;
}
.row.row-why {
    max-width: 900px;
}
.row-why .pic {
  position: relative;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  z-index: -99;
  border: 5px solid #eaeaea
}
.row-why .pic::before {
    background: #0084c3c2 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    pointer-events: none;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease-out 0s;
    z-index: 99;
}


.row-why p {
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 50px;
    position: absolute;
    width: 100%;
    top: 40%;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    top: 30%;
    text-align: center;
    font-size: 16px;
    display: block;
    opacity: 0;
    transition: visibility 0s, opacity 0.4s linear;
}

.row-why .col-inner:hover p,
.row-why .col-inner:hover .pic::before {
    opacity: 1;
    visibility: visible;
}

.title-customer h2 {
	color: #fff;
	margin: 15px 0px;
	text-transform: uppercase;
}

/*.sec-customer:before{
  content: "";
  display: block;
  background: url(img/line-hoangduog.png) center 0 no-repeat;
  position: absolute;
  left: 0;
  top: -20px;
  width: 100%;
  height: 50px;
  z-index: 9999;
  background-size: 100%;
}*/

.sec-customer .box-about-tab {
    display: inline-block;
}
.sec-customer .tab-wrapper ul {
  margin: 0 auto 20px;
  margin-left: 35px;
  display: inline-block;
}
.sec-customer .tab-wrapper li{
    float: left;
    list-style: none;
}
.sec-customer .tab-wrapper li .icon-box-text {
  color: #fff;
  font-size: 17px;
  padding-top: 15px;
}
.sec-customer .tab-wrapper li.active .featured-box {
  padding-bottom: 10px;
  border-bottom: 3px solid #fff;
}

.sec-customer .customer-item b {
    display: block;
    font-size: 20px;
    margin-top: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.sec-customer .customer-item p {
    color: #fff;
}

.silder-customer-mobile .owl-prev,
.customer .owl-prev,
.silder-customer-mobile .owl-next,
.customer .owl-next {
    position: absolute;
}

.customer .owl-prev {
    left: 35%;
}

.customer .owl-next {
    right: 35%;
}

.customer .owl-prev i.fa , 
.customer .owl-next i.fa {
    color: #419cd4;
    font-size: 40px;
}

.silder-customer-mobile .owl-prev {
  left: 30%;
}

.silder-customer-mobile .owl-next {
  right: 30%;
}

.silder-customer-mobile .owl-dots {
    margin-left: 36%;
}

.customer .owl-dot {
    float: left;
    padding: 0px 5px;
    position: absolute;
    left: 50%;
    margin-top: 10px;
}
.silder-customer-mobile .owl-dot {
   margin-top: 0px !important;
   float: left;
   padding: 0px 5px;
}
.silder-customer-mobile .owl-dots .owl-dot span, 
.customer .owl-dot span {
    background: #fff;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
}
.silder-customer-mobile .owl-dots .owl-dot.active span,
.customer .owl-dot.active span {
    background: #00fcff;
}


.sec-video .title-home h3 {
  color: var(--color);
  margin: 15px 0px;
  font-size: 25px;
}
.sec-video .cot-6-1  .box-text {
    background-color: rgba(225, 225, 255, 0.5);
    color: #000;
    position: absolute;
    bottom: 0px;
    font-size: 17px;
    padding: 6px 0px 6px 20px;
}

.sec-video .cot-6-1 .box-shade p,
.sec-video .cot-6-1 .box-shade h4 {
	color:#000;
}
.sec-video .cot-6-2::-webkit-scrollbar-track
{
 background-color: #ddd;
}

.sec-video .cot-6-2::-webkit-scrollbar
{
 width: 12px;
 background-color: #ddd;
}

.sec-video .cot-6-2::-webkit-scrollbar-thumb
{
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
 background-color: var(--color);
	height:100px;
}
.sec-video .cot-6-2 {
    float: left;
    height: 553px;
    overflow-y: scroll;
}
.sec-video .cot-6-2 .col {
	padding:0px 15px 10px !important;
}
.sec-video .cot-6-2 h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

.sec-news .title-home h3,
.title-camket h2 {
  color: var(--color);
  margin-bottom: 15px;
  display: inline-block;
}

.sec-cknk .cam-ket-nha-khoa li {
    float: left;
    width: 20%;
    list-style: none;
    padding: 0px;
    margin: 0px;
    border: 1px solid #ccc;
    text-align: center;
    padding: 24px;
}
.sec-cknk .cam-ket-nha-khoa li.active {
  background: #ccc;
}

.commit_1_0_0__box2__ct {
    position: absolute;
    top: 48%;
    width: 50%;
    padding-left: 20px;
}
.commit_1_0_0__box2__ct .tt {
    margin-bottom: 10px;
    font-size: 30px;
    color: #000;
    padding-right: 30px;
    padding-top: 0px;
    margin: 20px 0 10px;
}
.commit_1_0_0__box2__more {
    padding-top: 15px;
    display: block;
    color: #000;
}
.commit_1_0_0__box2__more b {
    background: var(--color);
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
}
.commit_1_0_0__box2__more span {
    background: #E43D3B;
}
.commit_1_0_0__box2__more span, 
.commit_1_0_0__box2__more i {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    border-radius: 30px;
}
.commit_1_0_0__box2__more span {
    padding: 10px 10px 10px 0;
}

.sec-news .blog-2 .col {
   padding: 0 15px 10px;
}
.row.tab-thongtin {
    box-shadow: 0px 0px 5px;
    padding-top: 35px;
}
.item-thongtin a {
  background: var(--color);
  color: #fff;
  font-size: 17px;
  border-radius: 5px;
  padding: 10px 20px;
}
.item-thongtin a i {
  margin-right: 10px;
}


.sec-cknk .cot-4 .col-inner{
    background: var(--color);
    padding: 15px;
    border-radius: 8px;
    height: 100%;
}

.commit_1_0_0__box3tt {
  color: #fff;
  margin-bottom: 10px;
}

.search_district select {
    width: 100%;
    text-align: center;
    text-align-last: center;
    padding: 5px;
    background-color: #6DCFF6;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
}

.list-store{
  background-color: #fff;
  margin-top: 10px;
  height: 190px;
  border-radius: 6px;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
  overflow-y: scroll;
}
.sub-load{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.sub-load .address {
    width: 50%;
    float: left;
    padding-right: 5px;
}
.sub-load .icon__call, 
.sub-load .icon__time {
    width: 25%;
    padding-top: 22px;
    float: left;
    position: relative;
}
.sub-load .icon__call::before {
    background: url(img/call.png) center 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0px;
    left: 10px;
    display: block;
    content: "";
    width: 23px;
    height: 23px;
}
.sub-load .icon__time::before {
    background: url(img/lich.png) center 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0px;
    left: 18px;
    display: block;
    content: "";
    width: 16px;
    height: 25px;
}

.sec-cknk .cot-4 .wpcf7-form {
  text-align: center;
}

.sec-cknk .cot-4 .wpcf7-submit {
  text-transform: uppercase;
  background: #e43d3b;
  color: #fff;
  outline: unset;
  font-size: 16px;
  padding: 0px 20px;
  border-radius: 25px;
  font-family: var(--family) !important;
}

.form-lichhen img,
.form-phone img {
  width: 50%;
  margin-bottom: 10px;
}

.form-phone .popup_call_1_1_0_pop-note {
  padding: 20px 0 10px;
  color: #666;
  font-weight: 600;
  font-style: italic;
}

.phone-phone {
    background: #ea3b41;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    padding: 12px 0;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    margin: 10px auto;
}
.phone-phone i {
  margin-right: 10px;
}

.form-phone .wpcf7-submit {
  text-transform: none;
  background: var(--color);
  font-family: var(--family) !important;
}

.popup_regist_1_0_1_headerBox_tt {
    background: #286C9D;
    margin: 15px 8px;
    padding: 13px 30px 12px 30px;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    color: #fff;
}


.form-lichhen .wpcf7-submit {
  width: 100%;
    background: #DD4A39;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 5px;
}
.form-lichhen input,
.form-lichhen textarea {
    background: #ddd;
    border: none;
    margin-bottom: 5px;
}
.popup_regist_1_0_1_contact p {
    margin: 6px 0 12px;
    font-size: 12px;
    font-style: italic;
}
.popup_regist_1_0_1_contact p a {
    color: #cc431d;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
}


.mfp-container.mfp-s-ready.mfp-inline-holder {
    z-index: 9999;
    position: absolute;
    top: 30px;
}

.mfp-content{
  color: #000;
  text-align: justify;
  font-family: var(--family) !important;
}
.mfp-content img {
  width: 100%;
  display: block;
}
/*.mfp-content .lightbox-content {
   overflow: scroll;
   height: 500px;
}
*/

/*.Click-here {
  cursor: pointer;
  background-image: linear-gradient(190deg, #f83600 0%, #fee140 100%);
  color: #fff;
  width: 180px;
  text-align: center;
  font-size:16px;
  padding: 18px 0;
  margin: 0 auto;
  transition:background-image 3s ease-in-out;
}
.Click-here:hover{
  transition:background-image 3s ease-in-out;
  background-image: linear-gradient(90deg, #fee140 0%, #f83600 100%);
}*/
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 350px;
  margin: 30px auto;
  top: 50px;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
    overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -15px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: var(--color);
}


/******************************************************/

.post-sidebar.large-3.col {
    padding: 0px;
}

.blog-single {
  padding-top: 0px;
}

.blog-single .entry-header-text {
  padding:0px;
  margin-bottom: -20px;
}

.row-divided>.col+.col:not(.large-12) {
    border-left: 0px solid #ececec;
}


.blog-archive .box-blog-post.box-text-bottom {
    border: 1px solid #eaeaea;
    border-radius: 10px;
}


.blog-archive .image-cover {
    padding-top: 75% !important;
}

.blog-archive .box-text{
    padding: 10px;
    background: #f1f1f1;
}
.post_related .box-text-bottom {
    padding: 10px;
    border: 1px solid #eaeaea;
}
.post_related h5.post-title,
.blog-archive h5.post-title{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-flex: 3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-transform: uppercase;
}
.post_related p.from_the_blog_excerpt,
.blog-archive p.from_the_blog_excerpt {
    height: 70px;
    overflow: hidden;
}

.post_related h3.widget-title {
  color: var(--color);
  text-align: center;
   font-size: 25px;
}

.post_related .col {
  padding: 0px 10px 5px !important;
}



/******************************************************/

.footer-1 .col {
   padding: 0 15px 0px;
}

.footer-logo img {
  width: 45%;
  margin-bottom: 30px;
}
.bocongthuong img {
  width: 50%;
}
.footer_2_1_0__box2-title h3, {
  text-transform: uppercase;
  font-size: 15px;
  margin: 20px 0 10px;
  color: #fff;
}
.footer_2_1_0__box2-title p  {
  text-transform: uppercase;
  font-size: 20px;
  margin: 20px 0 10px;
  color: #fff;
}
.footer_2_1_0__box2-title b {
    color: #67C5EA;
}

.footer_2_1_0__box2-Social a {
  float: left;
}
.footer_2_1_0__box2-Social br {
  display: none;
}

.footer_2_1_0__box2-Social .boxtop__call-2 {
    background-color: #FF706F;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    line-height: 43px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    padding: 0px 10px;
    margin-right: 10px;
}
.footer_2_1_0__box2-Social .boxtop__call-2::before {
    content: '';
    background-image: url(img/icon-phone.png);
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    display: block;
    position: relative;
    top: 7px;
    margin-right: 10px;
}
.footer_2_1_0__box2-Social-zalo,
.footer_2_1_0__box2-Social-youtube,
.footer_2_1_0__box2-Social-facebook {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    border-radius: 50%;
    background-color: #FF706F;
}
.footer_2_1_0__box2-Social-zalo img {
    height:30px;
    width:30px;
}


.footer_2_1_0__box2__DoiTac b {
    color: #67C5EA;
}
.footer_2_1_0__box2__DoiTac li {
  color: #fff;
  padding-left: 15px;
}

.footer_2_1_0__box2__DoiTac ul li::before {
    content: '';
    display: block;
    background-image: url(img/icon-lk.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0px;
}

.footer_2_1_0_sub {
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding-top: 15px;
    line-height: normal;
}
.footer_2_1_0_sub a {
    text-decoration: underline;
    color: #fff;
}

.absolute-footer .pull-left {
    float: none !important;
    text-align: center !important;
}


.header-button a{
    background: var(--color);
}

.sidebar-menu.no-scrollbar {
    background: #fff;
}
.sidebar-menu.no-scrollbar ul li {
  border-bottom: 1px dashed #ccc;
}

.toggle,
.sidebar-menu.no-scrollbar ul li a {
    color: #000;
    font-family: var(--family) !important;
}

.sidebar-menu.no-scrollbar ul li.active {
  background: #fff !important;
}

.sidebar-menu.no-scrollbar ul li.active ul.sub-menu {
  background: var(--color) !important;
}
.sidebar-menu.no-scrollbar ul li.active ul.sub-menu li a {
  color: #fff !important;
  padding: 5px 10px 5px 0px;
}

  

#mobile-bottom-navigation {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    border-top: 1px solid #ededed;
    background: var(--color);
}

#mobile-bottom-navigation li {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    vertical-align: top;
    list-style: none;
    text-align: center;
    list-style: none;
    width: 22%;
}

#mobile-bottom-navigation .img img {
  width: 60px;
}
#mobile-bottom-navigation li a {
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--family) !important;
}
#mobile-bottom-navigation li a i {
  font-size: 35px;
}

.mfp-content #address-mobile {
    background: #e8f9ff;
    color: #000;
    border-radius: 8px;
    padding: 15px 20px;
    line-height: 26px;
}

#mobile-bottom-navigation li.grid_item-form {
  width: 30%;
}

#mobile-bottom-navigation li.grid_item-form a{
  background: #ba1111;
    padding: 6px 5px;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
}

.nav-social {
    position: fixed;
    right: 15px;
    /*background: #fff;*/
    border-radius: 5px;
    width: auto;
    z-index: 150;
	bottom:50px;
    /*top: 150px;*/
    padding: 10px 0;
    /*border: 1px solid #f2f2f2;*/
}
.nav-social ul li {
   /* border-bottom: 1px solid #d6d6d6;*/
    padding-bottom: 10px;
    list-style: none;
    text-align: center;
}
.nav-social li.class-address {
    text-align: center;
    font-size:11px;
}
.nav-social ul>li a {
    padding: 5px 12px 5px 12px;
    display: block;
    text-align: center;
    font-size: 11px;
    line-height: 15px;
    color: #000;
    font-weight: 400;
    max-width: 80px;
    max-height: 60px;
    text-decoration: none;
}
.nav-social li.class-address img,
.nav-social ul>li a img {
    margin-bottom: 10px;
   /* width: 60%;*/
}

.nav-social ul>li.class-5 {
   background:var(--color);
}
.nav-social ul>li.class-5 a {
   color:#fff;
}


.nav-social ul li.class-address:hover .tool_1_0_0__dropdown{
  display:block;
}

.tool_1_0_0__dropdown {
    display: flex;
    display:none;
    position: absolute;
    top: 0;
    right: 80px;
    color: #000;
    height: 578px;
    overflow-y: auto;
    padding: 25px 10px;
    width: 265px;
    flex-direction: column;
    gap: 10px;
    background: #fff;
    text-align: left;
    border:2px solid var(--color)
}
.tool_1_0_0__address {
    font-size: 14px;
    font-weight: 600;
}
.tool_1_0_0__dropdown .tool_1_0_0__address ul {
    margin: 5px 0px !important;
}
.tool_1_0_0__dropdown .tool_1_0_0__address li {
    text-align: left!important;
    font-weight: 300 !important;
    padding:10px 0px;
}




.date-single {
    width: 100%;
    display: flow-root;
}

.date-single li {
    list-style: none;
    float: left;
    padding: 0px 10px;
}
.date-single li p span,
.date-single li p i {
   margin-right:5px;
}
h1.entry-title {
    color: var(--color);
    font-weight: 600;
}


.list-view {
    border: 1px solid #d3efff;
    padding: 0px 10px;
    border-top: 0;
    margin: 0 0 10px;
}

.siderbar_news-item {
    display: flex;
    margin: 10px 0;
    flex-wrap: wrap;
}

.siderbar_news-item .img {
    padding-right: 10px;
    width: 40%;
}
.siderbar_news-item .img img {
    width: 100%;
}


.post_related .siderbar_news-item .img img {
    height:150px;
}

.siderbar_news-item .tt {
    font-size: 14px;
    width: 60%;
    flex: 1;
    margin: 0;
    font-weight: 600;
    text-align: left;
}

.siderbar_news-item a {
    font-size: 14px;
    color: #000;
}

span.widget-title {
    width: 98%;
    background-color: #0055a4;
    color: #fff!important;
    padding: 10px;
    line-height: 1.5;
    display: block;
    margin-left: 5px;
}
span.widget-title span:before {
    content: "";
    background-color: #ef413d;
    width: 3%;
    margin-top: -10px;
    padding: 10px 0;
    height: 43px;
    position: absolute;
    left: 0px;
}

.widget_text .wpcf7 {
   margin-top:15px;
}
.widget_text .wpcf7 input {
   background: #ddd;
}

.widget_text .wpcf7 input.wpcf7-submit {
   width: 100%;
    background: #DD4A39;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 5px;
}

.entry-content.single-page {
  color: #000;
}

.entry-content.single-page h2{
  color: var(--color);
  margin: 15px 0px 30px 0px;
}

.entry-content.single-page h2::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 4px;
    border-bottom: 4px solid #EF482A;
    left: 35px;
    margin-top: 34px;
    padding: 2px 10px;
    z-index: 1;
}
.entry-content.single-page h2::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    border-bottom: 1px solid #05ADE6;
    left: 35px;
    margin-top: 40px;
}

.list-doctor .col {
  padding: 0px 5px 10px;
}

.list-doctor img {
  width: 100%;
}

.lightbox-content .title-popup {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
}

.lightbox-content ul li {
  list-style: none;
}

.why-mobile .col {
  padding: 0px 15px 15px !important;
}

.why-mobile p {
  margin-top: 10px;
}
 
.why-mobile .pic img{
  border:5px solid #eaeaea;
}

.list-commit-mb .commit_box2__pic {
    position: relative;
    text-align: right;
}
.list-commit-mb .commit_box2__pic img {
    width: 70%;
    height: auto;
}
.list-commit-mb .commit__ct {
    display: flex;
    position: relative;
    margin-top: -24%;
}
.list-commit-mb .tt {
    text-align: left;
    padding-left: 15px;
    width: 50%;
    margin-bottom: 50px;
    font-size: 14px;
}
.list-commit-mb .commit-item-mobile:nth-child(4n) .tt {
  margin-bottom: 70px;
}
.col.mobile,
.col.mobile .col {
  padding: 0px 15px 0px !important;
}

.class-img-1 {
  margin-bottom: -30px;
}

#form-dk img {
   width:60%;
   margin: auto 
}


/*.post-meta.is-small.op-8 {
    margin-left: 48px;
    color: #000;
    font-size: 13px;
}

.blog-1-1 span.tacgia {
    margin-top: -90px;
    display: block;
}

span.tacgia {
    margin-top: -22px;
    display: block;
}*/

/**************************************************/

@media only screen and (min-width: 1640px) {
    .sec-gt {
      padding-top: 83px;
    }
}


@media only screen and (min-width: 991px) {
  #mobile-bottom-navigation {
    display: none;
  }
  .mobile{display: none;}
  
}

@media only screen and (max-width: 991px) {
   
     .PC {
        display: none;
      } 
	  
    .sec-gt .bg.section-bg,
  	.sec-dnbs .section-bg.bg-loaded {
  		background: none !important;
  	}
    .header-main li.html.custom {
      display: block !important;
    }

    .header-search.header-search-lightbox a {
      background: transparent !important;
      border: 1px solid var(--color);
      width: 30px;
      height: 30px;
    }
    .header-search.header-search-lightbox a i{
      color: var(--color);
      padding: 0px;
      padding-left: 6px;
      line-height: 9px;
    }

}



@media only screen and (max-width: 767px) {
 

    .blog-archive .post-item {
        width: 33.3% !important;
        float: left;
    }
    .title-bacsi h2 {
      margin-top: 0px;
      padding-left: 10px;
      padding-top: 20px;
    }
    .sec-dnbs .content-link, 
    .sec-dnbs .content-max {
        padding: 60px 0px 0px 10px;
    }
    .sec-dnbs .content-link a {
        padding: 15px 20px;
    }
    .sec-dnbs #sync1 {
        margin-top: -10%;
        z-index: -999;
    }


    .item-service:nth-child(3) .content, 
    .item-service:nth-child(1) .content {
        padding: 10px;
    }
    .item-service .content .icon {
        margin-top: -25px;
    }
    .item-service .content .icon img {
        width: 50px;
    }
    .sec-customer .tab-wrapper ul {
      margin-left: 0px; 
    }
    .sec-customer .tab-wrapper li{
      margin: 0px;
      margin-bottom: 10px;
      width: 33%;
    }
    .sec-customer  .featured-box {
      text-align: left !important;
    }
    .sec-customer  .featured-box .icon-box-img {
      width: 45px !important;
      margin-right: 18px;
    }
    .sec-customer .tab-wrapper li .icon-box-text {
        font-size: 13px;
    }

    .sec-customer .tab-wrapper li.active .featured-box {
        padding-bottom: 0px;
        border-bottom: 0px solid #fff;
    }
    .sec-customer .tab-wrapper li.active .icon-box-text {
        color: yellow;
        font-weight: 600;
    }
    .sec-customer .customer-item b {
        display: block;
        font-size: 9px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .item-thongtin a {
      font-size: 12px;
    }

   /* .sec-service {
      margin-top: -10%;
    }*/
    .sec-customer:before{
      top: -10px;
    }
    
    .class-img-1 {
      margin-bottom: 0px;
    }

    .class-img-2 {
      margin-top: -20px;
    }
    .row-class-img .col {
      padding-bottom: 10px;
    }
    .cot-6-1 .col {
      padding-bottom: 0px !important;
    }
    
    .title-camket h2 {text-align: center;}

    .blog-2.moblie .box-vertical .box-image {
        width: 40% !important;
        float: left;
        padding-right: 10px;
    }
    .blog-1-1 .col {
      padding-bottom: 0px !important;
    }

    .sec-gt {
      padding: 0px !important;
    }
    .sec-service.mobile .title-home h3 {
        font-size: 24px;
        margin-bottom: 15px;
		font-weight:bold;
    }

    .list-doctor .col-inner {
      margin-bottom: 30px;
    }
    .entry-content.single-page h2::after,
    .entry-content.single-page h2::before {
     display: none;
    }


    /*************************************/
    
    .sec-dnbs .title-bacsi {
        margin-bottom: -20px;
    }
    .sec-video,
    .sec-dnbs {
        padding: 0px !important;
    }
    .title-service h2 {
       margin-bottom: 0px;
       margin-top: 100px;
    }
    .service-mobile .col {
       padding :0px 15px 5px !important;
    }
    .service-mobile .thumbil-img h2 {
       font-weight: 600;
    }
    .sec-cknk .cot-4,
    .sec-video .cot-6-1 {padding-bottom: 0px !important;}
    .sec-video .title-home.text-center {
        margin-bottom: -30px;
    }
    .sec-news .title-home h3 {
        margin-bottom: -5px;
    }
    .sec-news .col.medium-6.small-12.large-6 {
        padding:0px 15px 0px !important;
    }
    .row.blog-2.moblie.large-columns-1.medium-columns-2.small-columns-2 {
        margin-top: -30px;
    }
    .sec-why {
      padding: 0px !important;
    }
	
	.screen5__text {
		margin-top: 0px;
		width:100%
	}
	
	.screen5__img {
		display: none;
	}
	/*creen5__img img {
		height: auto;
	 	margin-top: 0px;
	}*/
  
}

@media only screen and (max-width: 500px) {
    .blog-archive .post-item {
        width: 50% !important;
        float: left;
    }
    .sec-dnbs #sync1 {
      margin-top: -25% !important;
    }
    .sec-dnbs .icon-box-text h4 {
      font-size: 13px;
    }
    .sec-customer .tab-wrapper li{
      margin: 0px;
      margin-bottom: 10px;
      width: 50% !important;
    }
    .commit_1_0_0__box2__ct {
        width: 100%;
    }
    .commit_1_0_0__box2__ct .tt {
      font-size: 13px;
    }
    .sec-customer:before{
      top: -5px !important;
    }
   
    
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}