.container-call
{
	position: fixed;
    right: 10px;
    top: 200px;
    z-index: 999999;
}
@media (min-width: 1200px) {
	.u-visually-hidden {
	    border: none !important;
	    clip: rect(0 0 0 0) !important;
	    height: 1px !important;
	    margin: -1px !important;
	    overflow: hidden !important;
	    padding: 0 !important;
	    position: absolute !important;
	    white-space: nowrap !important;
	    width: 1px !important;
	}
	.row-no-margin
	{
		margin-left: 0 !important; 
		margin-right: 0 !important; 
	}
    .container{
        max-width: 1200px;
    }
    .carousel-indicators li
    {
    	background-color: #000;
    }
    .active
    {
    	background-color: #F5B834 !important;
    }
    .carousel-inner .active
    {
    	background-color: #fff !important;
    }

    .active i
    {
    	color: #000 !important;
    }
    .active p
    {
    	color: #000 !important;
    }


    .container-header
	{
		padding: 0;
	}
	.container-header .navbar
	{
		padding: 0;
		height: 85px;
	}
	.container-header .search-form form input
	{
		width: 350px;
	}
	.container-header .hotline h3
	{
		font-size: 18px;
		font-weight: bold;
	}
	.container-header .hotline i
	{
		font-size: 45px;
		color: #f60;
	}
	.container-header .hotline p
	{
		font-size: 18px;
		color: #f60;
		padding: 0;
		margin: 0;
	}
	.container-menu
	{
		background-color: #3287EA;
		/*height: 75px;*/
		height: 90px;
	}
	.container-menu .item-menu
	{
		background-color: #3287EA;
		/*height: 75px;*/
		height: 90px;
		padding: 5px;
	}
	.container-menu .item-menu i.icon
	{
		font-size: 40px;
		color: #fff;
		float: left;
		padding-left: 15px;
		cursor: pointer;
		height: 40px;
	}
	.container-menu .item-menu i.down
	{
		font-size: 18px;
		color: #fff;
		float: right;
	}
	.container-menu .item-menu i.dropdown-toggle::after
	{
		font-size: 25px;
		margin-left: 8px;
	}

	.container-menu .item-menu p
	{
		text-align: center;
		font-weight: bold;
		color: #fff;
	}
	.container-menu .sub-menu
	{
		width: 1200px !important;
	    position: absolute !important;
	    height: 220px;
	    display: none;
	    border-radius: 15px;
	    padding-top: 20px;
	    padding-bottom: 20px;
	    border: 2px solid #ebebeb;
	    z-index: 1000;
	    background-color: #fff;

	}
	.container-menu .sub-menu .key-tag a
	{
		float: left;
		margin-right: 5px;
	}
	.container-menu .sub-menu .dropdown-left
	{
		width: 60%;
		float: left;
		border-right: 1px solid #F5B834;
	}
	.container-menu .sub-menu .dropdown-left .c-1
	{
		float: left;
		height: 200px;
		width: 50%;
	}
	.container-menu .sub-menu .dropdown-left .c-2
	{
		float: right;
		height: 200px;
		width: 50%;
	}

	.container-menu .sub-menu .dropdown-left a i
	{
		font-size: 10px;
		color: #F5B834;
		margin-right: 5px;
	}
	.container-menu .sub-menu .dropdown-right
	{
		width: 38%;
		float: right;
	}
	.breadcrumb-item.active {
	    background: none !important;
	}
	.container-banner
	{
		height: 470px;
	}
	.container-banner .list-group a 
	{
		padding: 5px;
		/*width: 220px;*/
		height: 85px;
		background-color: #3287EA;
		margin-top: 2px;
    	margin-bottom: 2px;
	}
	.container-banner .list-group a p.text
	{
		float: left;
		display: block;
		width: 85%;
		font-size: 14px;
		color: #fff;
	}
	.container-banner .list-group a p.icon-down
	{
		float: right;
		display: block;
		color: #fff;
	}

	.container-banner .carousel-banner
	{
		padding-top: 2px;
		padding-left: 0;
		padding-right: 0;
	}
	.container-banner .carousel-banner .carousel-item
	{
		width: 100%;
		height: 470px;
	}
	.container-banner .carousel-banner .carousel-item img
	{
		width: 100%;
		max-height: 470px;
	}

	.container-banner .right-banner a
	{
		width: 100%;
		height: 235px;
		margin-top: 2px;
		margin-bottom: 3px;
		display: block;
	}
	.container-banner .right-banner a img
	{
		width: 100%;
	}
	/*suggest new*/
	.container-suggest-news .title-group
	{
	    border-bottom: solid 1px #F5B834;
	    padding: 0;
	    position: relative;
	}
	.container-suggest-news .title-group h3
	{
		height: 40px;
	    display: inline-block;
	    background: #F5B834;
	    min-width: 190px;
	    padding-left: 15px;
	    padding-right: 10px;
	    margin-bottom: 0;
	    font-size: 18px;
	    color: #000;
	    font-family: 'sfb-g1';
	    text-transform: uppercase;
	    padding-top: 11px;
	    position: relative;
	    box-sizing: border-box;
	}
	.container-suggest-news .title-group h3::before
	{
		
	    content: '';
	    position: absolute;
	    display: block;
	}
	.container-suggest-news .title-group h3::after
	{
		content: '';
	    display: block;
	    position: absolute;
	    width: 0;
	    height: 0;
	    border-style: solid;
	    border-width: 40px 0 0 40px;
	    border-color: transparent transparent transparent #F5B834;
	    right: -40px;
	    top: 0;
	}
	.container-suggest-news .list-new
	{
		border: 1px solid #F5B834;
		padding: 0px 5px 5px 5px;
	}
	.container-suggest-news .list-new .media
	{
		border-bottom: 1px solid #000;
	}
	.container-suggest-news .list-new img
	{
		width: 65px;
	}
	.container-suggest-news .list-new h5
	{
		font-size: 14px;
		font-weight: bold;
	}
	.container-suggest-news .list-new h5 a
	{
		color: #000;
		text-decoration: none;
	}
	/*end suggest new*/
	.common-description 
	{
		padding: 0 20px !important;
	}
	/*.common-description img
	{
		width: 100%;
		height: auto;
	}*/

	.content-home .request-support
	{
		border: 2px solid #3287EA;
		text-align:center;
	}
	.content-home .request-support a
	{
		color: #f60;
		font-weight: bold;
	}

	.content-home .container-product .title-group
	{
	    border-bottom: solid 1px #3287ea;
	    padding: 0;
	    position: relative;
	}
	.content-home .container-product .title-group h1
	{
		height: 50px;
	    display: inline-block;
	    background: #3287ea;
	    min-width: 300px;
	    padding-left: 15px;
	    padding-right: 10px;
	    margin-bottom: 0;
	    font-size: 25px;
	    color: #f1f1f1;
	    font-family: 'sfb-g1';
	    text-transform: uppercase;
	    padding-top: 11px;
	    position: relative;
	    box-sizing: border-box;
	}
	.content-home .container-product .title-group h1::before
	{
		
	    content: '';
	    position: absolute;
	    display: block;
	}
	.content-home .container-product .title-group h1::after
	{
		content: '';
	    display: block;
	    position: absolute;
	    width: 0;
	    height: 0;
	    border-style: solid;
	    border-width: 50px 0 0 50px;
	    border-color: transparent transparent transparent #3287ea;
	    right: -50px;
	    top: 0;
	}
	.content-home .container-product .title-group h1 i
	{
		margin-right: 10px;
	}



	.content-home .container-product .title-group h2
	{
		height: 50px;
	    display: inline-block;
	    background: #3287ea;
	    min-width: 300px;
	    padding-left: 15px;
	    padding-right: 10px;
	    margin-bottom: 0;
	    font-size: 25px;
	    color: #f1f1f1;
	    font-family: 'sfb-g1';
	    text-transform: uppercase;
	    padding-top: 11px;
	    position: relative;
	    box-sizing: border-box;
	}
	.content-home .container-product .title-group h2::before
	{
		
	    content: '';
	    position: absolute;
	    display: block;
	}
	.content-home .container-product .title-group h2::after
	{
		content: '';
	    display: block;
	    position: absolute;
	    width: 0;
	    height: 0;
	    border-style: solid;
	    border-width: 50px 0 0 50px;
	    border-color: transparent transparent transparent #3287ea;
	    right: -50px;
	    top: 0;
	}
	.content-home .container-product .title-group h2 i
	{
		margin-right: 10px;
	}

	.content-home .container-product .list-product .row
	{
		margin-right: 0;
		margin-left: 0;
	}
	.content-home .container-product .list-product .item-product
	{
		height: 60px;
		border: 1px solid #ebebeb;
		min-height: 324px;
	}
	.content-home .container-product .list-product .part-img
	{
		background: #fff;
	    text-align: center;
	    min-height: 150px;
	    padding: 15px 0 5px !important;
	}
	.content-home .container-product .list-product .part-img img
	{
		max-width: 100%;
		height: auto;
	}
	.content-home .container-product .list-product .part-title
	{
		/*padding: 7px 10px;*/
	}
	.content-home .container-product .list-product .part-title h3 a
	{
		margin-top: 20px;
	    margin-bottom: 10px;
		display: block;
	    padding: 0;
	    text-align: left;
	    width: 100%;
	    /*height: 16px;*/
	    overflow: hidden;
	    color: #111 !important;
	    font-size: 14px !important;
	    height: 38px !important;
	    font-family: 'sfb-g1';
	    line-height: 20px;
	    font-weight: bold;
	    border-bottom: solid 1px #707070 !important;
	    margin-bottom: 5px;
	    padding-bottom: 5px !important;
	}
	.content-home .container-product .list-product .part-price span
	{
		color: #FF151E;
		font-weight: bold;
	}
	.content-home .why-us .item-why
	{
		border: 1px solid #F5B834;
		border-radius: 10px;
    	padding: 30px 5px 30px 5px;
		height: 185px;
	}
	.content-home .why-us .item-why .left-icon
	{
		width: 30%;
		height: 100%;
		float: left;
		border-right: 1px solid #F5B834;
		font-size: 60px;
	    text-align: center;
	    padding-top: 10px;
	}
	.content-home .why-us .item-why .right-content
	{
		width: 65%;
		height: 100%;
		float: right;
	}

	.footer-us
	{
		background-color: #37B734;
	}
	.footer-us .about-us
	{
		text-align: center;
    	padding: 10px 15px 10px 15px;
	}
	.footer-us .about-us h2
	{
    	color: #F7F93B;
	}
	.footer-us .about-us p
	{
    	color: #fff;
	}

	.footer-us .about-shop
	{
    	padding: 10px 15px 10px 15px;
	}
	.footer-us .about-shop h4
	{
    	color: #F5B834;
	}
	.footer-us .about-shop .address-shop 
	{
    	color: #ffff;
    	border-left: 1px solid #F5B834;
	}
	.footer-us .about-shop .address-shop h5
	{
    	font-size: 14px;
	}
	.footer-us .about-shop .address-shop p
	{
    	font-size: 12px;
    	margin: 0;
	}

	/*style category*/
	.content-category .request-support
	{
		border: 2px solid #3287EA;
		text-align:center;
	}
	.content-category .request-support a
	{
		color: #f60;
		font-weight: bold;
	}
	.content-category .container-product .title-group
	{
	    border-bottom: solid 1px #3287ea;
	    padding: 0;
	    position: relative;
	}
	.content-category .container-product .title-group h2
	{
		height: 50px;
	    display: inline-block;
	    /*background: #3287ea;*/
	    min-width: 300px;
	    /*padding-left: 15px;*/
	    padding-right: 10px;
	    margin-bottom: 0;
	    font-size: 25px;
	    color: #000;
	    font-weight: bold;
	    font-family: 'sfb-g1';
	    text-transform: uppercase;
	    padding-top: 11px;
	    position: relative;
	    box-sizing: border-box;
	}
	.content-category .container-product .title-group h2::before
	{
		
	    
	}
	.content-category .container-product .title-group h2::after
	{
		
	}
	.content-category .container-product .title-group h2 i
	{
		margin-right: 10px;
	}

	.content-category .container-product .list-product .row
	{
		margin-right: 0;
		margin-left: 0;
	}
	.content-category .container-product .list-product .item-product
	{
		height: 60px;
		border: 1px solid #ebebeb;
		min-height: 324px;
	}
	.content-category .container-product .list-product .part-img
	{
		background: #fff;
	    text-align: center;
	    min-height: 150px;
	    padding: 15px 0 5px !important;
	}
	.content-category .container-product .list-product .part-img img
	{
		max-width: 100%;
		height: auto;
	}
	.content-category .container-product .list-product .part-title
	{
		/*padding: 7px 10px;*/
	}
	.content-category .container-product .list-product .part-title h3 a
	{
		margin-top: 20px;
	    margin-bottom: 10px;
		display: block;
	    padding: 0;
	    text-align: left;
	    width: 100%;
	    /*height: 16px;*/
	    overflow: hidden;
	    color: #111 !important;
	    font-size: 14px !important;
	    height: 38px !important;
	    font-family: 'sfb-g1';
	    line-height: 20px;
	    font-weight: bold;
	    border-bottom: solid 1px #707070 !important;
	    margin-bottom: 5px;
	    padding-bottom: 5px !important;
	}
	.content-category .container-product .list-product .part-price span
	{
		color: #FF151E;
		font-weight: bold;
	}
	.content-category .container-left .order-solution
	{
		background-color: #EBEBEB;
		padding-left: 10px;
	}
	.content-category .container-left .order-solution form label
	{
		font-size: 12px;
	}
	.content-category .container-left .order-solution .div-submit
	{
		padding-right: 25px;
	}
	.content-category .container-left .order-solution .div-submit button
	{
		background-color: #F5B834;
		font-weight: bold;
		color: #000;
	}

	.key-tag 
	{
		background-color: #EBEBEB;
		padding-left: 10px;
	}
	.key-tag h4
	{
		font-size: 14px;
		font-weight: bold;
	}
	.key-tag h4 i
	{
		margin-right: 10px;
	}
	.key-tag .item-tag
	{
		background: #F5B834;
	    color: #000;
	    border: 1px solid #F5B834;
	    border-radius: 7px;
	    padding: 3px 5px;
	    font-size: 12px;
	    margin-bottom: 5px;
	    display: block;
	    width: fit-content;
	    text-decoration-line: none;
	}
	.container-pagination
	{
		border-top: 1px solid #000;
	}

	/*product*/
	.product-detail .product-image 
	{
		text-align: center;
	}
	.product-detail .product-image img
	{
		max-width: 100%;
	}
	.product-detail .product-info h1
	{
		font-size: 25px;
	}
	.product-detail .product-info .price
	{
		font-size: 25px;
		color: #F10707;
	}
	.product-detail .product-info .price span
	{
		color: #F10707;
		font-weight: bold;
		margin-right: 5px;
	}
	.product-detail .product-status
	{
		padding-right: 0;
	}
	.product-detail .product-status .item-status
	{
		font-size: 14px;
	}
	.product-detail .product-status .item-status label
	{
		font-weight: bold;
	}
	.product-detail .product-status .item-status label i
	{
		font-weight: normal;
		font-size: 12px;
		color: #6ba8f0;
    	margin-right: 5px;
	}
	.product-detail .product-buy .btn-quick-buy
	{
		background-color: #F5B834;
		color: #fff;
		font-weight: bold;
	}
	.product-detail .product-support
	{
		border-top: 1px solid #ebebeb;
	}
	.product-detail .product-support .item-contact label
	{
		font-weight: bold;
		font-size: 12px;
		width: 100%;
	}
	.product-detail .product-support .item-contact span
	{
		color: #f60;
		padding-left: 5px;
		font-size: 14px;
		font-weight: bold;
		display: block;
	}
	.product-detail .product-support .item-work label
	{
		font-weight: bold;
		width: 50px;
		font-size: 12px;
	}
	.product-detail .product-support .item-work span
	{
		font-size: 12px;	
	}
	.product-description
	{
		border-top: 1px solid #000;
	}


	/*new*/
	.container-news
	{
		margin-left: 0;
	}
	.container-news .item-new
	{
		width: 100%;
		border: 1px solid #ccc;
		position: relative;
    	padding-bottom: 0;
	}
	.container-news .item-new .img-block
	{
		width: 40%;
		float: left;
	}
	.container-news .item-new .img-block img
	{
		max-width: 100%;
	}
	.container-news .item-new .info-block
	{
		width: 60%;
		float: right;
		padding: 20px 15px 20px;
	}
	.container-news .item-new .info-block a
	{
		color: #000;
		text-decoration: none;
	}

	.container-news .item-new .info-block h2
	{
		font-size: 16px;
		font-weight: bold;
	}
	.container-news .item-new .info-block .info-date
	{
		font-size: 13px;
		font-style: italic;
		color: #ccc;
	}
	.container-news .item-new .info-block .info-date
	{
		font-size: 13px;
		font-style: italic;
	}
	.container-news .item-new .info-block .info-description
	{
		font-size: 13px;
		
    	box-sizing: border-box;
	}
	.container-news .item-new .info-block .info-see-more
	{
		font-size: 14px;
		/*position: relative;
		top: 60px;
		right: -12px;*/
	}
	.container-news .item-new .info-block .info-see-more a
	{
		position: absolute;
		bottom: 0;
		right: 0;
		display: block;
		width: 67px;
		height: 59px;
		padding: 0;
		background: url(../image/view-more-services.png?1554965972) center left no-repeat;
		transition: opacity 0.2s ease;
		text-indent: -9999px;
	}

	.container-show-new
	{
		margin-left: 0;
	}

	.container-show-new h1
	{
		width: 100%;
		font-size: 26px;
	}
	.container-show-new h2
	{
		width: 100%;
		font-size: 26px;
	}

	.container-show-new .info-date
	{
		width: 100%;
		font-size: 13px;
		color: #ccc;
	}

	/*combo*/
	.container-combo h1
	{
		font-size: 25px !important;
	}
	.container-combo  h3
	{
		font-size: 18px;
	}
	.container-combo .container-combo-item
	{
		background-color: #EBEBEB;
		padding: 5px;
		padding-bottom: 10px;
		padding-top: 10px;
		margin-top: 10px;
		border-radius: 15px;
	}
	
	.container-combo .combo-item-icon
	{
		text-align: center;
	}
	.container-combo .combo-item-icon i
	{
		font-size: 50pt;
		margin-top: 40px;
	}
	.container-combo .combo-item-detail-price
	{
		text-align: right;
	}
	.container-combo .combo-item-detail-price span
	{
		display: block;
		width: 50%;
		background-color: #3287EA;
		padding: 7px;
		color: #fff;
		float: right;
	}
	.container-combo .combo-price .combo-price-common
	{
		font-size: 20pt;
		font-weight: 900;
		text-align: right;
	}
	.container-combo .combo-price .combo-price-buy
	{

	}
	.container-combo .combo-price .combo-price-buy .combo-price-buy-percent 
	{
		float: left;
		width: 40%;
		padding: 0 10px;
	}
	.container-combo .combo-price .combo-price-buy .combo-price-buy-percent span
	{

		display: block;
		background-color: #F5B834;
		border-radius: 15px;
		font-size: 20pt;
		padding: 10px;
		color: #fff;
		text-align: center;
		font-weight: 900;
	}
	.container-combo .combo-price .combo-price-buy .combo-price-buy-number
	{
		float: right;
		width: 60%;
	}
	.container-combo .combo-price .combo-price-buy .combo-price-buy-number span
	{
		display: block;
		text-align: right;
		font-size: 25pt;
		font-weight: 900;
		color: #f60;
	}
	.container-combo .combo-btn-buy
	{
		padding-top: 10px;
		padding-bottom: 5px;
	}
	.container-combo .combo-promise
	{
		border-top: 1px solid #3287EA;
		border-bottom: 1px solid #3287EA;
		margin: 10px 0;
		padding: 20px 0px;
	}
	.container-combo .combo-promise h4
	{
		color: #f60;
		font-weight: bold;
	}
}
