/*Header*/

.header-main {

/*    position: fixed;

    z-index: 99;

    width: 100%;

    background: #fff;*/

	z-index: 99;

	position: relative;
    box-shadow: 10px 5px 15px 1px rgb(0 0 0 / 30%);

}

.header-main:hover {
    background: #fff;
}
.header-main:hover .search-menu {
    color: #0000fe;
}
.carousel-caption {

	animation: crescendo 1s alternate infinite ease-in;

	background-image: linear-gradient(to bottom, #fbcf29, #f4861b);

	width: max-content;

    margin: 0 auto;

    margin-bottom: 35px;

    padding: 5px 10px;

    border-top: 2px solid #e92028;

    border-right: 2px solid #e92028;

    border-radius: 10px;

}

.carousel-caption a {

	color: #fff;

}

.carousel-caption h3 {

    font-size: 24px;

    text-transform: capitalize;

}

.carousel-caption p {

    margin: 0;

    font-size: 14px;

    font-weight: 500;

    letter-spacing: 2px;

}

@keyframes crescendo {

  	0%   {transform: scale(.9);}

  	100% {transform: scale(1.15);}

}

.carousel-caption a:hover {

	color: #fff;

}

.carousel-indicators li {

    width: 10px;

    height: 10px;

    border-radius: 50%

}



/*Index*/

.homepage-problem {

	padding-top: 40px;

}

.homepage-problem .container {

	padding: 0 95px;

}

.homepage-problem .heading {

	text-transform: unset;

	font-size: 24px;

	text-align: left;

}

.problem-content-item {

	margin-bottom: 20px;

}

.problem-content-item img {

	width: 35px;

    height: 35px;

    object-fit: contain;

    float: left;

    margin-right: 20px;

}



.problem-content-item span {

	font-size: 16px;

	color: #030200;

}

.problem-image {

    float: right;

}

.problem-image img {

	width: 100%;

}

/**/

.homepage-choose {

	background-image: url(../images/bg.jpg);

	padding: 40px 0;

}

.homepage-choose p {

	margin: 0;

	font-size: 16px;

}

.homepage-choose .row {

	margin-top: 30px;

}

.homepage-choose .slick-carousel {

    margin-top: 30px;

}

.choose-item {

    background: #233871;

    padding: 15px 30px;

    color: #fff;

}

.choose-title {

    display: flex;

    margin-bottom: 15px;

}

.choose-title img {

    width: 35px;

    height: 35px;

    object-fit: contain;

    margin-right: 10px;

}

.choose-title strong {

    font-size: 18px;

    font-weight: 500;

    line-height: 21px;

}

.choose-item-desc p {

	text-align: justify;

	-webkit-line-clamp: 5;

    -webkit-box-orient: vertical;

    overflow: hidden;

    display: -webkit-box;

    height: 125px;

    opacity: .9;

}

.homepage-toggle {

    text-align: center;

    margin-top: 45px;

    animation: crescendo 1s alternate infinite ease-in;

}

@keyframes crescendo {

  	0%   {transform: scale(.95);}

  	100% {transform: scale(1.1);}

}

.homepage-toggle a {

	color: #ff7f00;

	background-color: #233871;

	text-transform: uppercase;

	font-size: 18px;

	font-weight: 500;

	padding: 12px 20px;

	border-radius: 5px;

}



/**/

.homepage-access {

	padding: 0 0 40px;

}

.homepage-access .row {

	margin-top: 55px;

}

.access-left {

	position: relative;

    text-align: right;

	margin-bottom: 20px;

}

.access-left-content {

    padding-right: 45px;

}

.access-left-content h4 {

	font-size: 16px;

	color: #030200;

	font-weight: 500;

}

.access-left-image {

	position: absolute;

	top: 0;

	right: 0;

}

.access-left-image img {

    width: 35px;

    height: 35px;

    object-fit: contain;

}

.access-right {

	text-align: left;

	position: relative;

	margin-bottom: 20px;

}

.access-right-content {

    padding-left: 45px;

}

.access-right-content h4 {

	font-size: 16px;

	color: #030200;

	font-weight: 500;

}

.access-right-image {

	position: absolute;

	top: 0;

	left: 0;

}

.access-right-image img {

    width: 35px;

    height: 35px;

    object-fit: contain;

}

.access-image {

    text-align: center;

}

.access-image img {



}



/**/

.homepage-course {

	background: #fafafa;

	padding: 40px 0;

}

.homepage-course .entry-thumb a img {

    height: 210px !important;

    object-fit: cover;

    border-radius: 10px;

}

.homepage-course .entry-content {

	text-align: center;

}

.homepage-course .entry-title {

    margin: 20px 0 5px 0 !important;

    font-size: 18px !important;

    font-weight: 500 !important;

    padding: 0 10px;

    line-height: 25px !important;

    -webkit-line-clamp: 2;

	-webkit-box-orient: vertical;

	overflow: hidden;

	display: -webkit-box;

}

.homepage-course .entry-title a {

	color: #233871;

}

.homepage-course .entry-description {

    text-align: center !important;

    padding: 5px 15px;

    font-size: 16px;

}



/**/

.homepage-team {

	padding: 40px 0;

}

.homepage-team p {

	margin: 0;

}

.homepage-team .slick-carousel {

	margin-top: 30px;

}

.team-item img {

	width: 200px;

	height: 200px;

	object-fit: cover;

	border-radius: 50%;

	margin: 0 auto;

}

.team-item-desc {

    margin-top: 20px;

}

.team-item-desc h4 {

	font-size: 24px;

	color: #e92028;

	text-align: center;

}

.team-item-desc p {

	font-size: 16px;

	text-align: justify;

}



/**/

.homepage-feel {

	padding: 40px 0;

	background: #233871;

}

.homepage-feel .heading {

	color: #fff;

}

.homepage-feel .homepage-toggle a {

    border-radius: 5px;

    box-shadow: 0px 0px 2px 2px #ffffffbf;

}

.feel-video {

	margin-bottom: 30px;

}

.feel-item {

	

}

.feel-item img {

	width: 100%;

	height: 255px;

	object-fit: cover;

}

.feel-item-desc {

	background-color: #fff;

	padding: 20px 10px;

}

.feel-item-desc h4 {

	font-size: 20px;

	color: #e92028;

	text-align: center;

	line-height: 24px;

}

.feel-item-desc p {

	text-align: center;

	font-size: 16px;

	margin: 0;

	padding-top: 10px;

}



/**/

.homepage-blog {

	padding: 40px 0 0;

}

.homepage-blog .entry-thumb a img {

    height: 260px !important;

    object-fit: cover;

}

.homepage-blog .entry-title {

    margin: 15px 0 5px 0 !important;

    font-size: 16px !important;

    line-height: 1.4 !important;

    -webkit-line-clamp: 2;

	-webkit-box-orient: vertical;

	overflow: hidden;

	display: -webkit-box;

}

.homepage-blog .entry-title a {

	color: #0c0c0c;

}

.homepage-blog .entry-description {

	line-height: 24px !important;

}

.homepage-blog .entry-description p {

	color: #737373;

}



/**/

.homepage-coundown {

	padding: 40px 0 0;

	background: #0091fe;

}

.homepage-coundown .container {

	padding: 0 95px;

}

.homepage-coundown .heading {

	color: #fff;

    width: 60%;

    line-height: 1.5;

    margin: 0 auto;

}

.homepage-coundown p {

	margin: 0;

	color: #fff;

    font-size: 16px;

}



/*Coundown*/

#countdown {

	margin-top: 30px;

}

#countdown ul {

	text-align: center;

}

#countdown ul li {

  	display: inline-block;

  	list-style-type: none;

  	font-size: 16px;

  	background: #233871;

    height: 70px;

    width: 70px;

    border-radius: 5px;

    margin: 0 10px;

    color: #fff;

    text-align: center;

}

#countdown ul li span {

  	display: block;

  	font-size: 30px;

  	height: 40px;

}

.form-coundown {

    margin-top: 30px;

    text-align: center;

}

.form-coundown input {

    width: 100%;

    height: 40px;

    border-radius: 0px;

    padding-left: 10px;

    margin-bottom: 15px;

    border: none;

    outline: 0;

}

.form-coundown textarea {

    width: 100%;

    height: 140px;

    border-radius: 5px;

    padding: 10px;

    margin-bottom: 15px;

    border: none;

    outline: 0;	

}

.form-coundown .nghanh-hoc {

	background: #fff;

	padding: 25px 15px 5px;

}

.form-coundown .nghanh-hoc .wpcf7-list-item,

.form-coundown .cam-ket .wpcf7-list-item  {

	width: 100%;

	margin: 0;

	margin-top: -10px;

}

.form-coundown .nghanh-hoc .wpcf7-list-item input,

.form-coundown .cam-ket .wpcf7-list-item input {

	width: 20px;

    float: left;

    margin: 0;

    border-radius: 50%;

}

.form-coundown .nghanh-hoc .wpcf7-list-item .wpcf7-list-item-label,

.form-coundown .cam-ket .wpcf7-list-item .wpcf7-list-item-label {

	width: max-content;

    float: left;

    margin: 10px;

    color: #555;

    font-weight: normal;

}

.form-coundown .cam-ket .wpcf7-list-item .wpcf7-list-item-label {

	float: inherit;

}

.form-coundown .cam-ket {

	background: #fff;

	padding: 15px;

	margin: 15px 0;

}





.coundown-btn {

	margin: 0 auto;

}

.form-coundown .wpcf7-submit {

    background: #233871;

    color: #fff;

    text-transform: uppercase;

    font-size: 16px;

    padding: 0 50px;

}



/*Modal*/

.modal-dialog {

	max-width: 60% !important;

}

.modal-content {

    margin-top: 100px;

    background: rgb(18, 11, 92);

    text-align: center;

    padding: 0 20px;

}

.modal-header {

    border: none;

}

.modal-header .close {

    font-size: 24px;

    color: #ea2700;

}



.form-popup {

	margin: 0 auto;

}

.form-popup h2 {

    text-align: center;

    color: #fff;

    text-transform: uppercase;

    font-size: 30px;

    width: 100%;	

}

.form-popup p {

    color: #fff;

    text-align: center;

    margin: 0 auto;

    padding: 10px 50px;	

}

.form-popup b {

	font-size: 18px;

	font-weight: 500;

}

.form-popup input {

    width: 100%;

    height: 40px;

    border: none;

    border-radius: 5px;

    padding-left: 10px;

    margin-bottom: 15px;

    outline: 0;

}

.form-popup select {

 	width: 100%;

    height: 40px;

    border: none;

    border-radius: 5px;

    padding-left: 10px;

}

.form-popup .wpcf7-submit {

    background: #233871;

    color: #fff;

    text-transform: uppercase;

    font-size: 16px;

    padding: 0 30px;

}



/*Content*/

#twitter-widget-0 {

    display: block;

}





/*

*********************************************************************************************************

 * Custom CSS

 *******************************************************************************************************

*/



.top-header {

	background: #f4f4f4;

    color: #464646;

    padding: 10px 0;

}

.top-header ul {

    padding: 0;

    margin: 0;

}

.top-header ul li {

    display: inline-block;

    color: #464646;

}

.top-header__info li {

    margin-right: 25px;

    font-size: 16px;

}

.top-header .widget {

    margin: 0;

}

.top-header .widget_social ul li a {

    width: 20px;

    height: 20px;

    line-height: 20px;

    background: none;

    color: #464646;

    padding: 0;

    box-shadow: 0 0;

}

.box_hotline {

    padding: 15px 15px 15px 60px;

    border: 1px dashed #233871;

    border-radius: 10px;

    background: url('../images/ic_phone.png') 15px center no-repeat;

}

.box_hotline span {

    display: block;

    font-weight: bold;

    font-size: 18px;

    text-transform: uppercase;

    color: #233871;

    padding-left: 10px;

}

.header-title {

    text-align: center;

    font-size: 33px;

    text-transform: uppercase;

    color: #233871;

    padding-top: 10px;

    font-weight: 600;

}

.carousel-item img {

	height: 600px !important;

	object-fit: cover;

}



/* .footer-widgets-area:nth-child(1) {

	flex: 0 0 39.333333%;

    max-width: 39.333333%;

} */

.footer-widgets-area:nth-child(2) {

	flex: 0 0 27.333333%;

    max-width: 27.333333%;

}

.partner {

    padding-bottom: 50px;

    margin-bottom: 50px;

    border-bottom: 1px solid #545353;

}

.partner img {

    width: 100%;

    height: 100px !important;

    object-fit: contain;

    background: #fff;

    padding: 10px;	

}

.from-contact-page input {

	width: 100%;

	height: 40px;

	border: 1px solid #ddd;

	padding-left: 10px;

	outline: 0;

	border-radius: 5px;

}

.from-contact-page textarea {

	width: 100%;

	height: 100px;

	border: 1px solid #ddd;

	padding: 10px;

	outline: 0;

	border-radius: 5px;

}

.from-contact-page .wpcf7-submit {

	width: auto;

	padding: 0 30px;

	background: #233871;

	color: #fff;

	text-transform: uppercase;

	font-size: 16px;

	font-weight: 500;

}

.widget_custom_html .textwidget {

	padding: 0;

	border: none !important;

}

.widget .homepage-toggle {

    margin-top: 0;

    animation: none;

}

.widget .homepage-toggle a {

	text-transform: none;

}



.search-menu {

    float: right;

	padding: 22px 0 22px 23px;

	color: #ffffff;

}



.lang-menu {

    float: right;

	padding: 20px 0 18px 25px;

}



.iso-menu {

    float: right;

	padding: 0 0 0 99px;

}


.lang-menu img {
    width: 16px;
}




.introduce-title {

    font-size: 35px;

    margin-bottom: 15px;

}



.introduce-desc {

    font-size: 13px;

    letter-spacing: 1px;

    line-height: 25px;

	width: 542px;

}



.homepage-exp {

    background-color: #fff;
    padding-top: 0px;

}

.homepage-exp .info-page {
    font-size: 32px;
    color: #004efe;
    margin-bottom: 15px;
    text-align: center;
    margin-top: 30px;
}
.homepage-exp .desc-info {
    color: #222222;
    text-align: center;
    font-size: 17px;
    margin-bottom: 00px;
}
.exp-title {
	    text-transform: uppercase;
    color: #004efe;
    font-size: 18px;
    margin-bottom: 10px;
}



.exp-desc1 {

        padding-top: 17px;
    color: #222222;
    font-weight: 500;
    font-size: 16px;

}



.exp-desc {

    margin-left: 4px;

}



.exp-content {

    padding: 40px 5px;
    width: 25%;

}
.exp-content:hover{
    box-shadow: 0px 1px 10px #eaeaea;
}


.exp-number {
    font-size: 36px;
    font-weight: 600;
color: #ea2700;
}



.exp-contai {

    display: flex;

    justify-content: space-between;

    align-items: center;

	margin: 0px 30px;
    padding-top: 30px;

}
.exp-icon {
    width: 50%;
    margin: 0 auto;
    padding: 10px 0 0;
}


.exp-content-top {

    text-align: center;

}



.exp-content-bottom {

    justify-content: center;

    margin-top: 20px;

}



.exp-content-bottom {

    display: flex;

}



h2.heading {

	margin-bottom: 20px;

	position: relative;

}



.wrap-product:after {

	content: '';

	width: 255px;

	height: 255px;

	position: absolute;

	top: 0;

	left: 0;

}



.wrap-product:hover:after {

    background-color: rgb(110 109 109 / 30%);

	background-image: url(https://khachhang2.web3b.com/innotex/wp-content/uploads/2021/12/tan.png);

	background-repeat: no-repeat;

	background-position: center;

}



.product-content:nth-child(even) {

    background-color: #f4f4f4;

}



.product-content1 {

    padding: 48px 0;

}



.sh-blog-shortcode .element .entry-thumb1 a img {

	width: 100%;

	width: auto;

	object-fit: cover;

	-webkit-transition: all 0.5s ease-in-out;

	-moz-transition: all 0.5s ease-in-out;

	-o-transition: all 0.5s ease-in-out;

	transition: all 0.5s ease-in-out;

}



.homepage-manufa {

    /* background: url(https://khachhang2.web3b.com/innotex/wp-content/uploads/2021/12/bg1.png); */

	position: relative;

}



.homepage-manufa:after {

    content: "";

    position: absolute;

    left: 0; right: 0;

    top: 0; bottom: 0;

    background: #f4f4f4;

    z-index:0;

}



.entry-title-sx a {

    color: #000;

}
.post-inner2:hover .entry-title-sx a{
    color: #004efe;
}


.heading-sx a {

    color: white;

}

.homepage-manufa .sh-blog-shortcode .element .entry-title {
    height: 35px;
    display: flex;
    align-items: center;
}




.news-wrap {

    position: relative;

    z-index: 10;

	padding: 30px 0;

}



.entry-thumb1 {

    position: relative;
	margin-bottom: 10px;

}



/* .entry-thumb1:after {

    content: '';

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

}



.entry-thumb1:hover:after {

	background-image: url(https://khachhang2.web3b.com/innotex/wp-content/uploads/2021/12/youtube.png);

	background-repeat: no-repeat;

	background-position: center;

} */


.hover .d-block1 {
    display: grid !important;
}

.hover .clip {
    display: none;
}

.d-block1 {
    /* margin: 5px 0 12px; */
}

.d-block2 {
    display: none !important;
}

.hover .d-block2 {
    display: grid !important;
}


h2.heading-sx {

    margin-bottom: 50px;

    position: relative;

    margin: 0 0 20px 0;

    padding: 0;

    font-size: 28px;

    color: 030200;

    font-weight: 600;

    line-height: 1.5;

    text-transform: uppercase;

    text-align: center;

    position: relative;

}



h2.heading-sx:after {

    content: '';

    position: absolute;

    width: 70px;

    height: 3px;

    background-color: #ffffff;

    bottom: -5px;

    left: 47%;

}



.date-day1 {

    font-size: 25px;

}



.date-month1 {

    margin-top: -5px;

}



.post-inner {

    margin-top: -55px;

}





.post-inner1 {

    border: solid 1px #ebebeb;

    padding: 0px 10px 0 10px;

}



.footer-text-right {

    margin-right: 10px;

}



.footer-text-left {

    margin-left: 10px;

}



.footer-content {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding-left: 40px;

}



.img-partner {

    margin: 0 15px 0 0;

}



.wrap .img-partner {

    margin: 0 0 0 19px;

}



.menu-footer {

    display: flex;

    margin-left: 34px;

}



.menu-footer li {

    margin-right: 40px;

}



.menu-footer li:not(:last-child):after {

    content: "|";

    float: right;

    color: #fff;

    padding-left: 35px;

}



.homepage-manufa .slick-slider .slick-prev:before {

    color: #c1c1c1 !important;

}



.homepage-manufa .slick-slider .slick-next:before {

    color: #c1c1c1 !important;

}



#button-search {
    z-index: 10;
    background-color: #f1f1f1;
    width: 100%;
    height: 20rem;
    position: absolute;
    text-align: center;
    right: 0;
    top: 0;
    padding-top: 3rem;
}
.site-header input[type=search] {
    border: none;
    border-bottom: 1px solid #777;
}

.cl-search {
    margin-top: 30px;
    border: none;
    font-size: 35px;
    color: #555;
}
.search-menu1 {

    width: 60%;
    height: 50px;
    margin-bottom: 10px;
    font-size: 25px;
    padding: 0 20px;
    background: none;
}



.button-search1 {

    display: none;

}



.product-wrap {

    margin-top: -40px;

}





/* .menu-footer li a:last-child:after {

    display: none;

} */

/*----- Responsive -----*/

@media (max-width: 767px) {



	.modal-dialog {

		max-width: 100% !important;

	}



	.footer-widgets-area:nth-child(1) {

		flex: 0 0 100%;

	    max-width: 100%;

	}

	.footer-widgets-area:nth-child(2) {

		flex: 0 0 100%;

	    max-width: 100%;

	}

	.homepage-problem {

		padding-top: 20px;

	}

	.homepage-problem .container {

	    padding: 0 15px;

	    position: relative;

	}

	.heading {

    	margin: 0 0 40px 0 !important;

    }

    .problem-content-item {

	    margin-bottom: 10px;

	}

	.problem-content {

	    margin-top: 50px;

	}

	.homepage-problem .heading {

	    width: 80%;

	}

	.problem-image img {

	    width: 70px;

	}

	.homepage-problem .col-lg-5.col-12 {

	    position: absolute;

	    top: 0;

	}

	.homepage-choose {

	    padding: 20px 0;

	}

	.heading {

	    font-size: 24px !important;

	    line-height: 30px !important;

	}

	.slick-slider .slick-next:before, .slick-slider .slick-prev:before {

	    color: #000 !important;

	}

	.homepage-access {

	    padding: 20px 0 0;

	}

	.homepage-course, .homepage-team, .homepage-feel {

	    padding: 20px 0;

	}

	.homepage-course {

	    padding: 20px 0 0;

	}

	.homepage-course .entry-thumb a img {

	    height: auto !important;

	}

	.homepage-blog .entry-thumb a img {

		height: auto !important;

	}

	.homepage-blog {

	    padding: 20px 0 0;

	}

	.homepage-coundown {

	    padding: 20px 0 0;

	}

	.homepage-coundown .container {

	    padding: 0 15px;

	}

	.homepage-coundown .heading {

	    width: 100%;

	}

	#countdown ul {

	    text-align: center;

	    margin: 0;

	    padding: 0;

	}

	#countdown ul li {

		margin: 0 5px;

		height: 55px;

    	width: 55px;

    	font-size: 14px;

    	text-align: center;

	}

	#countdown ul li span {

	    font-size: 24px;

	    height: 30px;

	}



	.carousel-item img {

		height: auto !important;

	}

    .exp-number {
        font-size: 40px;
    }





}



.wtb-slider {

	margin-top: -110px;

    position: relative;



}



@media only screen

and (min-device-width: 769px)

and (max-device-width: 1024px)

and (-webkit-min-device-pixel-ratio: 2) {

	.wtb-slider {

		margin-top: -177px;

		position: relative;

	}



	.iso-menu {



		display: none;

	}



	.lang-menu {



		display: none;

	}



	.main-navigation ul.menu > li > a {

		font-size: 14px !important;

    	font-weight: 500 !important;

	}



	.introduce-content {

		position: absolute;

		left: 20%;

		color: white;

		top: 13%;

	}



	.introduce-title {

		font-size: 15px !important;

	}



	.introduce-desc {

		font-size: 9px !important;

		width: 450px !important;

	}

}



@media screen

and (min-device-width: 1200px)

/* and (max-device-width: 1600px) */

and (-webkit-min-device-pixel-ratio: 1) {

		/* Slider */

	.wtb-slider {

		margin-top: -88px;

		position: relative;



	}

	.introduce-content {

		position: absolute;

		left: 20%;

		color: white;

		top: 30%;

	}

}



@media (max-width: 991.98px) {

	.wtb-slider {

		margin-top: -130px;

		position: relative;

	}



	.introduce-content {

		text-align: center;

		margin-top: 20px;

		max-width: 100%;

	}



	.introduce-desc {

		width: 100%;

	}

	.menu-footer li:not(:last-child):after {

		padding-left: 3px;

	}



	.menu-footer li {

		margin-right: 3px;

		font-size: 13px;

	}



}



@media (max-width: 575.98px) {

    
    .qtranxs_widget ul {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .qtranxs_widget ul li a {
        padding: 7px 0 0 0 !important;
    }

	.inner ul {
		padding: 0;
		margin: 0;
	}

	.inner span:nth-child(1) {
		display: none;
	}
    .inner > ul > li a {
        padding-left: 30px !important;
    }
	#mobilenav .container {
		padding: 0;
	}

	#mobilenav .depth3 {
		display: none;
	}
    #mobilenav .depth3 > ul > li a {
        padding-left: 45px !important;
    }
	.box-image img {
		width: 100%;
		height: auto;
	}

	.new-list-box .news-post .box-content .title {
		font-size: 20px !important;
	}

	.footer-widgets .logo {

		width: 100px;

        position: absolute;
        right: 0;
        top: -300px;

	}
    .menu-footer {
        margin-left: 0;

    }
    .footer-widgets .widget_social {
        width: 100%;
        text-align: center;
    }
    .footer-widgets .widget_social ul li {
        margin: 0 15px;
        font-size: 12px;
    }
    .footer-content {
        padding-left: 10px;
        text-align: left;
        display: block;
        align-items: normal;
    }
    .footer-widgets-area:nth-child(1) {
        padding: 0;
        text-align: left;
    }
    .widget_information li {
        padding-left: 0 !important;
    }
    .footer-widgets .widget_social {
        text-align: left;
    }
	.exp-contai {
		display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 0;
	}
.exp-icon {
    width: 30%;
        min-height: 70px;
}
	.exp-desc1 {
		padding-top: 10px;
    color: #222222;
    font-size: 18px;
	}

	.exp-content {
		padding: 15px 10px;
            width: 100%;
                box-shadow: 0px 1px 10px #eaeaea;
    margin-bottom: 20px;

	}

	.homepage-blog .news-post-big img {
		height: 230px !important;
	}

	.homepage-blog .news-post-small img {
		height: 230px !important;
	}

	.box-image {
		text-align: center;
	}

	.exp-content-bottom {

		width: 100%;

		display: flex;

    	justify-content: center;
            margin-top: 10px;

	}
    .exp-title {
    font-size: 14px;
}



	h2.heading:after {

		left: 40%;

	}



	h2.heading-sx:after {

		left: 40%;

	}



	.sh-blog-shortcode .element .entry-thumb1 a img {

		width: 100%;

	}



	.list-products li .wrap-product {

		width: 350px !important;

		height: auto !important;

	}



	.site-header:not(.header-banner) .hamburger-inner, .site-header:not(.header-banner) .hamburger-inner::after, .site-header:not(.header-banner) .hamburger-inner::before {

		background-color: #004efe !important;

	}



	.menu-footer {

		display: block;

		grid-template-columns: 50% 50%;

	}
    .menu-footer li {
        margin-bottom: 10px;
    }
    .footer-widgets .container {
        position: relative;
    }


	.menu-footer li:not(:last-child):after {

		content: '' !important;

	}



	.wrap-product:after {

		width: 350px !important;

		height: auto !important;

	}
    .home-profile .hd-profile, .homepage-exp .desc-info {
        text-align: justify;
    }
    .exp-number {
        float: left;
        margin-left: 5px;
        font-size: 30px;
        margin-left: 0!important;
    }
    .flt-l {
        margin-left: 25px;
    }
    .exp-desc {
        clear: both;
    }
    .exp-title {
    font-size: 14px;
}
}

@media only screen
  and (min-device-width : 768px)
  and (max-device-width : 1024px)
  and (orientation:portrait) 
{
    /* iPad portrait style here */

	.home-project .news-post img {
		height: 165px !important;
	}

	.homepage-blog .news-post-big img {
		height: 336px !important;
	}

	.homepage-blog .news-post-small img {
		height: 152px !important;
	}

	.right .time {
		width: 32px !important;
		height: 32px !important;
		font-size: 9px;
		left: 0 !important;
	}

	.right .news-post .news-title {
		height: 33px !important;
		font-size: 9px !important;
		padding: 5px !important;
	}
}

.fixed {

    position: fixed;
        display: block;
        width: 100%;
        top: 0;
        z-index: 999;
        animation: stuckMoveDown 0.6s;
        background: #ffffff;
}



@keyframes stuckMoveDown {

    0% {

        transform: translateY(-100%);

    }

    100% {

        transform: translateY(0);

    }

}

.fixed .main-navigation ul.menu > li.current-menu-item > a {

    color: #004efe !important;

}



.fixed .main-navigation ul.menu > li > a {

    color: #004efe !important;

}



.fixed .search-menu {

    color: #004efe;

}

@media (min-width:1281px) {
    .post-inner2 {
		width: 340px;
		height: auto;
	}

	.entry-thumb1 {
		width: 100%;
		height: 204px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

	.homepage-manufa .clip {
        width: 100%;
        height: auto;
    }

    /* .widget_social ul li a {

        height: 50px !important;
        width: 50px !important;
        line-height: 50px !important;
        font-size: 25px !important;
    } */
 }

 .entry-thumb1 {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* background-color: white; */
    padding: 10px 0;
}

.clip {
    width: 100%;
    height: auto;
}


