/*
Theme Name: Đạt Trần
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.titlex .section-title-main {
    background: #204296;
    color: white!important;
    clip-path: polygon(0% 0%,79% 0%,85% 50%,79% 100%, 0% 100% );
    width: 300px;
    padding-left: 10px;
	padding-top:5px;
}
span.hdevvn-show-cats li {
    display: block;
    width: auto;
    float: left;
    margin: 0 8px;
}
span.hdevvn-show-cats li a {
    padding: 8px 10px;
    color: #fff !important;
    background-color: #00297c;
    font-weight: 700;
    margin: 0 5px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 12px;
}
.section-title a {
	padding-right:10px;
    margin-left: auto;
    margin-right: 10px;
}
.titlex{
 padding-top:6px;
	padding-bottom: 0;
}
span.hdevvn-show-cats li a:hover{
	border: 1px dashed red;
}

.titlex .section-title-normal span{
	padding: 5px 0;
}
.title-select{
	font-size: 40px;
	font-weight: bold;
	color: #25659e;
    line-height: 1.1;
}
.title-select-text{
	font-size: 16px;
}
.quan-tum{
	
	border-radius: 7px;
	cursor: pointer;
	transition: border-top .5s, border-bottom .5s, border-left .5s, border-right .5s;
	transition: transform ease .5s, box-shadow ease .5s;
    width: 100%;
}
.quan-tum img{
	border-radius: 7px 7px 0px 0px;
}
.text-quan-tum{
	padding: 0px 10px;
	font-size: 120%;
}
.text-quan-tum p{
	flex: 1 1 auto;
}

.title-contact{
	font-size: 236%;
}
/*-----------nen-kinh-doanh-love-world---------*/
.nen-kinh-doanh{
    font-size: 236%;
    color: rgb(154, 79, 61);
	text-align: center;
	padding: 50px 0px 30px 0px;
}
.column-item{
	width: 300px;
	flex-basis: 50%;
    max-width: 46%;
	box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
	transition: transform ease .5s, box-shadow ease .5s;
	border-radius: 15px;
	margin: 0px 25px 25px 0px;
}
.column-item:hover {
  	transform: translateY(-5px);
  	box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
}
.column-title{
	font-size: 30px;
    color: #0e6ca9;
	text-align: justify;
	font-family: 'baomoi', sans-serif;
    font-weight: bold;
}
.column-text{
	font-size: 120%;
	text-align: justify;
}
.column-img{
	padding-top: 15px;
}
.column-item-2{
    max-width: auto;
	box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
	border-radius: 15px;
	min-height: 600px;
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1 0 auto;
}
.column-img-love-world{
	padding-top: 15px;
}
/*-------------ROAD MAP--------------*/
.section-title .title {
	display: inline-block;
	font-size: 36px;
	line-height: normal;
	margin: 50px 0px 10px 0px;
	color: #54396E;
}
.roadmap{
  padding: 0 20px;
  position: relative;
  margin-bottom: 80px;
}
.roadmap .center-line{
  position: absolute;
  height: 100%;
  width: 4px;
  background: #ff7979;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
}
.roadmap .row{
  display: flex;
}
.roadmap .row-1{
  justify-content: flex-start;
}
.roadmap .row-2{
  justify-content: flex-end;
}
.roadmap .row section{
 background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(234,240,247,1) 0%, rgba(144,198,237,1) 100%);

  border-radius: 5px;
  width: calc(50% - 40px);
  padding: 20px;
  position: relative;
  box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
	
}
.roadmap .row section::before{
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: #fff;
  top: 28px;
  z-index: -1;
  transform: rotate(45deg);
}
.roadmap .row-1 section::before{
  right: -7px;
}
.roadmap .row-2 section::before{
  left: -7px;
}
.roadmap .row section .icon,
.center-line .scroll-icon{
  position: absolute;
  background: #f2f2f2;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ff7979;
  font-size: 17px;
  box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0,0,0,0.08), 0 3px 0 4px rgba(0,0,0,0.05);
}
.roadmap .center-line .scroll-icon{
  bottom: 0px;
  left: 50%;
  font-size: 25px;
  transform: translateX(-50%);
}
.roadmap .row-1 section .icon{
  top: 15px;
  right: -60px;
}
.roadmap .row-2 section .icon{
  top: 15px;
  left: -60px;
}
.roadmap .row section .details,
.roadmap .row section .bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.roadmap .row section .details .title{
  font-size: 24px;
  font-weight: bold;
  color: #54396E;
}
.roadmap .row section .details span{
  font-size: 18px;
  font-weight: 600;
  color: #54396E;
}
.roadmap .row section p{
  margin: 10px 0 17px 0;
  font-size: 18px;
  color: #000000;
}
.roadmap .row section .bottom a{
  text-decoration: none;
  background: #ff7979;
  color: #fff;
  padding: 7px 15px;
  border-radius: 5px;
  font-weight: 400;
  transition: all 0.3s ease;
}
.roadmap .row section .bottom a:hover{
  transform: scale(0.97);
}
/*----------------EVENT-------------------*/
.title-event{
	font-size: 28px;
	line-height: normal;
	margin: -5px 0px 0px 0px;
	color: #54396E;
	text-align: center;
	font-weight: 600px;
}
/*--------------------about-us---------------------*/
.about-us{
	padding-top: 20px;
}
/*----------ROAD MAP mobile-------------*/
