html{  font-size:14px;}
@font-face {
    font-family: 'Prompt-Regular';
    src: url('fonts/Prompt-Regular.eot');
    src: url('fonts/Prompt-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Prompt-Regular.woff') format('woff'),
         url('fonts/Prompt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Prompt-Bold';
    src: url('fonts/Prompt-Bold.eot');
    src: url('fonts/Prompt-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Prompt-Bold.woff') format('woff'),
         url('fonts/Prompt-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html{
	font-size:16px;
}
body{
    font-family: 'Prompt-regular';
	cursor: default;
	position: relative;
	line-height:normal;
    color: #000;
	font-size: 1rem;
	word-wrap:break-word; 
}

img{ border:0; margin:auto;}
a{ text-decoration:none;}
a:hover{ text-decoration: none;}
.h30{clear:both; width:100%; height:3rem;}
.h20{clear:both; width:100%; height:2rem;}
.h10{clear:both; width:100%; height:1rem;}
.img-filter{filter: brightness(0) invert(1);}

a{text-decoration:none;color:inherit;}
a:hover{color:inherit;}
ul{	padding-left: 0;margin-bottom: 0;}

#back-to-top {
    width: 50px;
    height: 25px;
    position: fixed;
    z-index: 9999;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%,0);
    text-align: center;
    display: none;
    padding:0px 0;
    background-color: #11285f;
    border-radius: 50px 50px 0 0;
    border: 2px solid #FFF;
    border-bottom: 0;
    font-size: 25px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
#back-to-top:hover{
    opacity: 1;
}
#back-to-top a {
    color: #FFF;
}
button:focus {
    outline: none;
}

#nav-icon3{
	z-index: 88;
	width: 40px;
	height: 30px;
	position: absolute;
    top: 25%;
    right: 5%;
	margin:0px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon3 span{
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
    background: #11285f;
	border-radius: 5px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
	top: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 10px;
}
#nav-icon3 span:nth-child(4) {
	top: 20px;
}
#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
/*head--//////////////////////////////////////////////////////////////////////////*/
.header-fullbox{
    background: #FFF;
    position: sticky;
    top: 0;
    z-index: 99;
    transition: all 0.4s;
}
.slim.header-fullbox{
    box-shadow: 0 2px 3px rgba(0,0,0,.3);
}
.headbar-top{
    width: 100%;
    padding: .8rem 0;
    transition: all 0.4s;
}
.hamburgers-box{
    width: 100%;
    position: relative;
}
.navbar-brand {
    width:100%;
    padding: 0;
    margin-right: 0;
    text-align: left;
    color: #214194;
}
.navbar-brand img {
    width: 200px;
    margin: 0;
    transition: all 0.5s;
}
.navbar-logo-mobile {
    width: 100%;
    padding: 5% 0;
    display: block;
    text-align: center;
}
.navbar-logo-mobile img{width:90%;}
.navbar-collapse ul{margin-top: 1rem;}
.navbar-collapse ul li{
	padding:8px 0;
    font-size: 1rem;
    transition: all 0.5s;
}
.navbar-collapse ul li a {
    margin: auto;
    color: #363636;
    padding:5px 15px;
    position: relative;
    display: block;
    text-align: left;
}
.navbar-collapse ul li.active a, .navbar-collapse ul li a:hover{ color: #2aced4; }
.navbar-collapse ul li.active, .navbar-collapse ul li:hover{
    background-color: transparent;
}
.contact-header{
    margin: 1rem auto;
}
.contact-header{
    margin: 1rem auto 0;
    color: #000 ;
    padding: 0 15px;
}
.social-header{text-align: center; margin: 1rem auto;}
.social-header img {width:auto; transition: all 0.5s;}
.social-header img:hover{transform: translateY(-5px);} 

.menu-top{
    padding: 0;
}

.language-box{
    background: #5b9bd5;
    color: #FFF;
    text-align: left;
    padding:0 5px;
} 
.language-box a{
    display: block;
    width: 100%;
    padding: 8px 15px;
    background: url("../images/arrow-dropdown.png") right center no-repeat;
}
.language-box .dropdown-menu{
    width: 100%;
    min-width: auto;
    top: 95%;
    border-radius: 0;
    border: none;
}
.language-box .dropdown-menu a{
    padding: 5px 15px;
    background: none;
}

/*slide-banner--//////////////////////////////////////////////////////////////////////////*/
#slide-zone{position: relative;}
#slide-zone .banner-slide{
    width: 100%;
}
#slide-zone .banner-slide img{
    width: 100%;
}
#slide-zone .owl-dots{
	display: block !important;
	position: absolute;
    bottom:1.5rem;
    left: 50%;
	transform: translate(-50%,0);
}
#slide-zone .owl-carousel button.owl-dot{
	width:10px;
    height: 10px;
	margin: 0 7px;
    border-radius: 50%;
    background-color: transparent;
    border:2px solid rgba(255,255,255,.35);
}
#slide-zone .owl-carousel button.owl-dot.active{
    border-color:rgba(255,255,255,1);
    background: #FFF;
}
.slide-spon .owl-carousel .owl-nav{display: block !important;}
.owl-nav .owl-prev {
    font-size: 1.5rem !important;
    position: absolute;
    left: -4%;
    top: 50%;
    z-index: 5;
    width: 30px;
    height: 30px;
    transform: translate(0,-50%);
    background: url("../images/arrow-prev.png") center center no-repeat !important;
    background-size: auto!important;
}
.owl-nav .owl-next{
    font-size: 1.5rem !important;
    position: absolute;
    right: -4%;
    top: 50%;
    z-index: 5;
    width: 30px;
    height: 30px;
    transform: translate(0,-50%);
    background: url("../images/arrow-next.png") center center no-repeat !important;
    background-size: auto !important;
}
.slide-spon  .owl-stage{display: flex;align-items: center;}
/*content--//////////////////////////////////////////////////////////////////////////*/
.text-bold{font-family: 'Prompt-Bold';}
.font-style1{font-size: 1.2rem;}
.font-style2{font-size: 1.4rem;}
.font-style3{font-size: 1.6rem;}
.font-style4{font-size: 1.8rem;}
.font-style5{font-size: 2rem;}
.text-green{color: #37be7f;}
.content-box{padding: 10% 0;}

.img-about{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.img-about img{width: 100%;}
.img-about img.img-top{z-index: 2; position: relative;}

.img-about .bg-imgabout{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.box1{
    background: url("../images/bg-1.png") top right no-repeat #FFF;
    background-size: 100% !important;
}
.readmore-btn{
    width: 183px;
    color: #FFF;
    padding: 8px;
    transition: all 0.5s;
    background: #37be7f;
}
.readmore-btn:hover{
    transform: scale(.95);
}
.about-box, .detail-category{
    margin-top: 3rem;
}
.title-box h1 {
    font-weight: 600;
    background: url(../images/bg-title.png) center left 25% no-repeat;
    background-size: 3rem;
    padding: 10px 0;
}
.title-box.title-box2 h1 {
    background-position: center left 35%;
}

.img-category{
    width: 100%;
    overflow: hidden;
}
.img-category img{width: 100%;transition: all 0.5s;}

.slide-spon{margin: 2rem auto 0;}


.box2{
    background: url("../images/bg-2.png") top center no-repeat;
    background-size: cover !important;
}
.img-box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 2rem;
}
.img-box img{width: 100%; transition: all 0.5s;}
.category-box:hover img{transform: scale(1.05);}

.category-box{
    margin-bottom: 2rem;
}

.product-box{
    margin-bottom: 2rem;
}
.detail-product{
    color: #898989;
    transition: all 0.5s;    
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: normal;
    height: calc(1rem * 1.5 * 2);
}
.line-product{
    width: 40%;
    height: 2px ;
    transition: all 0.5s;
    margin:2rem  auto;
    border-radius: 6px;
    border: 2px solid #d7d7d7;
}
.product-box:hover .detail-product{
    color: #000;
}
.img-product img{
	max-height: 100%;
	max-width: 100%;
    transition: all 0.5s;
	flex-grow: 0;
	object-fit: cover;

}
.product-box:hover img{transform: scale(1.03);}
.img-product{
	width: 100% ; 
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-box:hover .line-product{border-color: #2aced4;}

/*****************************************************/
 
.product-box-2 .img-product {
	height:220px;
	text-align:center;
}
.product-box-2 .img-product img{
	width: auto;
	max-width: 100%;
	max-height:100%;
	transition: all 0.5s;
	margin:auto;
 } 
 
/*********************PD********************************/
.category-box-2 .name-catepd{
	font-size:1rem;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
    height: calc(1rem * 1.2 * 2);
}
.category-box-2 .img-box{
	height:150px;
}
.category-box-2 .img-box img{
	height: 100%;
	width: 100%;
	transition: all 0.5s;
	flex-grow: 0;
	object-fit: cover;
}
.category-box-2 .font-style2{
	font-size:1rem;
	overflow: hidden;
	text-overflow: ellipsis;	
	white-space: nowrap;	
}
.category-box-2 img.icon-cate {
    height: 30px;
}
.title-page {
	padding:15px 0 0 0;
    font-size: 1.5rem;
    margin: 30px auto 10px auto;
    line-height: normal;
	text-align:left;
}
.title-page img{
	max-width:100%;
}
.modal-header{
	background: #f5f5f5;
}
.modal-body h1, .modal-header h1{
	font-size: 20px;
	margin-bottom: .1rem;
	padding: 5px;
    border:none;
    border-radius: 0;
}
.modal-body h1:hover, .modal-header h1:hover{
	background: none;
	color: #000;
}
.modal-body ul{
	list-style: none;
}
.modal-body p{
	margin: 1rem auto .5rem;
	font-size: 24px;
	text-align: center;	
    padding: 5px;
	color: #FFF;
	border-radius: 8px;
    border: 1px solid #253d93;	
	background: #253d93;
	transition: all 0.5s;
}
.modal-body p:hover{
	background: #FFF;
	color: #253d93;
}
 
.title-sub, .title-sub-2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
 .title-sub-2 {
    font-size: 1.2rem;
}
.text-download{
	font-size:1.2rem;
}
.bt-doc {
	display: inline-block;
	background: #cdcdcd;
	padding: 5px 20px;
	border: solid 1px #dfdfdf;
	/*border-radius: 10px;*/
	transition-duration: 1s;
	font-size:1rem;
	margin: 15px ;
}
.bt-doc:hover {
	background: #696969;
	border: solid 1px #494343;
	color: #fff;
}
table {
    max-width: 100%;
	width: inherit;
}
table tr td {
    max-width: 100%;
	width: inherit;
}
table tr td  img{
    max-width: 100%;
	width: auto !important;
	height:auto !important;
}
table, table::before,table::after {
 
    text-indent: 20px;
}
/********************************************/
 .caroufredsel_wrapper{
 	width:100% !important;
}

#thumbs {
	width:inherit !important;
	display:         flex;
	flex-wrap:       wrap;
	justify-content: center;; 
}

#thumbs a {
    padding: 0  ;
	margin:auto 1px  ;
	float:inherit !important;
	display:inline-block;
	height:50px !important;
}
 
.box-imgitem {
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
	border: solid 1px #e4e4e4;
}

.box-imgitem div {
    height: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*.box-imgitem  img{
	height: 100%;
	width: 100%;
    transition: all 0.5s;
	flex-grow: 0;
	object-fit: cover;
}*/
img.bgitem-img-box {
    width: 100%  !important;
    height: 100%  !important;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: blur(6px);
    filter: blur(6px);
    z-index: 1;
}
#thumbs a {
    padding: 0 1px;
	margin:auto 5px;
}

.full-video{
	width:100%;
	height:100%;
	text-align:center;
	margin: 20px auto;
}

 /************************************************************/
.left-menu{
	font-size:1.6rem;
}
.left-menu .nav-link {
    padding:0 1rem;
	font-size: 0.9rem;
	vertical-align: middle;
}
.left-menu .fa-angle-right {
    color: #535353;
    vertical-align: middle;
	
}
.left-menu{
	list-style:none;
	 
	border-bottom: none;	
}
.left-menu li ul li  {
	padding:0 !important;
}
.left-menu li ul li > a{
	padding: 0.3rem 2rem !important;
	margin: auto 10px;
}
.left-menu > li:hover > a{
 	color:#666;
}
.left-menu > li ul  {
	padding:0;
}
.left-menu > li ul .nav-link {
	font-size: 0.85rem;
	color:#333;
	padding:0;
}
.left-menu > li ul  .nav-item-sub2 .nav-link {
	font-size: 1.4rem !important;
}
.left-menu > li ul .nav-item-sub2 .nav-link span {
    border-bottom: solid 1px #e8e8e8;
}
 .left-menu > li ul .nav-link:hover {
	color:#369;
}
.left-menu .text-truncate {
    overflow: inherit;
    text-overflow:clip;
    white-space: normal;
}
 
.left-menu  > li {
	font-size: 28px;
	margin: 10px auto;
	padding: 5px 0 !important;
}
 /*****************************************/
 .list-product{
	padding: 10% 0;
	margin:  auto;
	background: #f5f5f5;
	border-radius: 10px;
	height:100%;
}
.list-product ul{
	list-style: none;
}
.list-product ul li{
	padding: 3px 15px;
	transition: all 0.5s;
}
.list-product ul li:hover{
	color:#727272;
}
.list-product h1{
    font-size: 1.4rem;
    margin: 0 15px;
    padding: 0px 0px 10px;
    color: #2e75b6;
    text-transform: uppercase;
    border-bottom: 1px solid #cadbea;
}
.list-product .fa-angle-double-right{
	font-size: 15px;
}
.list-product .nav-link:before{
	font-weight: bold;
	font-size: 1rem;
}
 
.nav-link[data-toggle].collapsed:before {
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: "\f101 ";/*▾*/
	 
}
.list-product .nav-link[data-toggle]:not(.collapsed):before {
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
    content: "\f077";/* ▴*/
	 
}
.nav-link.none-collapsed:before {
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
    content: "\f054";  
}	
/*****************************************/
.all-text-view ul {
     padding-left:40px ; 
}
/***********************************/
.container-faqs .card{
	 margin: 15px auto;
	border:none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	background-color: #FFF;
	background:none;
}
.container-faqs .card  .btn.btn-link {
	display: inline-block;
	word-break: break-word !important;
	white-space:normal;
	padding: 5px 0;
}
.container-faqs .card-header {
    padding: 0.4rem 0;
	background: none;
	border-bottom:none;
}
.container-faqs .btn-link {
    color: #313131;
}
.container-faqs .btn-link:hover,.container-faqs .btn-link:focus, .container-faqs .btn-link.focus {
     text-decoration: none;
	  color:#069;
}
.container-faqs .card ul {
    padding-left: 40px;
}
/*****************************************/
.item.box-imgitem{
	height:100px;
	overflow:hidden;
	text-align:center;
}
.item.box-imgitem a{
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item.box-imgitem img{
	width:auto !important;
	max-height:100%;
	max-width:100%;
}
/*--contactpage-box--///////////////////////////////////////////////////////////////////////////////////////*/
.otherpage-box.contactpage-box{
    padding-bottom: 0;
}
.address-contactpage {
    margin-bottom: 2rem;
    padding-right: 5%;
}
.address-contactpage.contact-contactpage{padding: 0;} 
.address-contactpage h1{
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 22px;
}
.address-contactpage p{
    margin-bottom: 0;
}
.address-contactpage a:hover{
    color: #2e75b6;
}
.address-contactpage table{
    max-width: 100%;
}
.sendus-box h1{
    color: #000;
    font-size: 22px;
    margin-bottom: 2rem;
}
.map{
    width: 100%;
    height: 250px;
}
.detail-input{
    margin: .5rem auto;
}
.form-contact{
    width: 100%;
    padding:6px 15px;
    border-radius: 5px;
    border: 1px solid rgb(198, 198, 198);
}
.sendus-box{
    margin: 0 auto 2rem;
}
.fa-sync-alt{
    color: #333333;
}
.send-bt-submit{
    color: #FFF;
    padding: 10px;
    border-radius: 5px;
    background: #2e75b6;
    border: 1px solid #0083b6;
    transition: all 0.5s;
    margin: 2rem auto 0;
	cursor:pointer;
}
.send-bt-submit:hover{
    background: #FFF;
    color: #0b97cc;
}
.full-address {
    font-size: 0.9rem;
}
.map{
    width: 100%;
    height: 100%;
	min-height:250px;
}
.map iframe{
    width: 100% !important;
 	height:100% !important;
} 
.address-contactpage h1 .svg-inline--fa {
	color:#2e75b6;
}
/******************Info**********************/
.text-info-th{
	font-size:1.1rem;
}
.text-info-en{
	font-size:1rem;
}
.info-title {
    font-size: 1.6rem;
}
.allinfo-title{
	position:relative;
	color:#FFF;
	font-size:1.5rem;
	padding:20px 15px;
	margin: 20px auto;
}
.info-title-com{
	position:absolute;
	color:#000;
 	text-transform:uppercase;
	top:10px;
	background:#FFF;
	z-index:5;
 	padding: 10px;
	/*height:90%;*/
	line-height:normal;
    /*font-size: 1.5rem;*/
  }
.bg-info-title-com{
	position:absolute;
	left:0;
	top:0;	
	width:40%;
	height:100%;
 	border: solid 4px #999;
	z-index:2;padding: 20px;
	background:#FFF;
}
.info-title-2{
	text-align:center;
	font-size:1.2rem;
}
/*-----Page List-----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.pagelist li{
	display:inline-block;
	list-style:none;
	background:#5a5a5a;
	margin:0 2px;
}
.pagelist li a svg{	
	padding-top:5px;
}
.pagelist li a{	
	display:block;
	color:#FFF;
	padding: 2px 10px 3px 10px;
	font-size: 0.9rem;
}
.pagelist li a.active{
	color:#FFF;
	background:#000;
	font-weight:700;
}
.pagelist li:hover{
	background:#000;
}
.pagelist li:hover a{
	color:#FFF;
}
/*///////////////////////////////////////////////////////////////////////////loading///////////////////////////////////////////////////////////////////////////*/
.box-loading #overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:rgba(0,0,0,0.9);
  transition: 1s 0.4s;
}
 
.box-loading #progstat{
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#fff;
}

/************************************/
/*footer--//////////////////////////////////////////////////////////////////////////*/
.footer {
    color: #FFF;
    padding: 10% 0 7%;
    background: url("../images/bg-footer.png") top left no-repeat;
    background-size: cover !important;
}
.footer a:hover{ color: #2aced4;}
.contact-footer{margin: 1.5rem auto;}
.copyright-box{
    padding: 0 5%;
}
.footer h1{font-size: 1rem;}
.menu-footer ul{list-style: none;}
.menu-footer ul li.active a, .menu-footer ul li a:hover{color: #2aced4;}
.logo-footer{margin-bottom: 2rem;}
.logo-footer img{width: auto;}

.social-footer img{transition: all 0.5s;}
.social-footer img:hover{transform: translateY(-5px);}
/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/
@media (max-width: 767px ) {
	body{
		max-width: 100% !important;
	}
	.navbar-collapse{
        position: fixed;
        width: 250px;
        background:url("../images/bg-header.png") #FFF right bottom no-repeat;
        background-size: 100% !important;
        height: 100% !important;
        max-height: none !important;
        top: 0;
        display: block;
        left: -250px;
        margin: 0 !important;
        z-index: 55;
        overflow-y: scroll;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.navbar-collapse.in{
		left: 0 !important;
	}
	.navbar-collapse.show{
		display:block;
		left: 0 !important;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		/*margin-left: 250px;*/
	}
	.headbar-top, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.5s !important;
	}
	.headbar-top.-collapse {
		/*margin-left: 250px;*/
		width:100%;
	}
}

/* Underline From Left */
.hvr-underline-from-left {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2aced4;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.navbar-collapse ul li:hover .hvr-underline-from-left:before, .navbar-collapse ul li:focus.hvr-underline-from-left:before, .navbar-collapse ul li.active .hvr-underline-from-left:before {
  right: 0;
}
.product-box:hover .hvr-underline-from-left:before, .product-box:focus.hvr-underline-from-left:before, .product-box.active .hvr-underline-from-left:before {
  right: 0;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 568px) {
}




