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

/*************** ADD CUSTOM CSS HERE.   ***************/
.header .flex-row {
    height: auto;
}
.header-bottom{
	z-index: 9999;
}
.itc-slider-home{

}
.itc-slider-home .slider-nav-outside .flickity-prev-next-button.previous{
	height: 80px;
    width: 35px;
    text-align: center;
    line-height: 44px;
    z-index: 100;
    cursor: pointer;
    position: absolute;
    top: 207px;
    margin-top: -40px;
    background: url(img/arrows-36-80-0.webp) no-repeat top left;
    left: -18px;
    opacity: 1;
    border-radius: 0 !important
}
.itc-slider-home .slider-nav-outside .flickity-prev-next-button.next{
	height: 80px;
    width: 35px;
    text-align: center;
    line-height: 44px;
    z-index: 100;
    cursor: pointer;
    position: absolute;
    top: 207px;
    margin-top: -40px;
    background: url(img/arrows-36-80-0.webp) no-repeat top left;
    left: auto;
    opacity: 1;
    right: -16px !important;
    background-position-x: -35px;
    border-radius: 0 !important
}
.itc-slider-home .flickity-prev-next-button .arrow, .flickity-prev-next-button svg{
	display: none;
}
.itc-slider-home {
	position: relative;
}
.itc-slider-home:before{
	content: "";
    height: 129px;
    width: 129px;
    display: block;
    background: url(img/ribbon-topright-0.webp) no-repeat top right;
    position: absolute;
    right: -8px;
    top: -8px;
    z-index: 99;
}
.itc-slider-home:after{
	content: "";
    height: 55px;
    width: 100%;
    display: block;
    background: url(img/bottomshadow.webp) no-repeat top center;
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    z-index: 8;
}
.itc-slider-home .slider {
	z-index: 9;
}
.itc-padding{
	padding: 10px;
    box-sizing: border-box;
    box-shadow: 0px 5px 2px 0px #cacaca;
}
.section-title-container{
	height: 48px;
    box-shadow: 5px 5px 15px 0px #cacaca;
}
.section-title-normal{
	position: relative;
    margin: 0;
    display: block;
    height: 48px;
    border: 1px solid #ebebeb;
    border-top: 3px solid #F8B91C;
    border-bottom: 0;
    padding: 10px 20px;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 18px;
    text-transform: uppercase;
    background: #fff;
}
.section-title-normal span{
	border: none;
}
.itc-product .flickity-prev-next-button .arrow, .flickity-prev-next-button svg{
	display: inline-block;
	border-color: #FF5722;
    fill: #FF5722;
}
.flickity-prev-next-button{
	opacity: 1;
	bottom: auto;
	top: 25px;
}
.itc-product .flickity-prev-next-button.previous{
	left: 88%;;
}
.itc-product .flickity-prev-next-button.next{
	left: 93% !important;
}
.category-pro-title {
    /*border: 1px solid #ebebeb;*/
    border-top: 3px solid #F8B91C;
    border-bottom: 1px solid #ebebeb;;
    padding: 0 10px;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 20px;
    text-transform: uppercase;
    background: #fff;
    margin: 0px;
}
.category-pro-title span {
    color: #000000;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    letter-spacing: normal;
    margin-top: 0;
    padding: 10px 0px 10px 10px;
    position: relative;
    text-transform: uppercase;
}
.itc-left{
	background: #ffffff;
	margin-left: 0 !important;
    margin-right: 0 !important;
}
.itc-left-sidebar > .col-inner > .row > .col > .col-inner{
    border: 1px solid #ebebeb;
    border-radius: 5px;

}
#menu-menu-danh-muc{
	list-style: none;
    padding: 0;
    margin: 0;
    padding: 0;
}
#menu-menu-danh-muc li{
	padding: 2px 10px;
	transition: all 500ms;
    transition-timing-function: linear;
}

#menu-menu-danh-muc li:hover {
    background: #ffb100;
    padding-left: 20px;
}
.product-small.box{
	border: 1px solid #ebebeb;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px 1px #e6e6e6;
    -moz-box-shadow: 0px 0px 10px 1px #e6e6e6;
    box-shadow: 0px 0px 10px 1px #e6e6e6;
}
.itc-left .product-small.box{
	border: none;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#header-contact a{
	font-weight: bold;
    font-size: 16px;
    margin-left: 20px;
    color: red;
}
.footer-middle .itc-links{
	margin: 0 !important;
	padding: 0 !important;
}
.footer-middle .itc-links li {
    list-style: none;
    padding: 5px 0px;
    margin: 0 !important;
    text-align: left;
}
.footer-middle .itc-links li a {
    color: #fff;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    text-align: left;
    font-size: 12px;
}
.footer-middle .itc-links li a:hover{
	color: #ff9f1b;
    text-decoration: none;
}
.footer-middle .itc-links li a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
    line-height: 20px;
    color: #8c8c8c;
    margin-right: 5px;
}
.add-icon:before {
	content: "\f041";
	font-family: FontAwesome;
	font-size: 15px;
	color: #980a03;
	height: 35px;
	width: 35px;
	line-height: 35px;
	display: inline-block;
	float: left;
	font-style: normal;
	text-align: center;
	margin-right: 10px;
	border-radius: 30px;
	border-radius: 25px;
	background: #fff
}
.email-icon:before {
	content: "\f0e0";
	font-family: FontAwesome;
	font-size: 14px;
	color: #980a03;
	height: 35px;
	width: 35px;
	margin-right: 5px;
	line-height: 35px;
	display: inline-block;
	float: left;
	font-style: normal;
	text-align: center;
	margin-right: 10px;
	background: #fff;
	border-radius: 25px
}
.phone-icon:before {
	content: "\f095";
	font-family: FontAwesome;
	font-size: 15px;
	color: #980a03;
	height: 35px;
	width: 35px;
	margin-right: 5px;
	line-height: 35px;
	display: inline-block;
	float: left;
	font-style: normal;
	text-align: center;
	margin-right: 10px;
	background: #fff;
	border-radius: 25px
}
.contacts-info *{
	text-align: left;
}
.phone-footer {
    overflow: hidden;
    font-size: 16px;
    line-height: 35px;
    color: #ffc000;
    margin-bottom: 10px;
    margin-top: 12px;
}
.email-footer {
    overflow: hidden;
    margin-top: 12px;
    font-size: 12px;
}
.contacts-info address {
    display: block;
    margin: auto;
    font-style: normal;
    line-height: 1.5em;
    color: #fff;
    padding-top: 5px;
    margin-top: 10px;
    text-align: left;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 13px;
    border: none;
}
h3.title_tm2 {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 23px;
    font-weight: 400;
}
.absolute-footer.dark {
    color: #fff;
    position: absolute;
    width: 100%;
    background: transparent;
    margin-top: -74px;
    border-top: 1px solid #dedede;
    padding-top: 24px;
}
.itc-ho-tro img{
	border: 10px solid #eee;
    transition: all 0.2s ease-in-out;
    border-radius: 80px;
    padding: 0;
}
.itc-ho-tro .icon-box:hover  img {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -webkit-font-smoothing: antialiased;
}
.itc-ho-tro h5{
	text-transform: capitalize;
	font-weight: 500;
}
.itc-ho-tro h6{
	text-transform: capitalize;
	font-weight: 400;
}
.itc-ho-tro a {
    display: block;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #FF0000;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0;
    margin: 10px 0;
}
.itc-thong-tin p{
    margin-bottom: 5px;
}
.availability, .product-brand {
    margin: 10px 0 8px;
    font-weight: normal;
    font-size: 15px;
    display: inline-block;
    right: 15px;
    margin-top: 0px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
.availability.in-stock {
    background: #6dbe14;
    color: #fff;
    border-radius: 20px;
    padding: 10px 20px;
    margin-top: 5px;
}
.availability.out-of-stock {
    display: inline-block;
    background: #f23534;
    color: #fff;
    border-radius: 20px;
    padding: 10px 20px;
    margin-top: 5px;
}
.img, .img img {
    width: auto;
}

.price ,.price a{
    font-weight: 600;
    font-size: 12px;
    color: #EC1005;
    padding-top: 5px;
}
iframe[loading="lazy"] {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    max-width: 100%;
    display: block;
}

.row-large>.flickity-viewport>.flickity-slider>.col, .row-large>.col {
    padding: 0 15px 15px !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  **************/
    .box-vertical .box-image {
        width: 28% !important;
        display: inline-block;
        margin-right: 15px;
    }
    .box-vertical .post-item .is-divider{
    	display: none;
    }
    .box-vertical .box-text {
    	width: 66%;
    	display: inline-block;
        vertical-align: top;
    }
    .itc-product .flickity-prev-next-button.previous {
	    left: 83%;
	}
	.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
	    margin-top: -21%;
	}
	.itc-product .flickity-prev-next-button.next {
	    left: 88% !important;

	}
	.absolute-footer.dark{
		margin-top: -100px;
	}
	.header .flex-row {
	    background: #fff;
	    height: 70px;
	}
	.footer-middle .itc-links li a{
		font-size: 16px;
	}
}