/*default*/

body {
    font-family: 'Arial', 'Battambang', cursive;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
}

p {
    font-size: 16px;
    line-height: 35px;
}

h3{
    line-height: 28px;
}
li{
    line-height:35px; 
}

.box-left h3{
	color: green !important;
}

.min-width {
    min-width: 1200px;
}

.width-1080 {
    min-width: 1080px;
}

.container-fluid,
.container {
    padding: 0;
}

.dots-cus {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.dots-cus li button {
    height: 8px;
    width: 8px;
    padding: 0;
    border: none;
    border-radius: 50%;
    margin: 2px;
    background-color: #336698;
}

.dots-cus li.slick-active button {
    background-color: #117FBF;
    height: 8px;
    width: 8px;
}

.Page-navigation {
    float: right;
    padding: 30px 0px;
}

.Page-navigation .current {
    color: #177fbf !important;
}

.pagination a:nth-child(even) {
    content: '';
    font-family: "Roboto" !important;
}

.page-link {
    text-decoration: none;
    color: #336698 !important;
}

.page-link:hover {
    color: #117FBF !important;
    background-color: unset;
}

.banners .banner {
    width: 100%;
    /*background-color: red;*/
    float: left;
}

.banners .banner .img {
    width: 100%;
    height: 280px;
    margin: 0 auto;
}

.banners .banner .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fa,
.fas {
    padding: 5px;
    /*float: left !important;*/
}

.pagination li.current a {
    color: #177fbf !important;
}

.prev-disabled,
.next-disabled {
    display: none;
}


section{
    float: left;
    width: 100%;
    background-color: white;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////*/


/*header*/


/*///////////////////////////////////////////////////////////////////////////////////////////////////////*/

#header .nav-top {
    background-color: #117FBF;
    float: left;
    width: 100%;
    padding: 3px 0;
}

#header .nav-top .main-box-item {
    float: right;
}

#header .nav-top ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
}

#header .nav-top ul span {
    float: left;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 0px;
    margin-left: 10px;
}

#header .nav-top ul span a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Roboto";
}

#header .nav-top ul li {
    float: left;
    margin-left: 10px;
}

#header .nav-top ul li a {
    display: block;
    height: 25px;
    width: 25px;
    border-radius: 50%;
}

#header .nav-top ul li a span {
    margin: 0;
    padding: 0;
}

.language-chooser li.active {
    display: none;
}

.language-chooser li a {
    width: auto !important;
    height: auto !important;
    color: white;
    text-decoration: none;
    font-size: 12px;
}

#header .nav-top ul li a img {
    width: 100%;
    height: 100%;
}

#header .nav-middle {
    background-color: #F5F6F7;
}

#header .nav-middle .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 5px 0;
}

#header .nav-middle .box-left .logo img {
    height: 80px;
    width: auto;
}

#header .nav-middle .box-right .menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#header .nav-middle .box-right .menu ul li {
    float: left;
    margin-left: 15px;
}

#header .nav-middle .box-right .menu ul li.active a {
    color: #117FBF;
}

#header .nav-middle .box-right .menu ul li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #336698;
    text-transform: uppercase;
}

#header .nav-middle .box-right .menu ul li a:hover {
    color: #117FBF;
}

#header .nav-bottom {
    background-color: #336698;
    /*float: left;*/
    width: 100%;
}

#header .nav-bottom .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#header .nav-bottom ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#header .nav-bottom ul li {
    float: left;
    position: relative;
}

#header .nav-bottom ul li a {
    display: block;
    color: white;
    font-size: 15px;
    text-decoration: none;
    padding: 10px 14px;
    text-transform: uppercase;
    cursor: pointer;
}

#header .nav-bottom .container > ul > li:hover > a,
#header .nav-bottom .container > ul > li.active > a {
    color: #D3D3D3;
}


/*sub menu dropdown*/

#header .nav-bottom ul li ul {
    background-color: rgba(51, 102, 152, 0.7);
    position: absolute;
    top: 100%;
    left: 0;
    /*min-width: 300px;*/
    min-width: 291px;
    display: none;
    z-index: 16;
}
#header .nav-bottom ul li ul .fasin{
    float: right;
}
#header .nav-bottom .container>ul>li:nth-last-of-type(-n+2)>ul {
    right: 0;
    left: unset;
}

#header .nav-bottom ul li ul li {
    width: 100%;
    position: relative;
}

#header .nav-bottom ul li ul li a {
    padding: 7px 20px;
    transition: all 0.3s;
    cursor: pointer;
    color: white;
}


#header .nav-bottom ul li ul li span {
    position: absolute;
    right: 10%;
    top: 10%;
    transition: all 0.3s;
    color: white;
}

#header .nav-bottom ul li ul li:hover span,
#header .nav-bottom .container > ul > li > ul > li:hover > a,
#header .nav-bottom .container > ul > li > ul > li.active > a,
#header .nav-bottom .container > ul > li > ul > li > ul > li:hover > a,
#header .nav-bottom .container > ul > li > ul > li > ul > li.active > a {
    color: #D3D3D3;
}

#header .nav-bottom>.container>ul>li:hover>ul {
    display: block;
}


/*second submenu dropdown*/

#header .nav-bottom ul li ul li ul {
    background-color: rgba(51, 102, 152, 0.7);
    float: left;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 50%;
    display: none;
    font-family: "Roboto";
}

#header .nav-bottom>.container>ul>li>ul>li:hover ul {
    display: block;
}
#header .nav-bottom ul li ul li ul li a{
    color: white;
}

/*banner*/

.carousel-indicators li {
    background-color: #336698;
    width: 9px !important;
    height: 9px !important;
    border-radius: 50px;
}

.carousel-indicators li.active {
    background-color: #117FBF;
}


/*/////////////////////////////////////////////////////////////////////////////////////////////*/


/*footer*/


/*///////////////////////////////////////////////////////////////////////////////////////////////////////*/

#footer .contacts {
    width: 100%;
    background-color: #336698;
    float: left;
    padding: 35px 0px 0px 0px;
}

#footer .footers .contacts .logo {
    text-align: center;
    margin: 0 auto;
    width: 50%;
    margin-bottom: 20px;
}

#footer .footers .contacts .logo .img {
    height: 80px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

#footer .footers .contacts .logo .img img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

#footer .footers .contacts .contact {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#footer .footers .contacts .contact p.address{
    width: 100%;
    margin: 0px;
}
#footer .footers .contacts .contact p {
    font-size: 14px;
    color: white;
}
#footer .footers .contacts .contact p:not(.address) {
    font-size: 14px;
    color: white;
    float: left;
    margin-left: 15px;
}

#footer .footers .contacts .contact a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    
}
#footer .footers .contacts .contact p:not(.address) a:after{
    content: ' / ';
}
#footer .footers .contacts .contact p:not(.address) a:last-child:after{
    content: '';
}
#footer .footers .contacts .contact span {
    font-family: 'Battambang', cursive;
    color: #dddd;
}

#footer .footers .contacts .copy {
    padding: 10px 0px;
    width: 100%;
    float: left;
    background-color: #264D74;
    margin: 0 auto;
    font-family: "Roboto";
    text-align: center;
 
}
#footer .footers .contacts .copy p{
	margin: 0px;
	color: #dddd;
}