.w1200{
    width: 1200px;
    margin: 0 auto;
}
.w800{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.w670{
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
}
.mobile-only{display: none !important;}
/* height */
.h-auto{height: auto;}
.h-100vh{height: 100vh;}

.bg-overlay{
    background-image: linear-gradient(to bottom, rgb(9 30 66 / 70%) 0%, var(--color-main) 90%);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    display: none;
    position: fixed;
    z-index: 2;
    pointer-events: none;
}
.bg-overlay.open{display: block;}

/*-----------------------------------------------*/
/* #wrapper{
    position: relative;
    right: 0;
    overflow: hidden;
    -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased; 
    text-rendering: optimizeLegibility;
    -ms-transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.wrapper-open{right:480px !important;}
.wrapper-fixed{
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms linear;
}
.wrapper-fixed.open{
    opacity: 1;
    visibility: visible;
} */

/* .column {float: left;} */

.box-title {
    display: inline-block;
    width: 100%;
}
/* Top Bar */
.topbar{
    margin: 0 auto;
	position: relative;
	width: 100%;
}
.topbar-icon{
    cursor: pointer;
    position: absolute;
    content: "";
    background: #eee;
    width: 20px;
    height: 20px;
    right: 0;
    top: calc(50% - 10px);
    z-index: 10;
    border-radius: 50%;
}
.topbar-icon:hover{
    background: #ddd;
}
.topbar-icon::before{
    position: absolute;
    width: 12px;
    height: 2px;
    content: '';
    background: #999;
    display: block;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    top: calc(50% - 1px);
    left: calc(50% - 6px);
}
.topbar-icon::after{
    position: absolute;
    width: 12px;
    height: 2px;
    content: '';
    background: #999;
    display: block;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    top: calc(50% - 1px);
    left: calc(50% - 6px);
}
/* end Top Bar */

/* Header */
#header {
	width: 100%;
	/* height: 80px; */
	padding:0;
	background: transparent;
    transition: height 0.5s;
    -webkit-transition: height 0.5s ease-out;
    -moz-transition: height:  0.5s ease-out;
    box-shadow:0px 10px 10px rgb(0 0 0 / 5%);
    /* box-shadow: 0 4px 8px 0 rgba(0,0,0,.03);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;*/
}
/* #header:hover{background-color: #fff;z-index: 1;}
#header::before{
    position: absolute;
    top: 0;
    height: 100px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.5;
    content: '';
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: -1;
    transition: .5s;
}
#header .main{
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}*/
 #header.small{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.03);
    height: 50px;
    background: rgba(255,255,255,.7);
    backdrop-filter: blur(15px);
}
#header.small::before{
    background-image: none;
}
.logo {
	width: 110px;
	height: 80px;
    display: block;
	margin-right: 10px;
     -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.logo img{width: 100%;height: 100%;}
.logo.small{
    width: 60px;
    height: 50px;
}

.header-right.small{
    min-height: 50px;
}

/*.yeucau-baogia{
	max-width:227px;
	position:relative;
	top:4px;
	margin-right: 10px;
}
.yeucau-baogia::before{
	position:absolute;
	content:"";
    background: url('../images/icon-money.svg') no-repeat 0 center / 24px;
	width:24px;
	height:24px;
	top:calc(50% - 12px);
}
.yeucau-baogia:hover::before{animation: 1s ease-in-out 0s normal none infinite running bounce;}
@keyframes bounce {
    0%{transform: translateY(0);}
    10%{
    	transform: translateY(-4px);
    	transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20%{
    	transform: translateY(-6px);
    	transform: rotate(25deg) scale(1) skew(1deg);
    }
    40% {transform: translateY(-8px);}
    60% {transform: translateY(-10px);}
    100%{transform: translateY(0);}
}
.yeucau-baogia .text{
	display:block;
	text-transform:uppercase;
	font-weight: 600;
	font-size: 13px;
	margin:10px 0 0 30px;
	letter-spacing:1px;
	color:#111;
}*/
.hotline, .header-email, .header-address{
	position:relative;
}
.hotline::before{
	position:absolute;
	content:"";
    background: url('../images/icon-phone5.svg') no-repeat 0 0 / 32px;
	width:32px;
	height:32px;
	top: calc(50% - 14px);
    animation: 1s ease-in-out 0s normal none infinite running quick-alo-circle-img-anim;
}
.text-normal{
    display:block;
    font-size:12px;
    margin-left:40px;
    font-weight: 500;
}
.phone-number{display:block;margin-left:40px; font-weight: 700; font-size: 20px;line-height: 1;}
.phone-number a{
    color:var(--color-link);
    letter-spacing: .5px;
    background: linear-gradient(to right,#e0af5d,#faeb9c,#e0af5d,#faeb9c);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

.header-email::before{
    position:absolute;
    content:"";
    background: url('../images/icon-mail.svg') no-repeat 0 0 / 32px;
    width:32px;
    height:32px;
    top: calc(50% - 16px);
}
.header-address::before{
    position:absolute;
    content:"";
    background: url('../images/icon-address.svg') no-repeat 0 0 / 32px;
    width:32px;
    height:32px;
    top: calc(50% - 16px);
}
.header-email p,
.header-address p{
    margin-left: 40px;
    line-height: 1.4;
}

/* Search */
#search {
	margin: 0px auto;
    width: 100%;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .35s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: var(--white);
    z-index: 1;
    padding: 20px 0;
}
#search.open{transform: scaleY(1);}
#searchbox {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}
#searchbox.search-box-top{width: 100%;max-width: 700px;}
#search-input {
    width: 100%;
    height: 44px;
    border: none;
    padding: 0 10px 0 40px;
    margin: 0;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}
#search-input:focus{color: #333;}
#search-button{
	width: 44px;
	height: 44px;
	display: flex;
    align-items: center;
    justify-content: center;
	border:0;
	margin-right: -44px;
	cursor: pointer;
    background: none;
    padding: 0;
    z-index: 1;
}
.icon-search{
	width: 20px;
	height: 20px;
	display: block;
    margin-top: 3px;
    color: var(--color-second);
}
.search-open,
.search-close{
    display: block;
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    margin: 0;
    padding: 5px;
    border-radius: 50%;
    color: var(--color-second);
}
.search-open:hover,
.search-close:hover{
    background-color: var(--light-gray);
}
.search-close{
    position: absolute;
    right: 20px;
    top: 20px;
}
#remove-keyword{
    position: absolute;
    content: "";  
    width: 24px;
    height: 24px;
    right: 10px;
    top: 10px;
    z-index: 10;
    display: none;
    cursor: pointer;
    border-radius: 50%;
    background: rgba(0,0,0,.05);
}
#remove-keyword:hover{background: rgba(0,0,0,.1);}
#remove-keyword::after{
	position: absolute;
    width: 12px;
    height: 2px;
    content: '';
    background: var(--color-second);
    display: block;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    top: calc(50% - 1px);
    left: calc(50% - 6px);
}
#remove-keyword::before{
	position: absolute;
    width: 12px;
    height: 2px;
    content: '';
    background: var(--color-second);
    display: block;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    top: calc(50% - 1px);
    left: calc(50% - 6px);
}
/* search ajax */
#search.open-v2{
    transform: scaleY(1);
    /* bottom: 0; */
    z-index: 10;
}
#search.open-v2 #searchbox{
    width: 100%;
    max-width: 700px;
}
.search-result{
    width: 100%;
    margin: 0 auto;
}
.search-result.open{
    height: calc(100vh - 80px);
    overflow-x: auto;
}
.search-result p{padding: 10px 0;}
.article-list{max-width: 670px;margin: 0 auto;}
.article-item{padding-bottom: 20px;}
.article-item a {display: block;overflow: hidden;}
.article-item__thumb{
    display: block;
    width: 33%;
    margin-right: 10px;
    float: left;
}
.article-item__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 7px;
    object-fit: cover;
}
.article-item h3 {display: block;overflow: hidden;line-height: 1.3;font-size: 20px;color: var(--color-main);font-weight: 600;}
.article-item span{color: var(--color-second); font-size: 12px;}

/* end Search */
/* end header */

/* Main Nav */
#mainnav {
    /*background: linear-gradient(to right, #007533 0%, #a8c66c 100%);
   background: #007533;
    min-height:50px;
    width:100%;*/
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
/* menu top */
#menutop ul{
    background: #fff;
    -webkit-box-shadow: 0 0.5rem 0.6rem rgb(0 0 0 / 5%);
    box-shadow: 0 0.5rem 0.6rem rgb(0 0 0 / 5%);
    border-radius: 14px;
    transform: scaleY(0);    
    transform-origin: top;
    transition: transform 0.26s ease;
    border: 1px solid #eee;
}
#menutop ul a {
  padding: 5px 10px;
  display: block;
  color: #11182f;
  font-weight: 500;
}
#menutop ul a:hover {
    color: #000;
    background: #f2f2f3;
    border-radius: 7px;
}
/* cols2 */
#menutop .cols2{
  -moz-column-count: 2;
    -webkit-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
  position: absolute;
  z-index: 4;
  left: inherit; 
  padding: 10px 20px;
}
/* cols2 */
#menutop .cols3{
  -moz-column-count: 3;
    -webkit-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
  position: absolute;
  z-index: 4;
  left: inherit; 
  padding: 10px 20px;
}
/* cols5 */
#menutop .cols5{
  position: absolute;
  z-index:5;
  left: 0; 
  width: 100%;
  padding: 10px -webkit-calc((100vw - 1170px) / 2);
  padding: 10px calc((100vw - 1170px) / 2); 
  box-sizing: border-box;
}
#menutop .cols5 > li{
    margin: 0 10px;
    width: calc(20% - 20px);
    float: left;
}
/* level0 */
#menutop > li {
  float: left;
  display: block;
  overflow: visible;
  height: 50px;
}

#menutop > li:hover ul{
    transform: scaleY(1);
}
#menutop > li > a {
    margin: 0px 15px;
    min-width: 20px;
    display: block;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-main);
    position: relative;
    overflow: hidden;
    transition: background-size .35s ease-out;
    background: linear-gradient(#fed672, var(--color-yellow)) no-repeat left 99%/0 30%;
}
#menutop > li:not(.first-item) > a:hover,
#menutop > li:not(.first-item).active > a {color: #f5f5f7;background-size: 99% 30%;}
#menutop.small > li > a {
    font-size: 13px; 
    color: var(--color-main) !important;
}
#menutop.small > li > a:hover{color: inherit;}
/* #menutop > li:not(.first-item) > a::before,
#menutop > li:not(.first-item):hover > a::before{
	content: "";
    display: block;
    position: absolute;
    height: 7px;
    width: 7px;
    left: calc(50% - 2px);
    bottom: -4px;
    background: var(--color-yellow);
    -webkit-transition: bottom .3s cubic-bezier(.25,.46,.45,.94);
    transition: bottom .3s cubic-bezier(.25,.46,.45,.94);
    border-radius: 50%;
}

#menutop > li > a:hover::before, 
#menutop > li:hover > a::before{bottom: 0;} */

#menutop > li.first-item{text-indent: -9999px;}

#menutop > li.first-item a::before,
#menutop > li.active.first-item a::before{
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    left: 0;
    top: calc(50% - 10px);
}
#menutop > li.first-item a:hover::before{
    background: url('../images/icon-home-active.svg') no-repeat center center / 18px;
}
#menutop > li.first-item a::before{
    background: url('../images/icon-home.svg') no-repeat center center / 18px;
}

.first-item .has-image{
  background-position: center calc(50% - 3px);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  display: block;
}
#menutop.small .first-item .has-image{
    width: 15px;
    background-position: center center;
}
/* haschild */
.haschild .menu-title{
    position: relative;
    padding-right: 5px;
}
.haschild .menu-title::before{
    position: absolute;
    content: "";
    border-bottom: 2px solid #eee;
    border-left: 2px solid #eee;
    right: -10px;
    bottom: 50%;
    width: 6px;
    height: 6px;
    transform: rotate(315deg);
}
/* havechild */
.havechild > .cols1 {
  position: absolute; 
  z-index: 2;
  height: auto;
  padding: 20px;
  min-width: 250px;
}
.havechild > .cols1::before{
    position: absolute;
    content: "";
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    left: 50%;
    top: -7px;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    border-radius: 0 0 0 4px;
    background: #fff;
}
/* havesubchild */
.havesubchild .cols1 {display: block;position: static;box-shadow: none !important;}
.havesubchild > a{position:relative;color: #e10531 !important;font-weight: 600;margin-bottom: 10px;}
.havesubchild > a::before{
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #e10531;
    content: '';
    bottom: 0;
    left: 0;
}
.sale-off{float:right !important;}
.sale-off a{
    background: #fff;
    color: #000 !important;
    border-radius: 50px;
    height: 30px !important;
    line-height: 30px !important;
    top: 10px;
}
.sale-off a:hover{
    color: #be1128 !important;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.sale-off .has-image{
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding: 5px 0;
}
.sale-off .menu-title{margin-left: 30px;position: relative;}
/* end menu top */


/* mod slideshow */
.big-banner{position: relative;}
.big-banner .bg-fill{min-height: 550px;}
.box-container{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    min-height: 500px;
    position: relative;
}
.big-banner .box-text {
    position: absolute;
    top: 20%;
    left: 8%;
    max-width: 500px;
    z-index: 1;
}
.big-banner .box-text h2 {
    font-size: 24px;
    color: var(--primary-2);
}
.big-banner .box-text h3 {
    font-size: 48px;
    color: var(--white);
    margin-bottom: 24px;
    line-height: 1.1;
}
.big-banner .box-text .text {
    color: var(--white);
    margin-left: 16px;
    font-size: 18px;
    font-weight: 500;
}
.big-banner .btn{
    padding: 16px 32px 16px 48px;
    border-radius: 32px;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 2s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    text-transform: none;
    margin-top: 24px;
}
/*shape bottom*/
.shape-bottom{
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 1;
}

.shape-bottom svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 163px;
}
.shape-bottom svg path{fill: #fff;}

/* layout brands */
.partner{margin:20px 0; }
.partner .item{
    max-width: 170px;
    margin: 0 15px;
    transition: all .25s ease;
}
.partner .item img{
     /* filter: brightness(100%) contrast(100%) saturate(0%) blur(0) hue-rotate(0deg); */
     filter:grayscale(100%);
}
.partner .item:hover{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transform: scale(1.1);
}
.partner .item:hover img{filter:grayscale(0%);}
/* emd mod_slideshow */

/* topsl */
#topsl{position: relative;}
/*#topsl .main{width: 1366px;}
#topsl::before{
    position: absolute;
    content: "";
    top: 0;
    left: calc(50% - 683px);
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1366px;
    z-index: -1;
    display: inline-block;
    background-image: url('../images/bg-overlay.png');
    background-repeat: no-repeat repeat-y;
    background-position: 50%;
    background-size: contain;
    -webkit-animation: move_wave 10s linear infinite;
    animation: move_wave 10s linear infinite;
}
@-webkit-keyframes move_wave {
  0% {
    transform: translateZ(0) translateY(0) scaleY(1); }
  100% {
    transform: translateZ(5px) translateY(-50%) scaleY(1); } }

@keyframes move_wave {
  0% {
    transform: translateZ(0) translateY(0) scaleY(1); }
  100% {
    transform: translateZ(5px) translateY(-50%) scaleY(1); } }
*/
/*#topsl::after{
    content: "";
    position: absolute;
    width: 1600px;
    height: 50px;
    z-index: -1;
    bottom:0;
    left: calc(50% - 800px);
    border-radius: 53% 47% 48% 52% / 100% 100% 0% 0%;
    background: rgba(5, 150, 231,.1);
}*/
#topsl h2{
    font-family: var(--font2);
    font-weight: 700;
    color: var(--yellow);
    text-shadow: 2px -1px 0px rgb(0 0 0 / 15%);
    letter-spacing: 1px;
}
#topsl h3{
    font-size: 30px;
    font-weight: 700;
    color: var(--color-main);
    font-family: var(--font2);
}
.info-img img{
    box-shadow: -1rem 1.25rem 1.5rem rgb(0 0 0 / 15%), 0 1.5rem 2.2rem rgb(0 0 0 / 10%);
    border-radius: 7px;
}
.info-content-not-img{ padding-left: calc((100% - 1200px)/2);padding-top: 50px;}
.info-content-not-img span {
    text-transform: uppercase;
    font-family: var(--font2);
    font-size: 25px;
    font-weight: 700;
    color: rgb(255, 188, 1);
}
.info-content-not-img div{color:#fff;text-align: center;line-height: 1.5;text-transform: uppercase;font-weight: 500;}

.info-content{max-width: 800px;padding: 50px 100px;margin: 0 auto;}
.col.info-content{padding: 50px 0;}
.info-content p{margin-bottom: 10px;text-align: justify;}

.info-img{
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}


/* bg-image */
.bg-image, .bg-image-right{
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto;
    min-height: 100vh;
    /*background-attachment: fixed; //parallax*/
}

/* topsl1 */
#topsl1{padding: 10px 0;}
#topsl1 .ja-box-right{
	width: 32.084% !important;
	float: right;
}
#topsl1 .box-title h2{
	float:left;
	font-size: 14px;
	text-transform: uppercase;
    line-height: 2;
}
#topsl1 .viewall a{color: #e10531;padding: 0;}
#topsl1 .box-title h2 a{color: #111;}
#topsl1 .box-title .xemthem{
	float: right;
    padding: 5px 8px;
    margin-right: 5px;
    position: relative;
}
#topsl1 .box-title .xemthem::after{
	border-color: transparent #e10531;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    content: "";
    position: absolute;
    right: 0;
    top: 38%;
}
#topsl1 .twobanner a{
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}
#topsl1 .twobanner img{
    width: 100%;
    display: block;
}
/* end topsl1 */

/* content-top */
/* .content-top > div{
    margin: 0 auto;
    max-width: 1200px;
} */
.content-top .box-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.content-top .box-title h2 {
    color: var(--color-link);
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

/* content bottom */
.content-bottom{
   position: relative;
}
/* .content-bottom::before{
    content: "";
    position: absolute;
    width: 1600px;
    height: 100px;
    z-index: -1;
    top: -70px;
    left: calc(50% - 800px);
    border-radius: 53% 47% 48% 52% / 100% 100% 0% 0%;
    background: #a8c66c;
}
.content-bottom > div{
    margin: 0 auto;
    max-width: 1200px;
    padding-bottom: 50px;
}*/
.content-bottom .box-title{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.content-bottom .sub-title{margin-left: 10px;}
.content-bottom .box-title h2{
	color:var(--color-link);
	font-size: 28px;
	text-transform:uppercase;
	letter-spacing: -1px;
}

/* mod_jasidenews template dichvu */
#dichvu{
    background-color: #f7f7f7;
    margin: 0 auto;
    min-height: 100vh;
    padding: 32px 0;
}
.dichvu-header h2{color:var(--primary);padding-bottom:24px;}
.dichvu-inner{
    margin: 0 auto;
    max-width: 1200px;
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(var(--cols),minmax(0, 1fr));
    grid-gap: 20px;
    grid-auto-flow: dense;
}
#dichvu .item{
    position: relative;
    -webkit-box-shadow: 2px 2px 15px rgb(0 48 79 / 10%);
    box-shadow: 2px 2px 15px rgb(0 48 79 / 10%);
    border-radius: 16px;
    overflow: hidden;
}

#dichvu .item a:first-child{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    
}
#dichvu .item a:first-child::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,transparent 50%,#000);
    z-index: 1;
}
#dichvu .item .item-image{
    transform: scale(1);
    -webkit-transition: transform 300ms ease-out 0ms;
    -moz-transition: transform 300ms ease-out 0ms;
    -o-transition: transform 300ms ease-out 0ms;
    transition: transform 300ms ease-out 0ms;
}

#dichvu .item:hover .item-image{
    transform: scale(1.2);
} 
#dichvu .item:hover h5,
#dichvu .item:hover .price,
#dichvu .item:hover .phone{
    transform: translate3d(0, 0, 0);
    transition: transform 0.35s, opacity 0.35s;
    opacity: 1;
}
#dichvu .item-text{
    position: absolute;
    bottom: 48px;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 16px;
    color: var(--white);
}
#dichvu .item h5{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 5px;
    transform: translate3d(0, 90px, 0);
    transition: transform 0.35s;
}
#dichvu .item svg{
    fill: #fff;
    vertical-align: middle;
}
#dichvu .item .price{
    margin-left: 32px;
    transform: translate3d(0, 30px, 0);
    transition: transform 0.35s;
    opacity: 0;
}
#dichvu .item .phone{
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 8px;
    width: calc(100% - 20px);
    background: var(--primary);
    color: var(--white);
    font-weight: 700;
    font-size: 20px;
    margin: 10px;
    border-radius: 8px;
    transform: translate3d(0, 30px, 0);
    transition: transform 0.35s;
    opacity: 0;
}
#dichvu .item-more:hover{
    background-color: var(--primary-3);
    color: var(--primary-2);
}

#dichvu .item-more .icon-more{
    width: 40px;
    height: 40px;
    background-color: var(--primary);
    position: relative;
    border-radius: 50%;
}
#dichvu .item-more .icon-more::before{
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 3px;
    border-color: var(--white) var(--white) transparent transparent;
    top: calc(50% - 6px);
    left: calc(50% - 10px);
    transform: rotate(45deg);
}
/* end content bottom */

/* content article */
/* .item { float: left; position: relative; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:20px;} */
.cols-1 .item {width: 100%; border-bottom: 1px solid #eee;}
.cols-2 .item {width: 50%;}
.cols-3 .item {width: 33.33%;}
.cols-3 .item:nth-child(3n+1){clear: both;}
.cols-2 .item h3,
.cols-3 .item h3,
.cols-4 .item h3{margin:10px 0;}
.cols-2 .item .intro-text,
.cols-3 .item .intro-text,
.cols-4 .item .intro-text{margin: 0;padding: 0 10px 10px 10px;}
.cols-4 .item {width: 25%;}
.cols-5 .item {width: 20%;}
.cols-2 .item:nth-child(2n+1){clear: both;}
.cols-3 .item:nth-child(3n+1){clear: both;}
.cols-4 .item:nth-child(4n+1){clear: both;}
/* end content */

/* left */
#left{padding-right: 20px;box-sizing: border-box;}
#left .box-title{margin-top: 10px;}
#left .box-title h2 span{
	font-size: 24px;
	font-weight: 700;
	position: relative;
	padding-left: 20px;
}
#left .box-title h2 span::before{
	content: '';
    position: absolute;
    width: 5px;
    height: 20px;
    left: 5px;
    top: 4px;
    -webkit-transform: skew(-20deg);
    -khtml-transform: skew(-20deg);
    transform: skew(-20deg);
    background-color: #ff3a39;
}
/* end left */

/* right */
#right .no-title{margin-top: 40px;}
#right .box-title{margin-top: 10px;}
#right .box-title h2{text-align: right;}
#right .box-title h2 span{
    color: #fff;
	font-size: 16px;
    font-weight: 600;
    position: relative;
    background-color: #e10531;
    margin-left: 30px;
    padding: 5px 12px 8px 12px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
#right .box-title h2 span::before{
    position: absolute;
    content: "";
    border-right: 10px solid #e10531;
    border-top: 0px solid transparent;
    border-bottom: 10px solid transparent;
    right: 0;
    bottom: -5px;
    z-index: 1;
}
#right .box-content{
    box-sizing: border-box;
    margin-left: 30px;
    /* box-shadow: 0 1px 4px 0 rgba(102,98,98,0.4);
    border-radius: 12px; */
    overflow: hidden;
}
/* end right */

/* bot-news */
#bot-news{
    padding: 20px 0;
    position: relative;
}
#bot-news .main{width:1200px;}
/* #bot-news::after{
    position: absolute;
    left: 0;
    bottom: 0;
    background: url('../images/bg-pattern.svg') repeat-x 0 0 / 100%;
    height: 132px;
    width: 100%;
}
#bot-news::before{
    content: "";
    position: absolute;
    left: -130px;
    bottom: 115px;
    width: 200px;
    height: 560px;
    z-index: 1;
    border-radius: 0% 100% 100% 0% / 30% 39% 61% 70% ;
    background: rgba(1, 92, 208,.5);
}*/
#bot-news h3{
	text-align: center;
	text-transform: uppercase;
	position: relative;
    color: var(--color-link);
    margin-top: 50px;
}

/*#bot-news h3 span{
    background: linear-gradient(to right,#e10531 0,#ed1c24 100%);
    border-radius: 40px;
    padding: 5px 15px;
    color: #fff;
     -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}*/
/* #bot-news h3::before{
    position: absolute;
    content: '';
    width: 400px;
    height: 1px;
    background: #ffc872;
    top: calc(50% + 1px);
    left: calc(50% - 200px);
    z-index: -1;
} */
#bot-news h3 span{
    background: #fff;
    padding: 0 20px;
    position: relative;
}
#bot-news h3 span::before{
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border: 1px solid var(--color-second);
    border-radius: 50%;
    top: calc(50% - 3px);
    left: 0;
}
#bot-news h3 span::after{
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border: 1px solid var(--color-second);    
    border-radius: 50%;
    top: calc(50% - 3px);
    right: 0;
}
#bot-news .title-link{
    text-align: center;
    margin-bottom: 10px;
   /*  position: absolute;
    content: '';
    font-size: 60px;
    color: rgb(0 0 0 / 20%);
    opacity: 0.08;
    top: calc(50% - 40px);
    left: calc(50% - 180px); */
}
#bot-news .title-link a{ position: relative;padding-right: 5px;}
#bot-news .title-link a::after{
    position: absolute;
    content: '';
    background: url(../images/icon-next.svg) no-repeat center center / 10px;
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    right: 0;
    transition: all 350ms ease-in-out;
    opacity: 0;
}

#bot-news .title-link a:hover::after{
    transition: all 250ms ease-in-out;
    transform: translateX(10px);
    opacity: 1;
}
/* end bot-news */

/* botsl */
#botsl{
    position: relative;
    font-size: 14px;
    background: #f1dd72;
    padding: 50px 0;
}
#botsl .main{width: 1200px;}
#botsl .title_link{
    position: absolute;
    content: '';
    font-size: 60px;
    color: #000;
    opacity: 0.08;
    top: calc(50% - 40px);
    left: calc(50% - 150px);
}
#botsl h2{
    background: linear-gradient(to right, #0596e7 0%, #015cd0 100%);
    border-radius: 40px;
    color: #fff;
     -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
}
#botsl h3{
    position: relative;
    font-size: 20px;
    font-weight: 400;
}
.tuvan{
    max-width: 350px;
    margin: 50px auto;
    background: linear-gradient(to right, #015cd0 0%, #0596e7 100%);
    border-radius: 50px;
    box-shadow: 3px 3px 13px rgb(0 0 0 / 20%);
    transition: all 0.2s ease-in;
}
.tuvan:hover{
    box-shadow:0 5px 20px 0 rgb(5 33 202 / 50%);
}
.tuvan a{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    color: #fff;
    position: relative;
    padding: 10px 0 0 70px;
    line-height: 1.2;
}
.tuvan a::before{
    position: absolute;
    content: "";
    background: url('../images/icon-phone3.svg') no-repeat 0 0 / 45px;
    width: 45px;
    height: 45px;
    left: 10px;
    top:calc(50% - 22px);
}
.tuvan .phone{font-weight: 800;font-size: 30px;}
.tuvan-img{z-index: 1;}
/*.tuvan-img img{
   border-radius:62% 38% 29% 71% / 57% 48% 52% 43%;
   width: 600px;
   height: 500px;
}
.tuvan-img::before{
    position: absolute;
    content: "";
    background: rgb(255 200 114/80%);
    width: 100%;
    height: calc(100% - 20px);
    border-radius: 62% 38% 29% 71% / 57% 48% 52% 43%;
    z-index: -1;
    top: 10px;
    left: -10px;
}*/
/* botsl end */

/* botsl1 */
#botsl1 {
	background-color:var(--primary-2);
	min-height:220px;
	color: var(--white);
	padding: 32px 0;
}
#botsl1 .main{width: 1200px;}
#botsl1 .ja-box,
#botsl1 .ja-box-left{
	padding-right: 20px;
	box-sizing: border-box;
}
#botsl1 ul.menu li a{
	display: block;
    padding: 5px 0;
    position: relative;
	transition:all 0.3s ease 0s;
	overflow:hidden;
	color: var(--white);
}
#botsl1 ul.menu li a:hover, 
#botsl1 ul.menu li a:focus, 
#botsl1 ul.menu li a:active{color: #fff;padding-left:10px;}
#botsl1 ul.menu li a::before{
	position:absolute;
	content:"";
	border-left:5px solid var(--primary);
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	left:-10px;
	top:33%;
	transition: all 0.3s ease 0s;
}
#botsl1 ul.menu li a:hover::before{left:0;}
#botsl1 .box-right{margin-right: 10px;}
#botsl1 .box-title{
	padding-bottom: 10px;
	position:relative;
}
#botsl1 .box-title span{
	position:relative;
	padding-right:10px;
    font-size: 20px;
    font-weight: 700;
    color:var(--primary);
}
/* #botsl1 .box-title span::before{
	position:absolute;
	content:"";
	border-left:5px solid var(--primary);
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	right:0;top:calc(50% - 5px);
} */
/* end botsl1 */

/* Social */
.social{margin:10px 0;float: right;}
.social [class^="icon-"] {
	background-image:url("../images/icon.png");
	background-repeat:no-repeat;
    background-size:500px auto;
	height: 35px;
    width: 35px;
	display:inline-block;
}
.icon-facebook {background-position:0 0;}
.icon-google {background-position:0 -157px;}
.icon-twitter {background-position:0 -39px;}
.icon-youtube {background-position:0 -118px;}
.icon-pinterest {background-position:0 -79px;}

.social a{position: relative;margin:0 5px;text-align:center;}
.social a::after{
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 0;
    color: #fff;
    content: attr(title);
    left:-20px;
	right:-20px;
    padding: 5px;
    position: absolute;
    z-index: 98;
	opacity:0;
	-o-transition:all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.social a::before{
	border: solid;
    border-color: rgba(0,0,0,.8) transparent;
    border-width: 6px 6px 0 6px;
    bottom: 0;
    content: "";
    left: 35%;
    position: absolute;
    z-index: 99;
	opacity:0;
	-o-transition:all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.social a:hover::after{opacity:1;bottom:45px;}
.social a:hover::before{opacity:1;bottom:40px;}
/* end Social */


/* Category list content */
.list-category h1{
    position: relative;
    font-size: 24px;
    margin-left: 15px;
}
.list-category h1::before{
    content: '';
    position: absolute;
    width: 5px;
    height: 20px;
    left: -10px;
    top: calc(50% - 10px);
    -webkit-transform: skew(-20deg);
    -khtml-transform: skew(-20deg);
    transform: skew(-20deg);
    background-color: #ff3a39;
}
.list-category h2{
    font-family: Playfair Display;
    text-align: center;
    width: 100%;
    color: var(--white);
    font-size: 3rem;
    z-index: 3;
}

.list-category__header{
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    box-shadow: inset 0 0 0 1200px rgb(40 102 176 / 40%);
    min-height: 400px;
    max-height: 500px;
    padding-top: 150px;
    margin-bottom: 30px;
}
.list-category__desc{
    font-weight: 500;max-width: 670px;margin: 0 auto;color: var(--white);
}

.newlist li{display: block;overflow: hidden;float: left;padding-bottom: 30px;}
.newlist li:nth-child(3){clear: both;}
.newlist li:nth-child(6){border-top: 1px solid #be1128;padding-top: 30px;}
.newlist li a{display: block;overflow: hidden;color: var(--color-main);}
.newlist li a:hover{color:#e10531;}
.newlist li .article-introtext{color: var(--color-main);font-size: 14px;line-height: 1.5;}
.newlist h3{font-family: Playfair Display;}
.left-one{width: calc(68% - 30px);margin-right: 30px;}
.left-one h3{font-size: 26px;padding: 20px 0px 5px 0px;}
.left-one .article-image{width: 540px;height: 350px;display: block;}
.right-one{width: 32%;background-image: linear-gradient(#999,var(--color-main-background));}
.right-one .article-image{width: 270px;height: 350px;display: block;}
.right-one h3{font-size: 19px;padding: 20px;}
.top3-list{width: calc(33.33% - 20px);}
.top3-list:nth-child(3){padding-right: 20px;}
.top3-list:nth-child(4){padding-left:10px;padding-right: 10px;}
.top3-list:nth-child(5){padding-right:0px; padding-left: 20px;}
.top3-list .article-image{width: 258px;height: 160px;}
.top3-list h3{padding: 5px 0;}
.bottom-list .article-image{
    float: left;
    width: 250px;
    height: auto;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 7px;
}
/* Category list content end */

/* Category Blog Content */
/* .blog{margin-bottom: 20px;} */
.blog-category{margin: 20px 0;}
.blog-category h1{
	position:relative;
	font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
.blog-category h1 span{position:relative;}
.blog-category h1 span::before{
	content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    left: calc(50% - 25px);
    bottom:-10px;
    -webkit-transform: skew(-20deg);
    -khtml-transform: skew(-20deg);
    transform: skew(-20deg);
    background-color: var(--primary);
}
.blog-category__desc{font-weight: 500;margin: 0 auto;max-height: 300px;overflow: hidden;}
.blog-category__desc.active{max-height: 100%;}

.show-more{position: relative;}
.show-more > span, .hide-more > span {
    display: block;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    color: var(--white);
    margin: 10px auto;
    cursor: pointer;
    padding: 8px 5px 8px 10px;
    border-radius: 8px;
    text-align: center;
    width: 200px;
    background-color: var(--primary);
}
.show-more::before {
    position: absolute;
    width: 100%;
    height: 105px;
    background: linear-gradient(to bottom,rgba(255 255 255/0),rgba(255 255 255/62.5),rgba(255 255 255/1));
    left: 0;
    bottom: 15px;
    content: '';
}
.show-more > span::after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid var(--white);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}
.show-more span:hover{
    background-color: var(--primary-3);
    color: var(--primary-2);
}
.show-more > span:hover::after {border-top-color: #fff;}

.category-desc-content p{margin-bottom: 10px;}
.blog-category span.number-items{color: #555;margin-top: 3px;margin-left: 5px;font-size: 15px;}
.blog-category h2{color:var(--color-link);margin-bottom: 20px;}

.article{
    box-shadow: 0 0 1px 0 rgb(18 32 73 / 8%), 0 8px 32px 0 rgb(55 92 192 / 8%);
    padding-bottom: 16px;
}
.article:hover{
    box-shadow: 0 0 1px 0 rgb(18 32 73 / 16%), 0 8px 32px 0 rgb(55 92 192 / 16%);
}
.article-image a > img{
	width: 100%;
	height: 100%;
    object-fit: cover;
	display: block;
	transform:scale(1,1);
	-webkit-transition: transform 300ms ease-out 0ms;                
	 -moz-transition: transform 300ms ease-out 0ms;                
	 -o-transition: transform 300ms ease-out 0ms;                
	 transition: transform 300ms ease-out 0ms;   
}
.article-image a:hover > img{transform:scale(1.2,1.2);}
.article-image a .img-overlay{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 16, 62, 0.5);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    filter: alpha(opacity=0);
}
.article-image a .img-overlay .icon-plus{
	top: 50%;
	left: 50%;
    opacity: 0;
    position: absolute;
    background:rgba(0, 0, 0, 0.65) url("../images/icon.png") no-repeat -35px -144px;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    margin-top: -16px;
    margin-left: -16px;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: all 0.25s cubic-bezier(.63,.08,.35,.92);
    -moz-transition: all 0.25s cubic-bezier(.63,.08,.35,.92);
    -o-transition: all 0.25s cubic-bezier(.63,.08,.35,.92);
    -ms-transition: all 0.25s cubic-bezier(.63,.08,.35,.92);
    transition: all 0.25s cubic-bezier(.63,.08,.35,.92);
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: opacity 0.2s, transform 0.3s;
    -moz-transition: opacity 0.2s, transform 0.3s;
    -o-transition: opacity 0.2s, transform 0.3s;
    -ms-transition: opacity 0.2s, transform 0.3s;
    transition: opacity 0.2s, transform 0.3s;
}
.article-image a:hover .img-overlay{
	opacity: 1;
}
.article-image a:hover .img-overlay .icon-plus{
	transform: scale(1);
	opacity: 1;
}
.article-image a .caption{
    height: 100%;width: 100%;
    left: 0;top: 0;
    position: absolute;
	z-index:2;
}
.article-image a .caption h5{
	left:0;
	top:50%;
	transform:translate3d(0px, -10%, 0px);
	transition:all 400ms ease 0s;
	width:100%;
	position:absolute;
	opacity:0;
}
.article-image a:hover .caption h5{
	opacity:1;
	transform:translate3d(0px, -50%, 0px);
	margin-top:-20px;
}
.article-image a .caption h5::before{
	background: #e10531 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 40%;
    position: absolute;
    right: 40%;
    transition-duration: 0.3s;
    transition-property: left, right;
    transition-timing-function: ease-out;
    z-index: -1;
}
.cols-2 .article-image{width:100%;height:auto;}
.cols-1 .article-image{width:30%;height:auto;float:left;margin-right:2%;}
/*.cols-1 .article-image img{width:100%;height:100%;object-fit:cover;}*/
.article-image a{position: relative;display: block;margin: 0;overflow: hidden;border-radius: 7px;}
.article-title{margin: 0;font-size: 20px;line-height: 1.3;padding: 10px;font-family: Playfair Display;}
.article-title a{
    color: var(--color-main); 
    transition: background-size .35s ease-out;
    background: linear-gradient(#fed672, #fed672) no-repeat left 130%/0 30%;
}
.article-title a:hover{
    background-size: 97% 30%;
}
.intro-text{color: var(--primary-2);font-size: 14px;margin: 8px;}
.readmore{
    padding: 2px 5px;
    border: 1px solid #ed1c24;
    text-align: center;
    border-radius: 25px;
    width: 150px;
    margin: 10px auto;
    background: #e10531;
    clear: both;
}
.readmore:hover{box-shadow: 0 3px 8px rgba(0,0,0,.2);}
.readmore a{color: #fff;position: relative;font-size: 13px;padding:8px 0;}
.readmore a::after{
	border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    top: calc(50% - 2.5px);
    display: block;
    height: 5px;
	width: 5px;
    right: 0;
    margin: 0;
    position: absolute;
	content:"";
    transform: rotate(-135deg);
    -webkit-transition: all 0.16s ease;
    -moz-transition: all 0.16s ease;
    -ms-transition: all 0.16s ease;
    -o-transition: all 0.16s ease;
    transition: all 0.16s ease;
	opacity: 0; 
}
.readmore a:hover::after{
	opacity: 1;
	margin-right: -7px;
}
.create, .modified, .hits, .comment-count, .timepost, .article-category, .createdby{
    font-size: 12px;
    color: #999;
    margin-right: 10px;
    font-weight: normal;
}
.timepost{padding-left: 10px;}
.timepost svg{width: 12px;height: 12px;color:var(--black40);margin-right: 5px;}
.article-category::after{
    position: relative;
    content: '//';
    padding-left:5px;
}
.hits::before{
    width: 18px;
    height: 11px;
    margin-right: 3px;
    background-image: url('../images/icon.png');
    background-position: -51px -5px;
    background-repeat: no-repeat;
    background-size: 500px 251px;
    display: inline-block;
    vertical-align: middle;
    content: '';
}
.comment-count{cursor: pointer;}
.comment-count a{color: #076DB6;font-size: 13px;}
.comment-count svg{
    width: 12px;
    height: 12px;
    fill:#bdbdbd;
    vertical-align: middle;
}
#show-more{
	display: block;
    padding: 7px 10px;
    text-align: center;
    border-radius: 7px;
    cursor: pointer;
    width: 200px;
    margin: 10px auto;
    background: var(--color-second);
    color: #fff;
}
#show-more:hover{
    background: linear-gradient(to right, #015cd0 0%, #0596e7 100%);
}
/* end blog category content */

/* Blog duan */
/* end blog duan  */

/* item leading */
.items-leading { margin-bottom:20px;display: inline-block;}
.leading{
    width: 40%;
    padding: 0 0 20px 20px;
    float: left;
    box-sizing: border-box;
}
.leading-0{
	width: 60%;
	position: relative;
    padding: 0;
    float: left;
}
.leading-0 .article-title{margin: 10px 0;}
.leading-0 .image-intro a::before{
	content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--color-main) 90%);
    z-index: 1;
    border-radius: 7px;
}
.leading-0 h3{
	position: absolute;
	bottom: 10px;
	left: 20px;
	right: 20px;
	font-size: 30px;
	z-index: 3;
}
.leading-0 h3 a{color: #fff;}
.leading-0 .image-intro{width: 100%;}
.image-intro{width:30%;float:left;overflow:hidden;border-radius: 7px;margin-right: 10px;}
.image-intro img{
    display: block;
    width: 100%;
    height: 100%;
}
/* end item leading */

/* Category Children  */
.cat-children .items{
    width: calc(50% - 10px);
    float: left;
    margin-bottom: 10px;
}
.cat-children .items:first-child{width: 100%;}
.cat-children .items:nth-child(3), .cat-children .items:nth-child(5){
    float: right;
}
.cat-children .items:nth-child(4){clear: both;}
.cat-children .items h3{
    display: block;
    overflow: hidden;
    line-height: 1.3em;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0;
}
.cat-children .items h3 a{
    color: #333;
}
/* End Category Children  */

/* Article Content */
.item-page{
    margin: 20px auto;
    padding:20px;
    max-width: 700px;
}

.list-info-building > span {
    text-transform: uppercase;
    margin: 10px 0;
    display: block;
    font-weight: 700;
    background: #FAFAFA;
    padding: 5px;
}
.list-info-building li{position: relative;padding-left: 25px;padding-bottom: 5px;display: flex;}
.list-info-building li .price{color:var(--color-second);font-weight: 600;}
.list-info-building li::before{
    position:absolute;
    content: '';
    left: 0;
    top: 7px;
    background: url('../images/icon.png') no-repeat -50px -104px;
    width: 16px;
    height: 16px;
}
.list-info-building li.add::before{
    background-size: 220px 110px;
    background-position: -148px 0px;
}
.list-info-building li.star::before{
    background-size: 220px 110px;
    background-position: -148px -17px;
}
.list-info-building li.ketcau::before{
    background-size: 220px 110px;
    background-position: -148px -31px;
}
.list-info-building li.ketcau::before{
    background-size: 220px 110px;
    background-position: -148px -31px;
}
.list-info-building li.dientich::before{
    background-size: 220px 110px;
    background-position: -148px -46px;
}
.list-info-building li.huong::before{
    background-size: 220px 110px;
    background-position: -147px -62px;
}
.list-info-building li.dieuhoa::before{
    background-size: 220px 110px;
    background-position: -147px -78px;
}

.list-info-building li strong{min-width: 130px;}
.article-meta{padding: 5px 0;}
.content-links{
	border-bottom:1px dotted #d9d9d9;
	padding:10px 0;
	margin-bottom:15px;
}
ul.content-links-ul{list-style:inside none disc;margin-left:5px;color:#ff6a00;}
ul.content-links-ul li a:hover{text-decoration:underline;}


.wf_caption{margin:0 auto;position: relative;}
.caption-text{
    line-height: 20px;
    margin: 0 auto 10px;
    max-width: 100% !important;
    padding: 10px;
    text-align: left;
}
.caption-bottom{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	padding: 20px;
    margin: 0;
	text-align: left;
	max-width: 100% !important;
	font-weight: 500;
}
.caption-top{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	color: #fff;
	padding: 20px;
	text-align: left;
	max-width: 100% !important;
	margin: 0;
	font-weight: 600;
}
.content-article{position: relative;}
.content-article h2,.content-article h3, .content-article h4{margin-bottom: 16px;}
.box-contact{
    border: 1px solid var(--black15);
     position: -webkit-sticky;
    position: sticky;
    top: 20px;
    padding: 20px;
}
.box-expert{
    display: flex;
    align-items: center;
}
.box-expert img{
    max-width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-right: 15px;
    object-fit: cover;
}
.box-info p:first-child{font-weight: 600;line-height: 1;}
.box-call a, .box-dangky a{
    background: #E22F38;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    padding: 5px 20px;
    font-size: 20px;
    display: block;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
    line-height: 40px;
    height: 50px;
}

.box-call a:hover{
    background: linear-gradient(97.42deg,#E22F38 0%, #C22238 100%);
}
.box-dangky a{
    margin-top: 20px;
    background: #20C063;
    letter-spacing: 0;
    font-size: 16px;
}
.box-dangky a:hover{
     background: linear-gradient(97.42deg,#007533 0%,#20C063 100%,#20C063 100%);
}
.bgcover{
    position: relative;
    /* margin-left: -683px;
    left: 50%; */
    width: 100%;
    height: 450px;
    display: block;
    overflow: hidden;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bgcover .bgtrans {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    overflow: hidden;
    height: 310px;
    background: rgba(0,0,0,.8);
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(0,0,0,.8)),to (rgba(0,0,0,.6)),to(rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0),rgba(0,0,0,.6),rgba(0,0,0,.8));
    background: -moz-linear-gradient(top,rgba(255,255,255,0),rgba(0,0,0,.6),rgba(0,0,0,.8));
    background: -ms-linear-gradient(top,rgba(255,255,255,0),rgba(0,0,0,.6),rgba(0,0,0,.8));
    background: -o-linear-gradient(top,rgba(255,255,255,0),rgba(0,0,0,.6),rgba(0,0,0,.8));
}
.bgcover .bgtrans h1 {
    display: block;
    overflow: hidden;
    font-size: 45px;
    line-height: 55px;
    color: #fff;
    width: 800px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    font-weight: 600;
}
.bgcover .bgtrans .article-meta{
    width: 800px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    display: block;
    overflow: hidden;
}

/* FAQ Building */
.faqs-container{
    overflow: hidden;
    margin-top: 20px;
    /* border: 1px solid #ccc; */
    border-radius: 7px;
}
.faq-title{
    /*background: #eee;*/
    border-bottom: 1px solid #eee;
    padding: 10px;
    font-weight: 700;
    font-size: 18px;
}
.faq-content{
    margin: 20px 0;
}
.faq-singular {
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 0 20px 0 10px;
}
.faq-singular:last-child{
    border: none;
}

.faq-singular:hover,
.faq-singular.active,
.faq-singular.faq-open{
    background: #90F19D;
}
.faq-singular .faq-question {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 12px 0px;
    font-weight: 500;
    font-size: 16px;
}
.faq-singular .faq-question::before {
    position: absolute;
    content: "";
    color: #808080;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: 400;
    transition: all .5s;
    width: 10px;
    height: 2px;
    background: #000;
}
.faq-singular .faq-question::after {
    display: block;
    position: absolute;
    content: "";
    top: calc(50% - 5px);
    right: -6px;
    width: 2px;
    height: 10px;
    background: #000;
    transition: 0.2s ease all;
}
.faq-singular.faq-open .faq-question::after,
.faq-singular.active .faq-question::after {
    transform: scaleY(0);
    
}
.faq-answer {
    display: none;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
    height: 100%;
    /* max-height: 0;
    transition: 0.4s ease all;*/
}
.faq-open .faq-answer {
    margin: 0 10px 15px 0;
}
/* end Article Content */

/* Menu-tabs */
.menu-tabs{
    height: 50px;
    width: 100%;
    background: #eee;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-tabs li{margin: 0 10px;}
.menu-tabs li.active a{border-bottom: 2px solid #e10531;}
.menu-tabs li a{
    padding: 13px 0;
    cursor: pointer;
    color: #333;
    font-weight: 600;
}
.menu-tabs li a:hover{
    border-bottom: 2px solid #e10531;
    color: #e10531;
}
.fixeds{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    transition: all .5s;
    -webkit-transition: all .5s;
}
/* End Menu-tabs */

/*  extranews - tin lien quan */
.extranews a{
    color: var(--color-main);
    display: block;
}
.extranews a:hover h3{color:var(--color-link);}
.older li, .popular li, .newer li{
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}
.older li a {
    color: #333;
    display: block;
}
.extranews_img {
    float: left;
    width: 300px;
    height: 166px;
    margin-right: 15px;
    overflow: hidden;
}
.extranews_img img {
    width: 100%;
    height: 100%;
    border-radius: 7px;
}
.extranews_title {
    font-size: 16px;
    padding-bottom: 5px;
}
figure {
    text-align: justify;
    overflow: hidden;
    color: #4d4d4d;
    font-size: 14px;
}
/* end extranews - tin lien quan */

/* related article */
.related{
    background: #eee;
    border: 1px solid #ddd;
    padding: 10px 10px 10px 20px;
    margin: 15px 0;
    border-radius: 5px;
}
.related li a{position: relative; font-size: 15px;}
.related li a:hover{color: #000;}
.related li a::before{
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: var(--color-bullet);
    content: '';
    position: absolute;
    top: 12px;
    left: -12px;
}
/* end related article */

/* Mod ja side new */
.news .item{
    width: 50%;
    padding: 0 0 20px 20px;
    float: left;
    box-sizing: border-box;
}
.news .item-0{
   width: 50%;
    position: relative;
    padding: 0;
    float: left;
}
.news .item-0::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -10px;
    left: -10px;
    background: rgba(1, 92, 208,.1);
    border-radius: 7px;
}
.news-img {
    width: 30%;
    float: left;
    overflow: hidden;
    border-radius: 7px;
    margin-right: 10px;
    position: relative;
}

.item-0 .news-img::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 3%, rgb(16, 20, 38));
    z-index: 1;
    border-radius: 7px;
    pointer-events: none;
}
.item-0 .news-img{
    width: 100%;
}
.news-img img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 250ms ease-out;
}
.news-img img:hover{
    transform: scale(1.12);
    transition: all 250ms ease-out;
}
.item-0 .news-content{
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
    z-index: 3;
}
.news-content h5{
    font-size: 16px;
    font-weight: 600;
}
.news .item-0 h5{color:#fff;font-size: 30px;}
.new-info{color:#999;line-height: 1.5; }
/* slide.php */
#slidenews .item{
    width: calc(23% - 22px);
    float: left;
    margin: 50px 10px;
    padding: 0;
    background: rgba(5, 150, 231,.2); 
    border-radius: 17px;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

#slidenews .item:hover{
     -webkit-box-shadow: 3px 16px 62px -32px rgba(0,0,0,.45);
    box-shadow: 3px 16px 62px -32px rgba(0,0,0,.45);
    -webkit-transition: all 0.16s ease-out;
    -o-transition: all 0.16s ease-out;
    transition: all 0.16s ease-out;
}
#slidenews .item img{
    border-radius: 17px 17px 0 0;
    transition: box-shadow .12s ease,transform .2s linear;
}
#slidenews .item:hover img{
/*  -webkit-box-shadow: 3px 16px 62px -32px rgba(0,0,0,.75);
    box-shadow: 3px 16px 62px -32px rgba(0,0,0,.75); */
    transform: translateY(-5px);   
}
#slidenews .title{
    padding: 10px 6px 6px 6px;
    color: #000;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
}
#slidenews .info{
    padding-left: 5px;
    padding-bottom: 10px;
    font-size: 11px;
}
#slidenews .cate a{color: #333;}
#slidenews .hits{color: #333;font-size: 11px;}


/* end mode ja side new */

/* Customer review mod TabGK5 */
#customer_review .review_item{
    margin: 20px 10px;
}
#customer_review .review_content{
    border: 1px solid #007533;
    border-radius: 7px;
    padding: 20px 20px 20px 70px;
    position: relative;
    background: rgba(5, 150, 231,.1);
    min-height: 130px;
    max-height: 200px;
    text-align: justify;
    overflow: hidden;
}
#customer_review .review_content::before{
    position: absolute;
    content: "";
    width: 91px;
    height: 76px;
    background: url('../images/icon-quote.png') no-repeat center center / 100%;
    left: -10px;
    top: -10px;
}
#customer_review .review_content::after{
    position: absolute;
    content: "";
    border-bottom: 1px solid #007533;
    border-left: 1px solid #007533;
    left: 20px;
    bottom: -7px;
    width: 12px;
    height: 12px;
    background: #d8d57e;
    transform: rotate(315deg);
}
#customer_review .review_name{
    margin: 10px 0 0 20px;
    font-weight: 600
}

/* mod_partner */
.partner{margin:20px 0; }
.partner .item{
    max-width: 170px;
    margin: 0 15px;
    transition: all .25s ease;
}
.partner .item img{
     /* filter: brightness(100%) contrast(100%) saturate(0%) blur(0) hue-rotate(0deg); */
     filter:grayscale(100%);
}
.partner .item:hover{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transform: scale(1.1);
}
.partner .item:hover img{filter:grayscale(0%);}


/*------------ com_user -----------------*/
/* login  */
.login,
.registration,
.reset-pass{
  width: 420px;
  margin: 20px auto;
  border: 1px solid hsl(220 9% 87%);
  border-radius: 10px;
  padding:48px 40px 36px 40px;
  position: relative;
  background-color: #fff;
}
.login::before{
  content: "";
  width: 100%;
  height: 30px;
  border-radius: 10px;
  position: absolute;
  top: -10px;
  background: rgb(238 238 238 /80%);
  left: 0;
  transform: scale(.95);
  -webkit-transform: scale(.95);
  -ms-transform: scale(.95);
  z-index: -1;
}
.login-fields,
.registration-fields,
.reset-fields{
  display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top:15px;
    flex-wrap: wrap;
    position: relative;
}
.login-fields label{min-width: 120px;}
.forgot-password {
    font-size: 12px;
    padding: 10px 5px 5px 0px;
    display: block;
    color: #333;
    text-decoration: underline;
}
#btn-login.active{pointer-events: none;position: relative;}
#btn-login.active span{opacity: 0;}
.login-message span,
.login-message.error span{
  border: 1px solid rgb(38, 188, 78);
  color: rgb(38, 188, 78);
  margin-bottom: 20px;
  border-radius: 7px;
  padding: 5px 10px;
  font-size: 13px;
  display: block;
}
.login-message.error span{
  border: 1px solid var(--color-second);
  color: var(--color-second);
}
/* registration */
.registration-fields label{min-width: 100px;}
.registration-fields input,
.registration-fields button,
.login-fields input,
.login-fields button,
.reset-fields button,
.reset-fields input{
  width: 100%;
  text-transform: inherit;
  background-color: rgb(242, 242, 242);
  padding: 15px;
  border: 0;
  border-radius: 8px;
  font-size: 18px;
}

#submit-registration.active{pointer-events: none;position: relative;}
#submit-registration.active span{opacity: 0;}

.register-footer, 
.login-footer,
.reset-pass-footer{margin-top: 20px; text-align: center;}
.form-icon{
  position: absolute;
  right: 10px;
  top: 15px;
  width: 20px;
  height: 20px;
}
/* message  */
#system-message{
  border: 1px solid rgb(38, 188, 78);
    color: rgb(38, 188, 78);
    margin-top: 20px;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 13px;
}
#system-message .message{
  display: flex;
  align-items: center;
}
#system-message .message svg{margin-right: 10px;}

.profile {
    margin: 20px 0;
}
.profile svg{margin-right: 10px;}
.acount-container{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin: 20px 0;
}
/* default_sidebar.php */
.acount-sidebar{
    width: 250px;
    margin-right: 20px;
    padding: 10px;
    background-color: #f1f3f5;
    border-radius: 7px;
}
.user-name{flex-direction: column;}
.item-acount{
  padding: 0 10px;
  display: flex;
  align-items: center;
  color: var(--color-main);
}
.item-acount.logout-fields{padding: 5px 10px;}
.item-acount svg{margin-right: 10px;}
.item-acount:hover{
  background-color:#e5e6e7;
  border-radius: 7px;
  color: var(--color-link);
}
.item-acount:hover .button{color: var(--color-link);}
.item-acount a{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: var(--color-main);
  font-weight: 500;
  width: 100%;
  padding: 5px 0;
}
.item-acount a:active{ color: #ed1c24; }
.item-acount:hover a{color: var(--color-link);}
.item-acount a svg{margin-right: 10px;}
.acount-layout-inner{
    position: relative;
    flex: 1 1 0%;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
/* default_core.php */
.profile-info-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #f5f6f6;
    height: 50px;
    line-height: 1.4;
}
.profile-info-item div:first-child{min-width: 200px;}
.profile-info-item div:last-child{font-weight: 500;}
/* default_edit.php */
.edit-item{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px 0px 15px;
    flex-wrap: wrap;
}
.edit-item > label{min-width: 110px;cursor: pointer;text-align: right; margin-right: 20px;}
.edit-item button{
    width: auto;
    padding: 10px 20px;
    border-radius: 3px;
    text-transform: inherit;
}
.edit-item input[type=text], .edit-item input[type=password],.edit-item select {
    width: 100%;
    max-width: 300px;
}
.edit-item .error{margin-left: 130px;width: 100%;}

#submit-profile.active{pointer-events: none;position: relative;}
#submit-profile.active span{opacity: 0;}

/* ----- Ticket ------- */
.row.header {
    background: #20C063 !important;
    font-weight: 600;
    color: #fff;
    flex-wrap: nowrap;
}
/* ticketnew.php */
.ticket-new{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
}
.ticket-new a:hover{
    background-color: #20C063;
    color: #fff;
}
.ticket-new h1{width: 100%;}
.ticket-item{
    border: 1px solid #eee;
    border-radius: 7px;
    padding: 10px;
    margin: 10px;
    width: calc(100% - 20px);
    background-color: #efefef;
    color: #333;
}


/* mod_lienhe */
.box-lienhe{
    width: 60px;
    height: auto;
    position: fixed;
    bottom: 10px;
    z-index: 99;
}
.box-lienhe .phones, .box-lienhe .mail, .box-lienhe .sms, 
.box-lienhe .zalo, .box-lienhe .fb, .box-lienhe .form{
    position: relative;
}
.icon-phones,.icon-mail, .icon-sms, .icon-zalo, .icon-fb, .icon-form{
    width: 40px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
    border: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 8px;
    position: relative;
    background-color: var(--primary);
    background-image: linear-gradient(to right, var(--primary) 0%, var(--primary-3) 100%);
}
.icon-phones{
    background-color: var(--primary);
    background-image: none;
    animation: phone 1.5s 0s ease-out infinite;
}
.icon-phones::before, .icon-mail::before, .icon-sms::before, 
.icon-sms::before, .icon-zalo::before,.icon-fb::before,.icon-form::before{
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    left: calc(50% - 12px);
    top: calc(50% - 12px);
}
.icon-phones::before{background: url('../images/icon-phone1.svg') no-repeat 0 0;
  animation: 1s ease-in-out 0s normal none infinite running quick-alo-circle-img-anim;
}
/* .icon-phones::before{background: url('../images/icon.png') no-repeat -285px -3px;animation: 1s ease-in-out 0s normal none infinite running quick-alo-circle-img-anim;} */
.icon-mail::before{background: url('../images/icon.png') no-repeat -286px -144px;}
.icon-sms::before{background: url('../images/icon.png') no-repeat -285px -168px;}
.icon-zalo::before{background: url('../images/icon.png') no-repeat -285px -190px;}
.icon-fb::before{background: url('../images/icon.png') no-repeat -285px -217px;}
.icon-form::before{
    background: var(--bg-image) no-repeat center / 100%;
    animation: 1s ease-in-out 0s normal none infinite running tada;
}
.tooltip{
    position: absolute;
    left: 60px;
    top: 0;
    padding: 5px 10px;
    box-shadow: 0 2px 8px rgba(76,76,76,0.15);
    color: #fff;
    display: none;
    font-weight: 600;
    border-radius: 5px 10px 10px 5px;
    width: fit-content;
    white-space: nowrap;
    background-color: var(--primary);
    background-image: linear-gradient(to right, var(--primary) 0%, var(--primary-3) 100%);
}
.tooltip::before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    top: calc(50% - 5px);
    left: -5px;
    background: var(--primary);
}
.box-lienhe .phones:hover .tooltip, 
.box-lienhe .mail:hover .tooltip, 
.box-lienhe .sms:hover .tooltip,
.box-lienhe .zalo:hover .tooltip,
.box-lienhe .fb:hover .tooltip,
.box-lienhe .form:hover .tooltip{
    display: block;
}