/*Header*/
.header-main {
    background-color: #f7941d;
}

.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: #f7941d;
    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: #f7941d;
	background-color: #f7941d;
	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 {
	
}
.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: #f7941d;
}
.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: #f7941d;
}
.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; */
    overflow: hidden;
}
.homepage-blog .entry-thumb a img {
    height: 80px !important;
    object-fit: cover;
    border-radius: 10px;
}
.homepage-blog .entry-title {
    margin: 0 0 10px 0 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    text-align: justify;
    text-transform: inherit !important;
}
.homepage-blog .entry-title a {
	color: #222;
}
.homepage-blog .entry-description {
	/* line-height: 24px !important; */
}
.homepage-blog .entry-description p {
    font-size: 12px;
    color: #666;
}

/**/
.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: #f7941d;
    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: #f7941d;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0 50px;
}

/*Modal*/
.modal-dialog {
	max-width: 60% !important;
}
.modal-content {
    background: rgb(247 148 29);
    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: #f7941d;
    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 #f7941d;
    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: #f7941d;
    padding-left: 10px;
}
.header-title {
    text-align: center;
    font-size: 33px;
    text-transform: uppercase;
    color: #f7941d;
    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: #f7941d;
	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;
}



/*----- 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 10px 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: 215px !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;
	}
}

.header-title-product {
	font-size: 14px;
    color: #222;
    background-color: #fff;
    text-transform: uppercase;
    line-height: 40px;
    border-radius: 5px 5px 0 0;
    height: 40px;
    position: relative;
    top: 5px;
    cursor: pointer;
}

.header-content .col-xl-2, .header-content .col-lg-2, .header-content .col-xl-1, .header-content .col-lg-1, .header-content .col-xl-3, .header-content .col-lg-3 {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
}

.header-content .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.title-product-main {
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;
    max-width: 19%;
}

.header-title-product img {
    margin: 0 7px 0 10px;
}

.logo-col {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.header-province .widget_custom_html {
    margin: 0;
}

.header-province {
    padding: 4px 7px;
    border-radius: 3px;
    background-color: #f27c14;
	font-size: 12px;
}

.header-province a {
    color: #fff;
	display: flex;
    align-items: center;
}

.header-province:hover a {
    color: #fff;
}

.header-province i {
    font-size: 18px;
}

.province-col {
    -ms-flex: 0 0 17.5%;
    flex: 0 0 17.5%;
    max-width: 17.5%;
}

.header-province span:first-child {
    margin-right: 6px;
}

.search-col {
    -ms-flex: 0 0 23.5%;
    flex: 0 0 23.5%;
    max-width: 23.5%;
}

.menu-col {
    -ms-flex: 0 0 16.6%;
    flex: 0 0 16.6%;
    max-width: 16.6%;
}

.site-header.header-logo .main-navigation ul.menu > li:last-child a {
    border: none;
}

.cart-col {
    -ms-flex: 0 0 10.9%;
    flex: 0 0 10.9%;
    max-width: 10.9%;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

.header-cart {
    background-color: #f27c14;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.header-cart a .shopping-cart-menu-title {
    color: #fff;
}

.header-cart a .shopping-cart-menu-title:hover {
    color: #fff;
}

.header-cart i {
    font-size: 18px;
    margin-right: 3px;
    color: #fff;
}

.product-cat-main {
    position: relative;
}

.header-cat-product {
    position: absolute;
    top: 45px;
    z-index: 999;
    background-color: #fff;
    padding: 10px 0 0 0;
    display: none;
    overflow-y: scroll;
    max-height: 100vh;
}

.header-cat-product::-webkit-scrollbar {
    display: none;
}

.home .header-cat-product, .tax-product_cat .header-cat-product, .single-product .header-cat-product {
    display: block;
}

.header-cat-product .widget-title {
    color: #f7941d;
    font-size: 14px;
    margin: 0 0 10px 0;
	font-weight: 700;
}

.header-cat-product ul {
    padding: 0;
    margin: 0;
}

.product-cat-main .header-cat-product li a {
    color: #222 !important;
    padding: 3px 5px 3px 0 !important;
    text-transform: uppercase;
    border: none !important;
    font-size: 13px !important;
}

.product-cat-main .header-cat-product li {
    overflow: inherit !important;
}

.product-cat-main .header-cat-product .arrow {
    width: 22px !important;
    height: 38px !important;
    color: #666666 !important;
}

.product-cat-main .header-cat-product .arrow:before {
    font-size: 12px !important;
    font-weight:  900 !important;
    left: 65% !important;
}

.header-cat-product ul ul.sub-menu {
    background: #fff !important;
}

.header-cat-product ul ul.sub-menu a {
    font-size: 12px !important;
    color: #666 !important;
    text-transform: none;
    padding-left: 15px !important;
}

.product-cat-main .header-cat-product li a:hover {
	color: #f27c14 !important;
}

.header-cat-product .widget {
    margin: 0 0 11px 0;
    padding: 0 10px 0 10px;
}

.header-cat-product .widget:first-child {
    border-bottom: 1px solid #f4f4f4;
}

.header-cat-product .widget .list-post-item h3 {
    margin: 0;
}

.header-cat-product .widget .list-post-item li {
    margin: 0;
    padding: 0;
    border: none;
}

.header-cat-product .widget .list-post-item h3 a {
    text-align: justify;
}

.home .site-content .content-sidebar-wrap {
    width: 81.2%;
    float: right;
}

.metaslider .theme-default .nivo-directionNav a {
    width: 34px !important;
    height: 34px !important;
    transition: all 0.3s ease-in-out !important;
    border-radius: 50%;
}

.metaslider .theme-default a.nivo-prevNav:hover, .metaslider .theme-default a.nivo-nextNav:hover {
    background-color: #000 !important;
    border-radius: 50%;
}

.metaslider .theme-default a.nivo-prevNav {
    background: url(../images/slide-left.png) no-repeat !important;
    left: 15px !important;
}

.metaslider .theme-default a.nivo-nextNav {
    background: url(../images/slide-right.png) no-repeat !important;
    right: 15px !important;
}

.metaslider .theme-default .nivo-controlNav a {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    background: none !important;
    text-indent: -9999px;
    margin: 0 2px;
    border-radius: 50%;
    background-color: #f7951d50 !important;
    opacity: 1;
	border: 1px solid #f7951d50;
}

.metaslider .theme-default .nivo-controlNav a.active {
    background-color: #f7941d !important;
}

.metaslider .theme-default .nivo-controlNav {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.wtb-slider {
    margin-bottom: 10px;
}

.homepage-grouppro {
    background-color: #fff;
    padding: 10px;
    margin: 0 0 10px 0;
}

.homepage-grouppro .widget-title {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    margin: 0 0 10px 0;
}

.homepage-grouppro .col-lg-2 {
    padding: 0 10px;
}

.homepage-grouppro .row {
    margin: 0 -10px;
}

.item-product-list img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.item-product-list a {
    margin: 0 0 10px 0;
}

.item-product-list h3 {
    margin: 0;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.item-product-list h3 a {
    color: #0064c2 !important;
}

.homepage-grouppro .widget_list_products {
    margin: 0;
}

.single-product .breadcrumb, .tax-product_cat .breadcrumb {
    float: right;
    width: 81.2%;
    padding: 12px 10px !important;
    margin: 0 0 1px 0 !important;
    background-color: #fff;
    border-radius: inherit !important;
}

.breadcrumb_last {
    color: #f7941d;
    font-size: 13px;
}

.breadcrumb a {
    font-size: 14px;
    color: #222;
}

.single-product .site-main {
    padding: 10px 0 0 0 !important;
    background-color: #fff !important;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 48.4% !important;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 48.4% !important;
}

.woocommerce-product-details__short-description p {
    color: #666666;
    font-size: 14px;
}

.qty-text {
    display: inline-flex;
    height: 40px;
    align-items: center;
    float: left;
    margin-right: 14px;
    font-size: 14px;
}

.woocommerce div.product form.cart .single_add_to_cart_button:before {
    content: "\f07a";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    margin-right: 5px;
}

.info-text-product ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.info-text-product ul li {
    font-size: 14px;
    color: #222;
    margin: 0 0 5px 0;
}

.info-text-product ul li i {
    width: 20px;
    color: #f7941d;
}

.info-text-product {
    padding: 15px 0;
    margin: 0 0 20px 0;
    border-top: 2px solid #999999;
    border-bottom: 2px solid #999999;
}

.woocommerce div.product form.cart {
    margin-bottom: 20px; 
}

.info-text-product ul li a {
    font-size: 16px;
    font-weight: 700;
    color: #ed1c24;
}

.product-tab-title {
    font-size: 16px;
    font-weight: 700;
    color: #f7941d;
    margin: 0 0 15px 0;
}

.product-tab-main p {
    font-size: 14px;
    text-align: justify;
    color: #666;
}

.product-tab-main p strong {
    font-weight: 700;
    color: #222;
}

.box_main_product {
    padding: 10px 10px 0 10px;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}

.product-box-content {
    padding: 0 10px;
}

.product-sidebar {
    width: 100% !important;
}

.sidebar-shop {
    width: 100% !important;
    padding: 0 !important;
}

.sidebar-shop .widget-title {
    font-weight: 700 !important;
    background-color: #fff !important;
    color: #222 !important;
    text-align: left !important;
    padding: 0 !important;
    margin: 0 0 15px 0 !important;
}

.sidebar-shop .item-product-list {
    margin: 0 0 15px 0;
}

.sidebar-shop .list-post-item {
    padding: 0 !important;
    border: none !important;
}

.sidebar-shop .widget .list-post-item li {
    padding: 0 0 10px 0 !important;
    margin: 0 0 10px 0 !important;
    border-bottom: 1px solid #ebebeb !important;
}

.widget .list-post-item .alignleft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.sidebar-shop .widget .list-post-item li:last-child {
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: none !important;
}

.box-review-product {
    padding: 10px;
}

.related {
    /* padding: 0 10px; */
    border-top: 30px solid #f4f4f4;
}

.related-main {
    /* padding: 0 10px; */
}

.related .slick-slide {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.related  .slick-slider {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.woocommerce a.added_to_cart {
    margin-top: 10px;
    padding-top: 0 !important;
}

.tax-product_cat .site-main {
    background-color: #fff !important;
    padding: 0 !important;
}

.tax-product_cat .list-products li .wrap-product, .home .list-products li .wrap-product {
    border-bottom: 1px solid #f4f4f4;
}

.woocommerce-product-rating {
    display: none !important;
}

.tax-product_cat .site-content {
    padding-top: 0 !important;
}

.tax-product_cat .wtb-slider {
    float: right;
    width: 81.2%;
}

.list-products li .wrap-product:hover .button {
    color: #fff !important;
    background-color: #00a651;
    border: 1px solid #00a651;
}

.product-wrap-more {
    padding: 20px;
    background: #fff;
    margin: 0 0 30px 0;
}

.home-product-more {
    text-align: center;
}

.home-product-more a {
    color: #0064c2;
    font-size: 14px;
    font-weight: 700;
}

.home-product-cat a {
    font-size: 14px;
    color: #0064c2;
}

.home-product-cat a i {
    font-size: 12px;
}

.product-cat-main-home {
    margin: 20px 0 0 0;
}

.info-video {
    width: 100%;
    height: 394px;
    background-color: #000;
    display: flex;
    align-items: center;
}

.info-video-title {
    margin: auto;
    position: absolute;
    top: 48px;
    left: 13px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.info-right {
    position: relative;
    margin: 0 0 15px 0;
}

.info-youtube {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 65px;
    height: 45px;
}

.info-youtube img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homepage-newmain {
    padding: 15px 10px 20px 15px;
    background-color: #ffff;
    margin: 0 0 30px 0;
}

.heading-new {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.heading-new a {
    color: #f7941d;
}

.info-video img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}

.home-more {
    text-align: right;
}

.home-more a {
    color: #0064c2;
    font-size: 13px;
}

.home-more a i {
    font-size: 12px;
}

.homepage-blog .sh-blog-shortcode.style-1 .post-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}

.home .footer-main, .tax-product_cat .footer-main, .single-product .footer-main {
    width: 81.2%;
    float: right;
}

.widget_information li a {
    color: #ed1c24;
    font-weight: 700;
}

.label-hiden-p {
    padding: 3px 0 5px 0 !important;
}

.label-hiden-p {
    padding: 3px 0 5px 0 !important;
}

.widget_information li span {
    font-weight: 700;
    color: #222;
}

.footer-widgets .footer-widgets-area .widget {
    margin: 0 0 18px 0 !important;
}

.footer-widgets .footer-widgets-area .widget:last-child {
    margin: 0 !important;
}

.footer-branch ul li {
    font-size: 14px;
    color: #666;
    padding: 7px 0;
    text-align: justify;
}

.footer-branch ul li span {
    font-weight: 700;
    color: #222;
}

.footer-branch ul li:first-child {
    padding: 0 0 7px 0;
}

.woocommerce nav.woocommerce-pagination {
    border-bottom: 1px solid #f4f4f4;
}

.term-description {
    padding: 0 10px;
}

.term-description p {
    font-size: 13px;
    color: #666;
    text-align: justify;
}

.term-description p strong {
    color: #222;
    font-size: 16px;
}

.fixed {
    position: fixed;
    display: block;
    width: 100%;
    top: 0;
    z-index: 999;
    animation: stuckMoveDown 0.6s;
}

@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

.widget_custom_html .info-video img {
    height: 190px;
}

.widget_custom_html .info-video {
    height: 240px;
}

.widget_custom_html .info-video-title {
    top: 35px;
    left: 10px;
}

.widget_custom_html .info-youtube {
    width: 52px;
    height: 36px;
}

.sidebar .widget_list_posts ul li:first-child a {
    width: 100% !important;
    height: 210px !important;
    margin: 0 0 10px 0 !important;
}

.sidebar .widget_list_posts ul li:first-child h3 {
    width: 100% !important;
}

.shopping-cart-menu-product-price .quantity {
    text-align: left;
    line-height: normal;
}

.shopping-cart-menu-product-price .quantity .woocommerce-Price-amount {
    color: red;
    font-weight: 700;
}

.page-template-page-contact .entry-content textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 140px;
    border-radius: 22px;
    padding-left: 16px;
    font-weight: 400;
    border: 1px solid #ebebeb;
}

.page-template-page-contact .entry-content input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    height: 44px;
    border: 1px solid #ebebeb;
    padding-left: 16px;
    border-radius: 22px;
    font-weight: 400;
    position: inherit;
    margin-bottom: 10px;
}

.page-template-page-contact .entry-content button.wpcf7-form-control.wpcf7-submit.btn.btn-primary.custom-btn-style {
    height: 44px;
    border-radius: 20px;
    background-color: #ed1c24;
    width: 100%;
    border: none;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.entry-content .widget_information ul {
    padding-left: 0;
    list-style: none;
}

.entry-content .widget_information {
    /* background-color: #66bc89;
    color: #fff;
    padding: 34px 28px 69px 28px; */
}

.contact-form-title {
    text-align: center;
    margin: 0 0 30px 0;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.contact-form-main {
    padding: 50px 30px 50px 216px;
    background-color: #f7941d;
}

.entry-content {
    position: relative;
}

.entry-widget-content {
    position: absolute;
    top: 70px;
    bottom: 0;
    z-index: 99;
    width: 570px;
    height: 470px;
    background-color: #f4f4f4;
    padding: 50px;
}

.page-template-page-contact .content-sidebar-wrap {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

.page-template-page-contact .widget_information li {
    font-size: 14px;
}

.page-template-page-contact .widget_information i {
    font-size: 14px;
    top: 6px;
}

.page-template-page-contact .widget-title {
    font-size: 18px;
    color: #222;
    margin: 0 0 15px 0;
}

.wtb-breadcrumb .container {
    position: relative;
}

a.xoo-el-action-sc {
    position: absolute;
    right: 15px;
    top: 8px;
    background: #fff !important;
    color: #666 !important;
}

.ques-input {
    padding: 10px;
    background-color: #fff;
    margin-bottom: 30px;
}

input#keyword {
    width: 740px;
    height: 40px;
    border-radius: 20px;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    padding: 0 5px 0 40px;
    font-size: 13px;
    margin-right: 10px;
}

.ques-input .col-lg-8, .ques-input .col-lg-1, .ques-input .col-lg-2 {
    padding: 0 5px;
}

.ques-input .row {
    margin: 0 -5px;
}

.ques-search {
    position: relative;
}

.ques-search img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
}

.btn-search {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    background-color: #f7941d !important;
}

.text-or {
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #222;
}

.btn-ques {
    background-color: #ed1c24 !important;
}

.ques-view-main ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ques-view-main ul li {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
}

.ques-view {
    padding: 10px;
    background-color: #fff;
    margin-bottom: 30px;
}

.ques-heading {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.ques-view-main ul li:last-child {
    margin-bottom: 0;
}

.view-number {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #f7941d;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-right: 15px;
}

.ques-view-main ul li a {
    font-size: 14px;
    color: #222;
}

.ques-view-main ul li a:hover {
    color: #f7941d;
}

.ques-news {
    padding: 10px;
    background-color: #fff;
}

.ques-news ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ques-news ul li {
    margin: 0 0 10px 0;
    padding: 12px 20px;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    background-color: #f4f4f4;
}

.ques-news ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #222;
}

.page-template-page-hoidap .home-product-more {
    padding: 20px 0;
}

.ques-input .row .col-lg-9 form {
    display: flex;
}

.modal-title {
    line-height: 1.5;
    font-size: 20px;
    margin: 0 auto;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
}

.page-template-page-hoidap .wpcf7-form-control {
    width: 100%;
    height: 44px;
    border: 1px solid #ebebeb;
    padding-left: 16px;
    border-radius: 22px;
    font-weight: 400;
    position: inherit;
    margin-bottom: 10px;
}

.page-template-page-hoidap textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 140px;
    border-radius: 22px;
    padding-left: 16px;
    font-weight: 400;
    border: 1px solid #ebebeb;
}

.page-template-page-hoidap button.wpcf7-form-control.wpcf7-submit.btn.btn-primary.custom-btn-style {
    height: 44px;
    border-radius: 20px;
    background-color: #ed1c24;
    width: 100%;
    border: none;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.ques-news ul li:hover {
    background-color: #f7941d;
    transition: all 0.3s ease-in-out;
}

.ques-news ul li:hover a {
    color: #fff;
}

.dmisha_loadmore {
    display: none;
}

.wrap-loadmore {
    text-align: center;
    margin-top: 20px;
}

.tax-video_type .sh-blog-shortcode .element.item-new .entry-thumb {
    width: 100% !important;
    height: 250px !important;
    margin-right: 0 !important;
}

.tax-video_type .sh-blog-shortcode .element .entry-thumb a img {
    height: 250px !important;
}

.tax-video_type .entry-description a {
    color: #666;
}

.icon {
    background: url(../images/icon-video.png) no-repeat center;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.tax-video_type .entry-thumb a {
    position: relative;
}

li.label-website a {
    color: #0064c2;
}

li.label-website a:hover {
    color: #f7941d;
}

.tax-product_cat .product-cat-main-home {
    margin: 30px 0;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	.title-product-main {
        display: none;
    }

    .logo-col {
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }

    .province-col {
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }

    .cart-col {
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }

    .search-col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: absolute;
        width: 88%;
        right: 0;
        bottom: -45px;
    }

    .menu-col {
        display: none;
    }

    .home .site-content .content-sidebar-wrap {
        width: 100%;
    }

    .home .footer-main, .tax-product_cat .footer-main, .single-product .footer-main {
        width: 100%;
    }

    .header-main {
        background-color: #f7941d;
        padding: 5px 0 55px 0;
    }

    .header-province span:last-child {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .item-product-list {
        margin-bottom: 10px;
    }

    .list-products li .image-product {
        height: 140px !important;
    }

    .list-products li .image-product a.img img {
        max-height: 140px !important;
    }

    .info-video {
        height: 200px;
    }

    .info-video img {
        height: 200px;
    }

    .footer-widgets .footer-widgets-area .widget:last-child {
        margin: 0 0 25px 0 !important;
    }

    .site-info {
        padding: 10px !important;
    }

    .tax-product_cat .wtb-slider {
        width: 100%;
    }

    .single-product .breadcrumb, .tax-product_cat .breadcrumb {
        width: 100%;
    }

    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        width: 100% !important;
    }

    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        width: 100% !important;
    }

    .entry-widget-content {
        position: relative;
        top: 0;
        width: 100%;
        height: 372px;
        padding: 15px;
    }

    .contact-form-main {
        padding: 15px;
    }

    .page-template-page-contact .content-sidebar-wrap {
        padding: 15px;
    }

    .ques-input .row .col-lg-9 form {
        display: inherit;
    }

    input#keyword {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .ques-news ul li a span {
        margin-right: 10px;
    }
}