
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}

:root {
    --primary-color: #B31942;
    --secondary-color: #0A3161;
    --primary-text: white;
    --secondary-text: black;
    /*#BF0D3E #041E42*/
}

/* Utilities */
body {
    max-width: 100vw;
    overflow-x: hidden;
}

li {
    list-style: none;
    padding: 0 10px;
    justify-items: center;
}

a:hover {
    opacity: 0.8!important;
}

a {
    text-decoration: none;
    color: var(--secondary-text);
    cursor: pointer;
}

ul {
    height: fit-content;
    display: flex;
    text-align: center;
    justify-content: space-around;
}

h1 {
    font-weight: bolder;
}

h2 {
    color:var(--secondary-color);
    font-size: 2.6rem;
    margin-bottom:4px;
    text-align: center;
}

p {
    line-height: 1.7rem;
    font-size: 1.2rem;
}

img {
    max-height: 100vh;
}

img {
  vertical-align: middle;
  border-style: none;
}

button {
    border: none;
    cursor: pointer;
    display: inline-block;
    transition: 0.5s ease-out;
}

button:hover {
    opacity: 0.8;
}

label, input {
    display: block;
}

.container {
    margin: 0 auto;
    max-width: 90vw;
    /* min-height: 100vh; */
}
.ima-container {
    margin: 0 auto;
    /* min-height: 100vh; */
}

/*#test{
    display:none;
}*/

/* Blog */
.blog-container {
    display: grid;
}
.wrap{
	width:1060px;
	margin:0 auto;
}

.bloger-grid {
	width: 76%;
	float: left;
	padding-bottom: 20px;
	border-bottom: 1px ridge rgb(241, 241, 241);
	padding: 20px 0px 20px 20px;
}

.blog-img{
	float:left;
	cursor:pointer;
	/*background: #fff;*/
	padding: 10px;
	/*box-shadow: 0px 0px 10px rgb(223, 223, 223);*/
	width: 42%;
}

.blog-img:hover{
	opacity: 0.8;
}

.bloger-content p{

	font-size:12px;
	line-height: 2em;

	padding: 16px 0px;
}

.bloger-content{
	float: left;
	width: 53%;
	margin-left: 2%;
}

.bloger-content h5 a{

	font-size: 20px;
	color: var(--secondary-color);

}

.bloger-content ul li:nth-child(1),.bloger-content ul li:nth-child(2){
	font-size:14px;

}

.bloger-content ul li a:hover{
	color:#666;

}

.bloger-content ul li{
	display:inline-block;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
}

.bloger-content ul li:last-child{

	float:right;
	font-size: 12px;
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);



}

.bloger-content ul li:last-child:hover{
	color:#fff;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.bloger-content ul li:last-child a{
	color:#333;
}
.bloger-content ul li a{
	color:#666;
}
.bloger-content ul li span:hover{
	color:#555;
}

.blog-box1{
	width: 75%;
	padding: 20px;
}

.blog-box1 img{
	cursor: pointer;
	background: #fff;
	padding: 10px;
	box-shadow: 0px 0px 10px rgb(223, 223, 223);
}

.blog-box1 h5 a{

	font-size: 20px;
    color: var(--secondary-color);
}

.blog-box1 p{

	line-height: 2em;

	padding: 10px 0px;
}

.blog-box1 ul li{
	display: inline-block;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
}

.blog-box1 ul li a{
	color:#333;
}

.blog-box1 ul li:last-child {
	font-family: 'Carrois Gothic SC', sans-serif;
	float: right;
	font-size: 12px;
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.blog-box1 ul li:nth-child(1),.blog-box1 ul li:nth-child(2){
	font-size: 14px;
	font-family: 'Carrois Gothic SC', sans-serif;
}

.blog-box-content {
	margin-top: 20px;
	padding-bottom: 100px;
}

.blog-box1 img{
	cursor: pointer;
	background: #fff;
	padding: 10px;
	box-shadow: 0px 0px 10px rgb(223, 223, 223);
}

@media screen and (max-width: 1024px) {
	.wrap{
		width:90%;
	}

	.services-sidebar{
		width:23%;

	}

	.services-sidebar {
		width: 24%;
	}

	.bloder-content{
		width:73%;
	}

	.bloger-grid {
		width: 100%;
	}

	.blog-img{
		width:42%;
		padding-top: 7px;
	}

	.blog-img {
		width: 37%;
	}

	.bloder-content{
		width:73%;
	}

	.blog-box1 {
		width: 94%;
		padding: 20px;
	}
}

@media screen and (max-width: 800px) {
	.wrap{
		width:90%;
	}

	.services-sidebar {
		width: 28%;
	}

	.blog-img {
		width: 70%;
	}

	.bloger-content {
		float: left;
		width: 90%;
		margin-left: 2%;
		padding-top: 16px;
	}

	.bloger-content ul li {
		display: inherit;
	}

	.blog-box1 {
		width: 87%;
		padding: 20px;
	}
}

@media screen and (min-width: 600px){
  #ima1 a{
    top: 80%;
    left: 17%;
  }
  #ima2 a{
    top: 40%;
    right: 30%;
  }
  #ima3 a{
    top: 88%;
    right: 19%;
  }
  #ima7 a{
    top: 74%;
    right: 51%;
  }
  #ima10 a{
    top: 85%;
    left: 21%;
  }
  #ima11 a{
    top: 90%;
    right: 26%;
  }
  .contactt .btn-primary_5 {
    position: absolute;
      background-color: #bc0f40;
      color: var(--primary-text);
      display: block;
      margin: auto;
      font-size: 0.5rem;
      font-weight: bold;
      -moz-box-shadow: 3px 3px 5px 0px #666;
       -webkit-box-shadow: 3px 3px 5px 0px #666;
       box-shadow: 3px 3px 5px 0px #666;
      -moz-border-radius: 15px; /*Firefox*/
  -webkit-border-radius: 15px;  /*Chrome và Safary*/
  padding:10px;
  }

  .contactt .btn-primary_6 {

    position: absolute;
      background-color: #3c3b6e;
      color: var(--primary-text);
      display: block;
      margin: auto;
      font-size: 0.5rem;
      font-weight: bold;
      -moz-box-shadow: 3px 3px 5px 0px #666;
       -webkit-box-shadow: 3px 3px 5px 0px #666;
       box-shadow: 3px 3px 5px 0px #666;
      -moz-border-radius: 15px; /*Firefox*/
  -webkit-border-radius: 15px;  /*Chrome và Safary*/
  padding:10px;
  }
}
@media screen and (max-width: 600px){

  #ima1 a{
    top: 82%;
    left: 15%;
  }
  #ima2 a{
    top: 45%;
    right: 25%;
  }
  #ima3 a{
    top: 90%;
    right: 14%;
  }
  #ima7 a{
    top: 79%;
    right: 47%;
  }
  #ima10 a{
    top: 85%;
    left: 21%;
  }
  #ima11 a{
    top: 91%;
    right: 21%;
  }
  .contactt .btn-primary_5 {
    position: absolute;
      background-color: #bc0f40;
      color: var(--primary-text);
      display: block;
      margin: auto;
      font-size: 0.5rem;
      font-weight: bold;
      -moz-box-shadow: 3px 3px 5px 0px #666;
       -webkit-box-shadow: 3px 3px 5px 0px #666;
       box-shadow: 3px 3px 5px 0px #666;
      -moz-border-radius: 15px; /*Firefox*/
  -webkit-border-radius: 15px;  /*Chrome và Safary*/
  padding:5px;
  }

  .contactt .btn-primary_6 {

    position: absolute;
      background-color: #3c3b6e;
      color: var(--primary-text);
      display: block;
      margin: auto;
      font-size: 0.5rem;
      font-weight: bold;
      -moz-box-shadow: 3px 3px 5px 0px #666;
       -webkit-box-shadow: 3px 3px 5px 0px #666;
       box-shadow: 3px 3px 5px 0px #666;
      -moz-border-radius: 15px; /*Firefox*/
  -webkit-border-radius: 15px;  /*Chrome và Safary*/
  padding:5px;
  }
	.wrap{
		width:90%;
	}

	.services-sidebar {
		width: 100%!important;
	}

	.bloder-content {
		width: 100%;
	}

	.blog-img {
		width: 95%;
		padding-top: 7px;
	}

	.bloger-content {
		width: 80%;
		margin:0px;
	}
	.bloger-content ul li:last-child {
		float: left;
		margin-top: 10px;
	}

	.bloder-content {
		width: 100%;
	}

	.blog-box1 {
		width: 88.6%;
	}
}

@media screen and (max-width: 384px){


.wrap {
    width: 89%;
    }
}

@media screen and (max-width: 375px){

.wrap {
    width: 88%;
    }
}

@media screen and (max-width: 320px){
.wrap {
    width: 87%;
    }
}

.about {
	border: 1px ridge;
}
.about h2{

	font-size: 37px;
	color:#264284;
	text-align: center;
	padding: 10px 0px;
}

.services-sidebar li img{
	vertical-align:middle;
	padding-right:5px;
}

.services-sidebar {
	float: right;
	width: 19%;
	padding-top: 20px;
}

.services-sidebar h4 {

	font-size:18px;
	color: var(--secondary-color);
	text-transform: uppercase;
	cursor: pointer;

}

.services-sidebar li {
padding: 5px 0px;
}

.services-sidebar li a {


	font-size: 12px;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
}

.services-sidebar li a:hover{
	color:#365ebf;
}

/* Blog */

.pb-5, .py-5 {
    padding-bottom: 3rem!important;
}

.pt-5, .py-5 {
    padding-top: 3rem!important;
}

@media (min-width: 992px) {

.col-lg-4 {
    flex: 0 0 40%;
    max-width: 40%;
    }
}

@media (min-width: 768px) {
  #ima1 a{
    top: 80%;
    left: 17%;
  }
  #ima2 a{
    top: 40%;
    right: 29%;
  }
  #ima3 a{
    top: 85%;
    right: 14%;
  }
  #ima7 a{
    top: 76%;
    right: 50%;
  }
  #ima10 a{
    top: 85%;
    left: 21%;
  }
  #ima11 a{
    top: 91%;
    right: 25%;
  }
  .contactt .btn-primary_5 {
    position: absolute;
      background-color: #bc0f40;
      color: var(--primary-text);
      display: block;
      margin: auto;
      font-size: 0.8rem;
      font-weight: bold;
      -moz-box-shadow: 3px 3px 5px 0px #666;
       -webkit-box-shadow: 3px 3px 5px 0px #666;
       box-shadow: 3px 3px 5px 0px #666;
      -moz-border-radius: 15px; /*Firefox*/
  -webkit-border-radius: 15px;  /*Chrome và Safary*/
  padding:10px;
  }

  .contactt .btn-primary_6 {

    position: absolute;
      background-color: #3c3b6e;
      color: var(--primary-text);
      display: block;
      margin: auto;
      font-size: 0.8rem;
      font-weight: bold;
      -moz-box-shadow: 3px 3px 5px 0px #666;
       -webkit-box-shadow: 3px 3px 5px 0px #666;
       box-shadow: 3px 3px 5px 0px #666;
      -moz-border-radius: 15px; /*Firefox*/
  -webkit-border-radius: 15px;  /*Chrome và Safary*/
  padding:10px;
  }
.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    }



/*.mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
    }*/
}

/*.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}*/

/*.mt-5, .my-5 {
    margin-top: 3rem !important;
}*/



.w3l-news .grids5-info {
    border-radius: 4px;
    transition: 0.3s ease-in;
    display: block;
    height: 100%;
    background: #fff;
    box-shadow: var(--card-box-shadow);
}

.row_1 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    /*padding-right: 15px;
    padding-left: 15px;*/
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

  .w3l-news .grid-view .grids5-info img {
    width: 100%;
    display: block;
}


.w3l-news .grid-view img.news-image {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

@media (min-width: 576px) {

  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
   }

@media (min-width: 992px) {
  #ima1 a{
    top: 80%;
    left: 17%;
  }
  #ima2 a{
    top: 38%;
    right: 29%;
  }
  #ima3 a{
    top: 88%;
    right: 16%;
  }
  #ima7 a{
    top: 74%;
    right: 52%;
  }
  #ima10 a{
    top: 85%;
    left: 20%;
  }
  #ima11 a{
    top: 91%;
    right: 26%;
  }
  .contactt .btn-primary_5 {
    position: absolute;
      background-color: #bc0f40;
      color: var(--primary-text);
      display: block;
      margin: auto;
      font-size: 1rem;
      font-weight: bold;
      -moz-box-shadow: 3px 3px 5px 0px #666;
       -webkit-box-shadow: 3px 3px 5px 0px #666;
       box-shadow: 3px 3px 5px 0px #666;
      -moz-border-radius: 15px; /*Firefox*/
  -webkit-border-radius: 15px;  /*Chrome và Safary*/
  padding:10px;
  }

  .contactt .btn-primary_6 {

    position: absolute;
      background-color: #3c3b6e;
      color: var(--primary-text);
      display: block;
      margin: auto;
      font-size: 1rem;
      font-weight: bold;
      -moz-box-shadow: 3px 3px 5px 0px #666;
       -webkit-box-shadow: 3px 3px 5px 0px #666;
       box-shadow: 3px 3px 5px 0px #666;
      -moz-border-radius: 15px; /*Firefox*/
  -webkit-border-radius: 15px;  /*Chrome và Safary*/
  padding:10px;
  }
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 40%;
    max-width: 40%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
 }

@media (min-width: 1200px) {
  #ima1 a{
    top: 80%;
    left: 17%;
  }
  #ima2 a{
    top: 40%;
    right: 30%;
  }
  #ima3 a{
    top: 88%;
    right: 16%;
  }
  #ima7 a{
    top: 74%;
    right: 54%;
  }
  #ima10 a{
    top: 85%;
    left: 21%;
  }
  #ima11 a{
    top: 90%;
    right: 26%;
  }
  .contactt .btn-primary_5 {
    position: absolute;
      background-color: #bc0f40;
      color: var(--primary-text);
      display: block;
      margin: auto;
      font-size: 1.2rem;
      font-weight: bold;
      -moz-box-shadow: 3px 3px 5px 0px #666;
       -webkit-box-shadow: 3px 3px 5px 0px #666;
       box-shadow: 3px 3px 5px 0px #666;
      -moz-border-radius: 15px; /*Firefox*/
  -webkit-border-radius: 15px;  /*Chrome và Safary*/
  padding:15px;
  }

  .contactt .btn-primary_6 {

    position: absolute;
      background-color: #3c3b6e;
      color: var(--primary-text);
      display: block;
      margin: auto;
      font-size: 1.2rem;
      font-weight: bold;
      -moz-box-shadow: 3px 3px 5px 0px #666;
       -webkit-box-shadow: 3px 3px 5px 0px #666;
       box-shadow: 3px 3px 5px 0px #666;
      -moz-border-radius: 15px; /*Firefox*/
  -webkit-border-radius: 15px;  /*Chrome và Safary*/
  padding:15px;
  }
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  }

/* Menu */
#main-nav {
    width: 100vw;
    height: 60px;
    background-color: white;
    box-shadow:0 1px 10px rgba(0, 0, 0, 0.626);
    position: relative;
    z-index: 2;
}
#main-nav .container {
    height: 100%;
    position: relative;
    display:flex;
    text-align: center;
    justify-items: center;
    justify-content: space-between;
    align-items: center;
    padding-right:0!important;
    padding-left:0!important;
    margin: 0 auto!important;
    max-width: 90vw!important;
}
.main-menu {
    padding-left:15%;/*250px*/
}

.main-menu-vi {
    padding-left:15%;/*300*/
}
#nav-logo {
   height: 40px;
   position: absolute;
   top: 10px;
   left: 10px;
}
#main-list {
    align-self: center;
    justify-self: center;
}
#main-list li a {
    padding-left: 50px;
}

.language {
    padding: auto;
}
.vi {
    padding-right:0.3rem;
    font-size:0.75rem;
}
.en {
    padding-right:0.3rem;
    padding-left:0!important;
    font-size:0.75rem;
}
.current {/*color:var(--primary-color)*/
    color: #B31942;
}
.tittle-link {
    color:var(--primary-text);
    font-weight: 500;
}
h4 a:hover {
   opacity: 0.8!important;
}
/* Menu */

/* Info Banner/Header */
#main-head {
    background: url(../img/bg-header.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
    width:100vw;
    /* position: absolute;
    top: 60px; */
}

#main-head .container {
    height: 100%;
    display: flex;
    text-align: center;
    justify-items: center;
    justify-content: center;
    align-items: center;
}
#main-head .container #content {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-items: center;
    justify-content: center;
    align-items: center;
    color: var(--secondary-color);
    max-width:100%;
}
#main-head .container #content #with-us {
    color: var(--primary-color);
    font-weight: 500;
}
#main-head .container #content a {
    color:var(--primary-text);
    font-size:1.2rem;
    font-weight: 300;
    padding: 10px 30px;
}
#main-head .container #content h1 {
    font-weight: 600;
    font-size: 5rem;
}
#main-head .container #content h3 {
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 1.7rem;
}
#main-head .container #content p {
    width: 100%;
    margin-bottom: 15px;
    font-weight: lighter;
    line-height: 1.5rem;
    font-size: 1.2rem;
}
.btn-primary {
    background-color: var(--primary-color);
    color: var(--primary-text);
    display: block;
    margin: auto;
    font-size:1.2rem;
    font-weight: 300;
}
.btn-primary:hover {
    opacity: 0.9;
}
.py1 {padding:10px 0;}
.py2 {padding:20px 0;}
/* Info Banner/Header */

/* Our Capabilities */
#Capabilities {
    height: fit-content;
    padding: 20px;
}

/*#Capabilities_1 {
    height: fit-content;
    padding: 20px;
}*/

#Capabilities .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
}

/*
#Capabilities_1 .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 20px;
}*/

#Capabilities .main-function {
    background: url(../img/index/legal-service_1.jpg) center center no-repeat;
    background-size: cover;
    grid-row: 1/ span 4;
    height: 100%;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 20px;
}

/*
#Capabilities_1 .main-function_1 {
    background: url(../img/IMMIGRATION_SERVICES/IMMIGRATION_SERVICES.png) center center no-repeat;
    background-size: cover;
    grid-row: 1/ span 2;
    height: 100%;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 20px;
}*/

#Capabilities .main-function #main-function-content {
    width: 70%;
    background-color: var(--primary-text);
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: center;
    justify-items: center;
}

/*
#Capabilities_1 .main-function_1 #main-function-content {
    width: 70%;
    background-color: var(--primary-text);
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: center;
    justify-items: center;
}
*/

.sub-text {
    color:var(--secondary-text);
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
}
.function-content {
    background-color: var(--primary-text);
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-items: center;
    padding: 0 0 10px 0;
    position: relative;
}
.function-content a {
    color: var(--primary-color);
    text-align: end;
}
.function-content p {
    text-align: left;
    padding: 8px 0 8px 0;
}
.side-function {
    height: 26vh;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 10px;
}
.side-function img {
    height:100%;
    width: 100%;
    object-fit: cover;
}

/*
.side-function_1 {
    height: 26vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.side-function_1 img {
    height:100%;
    width: 100%;
    object-fit: cover;
}
*/

.side-function-content a {
    color: var(--primary-color);
    text-align: end;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
#legal {
    display: none
}
/* Our Capabilities */

/* Our Team */
#our-team {
    background-color: rgba(79, 79, 79, 0.043);
    margin-top: 20px;
}
#our-team .container {
    display: flex;
    Text-align: center;
    align-items: center;
    justify-content: space-around;
    justify-items: center;
    margin: 0;
}
#our-team .container #team-content p:nth-child(3) {
    /* margin: 0 20% 15px 20%; */
    width: 70%;
    margin:  15px auto;
    font-size: 1.3rem;
    line-height: 1.9rem;
}
#our-team .container #team-content a {
    width: 60%;
}
#our-team img {
    max-width: 50%;
    height: 100%;
}
/* Our Team */

/* Our-Clients */
#our-clients img {
    max-height: 20vw;
    object-fit: scale-down;
}
#our-clients #client-content {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
#our-clients .container {
    position: relative;
}
#our-clients button {
    height: 100%;
}
#our-clients .btn-left {
    padding-top: 15px;
    left: 0;
    padding-right: 15px;
}
#our-clients .btn-right {
    padding-top: 15px;
    right: 0;
    padding-left: 15px;
}
.logo-client {
  width:300px!important;
  height:120px!important;
  padding-right:40px;
  padding-left:40px;
}
/* Our-Clients */

/* Our Partner */
#partner-content {
    margin: 25px 0;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 15px;
}
#partner-content img {
    width:70%;
    max-width: 100%;
    object-fit: scale-down;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
}
/* Our Partner */

/* Become client */
#become-client {
    background: url(../img/index/footer.png) center left no-repeat;
    background-size: cover;
    height: 200px;
    display: flex;
    flex-direction: column;
    text-align:center;
    justify-content:center;
    color: var(--primary-text);
    letter-spacing: 0.1rem;
    position: relative;
    z-index: 0;
}
#become-client a {
    color: var(--primary-text);
    text-decoration: underline;
}
#become-client a:hover {
    opacity: 0.9;
}
#become-client h1 {
    font-size: 1.5rem;
    font-weight: 500;
}
.become-client-contact {
    display: none !important;
}
/* Become client */

/* Footer */
#main-footer-content {
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    border-bottom: rgba(0, 0, 0, 0.379) 0.5px solid;
}
#frist-row,
#second-row {
    padding-bottom: 15px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    flex-wrap: wrap;
}
#frist-row img {
    height: 50px;
}
#frist-row label {
    display: block;
    margin-bottom: 5px;
    font-size: 0.9rem;
}
#frist-row button,
#frist-row input {
    display: inline;
}
#frist-row input{
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
#frist-row button {
    background-color: var(--secondary-color);
    border: none;
    color: var(--primary-text);
    padding: 2.5px 10px;
    margin-left: 5px;
}
#social-network {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#social-media {
    display:flex;
    justify-content: space-between;
    align-items: center;
}
#social-media a {
    display: inline-block;
    padding-right: 7px;
}
#subcription {
    display:flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: left;
}
#subcription-box {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between!important;
    align-items: center;
}
#footer-nav a {
    display: inline-block;
    padding-right: 20px;
}
#side-footer-content {
    padding: 15px 0;
    font-weight: lighter;
    font-size: 0.7rem !important;
    opacity: 0.9;
}
/* Footer */

/* About Us */
#about-us img {
    width: 100%;
    object-fit: scale-down;
}

.about-us-1 img {
    width: 100%;
}

.about-us-2 img {
    width: 50%;
    object-fit: scale-down;
}

.article-container {
    display: grid;
    /*grid-template-columns: 2fr 1fr;*/
    gap: 20px;
    margin: 0 auto;
    max-width: 80vw;
    /*max-width: 90vw;*/

}
.article-text {
    line-height: 1.7rem;
    margin-bottom: 15px;
}
.quote {
    font-style: italic;
    font-size: 1.4rem;
    font-weight: lighter;
    text-align: center;
}
.note-text {
    font-style: italic;
    text-align: center;
    margin-bottom: 5px;
}
/* About Us */

/* Contact Us */
#contact-us h2,
#contact-us p
{
    text-align: left;
}
#contact-us input,
#contact-us textarea {
    width: 100%;
    padding: 5px;
    line-height: 1.6rem;
    margin-bottom: 15px;
    border: 0.5px rgba(0, 0, 0, 0.222) solid;
    outline: none;
    font-size: 1.2rem;
}
#contact-us input[value ="Submit"] {
    border: none;
    background-color: var(--secondary-color);
    color: var(--primary-text);
    padding: 15px;
    font-size: 1.2rem;
    cursor: pointer;
}
#contact-us input[value ="Gửi"] {
    border: none;
    background-color: var(--secondary-color);
    color: var(--primary-text);
    padding: 15px;
    font-size: 1.2rem;
    cursor: pointer;
}
#contact-us .article-side-container {
    display: flex;
    flex-direction: column;
}
#contact-us .article-side-container img {
    width: 100%;
    object-fit: scale-down;
}
#contact-us .article-side-container .contact-partner-content {
    display: flex;
    flex-direction: column;
}
.function-sub-text {
    color:var(--secondary-text);
    font-weight: 300;
    text-align: left;
    margin-bottom: 20px;
}
 #our-location {
     grid-column: 1/ span 3;
     border-bottom: 0.5px rgba(0, 0, 0, 0.317) dotted;
 }
 #our-location h2 {
     font-size: 2rem;
     /* font-weight: 400; */
 }
 #location-wrap {
    /* display: flex;
    justify-content: space-between; */
    display: grid;
    grid-template-columns: 1fr 2fr;
}
#location-wrap {
    padding-bottom: 15px;
}
#location-wrap-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 15px;
}
.contact-partner-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 10px;
}
.contact-partner-content img {
    grid-row: 1/ span 2;
    width: 100%;
    object-fit: scale-down;
}
.contact-partner-content span {
    font-weight: 200;
}
/* Contact Us */

/* Sitemap */
#sitemap {
    padding: 20px;
}
#sitemap a {
    display: block;
    margin-bottom: 10px;
    text-decoration: underline;
}
/* Sitemap */

/* Success */
.text-center {
    text-align: center;
}
/* Success */

/* Team */
.ull {
  margin-bottom: 0;
}
.team {
    color: var(--secondary-text)!important;
    text-decoration: none!important;
}
.ahover a:hover {
  text-decoration: none !important;
  opacity: 0.8!important;
}
.bridge_info .hh14-info {
  background: #f4f7fc;
  padding: 25px 25px;
  border-radius: 10px;
}
.bridge_info1 .hh14-info {
  background: #fff;
  padding: 25px 25px;
  border-radius: 10px;
}
.bridge_info .main-w3 {
  padding: 70px 0;
  background: #fff;
}
.bridge_info1 .main-w3 {
  padding: 70px 0;
   background: #fff;
}
@media (max-width: 991px) {
  .bridge_info .main-w3 {
    padding: 60px 0; }

    .language {
        padding-left:120px;
    }
}
@media (max-width: 440px) {

  .bridge_info .main-w3 {
    padding: 40px 0; }

    .about-us-1 img {
    width: 100%;
}

.about-us-2 img {
    width: 50%;
    object-fit: scale-down;
}

.chu {
padding: 10px!important;
}

.language {
        padding-left:120px;
    }

}
.main-titles-head {
  margin: 0px auto 65px;
}
@media (max-width: 480px) {
  .main-titles-head {
  margin: 0px auto 40px; }

  .about-us-1 img {
    width: 100%;
}

.about-us-2 img {
    width: 50%;
    object-fit: scale-down;
}

.chu {
padding: 10px!important;
}

.language {
        padding-left:120px;
    }

}
h3.header-name {
  color: var(--header-title-colo);
  font-size: 35px;
  line-height: 45px;
  text-transform: capitalize;
  text-align: center;
}
@media all and (max-width: 767px) {
.bridge_info .hh14-text:nth-child(1) {
    margin-bottom: 35px; }

    .about-us-1 img {
    width: 100%;
}

.about-us-2 img {
    width: 50%;
    object-fit: scale-down;
}

.chu {
padding: 10px!important;
}

.language {
        padding-left:120px;
    }

}
.bridge_info .hh14-info img {
  width: 30%;
  border-radius: 50%;
  padding: 5px;
}
.bridge_info1 .hh14-info img {
  width: 30%;
  border-radius: 50%;
  padding: 5px;
}
.logo-team {
    height:100px!important;
    width:100px!important;
}
/* Team */

/* Term */
#term-content .sub-text {
    margin-bottom: 5px;
}
/* Term */

.team-partner {
    opacity: 0.6;
}
.article-list {
display: block;
text-align: left;
margin-bottom: 15px;
}
.text-tittle {
    color:white!important;
}

#banner {

    background: url(../img/IMMIGRATION_SERVICES/bannerr.png) no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100vw;

}
.inset-outset-shadow{
  position: absolute;
    width: 9.5rem;
    height: 3.5rem;
  margin: auto;

    background-color: #bc0f40;
    -moz-box-shadow: 3px 3px 5px 0px #666;
     -webkit-box-shadow: 3px 3px 5px 0px #666;
     box-shadow: 3px 3px 5px 0px #666;
    -moz-border-radius: 15px; /*Firefox*/
-webkit-border-radius: 15px;  /*Chrome và Safary*/

}
.contactt{
  position: relative;
}


.contactt .chung {
  top: 90%;
  left: 17%;
}
.contactt .chung1 {
  top: 150%;
  right: 25%;
}

.contactt .chung2 {
  top: 307%;
  right: 15%;
}
.contactt .chung3 {
  top: 730%;
  right: 51%;
}
.contactt .chung4 {
  top: 1055%;
  le: 51%;
}


.contactt a
{

  text-align: center;
  color: #ffffff!important;
  font-weight:bold;

}
